-
Notifications
You must be signed in to change notification settings - Fork 2
/
readme.html
85 lines (53 loc) · 2.46 KB
/
readme.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta charset="utf-8"/>
</head>
<body>
<h1 id="demolink">Demo Link</h1>
<p><a href="http://demo.grandworks.co/digitalsky/">Demo</a></p>
<h1 id="sketchdesign">Sketch Design</h1>
<p><a href="https://www.dropbox.com/s/qwj2m3c9nlyfth2/DigitalSky_02.sketch?dl=0">Download</a></p>
<h1 id="general">General</h1>
<ul>
<li>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.</li>
<li>We are using <a href="https://foundation.zurb.com/sites/docs/">foundation</a> as frontend framework and its included in header and Footer</li>
<li>We are using foundation’s <a href="https://foundation.zurb.com/sites/docs/xy-grid.html">XY grid</a> for grid framework</li>
<li>CSS is written in SASS with path: css/style.scss, compiled to same directory css/style.css</li>
<li>Javascript for functionality is written in js/app.js and minified and included with path js/min/app-min.js</li>
<li>Whole frontend is done modular, we just have to follow correct markup and classes</li>
</ul>
<h1 id="files">Files</h1>
<h4 id="homepage">Home Page</h4>
<p><em>index.php</em></p>
<h4 id="login-registerpage">Login - Register Page</h4>
<p><em>login.php</em>, <em>register.php</em></p>
<h4 id="userdashboard">User dashboard</h4>
<p><em>dashboard.php</em></p>
<h4 id="admindashboard">Admin dashboard</h4>
<p><em>admin.php</em></p>
<h4 id="applyforpilotormanufacturerorasoperator">Apply for Pilot or Manufacturer or as operator</h4>
<p><em>apply-for.php</em></p>
<h4 id="formstep-1step-2step-3">Form Step-1, Step-2, Step-3</h4>
<p><em>apply-for-pilot.php</em>, <em>apply-for-pilot-step-2.php</em>, <em>apply-for-pilot-step-3.php</em></p>
<h4 id="formsuccessformfail">Form Success & form fail</h4>
<p><em>thanks.php</em>, <em>fail.php</em></p>
<h4 id="droneprofile">Drone Profile</h4>
<p><em>drone-profile.php</em></p>
<h4 id="testlocations">Test Locations</h4>
<p><em>test-locations.php</em></p>
<h1 id="versionhistory">Version history</h1>
<h2 id="1.0">1.0</h2>
<ul>
<li>Delivered</li>
</ul>
<h2 id="1.1">1.1</h2>
<ul>
<li>Styles for valid and error fields. add class “valid” & “error” for the same</li>
<li>Mandatory fields *</li>
<li>Blog page style on blog.php</li>
<li>Admin navigation fix, Menu for Approved, Denied and Pending applications</li>
<li>Application approve style fixes</li>
</ul>
</body>
</html>