-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNotes.html
195 lines (191 loc) · 7.83 KB
/
Notes.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="CSS\util.css">
<link rel="stylesheet" href="CSS\style_home.css">
<link rel="stylesheet" href="CSS\mobile.css">
<title>A Premium Store for every kind of study material | https://www.ClickNotes.com</title>
</head>
<body>
<nav class="navigation max-width-1 m-auto">
<div class="nav-left">
<span> ClickNotes</span>
<ul>
<li><a href="Notes.html">Home</a></li>
<li><a href="upload.html">Upload</a></li>
<li><a href="download.html">Download</a></li>
<li><a href="about.html">About Founder</a></li>
</ul>
</div>
<div class="nav-right">
<form action="search.html" method="get">
<input class="form-input" type="text" name="search" id="search" placeholder=" Notes Search">
<button class="btn">Search</button>
</form>
</div>
</nav>
<div class="max-width-1 m-auto">
<hr>
</div>
<div class="content max-width-1 m-auto my2">
<div class="content-left">
<h1>Welcome to ClickNotes !</h1>
<p>Your ultimate destination for easy access to study materials and notes across various courses. Our
platform is designed to promote knowledge sharing, where students from all backgrounds can contribute
and benefit from each other's insights. We believe that education becomes more meaningful when it's a
collaborative effort. Whether you are looking for notes in science, humanities, engineering, or any
other subject, Click Notes has got you covered. Join our community today, share your notes, and
together, let's make learning an enjoyable and empowering experience for everyone. Click, share, and
learn with Click Notes!</p>
</div>
<div class="content-right">
<div class="log">
<h1>LOGIN</h1>
<input type="text" name="username" placeholder="Username">
<input type="password" name="pass" placeholder="Password">
<input type="text" name="captcha" placeholder="Enter Captcha">
<form action="submit.html" method="get">
<button class="submit">Submit</button>
</form>
<h3>Don't have an account, Register Now</h3>
<form action="register.html" method="get">
<button class="register">Register</button>
</form>
</div>
</div>
</div>
<div class="max-width-1 m-auto my2">
<hr>
</div>
<div class="home-notes max-width-1 m-auto font1 my2">
<h3>Latest Uploads</h3>
<div class="home-note max-width-1 m-auto">
<div class="home-note-img">
<img src="img/unit1.jpg" alt="notes">
</div>
<div class="home-note-content">
<a href="note_unit1.html">
<h3>UNIT 1: Physical World and Measurement</h3>
</a>
<span>Physics |</span>
<span>07 January | 1hr 50min</span>
</div>
</div>
<div class="home-note max-width-1 m-auto">
<div class="home-note-img">
<img src="img/unit2.jpg" alt="notes">
</div>
<div class="home-note-content">
<h3>UNIT 2: Kinematics</h3>
<span>Physics |</span>
<span>25 January | 3hr 35min</span>
</div>
</div>
<div class="home-note max-width-1 m-auto">
<div class="home-note-img">
<img src="img/unit3.jpg" alt="notes">
</div>
<div class="home-note-content">
<h3>UNIT 3: Laws of Motion</h3>
<span>Physics |</span>
<span>03 February | 2hr 46min</span>
</div>
</div>
<div class="home-note max-width-1 m-auto">
<div class="home-note-img">
<img src="img/unit4.jpg" alt="notes">
</div>
<div class="home-note-content">
<h3>UNIT 4: Gravitation</h3>
<span>Physics |</span>
<span>17 February | 2hr 45min</span>
</div>
</div>
<div class="home-note max-width-1 m-auto">
<div class="home-note-img">
<img src="img/unit5.jpg" alt="notes">
</div>
<div class="home-note-content">
<h3>UNIT 5: Thermodynamics</h3>
<span>Physics |</span>
<span>04 March | 1hr 33min</span>
</div>
</div>
<div class="home-note max-width-1 m-auto">
<div class="home-note-img">
<img src="img/unit6.jpg" alt="notes">
</div>
<div class="home-note-content">
<h3>UNIT 6: Oscillations and Waves</h3>
<span>Physics |</span>
<span>07 January | 1hr 50min</span>
</div>
</div>
<div class="home-note max-width-1 m-auto">
<div class="home-note-img">
<img src="img/cunit1.jpg" alt="notes">
</div>
<div class="home-note-content">
<h3>UNIT 1: Some Basics Concepts of Chemistry</h3>
<span>Author Name</span>
<span>07 January | 1hr 50min</span>
</div>
</div>
<div class="home-note max-width-1 m-auto">
<div class="home-note-img">
<img src="img/cunit2.jpg" alt="notes">
</div>
<div class="home-note-content">
<h3>UNIT 2: Structure of Atoms</h3>
<span>Author Name</span>
<span>25 January | 3hr 35min</span>
</div>
</div>
<div class="home-note max-width-1 m-auto">
<div class="home-note-img">
<img src="img/cunit3.jpg" alt="notes">
</div>
<div class="home-note-content">
<h3>UNIT 3: Classification of Elements and Periodicity in Properties</h3>
<span>Author Name</span>
<span>03 February | 2hr 46min</span>
</div>
</div>
<div class="home-note max-width-1 m-auto">
<div class="home-note-img">
<img src="img/cunit4.jpg" alt="notes">
</div>
<div class="home-note-content">
<h3>UNIT 4: Chemical Bonding</h3>
<span>Chemistry |</span>
<span>17 February | 2hr 45min</span>
</div>
</div>
<div class="home-note max-width-1 m-auto">
<div class="home-note-img">
<img src="img/cunit5.jpg" alt="notes">
</div>
<div class="home-note-content">
<h3>UNIT 5: States of Matter</h3>
<span>Chemistry |</span>
<span>04 March | 1hr 33min</span>
</div>
</div>
<div class="home-note max-width-1 m-auto">
<div class="home-note-img">
<img src="img/cunit6.jpg" alt="notes">
</div>
<div class="home-note-content">
<h3>UNIT 6: Hydrogren</h3>
<span>Chemistry |</span>
<span>07 January | 1hr 50min</span>
</div>
</div>
</div>
<footer class="footer max-width-1 m-auto">
<p>CopyRight © www.ClickNotes.com | All Rights Reserved!</p>
</footer>
</body>
</html>