-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhome.html
More file actions
249 lines (239 loc) · 12.2 KB
/
home.html
File metadata and controls
249 lines (239 loc) · 12.2 KB
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
<!DOCTYPE html>
<html>
<head>
<title>thenotesrefinery</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta content="utf-8" http-equiv="encoding">
<link rel="stylesheet" type="text/css" href="css/home.css">
<link href="library/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<!--Navigation-->
<nav class="navbar navbar-expand-lg navbar-light fixed-top">
<div class="container">
<button class="navbar-toggler navbar-toggler-left" type="button" data-toggle="collapse"
data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<a class="navbar-brand" href="home.html">
<img src="img/logo.png" width="200" height="30" class="d-inline-block">
</a>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="all-notes.html">All Notes</a>
</li>
<li class="nav-item">
<a class="nav-link" href="upload.html">Upload</a>
</li>
<li class="nav-item">
<a class="nav-link" href="verify.html">Verify</a>
</li>
<li class="nav-item">
<a class="nav-link" href="terms-cond.html">Terms & Conditions</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact Us</a>
</li>
</ul>
</div>
<button type="button" class="btn btn-outline-primary btn-sm">Sign In</button>
</div>
</nav>
<section class="container" id="search" data-spy="scroll" data-target="#navbar" data-offset="0">
<h1 class="search-heading">The Notes Sharing Platform</h1>
<h3 class="search-subheading">Free A and O Level Notes</h3>
<div id="basic-search" class="input-group mb-3">
<input type="text" class="basic-input form-control" placeholder="Search for notes..."
aria-label="Search for notes..."
aria-describedby="button-addon2">
<div class="input-group-append">
<a href="all-notes.html" class="btn btn-primary">Search
<i class="fa fa-search" style="font-size:20px;"></i>
</a>
</div>
</div>
<div id="advanced-button-section">
<button id="advanced-button" onclick="showAdvanced()">Advanced Search</button>
</div>
<div id="advanced-search">
<form>
<!--Keyword-->
<div class="form-group row">
<label for="inputKeyword" class="col-sm-2 col-form-label advanced-label">Keyword</label>
<div class="col-sm-10">
<input type="text" class="form-control" id="inputKeyword" placeholder="Keyword">
</div>
</div>
<!--User-->
<div class="form-group row">
<label for="inputUser" class="col-sm-2 col-form-label advanced-label">User</label>
<div class="col-sm-10">
<input type="text" class="form-control" id="inputUser" placeholder="User">
</div>
</div>
<!--Subject (checkbox)-->
<div class="form-group row">
<div class="col-sm-2 advanced-label">Subject</div>
<div class="col-sm-10 advanced-label">
<div class="form-check form-check-inline">
<input class="form-check-input" type="checkbox" id="all" checked>
<label class="form-check-label" for="all">All</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input checkbox" type="checkbox" id="gridCheck2">
<label class="form-check-label" for="gridCheck2">Physics</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input checkbox" type="checkbox" id="gridCheck3">
<label class="form-check-label" for="gridCheck3">Biology</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input checkbox" type="checkbox" id="gridCheck4">
<label class="form-check-label" for="gridCheck4">Chemistry</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input checkbox" type="checkbox" id="gridCheck5">
<label class="form-check-label" for="gridCheck5">Computing</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input checkbox" type="checkbox" id="gridCheck6">
<label class="form-check-label" for="gridCheck6">Mathematics</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input checkbox" type="checkbox" id="gridCheck7">
<label class="form-check-label" for="gridCheck7">Economics</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input checkbox" type="checkbox" id="gridCheck8">
<label class="form-check-label" for="gridCheck8">General Paper</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input checkbox" type="checkbox" id="gridCheck9">
<label class="form-check-label" for="gridCheck9">English Literature</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input checkbox" type="checkbox" id="gridCheck10">
<label class="form-check-label" for="gridCheck10">Geography</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input checkbox" type="checkbox" id="gridCheck11">
<label class="form-check-label" for="gridCheck11">History</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input checkbox" type="checkbox" id="gridCheck12">
<label class="form-check-label" for="gridCheck12">Social Studies</label>
</div>
</div>
</div>
<!--Level (radio)-->
<div class="form-group row">
<legend class="col-form-label col-sm-2 advanced-label">Level</legend>
<div class="pl-3 pt-2">
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" name="gridRadios" id="gridRadios1" value="option1" checked>
<label class="form-check-label" for="gridRadios1">
All
</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" name="gridRadios" id="gridRadios2" value="option2">
<label class="form-check-label" for="gridRadios2">
O Level
</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" name="gridRadios" id="gridRadios3" value="option3">
<label class="form-check-label" for="gridRadios3">
A Level
</label>
</div>
</div>
</div>
</form>
<!--Buttons-->
<div class="advanced-search-btn">
<button class="btn btn-outline-primary" type="button" id="button-basic" onclick="showBasic()">
Back to basic search</button>
<a href="all-notes.html" class="btn btn-primary">Search
<i class="fa fa-search" style="font-size:20px;"></i>
</a>
</div>
</div>
</section>
<div class="text-center" id="how-btn-section">
<a href="#how-to-use" class="js-scroll-trigger">How to use?</a>
</div>
<hr>
<div class="container center-block" id="how-to-use">
<h2 class="steps-heading text-center">How to Use</h2>
<div class="row">
<a href="#" class="col-md-3 col-lg-3 steps-container">
<div class="steps">
<i class="fa fa-sign-in steps-logo" style="font-size:48px;"></i>
</div>
<div class="steps">
<h3 class="steps-heading">Sign In</h3>
<p class="steps-subheading">Register as a free member.</p>
</div>
</a>
<a href="upload.html" class="col-md-3 col-lg-3 steps-container">
<div class="steps">
<i class="fa fa-cloud-upload steps-logo" style="font-size:48px;"></i>
</div>
<div class="steps">
<h3 class="steps-heading">Upload</h3>
<p class="steps-subheading">Your self-made notes for A Level or O Level subjects.</p>
</div>
</a>
<a href="verify.html" class="col-md-3 col-lg-3 steps-container">
<div class="steps">
<i class="fa fa-check-square-o steps-logo" style="font-size:48px;"></i>
</div>
<div class="steps">
<h3 class="steps-heading">Verify</h3>
<p class="steps-subheading">Other members' notes to ensure the quality of the notes.</p>
</div>
</a>
<a href="all-notes.html" class="col-md-3 col-lg-3 steps-container">
<div class="steps">
<i class="fa fa-file-text-o steps-logo" style="font-size:48px;"></i>
</div>
<div class="steps">
<h3 class="steps-heading">Free Access</h3>
<p class="steps-subheading">To the latest A Level and O Level notes shared by other students, graduates,
and educators.</p>
</div>
</a>
</div>
<hr>
<!--About Us-->
<div class="container center-block">
<h2 class="steps-heading text-center">About Us</h2>
<div class="row">
<img src="img/dandelion.jpg" height="350px" class="col-md-3 col-lg-5">
<div class="col-md-3 col-lg-7">
<h3>A collaborative notes sharing platform</h3>
<p>We are a group of University students who have completed our A Levels. When we were preparing for our
A Level examinations, we made use of resources we can find online to craft notes. Notes contain
compiled pieces of information that are written in a coherent manner, and thus they are extremely
useful in improving our understanding of a subject. We always thought that by sharing our notes with
one another, we can learn even faster.</p>
<p>Today, we created this website to facilitate the collaborative notes sharing process and to allow
students to improve on their notes and their understanding of different subjects together.</p>
</div>
</div>
</div>
</div>
<!-- FOOTER -->
<footer>© thenotesrefinery 2018</footer>
<script src="library/jquery/jquery.min.js"></script>
<script src="library/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="library/jquery-easing/jquery.easing.min.js"></script>
<script src="js/smooth-scrolling.js"></script>
<script src="js/home.js"></script>
</body>
</html>