-
Notifications
You must be signed in to change notification settings - Fork 0
/
volunteering.html
59 lines (52 loc) · 2.66 KB
/
volunteering.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
<!DOCTYPE html>
<html>
<head>
<title>UT AWM Volunteer</title>
<link rel="stylesheet" type="text/css" href="main.css"/>
</head>
<body>
<h1 class="blinking-text">VOLUNTEERING</h1>
<div id="all-volunteer-container">
<div class="volunteer">
<div class="volunteer-textbox">
<h2 class="volunteer-name">STEM Girl Day at UT</h2>
<p>
UT STEM Girl Day gives K-8th graders "an opportunity to explore STEM through
grade-appropriate, hands-on activities" hosted by STEM enthusiasts from diverse
occupations and roles.
</p>
<p>
Our members helped in constructing fun, interactive activities for families to play.
And on the day of the event, they volunteered around the clock to manage
stations, all while teaching children important mathematical or scientific concepts.
You can look for this event in February on our mailing list and Discord.
</p>
</div>
</div>
<div class="volunteer">
<div class="volunteer-textbox">
<h2 class="volunteer-name">Follow an AWMie</h2>
<p>
We started this program to give interested highschoolers the experience of
what a Day in the Life is like for a math major at UT. In this program, the
highschoolers would follow their respective student guide around campus for a
day, with food provided by AWM. This also gives high schoolers a chance to
ask the student guide questions concerning the major from a first-hand perspective.
</p>
</div>
</div>
<div class="volunteer">
<div class="volunteer-textbox">
<h2 class="volunteer-name">Girl Scouts STEM Exploration</h2>
<p>
Organized by our beloved club sponsor, Dr. Austin, Girl Scouts STEM Exploration Day
was held to give girls a chance to have hands-on experience with math concepts
seen naturally but hardly noticed by the untrained eye. This event was fully supported
by AWM volunteers who aren't afraid of having fun.
</p>
</div>
</div>
</div>
</body>
<footer><p><a href="index.html"><-- Back to home</a></p></footer>
</html>