-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathofficers.html
95 lines (86 loc) · 4.61 KB
/
officers.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
<!DOCTYPE html>
<html>
<head>
<title>UT AWM Officers</title>
<link rel="stylesheet" type="text/css" href="main.css"/>
</head>
<body>
<h1 class="blinking-text">OFFICERS</h1>
<p>anouka * amira * shreya * kaissa * amanda</p>
<div id="all-officers-container">
<div class="officer">
<img class="officer-img" src="photos/Anouka.jpg" alt="Anouka" width = 500>
<div class="officer-textbox">
<h2 class="officer-name">Anouka Saha</h2>
<h4 class="officer-position">President</h4>
<p>
Hello! My name is Anouka Saha and I am currently a junior mathematics major.
I have been a part of this organization since fall of my freshman year, and am so
excited to see where AWM goes this semester and beyond. Outside of AWM I am a peer
mentor for the EvoDevOmics FRI research stream, and enjoy reading books, playing the
piano, and singing.
</p>
<span>Email: <a href = "mailto: [email protected]">[email protected]</a></span>
<p>Anouka on Discord</p>
</div>
</div>
<div class="officer">
<img class="officer-img" src="photos/Amira.jpg" alt="Amira" width = 500>
<div class="officer-textbox">
<h2 class="officer-name">Amira Sefidi</h2>
<h4 class="officer-position">Vice-President</h4>
<p>
Hi! I am a math major also pursuing a UTEACH certificate here at UT.
I play pickleball, volleyball and I love cats! For me, AWM has been a warm,
welcoming place with friendly faces, yummy snacks, and fun games.
</p>
<span>Email: <a href = "mailto: [email protected]">[email protected]</a></span>
<p>Amira on Discord</p>
</div>
</div>
<div class="officer">
<img class="officer-img" src="photos/Aileen.jpg" alt="Shreya" width = 500>
<div class="officer-textbox">
<h2 class="officer-name">Shreya</h2>
<h4 class="officer-position">Outreach/Socials</h4>
<p>
Shreya Intro
</p>
<span>Email: <a href = "mailto: REPLACE"></a></span>
<p>shreya on Discord</p>
</div>
</div>
<div class="officer">
<img class="officer-img" src="photos/Kaissa.jpg" alt="Kaissa" width = 500>
<div class="officer-textbox">
<h2 class="officer-name">Kaissa Doichev</h2>
<h4 class="officer-position">Treasurer</h4>
<p>
Hey! I am a mathematics major also pursing an Elements of Computing certificate.
My main focus is on data science, analytics, as well as software development!
I've found AWM to be an amazing place to make meaningful connections within your major.
Outside of it, I also design for an on-campus arts magazine, and enjoy reading, hiking,
and being with friends.
</p>
<span>Email: <a href = "mailto: [email protected]">[email protected]</a></span>
<p>Kaissa on Discord</p>
</div>
</div>
<div class="officer">
<img class="officer-img" src="photos/Amanda.jpg" alt="Amanda" width = 500>
<div class="officer-textbox">
<h2 class="officer-name">Amanda Zhang</h2>
<h4 class="officer-position">Web & Internals</h4>
<p>
Hi! My name is Amanda Zhang, and I am a mathematics major also pursing a data science minor and a CS certificate.
I joined AWM fall semester of my freshman year, and I have found many friendships within this club!
In my free time, I enjoy dancing, eating, and especially sleeping.
</p>
<span>Email: <a href = "mailto: [email protected]">[email protected]</a></span>
<p>Mandapanda on Discord</p>
</div>
</div>
</div>
</body>
<footer><p><a href="index.html"><-- Back to home</a></p></footer>
</html>