- Its normal html/css markup, but just to use same header and footer on all pages we have used php, and included header.php & footer.php in each page.
- We are using foundation as frontend framework and its included in header and Footer
- We are using foundation's XY grid for grid framework
- CSS is written in SASS with path: css/style.scss, compiled to same directory css/style.css
- Javascript for functionality is written in js/app.js and minified and included with path js/min/app-min.js
- Whole frontend is done modular, we just have to follow correct markup and classes
index.php
login.php, register.php
dashboard.php
admin.php
apply-for.php
apply-for-pilot.php, apply-for-pilot-step-2.php, apply-for-pilot-step-3.php
thanks.php, fail.php
drone-profile.php
test-locations.php
- Delivered
- Styles for valid and error fields. add class "valid" & "error" for the same
- Mandatory fields *
- Blog page style on blog.php
- Admin navigation fix, Menu for Approved, Denied and Pending applications
- Application approve style fixes