forked from CSE110-SP21/Lab2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
203 lines (177 loc) · 8.09 KB
/
index.html
File metadata and controls
203 lines (177 loc) · 8.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width" />
<meta charset="UTF-8">
<title> Yekaterina's Meeting Notes </title>
<link href="/favicon.ico" rel="icon" type="image/x-icon" />
</head>
<body>
<header>
<h1> <strong> Meeting Notes </strong> for <em> 10/1/2021 </em> </h1>
<nav>
<ul>
<li><a href="#attendance">Attendance</a></li>
<li><a href="#agenda">Agenda</a></li>
<li><a href="#oldinfo">Unfinished Business</a></li>
<li><a href="#newinfo">New Business</a></li>
<li><a href="#pictures">Pictures</a></li>
<li><a href="#comments">Comments</a></li>
<li><a href="#recordings">Recordings</a></li>
</ul>
</nav>
</header>
<main>
<form>
<fieldset>
<legend> Survey </legend>
<p> Today's date </p>
<input type="date" value="2021-10-01" min="2021-10-01" max="2022-12-31">
<p> What is your major? </p>
<input type="text">
<p> Are you an undergraduate? </p>
<input type="checkbox" id="yes">
<label for="yes"> Yes </label> <br>
<input type="checkbox" id="no">
<label for="no"> No </label> <br>
<p> Select your college</p>
<input type="radio" id="erc">
<label for="erc"> ERC </label>
<input type="radio" id="muir">
<label for="muir"> Muir </label>
<input type="radio" id="sixth">
<label for="sixth"> Sixth </label>
<input type="radio" id="seventh">
<label for="seventh"> Seventh </label>
<input type="radio" id="marshall">
<label for="marshall"> Marshall </label>
<input type="radio" id="revelle">
<label for="revelle"> Revelle </label>
<input type="radio" id="warren">
<label for="warren"> Warren </label>
<p> If you had a preference what college would you choose? </p>
<select>
<option> ERC </option>
<option> Muir </option>
<option> Sixth </option>
<option> Seventh </option>
<option> Marshall </option>
<option> Revelle </option>
<option> Warren </option>
</select>
<p> What about your second college choice?</p>
<input list="dataList">
<datalist id="dataList">
<option> ERC </option>
<option> Muir </option>
<option> Sixth </option>
<option> Seventh </option>
<option> Marshall </option>
<option> Revelle </option>
<option> Warren </option>
</datalist>
<p> Any comments, questions, or concerns? </p>
<textarea> </textarea> <br>
<button type="button"> Submit survey</button>
</fieldset>
</form>
<section> <a id="attendance"></a>
<h2> Attendance </h2>
<hr>
<p> <b> Present </b></p>
<ul>
<li>Zendaya</li>
<li>Lalisa</li>
<li>HoYeon Jung</li>
<li>Mylinh Lac</li>
<li>Thomas Jefferson</li>
<li>Emile Durkheim</li>
<li>Yekaterina Ruslanovna Kostina</li>
</ul>
<p> <b> Could not attend </b> </p>
<ul>
<li> Rihanna</li>
<li> Olivia Rodrigo</li>
<li> Peter Parker</li>
<li> Trader Joe</li>
</ul>
</section>
<section> <a id="agenda"></a>
<h2>Agenda </h2>
<hr>
<ol>
<li> Take attendance</li>
<li> Talk about final plans for the transitioning the one stop webpage from virtual to remote as well as
finalize the new drop in hours</li>
<li> Go over new information and business: welcome new staff and using surplus of $ to upgrade our
tockify calendar subscription</li>
<li> Wrap up by talking about any comments, questions, or concerns that anyone may have</li>
</ol>
</section> <br>
<section> <a id="oldinfo"></a>
<h2> Unfinished Business </h2>
<hr>
<p> Since campus is now transitoning more into in person, we are going to adjust the vocabulary on our pages
by removing most of the virtual keywords and replacing it with in person options. There will still be
virtual advising hours if needed, but for now everything will be in person unless otherwise stated. </p>
<p> The new drop in hours will now be 9 am - 1 pm on Mondays and Wednesdays, then 11 am to 4 pm on Tuesdays
and Thursdays. Fridays will be from 2-5 pm. Shifts are all updated on the new fall quarter doc which
will need to be added to the tockify calendar and updated accordingly.</p>
</section> <br>
<section> <a id="newinfo"></a>
<h2> New Information/Business </h2>
<hr>
<p> Welcome our two new members: Zendaya and Lalisa!</p>
<p> Surplus of finances means that we get to update our tockify calendar from member to premium. This means
a lot more benefits for not only the visuals of our calendar but for better access to a diverse pool of
users.</p>
<p> Global Health project: pick up two student workers to flyer around campus and ask questions for global
health day. We can advertise this by putting this on our website via the news module and through our
social media accounts.</p>
<p> We now have an instagram account!</p>
<p> We can also start on a couple sponsorships and reach out to influencers.</p>
</section> <br>
<section> <a id="pictures"></a>
<h2> Pictures and Diagrams </h2>
<hr>
<img src="whiteboard.jpg" width="300" height="300" alt="whiteboard" />
<img src="sponsorship.jpg" width="300" height="300" alt="sponsorship" />
</section> <br>
<section> <a id="comments"></a>
<h2> Questions, Comments, Concerns </h2>
<hr>
<ul>
<li> Hybridization of in person and virtual events</li>
<li> Housing for students </li>
<li> Understaffed </li>
<li> Analysis shows that customers aren't visiting certain pages of the website - do we keep them there
or do we somehow make them more visible? </li>
<li> Parking complaints</li>
</ul>
</section> <br>
<section> <a id="recordings"></a>
<h2> Audio and Video Recordings </h2>
<hr>
<h3> Audio Recordings </h3>
<audio controls>
<source src="labaudio.wav" type="audio/wav">
your browser does not support the audio attribute
</audio>
<h3> Video Recordings</h3>
<video width="300" height="400" autoplay="autoplay">
<source src="lab4video.mp4" type="video/mp4">
your browser doesn't support the video attribute
</video>
</section> <br>
<div>
<span> </span>
</div>
</main>
<footer>
<details>
<summary> Details </summary>
These meetings notes will be uploaded by the end of today at 9 pm.
</details>
</footer>
</body>
</html>