forked from CSE110-FA22/Lab2_Starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
294 lines (232 loc) · 7.16 KB
/
index.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
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
<!DOCTYPE html>
<html lang="en">
<head>
<title>
Hello World!
</title>
<meta charset="utf-8" />
<meta name="Zixian Wang" content="This is Lab 2 of CSE 110" />
<link rel="icon" type="image/png" href="qq-favicon.png" sizes="16x16" />
</head>
<body>
<header class="page-header">
<h1 class="page-header">
Meeting Minutes
</h1>
</header>
<main class="main-content">
<h3 class="main-content">
This webpage is intended to demonstrate all contents covered on Week 2 meeting time.
</h3>
<hr>
<!--
<ol>
<li class="crumb"><a href="#page-header">Bikes</a></li>
<li class="crumb"><a href="#">BMX</a></li>
<li class="crumb">Jump Bike 3000</li>
</ol> -->
</main>
<section class="nav-site">
<b>
Topics Covered Today
</b>
<nav class="content">
<ol>
<li>
<a href="#check-ins"> Check-in Name List</a>
</li>
<li> <a href="#brainstorm"> Brainstorm </a> </li>
<li> <a href="#meeting_detail"> Meeting Detail </a> </li>
<li> <a href="#group_picture"> Group Picture </a> </li>
<li> <a href="#recording"> Recording </a> </li>
<li> <a href="#audio"> Audio </a> </li>
</ol>
</nav>
</section>
<hr>
<section class="check-ins" id="check-ins">
<h2>
Check-in Name List
</h2>
<h4 class="check-ins-arrive">
Arrived
</h4>
<ul class="check-ins-arrive">
<li> Alphacondo </li>
<li> Bravolunal </li>
<li> Condiova </li>
<li> Dog </li>
<li> Elephant </li>
</ul>
<br>
<h4 class="check-ins-noarrive">
Disappeared
</h4>
<ul class="check-ins-noarrive">
<li> Frick </li>
<li> GG </li>
<li> Hola </li>
</ul>
</section>
<hr>
<section class="brainstorm" id="brainstorm">
<h2>
Brainstorm
</h2>
<ol>
<li> Website </li>
<li>HTML</li>
<li>SCC</li>
<li>JS</li>
</ol>
</section>
<hr>
<section class="meeting_detail" id="meeting_detail">
<h2>
Meeting Detail
</h2>
<strong> Meeting Time</strong>
<p>
Today was the first meeting of our group. TA was here to represent the detail of the team.
Group meetings are preffered twice a week, and a group stand-up is required everyday to update
everyone's progress. Weekly meeting will be bound to every Friday at 2:00 PM at Wong's library.
People who are absent will be recorded. Two absences will need to have a talk with the team learder. <br>
2:00 PM at Wong's library
</p>
<strong> Experiment</strong>
<div>
<p>
UCSD comes with all kinds of different creatuers.
<em> Students, TAs, Tutors, Professors, Staff, etc </em>. You name it!
</p>
</div>
<strong> Process </strong>
<p>Add the
<span class="ingredient"><i>basil </i> </span>,
<span class="ingredient"><i>pine nuts</i></span>
and
<span class="ingredient"><i>garlic</i></span>
to a blender and blend into a paste.
</p>
</section>
<hr>
<section class="group_picture" id="group_picture">
<h2> Group Picture </h2>
<img class="group pic" src="Big_Tech_CEOs.png" width="800" alt="big guys">
</section>
<section class="recording" id="recording">
<h2> Recording </h2>
<video controls width="640">
<source src="ucsd_campus_video.mov">
</video>
</section>
<hr>
<section class="audio" id="audio">
<h2> Audio </h2>
<audio controls>
<source src="organic_apple.mp3">
</audio>
<br>
<br>
<details>
<summary> You know what this is? </summary>
Details!
</details>
</section>
<hr>
<section class="information" id="information">
<h2> Group Account Login </h2>
<form action="hello.html" method="get">
<fieldset>
<div class="form-example">
<label for="username"> Enter your UCSD username:</label><br>
<input type="text" name="username" id="username" required>
</div>
<div class="form-example">
<label for="password"> Enter your password: </label> <br>
<input type="password" name="password" id="password" required>
</div>
<div class="form-example">
<p> Select your login VPN location </p>
<input type="radio" name="location" id="location-us" required>
<label for="location-us"> U.S. </label>
<br>
<input type="radio" name="location" id="location-uk" required>
<label for="location-uk"> U.K. </label>
<br>
<input type="radio" name="location" id="location-fr" required>
<label for="location-fr"> France </label>
<br>
<input type="radio" name="location" id="location-cn" required>
<label for="location-cn"> China </label>
<br>
<input type="radio" name="location" id="location-in" required>
<label for="location-in"> India </label>
</div>
<br>
<div class="form-example">
<label for="appt"> Enter your time in your time zone </label>
<br>
<input type="time" id="appt" name="appt" required>
</div>
<br>
<div class="form-example">
<label for="description"> Describe the reason you login </label>
<br>
<textarea id="description" name="description" rows="5" cols="20" required> </textarea>
</div>
<br>
<div class="form-example">
<label for="agent"> Choose your intermediate agent to connect </label>
<br>
<input id="agent" name="id" list="agent-list" required>
<datalist id="agent-list">
<option value="001">
<option value="002">
<option value="003">
<option value="004">
<option value="005">
<option value="006">
<option value="007">
</datalist>
</div>
<br>
<div>
<label> Choose </label> <br>
<input type="checkbox" id="scales" name="scales" checked>
<label for="scales">Fool</label>
<input type="checkbox" id="horns" name="horns">
<label for="horns">Idiot</label>
</div>
<br>
<div>
<label for="start">Pick Your Mission Start Date:</label>
<input type="date" id="start" name="trip-start" value="2018-07-22" min="2018-01-01" max="2018-12-31">
</div>
<br>
<div class="form-example">
<label for="encrypt"> Whether to go encrypt</label>
<select name="encrypt-option" id="encrypt" required size="2">
<option value="encrypt" > Encrypt </option>
<option value="not-encrypt"> Not encrypt </option>
</select>
</div>
<br>
<button class="secret" type="button">
Varify your identity
</button>
<br>
<br>
<input type="submit" value="Login">
<br>
</fieldset>
</form>
</section>
<article>
</article>
<footer class="foot-note">
<br><br><br><br><br><br><br><br><br><br><br>
<p> Copy right of UCSD CSE 103 of CSE Department</p>
</footer>
</body>
</html>