forked from CSE110-SP25/Lab2_Starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
99 lines (89 loc) · 3.19 KB
/
index.html
File metadata and controls
99 lines (89 loc) · 3.19 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="description" content="Meeting notes for Team 17 on April 13th, 2025">
<title>Team 17 Meeting Notes</title>
</head>
<body>
<header>
<h1>Team 17 Meeting Notes</h1>
<h2>Management and Team Bonding</h2>
<h3>April 13th, 2025</h3>
</header>
<main>
<section>
<h2>Attendance</h2>
<ul>
<li>Emily Liu</li>
<li>Giana Gesmundo</li>
<li>Jonathan Kook</li>
<li>Jongwon Lee</li>
<li>Joseph Eddy</li>
<li>Melissa De La Cruz</li>
<li>Reiner Luminto</li>
<li>Suhani Srivastava</li>
<li>Wilson Zhu</li>
</ul>
</section>
<section>
<h2>Meeting Agenda</h2>
<ol>
<li>Working on GitHub Repo</li>
<li>Team Bonding Activity: skribbl.io</li>
<li>Working on Team Intro Video</li>
</ol>
<p>This is our first meeting so nothing to discuss previously</p>
</section>
<section>
<h2>Meeting Notes</h2>
<ul>
<li><strong>Wilson (Team Leader)</strong> shared the GitHub Repo with all of the team.</li>
<li>Started working on team branding</li>
<li>Voting on our team name which is <b>Null Terminators</b></li>
<li>Using ChatGPT to create a sick logo</li>
<li>Finishing all the team branding: color, mascot, etc.</li>
<li>Deciding on our values/rules</li>
<li>Starting on our team bonding activity: skribbl.io</li>
<li>Finished team bonding activity after 30-40 minutes</li>
<li>Brainstorming ideas for team bonding video</li>
<li>Deciding to film a short and simple video</li>
<li>Working on team video</li>
<li>Messaging members who couldn't make it to send photos to be included</li>
</ul>
</section>
<section>
<h2>Comments</h2>
<p>Schedule a time and day for a majority or all of the team to work on Warmup Exercise that is due next Sunday (April 20th, 2025)</p>
</section>
<section>
<h2>Data</h2>
<img src="data.jpg" alt="Pretend data from meeting" width="1000" height="300">
</section>
<section>
<h2>Media</h2>
<audio controls>
<source src="audio.mp3" type="audio/mp3">
</audio>
<video controls>
<source src="APT.mp4" type="video/mp4">
</video>
<h2>Important Notes</h2>
<details>
<summary>Click Here</summary>
<p>Make sure to add your about me page to our group page in our GitHub Repo</p>
</details>
</section>
<section>
<h2>Pick your favorite animal</h2>
<label for="animals">Choose your favorite animal:</label>
<select id="animals">
<option value="Dog">Dog</option>
<option value="Cat">Cat</option>
<option value="Hamster">Hamster</option>
<option value="Bunny">Bunny</option>
<option value="Duck">Duck</option>
</select>
</section>
</main>
</body>
</html>