-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathalumni.html
59 lines (54 loc) · 2.45 KB
/
alumni.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 lang="en" dir="ltr">
<script type=module src=headerfooter.js></script>
<head>
<psi-head></psi-head>
<title>Alpha Eta | Alumni</title>
<link rel="stylesheet" href="css/alumni.css">
<link rel="stylesheet" href="css/fonts.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<script src="https://use.fontawesome.com/releases/v5.13.0/js/all.js" data-auto-a11y="true"></script>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
<script src="scripts/script.js"></script>
</head>
<body>
<psi-header></psi-header>
<div id="alumni1">
<h1>Alumni</h1>
<p>Alpha Eta is fortunate to have 92 years of alumni supporting the chapter. If you are an Alpha Eta alum who wants to get involved, feel free to contact our correspondence secretary or any officers of the Alpha Eta Alumni Association (AHAA).<p>
<img src="img/groups/F17_grads.jpg" alt="Fall 17 grads">
</div>
<div id="alumni2">
<button type="button" class="btn btn-outline-secondary" id="alumni-button" onclick="window.open('https://docs.google.com/forms/d/e/1FAIpQLSfVArUtrVM7YL2E5AScaZFLNcIL5SUznve6bv3mRA3a0tVCiw/viewform', '_blank')" target="_blank">Fill out the AHAA Personnel Form to keep in touch with our chapter!</button>
<p><strong>Correspondence Secretary - Amanda Turner-Gibson</strong><br>ah.kkpsi.correspondence@gmail.org</p>
<table>
<tr>
<td>
<strong>AHAA Chair of the Board - David Campo III</strong><br>ah.kkpsi.alumni@gmail.com
</td>
<td>
<strong>AHAA Programming Director - Keenan Lind</strong><br>keenanlind@gmail.com
</td>
</tr>
<tr>
<td>
<strong>AHAA Membership and Outreach Director - Courtney Spillman</strong><br>cmspillman25@gmail.com
</td>
<td>
<strong>AHAA Communications Director - Dylan Abeles</strong><br>dylan.abeles@gmail.com
</td>
</tr>
<tr>
<td>
<strong>AHAA Finance Director - Jerome Hall</strong><br>jhall@kkpsi.com
</td>
<td>
<strong>AHAA Philanthropy Director - Kaitlin Lyttle</strong><br>kaitlytt@aol.com
</td>
</tr>
</table>
</div>
<psi-footer></psi-footer>
</body>
</html>