forked from Yash-g17/yash-g17.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pt3-clab.html
237 lines (172 loc) · 11.2 KB
/
pt3-clab.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
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css2?family=Raleway&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="preconnect" href="https://fonts.gstatic.com">
<title>CHEM F110</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta2/dist/css/bootstrap.min.css" rel="stylesheet">
<script src="https://kit.fontawesome.com/0e553ede0d.js" crossorigin="anonymous"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="pt3.css">
<link rel="icon" type="image" href="favicon.svg">
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image" sizes="32x32" href="favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
</head>
<body id="boot">
<nav class="navbar navbar-expand-xl navbar-dark">
<a href="index.html" class="navbar-brand" style="color: white ; margin: 25px; font-family: 'Raleway'; font-size: 53px;">Caboodle</a>
<button class="navbar-toggler" data-target="#navbarMenu" data-toggle="collapse">
<span class="navbar-toggler-icon">
</span>
</button>
<div class="collapse navbar-collapse" id="navbarMenu">
<ul class="navbar-nav ">
<li class="nav-item">
<a href="#handout" class="nav-link">Handout</a>
</li>
<li class="nav-item">
<a href="#textbook" class="nav-link">Textbooks</a>
</li>
<li class="nav-item">
<a href="#Lectures" class="nav-link">Lectures</a>
</li>
<!-- <li class="nav-item">
<a href="#meet" class="nav-link">Meet Links</a>
</li> -->
<li class="nav-item">
<a href="#PYQs" class="nav-link">PYQs</a>
</li>
<li class="nav-item">
<a href="#reminders" class="nav-link">Reminders</a>
</li>
<li class="nav-item">
<a href="#notes" class="nav-link">Notes</a>
</li>
</ul>
</div>
</nav>
<div class="container">
<div class="row">
<div class="col-lg-6">
</br>
<div class="jumbotron" id="handout">
<h2 data-target="#demo1" style="cursor: pointer;">Handout</button>
<div id="demo1" >
<i class="fas fa-file-alt fa-xs"></i><a style="color: white; font-size: 25px; padding-left: 10px;" href="https://drive.google.com/file/d/1_xpTjoefC60eCz41ngqYixKK53Zcmc1m/view?usp=sharing" target="_blank">Chemistry Lab Handout</a>
</div>
</div>
<div class="jumbotron" id="textbook">
<hr class="my-4">
<h2 data-target="#demo2" style="cursor: pointer;">Manual</button>
<div id="demo2" >
<i class="fas fa-book fa-xs"></i><a style="color: white; font-size: 25px; padding-left: 10px;" href="https://drive.google.com/file/d/17uNaVcLm1LubwIin7Ne8jLw4m-C1FawM/view?usp=sharing" target="_blank">Chemistry Lab Manual</a>
</div>
</div>
<div class="jumbotron" id="Lectures">
<hr class="my-4">
<h2 data-target="#demo3" style="cursor: pointer;">Lectures</button>
<div id="demo3" >
<p> <i class="fas fa-file-video fa-xs"></i><a style="color: white; font-size: 25px; padding-left: 10px;" href="">Video Recordings</a></p>
<p> <i class="fas fa-clone fa-xs"></i><a style="color: white; font-size: 25px; padding-left: 10px;" href="https://drive.google.com/drive/folders/1uKJcZrRNbl-zaXR_8L43vP9XdvktMYIE" target="_blank">Slides</a> </p>
</div>
</div>
<!-- <div class="jumbotron" id="meet">
<hr class="my-4">
<h2 data-target="#demo4" style="cursor: pointer;">Meet Links</button>
<div id="demo4" >
<i class="fas fa-video fa-xs"></i><a style="color: white; font-size: 25px; padding-left: 10px;" href="">Click Here</a>
</div>
</div>
-->
<div class="jumbotron" id="PYQs">
<hr class="my-4">
<h2 data-target="#demo5" style="cursor: pointer;">PYQs</button>
<div id="demo5" >
<p><i class="fas fa-file-alt fa-xs"></i><a style="color: white; font-size: 25px; padding-left: 10px;" href="https://drive.google.com/drive/folders/1Zqeuetra4RlvN4oGZg5e7v4KkurDABqs?usp=sharing" target="_blank">Chem Lab AAP Material</a></p>
<p><i class="fas fa-file-alt fa-xs"></i><a style="color: white; font-size: 25px; padding-left: 10px;" href="https://drive.google.com/drive/folders/1rw3PfWnThawK0Iq5Hg_4MqClm41_JKh6" target="_blank">2016-17</a></p>
<p> <i class="fas fa-file-alt fa-xs"></i><a style="color: white; font-size: 25px; padding-left: 10px;" href="https://drive.google.com/drive/folders/1FdrDGEkfnefqxulE1Q8a15Vfj9r437WX" target="_blank">2015-16</a></p>
<p> <i class="fas fa-file-alt fa-xs"></i><a style="color: white; font-size: 25px; padding-left: 10px;" href="https://drive.google.com/drive/folders/1sRMyFVOMoktBdB1bium6C1KXyIKfSonc" target="_blank">2013-14</a></p>
<p> <i class="fas fa-file-alt fa-xs"></i><a style="color: white; font-size: 25px; padding-left: 10px;" href="https://drive.google.com/drive/folders/1YU5us_pH5WTGuJeXyYmNX8SbRjy3oDYf" target="_blank">2012-13</a></p>
<p> <i class="fas fa-file-alt fa-xs"></i><a style="color: white; font-size: 25px; padding-left: 10px;" href="https://drive.google.com/drive/folders/1Q7su6CoXJRApU49BIXriILJR8thN0Iva" target="_blank">2011-12</a></p>
</div>
</div>
<hr>
</div>
<div class="col-lg-6">
<div id="reminders">
</br>
<h2 class="display-4">Reminders</h2>
<form id="reminder-form">
<label style=" font-size: 25px; padding-bottom: 25px; color: white;">Reminder Title</label>
</br>
<input required type="text" style="padding-bottom: 25px; font-size: 25px; color: white; background-color: #262426;"> </br>
<label style=" font-size: 25px; padding-bottom: 25px; color: white;">Choose Date</label></br>
<input required type="date" style="padding-bottom: 25px; font-size: 25px; background-color: #262426; color: white; "></br>
<label style=" font-size: 25px; padding-bottom: 25px; font-size: 25px; ">Set Time</label>
</br>
<input required type="time" style="padding-bottom: 25px; font-size: 25px; color: white; background: #262426; ">
</br>
</br>
<button type="submit" class="btn btn-secondary">Set Reminder</button>
</form>
<div id="reminders-display" course="CHEMF110">
</div>
<div id="notes">
<div class="jumbotron">
<hr class="my-4">
<h2 class="display-4">Notes</h2>
<div class=" card-shape my-3">
<div>
<div class="card-body">
<h5 class="card-title">Add a note</h5>
<form class="form-group" id="note-form">
<textarea required class="form-control" id="addTxt" rows="3" style="color: white; background-color: #262426;"></textarea>
<button class="btn btn-secondary" id="addBtn" style="margin-top: 10px;" type="submit">Add Note</button>
</form>
</div>
</div>
<hr />
<h1 style="color: white; font-size: 30px;">Your Notes</h1>
<div id="notes-display" class="row container-fluid" course="CHEMF110">
</div>
</div>
<hr class="my-4">
</div>
</div>
</div>
</div>
</div>
<script
src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"
></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"
></script>
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"
></script>
<script src="reminders.js" type="module"></script>
<script src="notes.js" type="module"></script>
<footer class="footer text-center">
<div class="text-muted" style="font-size: small;">
<span>© Caboodle is a collection of 1-2 course material for BPGC firsties with the ability to add custom reminders and notes.</span>
</br>
<span>Made with ♥ by the junior developers of DevSoc: Darahaas, Ashmit, Shaanil, and Sahil under the mentorship of Yash Gupta</span>
</br>
<span><a href="https://github.com/Yash-g17/Yash-g17.github.io" target="_blank" style="text-decoration: none;" >Visit the repository</a></span>
</div>
</footer>
</body>
</html>