forked from CSE110-FA22/Lab2_Starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
221 lines (167 loc) · 6.93 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>TEAM 2 MEETING 1 NOTES</title>
<meta name="description" content="CSE 110 Lab 2 Assignment">
<meta name="author" content="Sahil Dadhwal">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link href="./smile.png" rel="icon" type="image/png" />
</head>
<body>
<header>
<details>
<summary><span>Index</span></summary>
<nav>
<ul>
<li><a href="#attendance">Attendance</a></li>
<li><a href="#agenda">Agenda</a></li>
<li><a href="#brainstorming">Brainstorming</a></li>
<li><a href="#documentation">Documentation</a></li>
<li><a href="#subscribe">Subscribe</a></li>
</ul>
</nav>
</details>
</header>
<main>
<h1>Team Meeting: Group Bonding Event</h1>
<audio controls src="./headlines.mp3"> </audio>
<br>
<img
src="https://media.istockphoto.com/photos/sea-of-hands-picture-id857146092?b=1&k=20&m=857146092&s=170667a&w=0&h=6LFXDhgmrAKxwIFFgt5ctdMooP_WgLlmeX6yhq7a174="
alt="group"
width="250"
/>
<video controls width="250" height="193">
<source src="./headlines.mp4" type="video/mp4">
</video>
<h2>Oct 6, 2022</h2>
<h2 id="attendance">Attendance</h2>
<ol>
<li><input type="checkbox">Sahil Dadhwal</li>
<li><input type="checkbox">Nikhil Rao (Lead)</li>
<li><input type="checkbox">Yingqi Cao (Lead)</li>
<li><input type="checkbox">Amaar Valliani</li>
<li><input type="checkbox">Andrew Jia</li>
<li><input type="checkbox">Chieh-hsiu Hung</li>
<li><input type="checkbox">Isaac Varela</li>
<li><input type="checkbox">Liam Nguyen</li>
<li><input type="checkbox">Thomas Koon</li>
<li><input type="checkbox">Yunxiao Xu</li>
<li><input type="checkbox">Sourabh Raja-murali (TA)</li>
</ol>
<h2 id="agenda">Agenda</h2>
<menu>
<li>Find a team bonding activity that <strong> <em> everyone </em> </strong> is comfortable with.</li>
<li>Capture a moment from the activity to <b> submit to Canvas.</b></li>
</menu>
<h2 id="brainstorming">Brainstorming</h2>
<h4>Bowling</h4>
<p>We can bond over a bowling night.</p>
<p> <i> Pros:</i> </p>
<menu>
<li>Affordable prices.</li>
<li>Everyone can play.</li>
</menu>
<p><i> Cons:</i> </p>
<menu>
<li>We have different scedules.</li>
<li>We lack transportation.</li>
</menu>
<h4>Basketball</h4>
<p>We can bond over a basketball scrimmage.</p>
<p> <i> Pros:</i> </p>
<menu>
<li>Free of cost.</li>
<li>Does not require mean of transportation.</li>
</menu>
<p><i> Cons:</i> </p>
<menu>
<li>Not everyone knows how to play.</li>
<li>Not everyone likes basketball.</li>
</menu>
<h2 id="documentation">Documentation</h2>
<h4>File: Exit_Button.java</h4>
<label for="name">Name:</label>
<input list="allname" id="name" name="name">
<datalist id="allname">
<option value="Sahil Dadhwal">
<option value="Nikhil Rao (Lead)">
<option value="Yingqi Cao (Lead)">
<option value="Amaar Valliani">
<option value="Andrew Jia">
<option value="Chieh-hsiu Hung">
<option value="Isaac Varela">
<option value="Liam Nguyen">
<option value="Thomas Koon">
<option value="Yunxiao Xu">
<option value="Sourabh Raja-murali (TA)">
</datalist>
<br>
<br>
<textarea id="story" name="story" rows="5" cols="33">I am struggling with this, I attended office hours and they helped with the visability issue, but the functionality does not work. </textarea>
<br>
<br>
<p>TODO: </p>
<menu>
<li>Seek help from the professor.</li>
</menu>
<h4>File: Save_Button.java</h4>
<label for="name2">Name:</label>
<input list="allname2" id="name2" name="name2">
<datalist id="allname2">
<option value="Sahil Dadhwal">
<option value="Nikhil Rao (Lead)">
<option value="Yingqi Cao (Lead)">
<option value="Amaar Valliani">
<option value="Andrew Jia">
<option value="Chieh-hsiu Hung">
<option value="Isaac Varela">
<option value="Liam Nguyen">
<option value="Thomas Koon">
<option value="Yunxiao Xu">
<option value="Sourabh Raja-murali (TA)">
</datalist>
<br>
<br>
<textarea id="story2" name="story2" rows="5" cols="33">The progress I made on File B consists of making the save button work properly.</textarea>
<br>
<br>
TODO:
<menu>
<li>Next up is getting the delete button to work.</li>
</menu>
</main>
<hr />
<footer>
<h3 id="subscribe">Subscribe </h3>
<form onsubmit="alert('Subscribed')">
<input type="date" id="dates" >
<br>
<input type="text" placeholder="Enter Email Address">
<button>Submit</button>
</form>
<br>
<form>
<fieldset>
<legend>Do you wish to unsubscribe?</legend>
<input type="radio" id="yes" name="option" value="Y">
<label for="yes">Yes</label><br>
<input type="radio" id="no" name="option" value="N">
<label for="no">No</label><br>
</fieldset>
</form>
<label for="op-select">Choose Assignment:</label>
<select name="assign" id="op-select">
<option value="">--Please choose an option--</option>
<option value="one">Lab 1</option>
<option value="two">Lab 2</option>
<option value="three">Lab 3</option>
<option value="four">Lab 4</option>
<option value="midterm">Midterm</option>
<option value="final">Final</option>
</select>
<br><br>
<div>© Sahil Dadhwal at CSE 110</div>
</footer>
</body>
</html>