-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoutreach.html
237 lines (224 loc) · 9.32 KB
/
outreach.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
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
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x"
crossorigin="anonymous"
/>
<link href='https://api.mapbox.com/mapbox-gl-js/v2.9.1/mapbox-gl.css' rel='stylesheet' />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"
/>
<link rel="stylesheet" href="outreach.css" />
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>
<title>Anthony Snead</title>
<style>
.image-collage img {
width: 100%;
height: auto;
display: block;
margin: auto;
}
.image-collage {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 10px;
}
.image-collage div {
flex: 1 1 calc(33.333% - 20px); /* 3 images per row with a gap */
}
@media (max-width: 768px) {
.image-collage div {
flex: 1 1 calc(50% - 10px); /* 2 images per row with a gap on smaller screens */
}
}
@media (max-width: 576px) {
.image-collage div {
flex: 1 1 100%; /* 1 image per row on extra small screens */
}
}
</style>
</head>
<body>
<!-- Navbar -->
<nav class="navbar navbar-expand-lg bg-dark navbar-dark py-3 fixed-top">
<div class="container">
<a href="index.html" class="navbar-brand">Anthony Snead</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navmenu">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navmenu">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a href="about.html" class="nav-link">About</a>
</li>
<li class="nav-item">
<a href="research.html" class="nav-link">Research</a>
</li>
<li class="nav-item">
<a href="publications.html" class="nav-link">Publications</a>
</li>
<li class="nav-item">
<a href="outreach.html" class="nav-link">Outreach</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Image Collage Container -->
<div class="container mt-4">
<div class="container border border-secondary rounded text-dark p-2">
<div class="image-collage">
<div>
<a href="https://cleardirectionmentoring.org/">
<img src="img/CDM+Logo.png" alt="Image 1">
</a>
</div>
<div>
<a href="https://rlearley.people.ua.edu/meetabamabiologist.html">
<img src="img/MBB.jpg" alt="Image 2">
</a>
</div>
<div>
<a href="https://research.ua.edu/our/urca/">
<img src="img/URCA.jpg" alt="Image 3">
</a>
</div>
<div>
<a href="https://ccbp.ua.edu/stem-showcase/">
<img src="img/STEMS.jpg" alt="Image 4">
</a>
</div>
<div>
<a href="https://www.skypeascientist.com/">
<img src="img/SAS.jpg" alt="Image 5">
</a>
</div>
<div>
<a href="https://clas.ucdenver.edu/denversciencefair/">
<img src="img/Denver_Science.png" alt="Image 6">
</a>
</div>
<div>
<a href="https://diversity.ua.edu/safe-zone/">
<img src="img/UASafezone.jpg" alt="Image 7">
</a>
</div>
<div>
<a href="https://prescientist.org/">
<img src="img/LPS.jpg" alt="Image 8">
</a>
</div>
<div>
<a href="https://almnh.museums.ua.edu/event/night-at-the-museum/">
<img src="img/UAMNH.jpg" alt="Image 9">
</a>
</div>
</div>
</div>
</div>
<div class="container">
<h1 class="text-center pt-5"><u>Outreach</u></h1>
<div class="row justify-content-center">
<div class="col-md-8"> <!-- Adjust the column size based on your preference -->
<table class="table">
<tbody>
<tr>
<td scope="col" colspan="2" rowspan="2" class="text-start">
<a href="https://cleardirectionmentoring.org/">Clear Direction Mentoring</a><br>
<span style="padding-left: 36px;"><em>Mentor</em></span>
</td>
<td scope="col" colspan="2" class="text-end font-weight-bold">Fall 2023 - Present</td>
</tr>
<tr></tr>
<tr>
<td scope="col" colspan="2" rowspan="2" class="text-start">
<a href="https://clas.ucdenver.edu/denversciencefair/">Denver Metro Regional Science & Engineering Fair</a><br>
<span style="padding-left: 36px;"><em>Volunteer Judge & Scientific Review Board</em></span>
</td>
<td scope="col" colspan="2" class="text-end font-weight-bold">Spring 2022, 2024</td>
</tr>
<tr></tr>
<tr>
<td scope="col" colspan="2" rowspan="2" class="text-start">
<a href="https://rlearley.people.ua.edu/meetabamabiologist.html">Meet a Bama Biologist</a><br>
<span style="padding-left: 36px;"><em>Scientific Volunteer</em></span>
</td>
<td scope="col" colspan="2" class="text-end font-weight-bold">Spring 2021 - Summer 2023</td>
</tr>
<tr></tr>
<tr>
<td scope="col" colspan="2" rowspan="2" class="text-start">
<a href="https://research.ua.edu/our/urca/">UA Undergraduate Research & Creative Activity Conference</a><br>
<span style="padding-left: 36px;"><em>Volunteer Judge</em></span>
</td>
<td scope="col" colspan="2" class="text-end font-weight-bold">Spring 2021, 2022</td>
</tr>
<tr></tr>
<tr>
<td scope="col" colspan="2" rowspan="2" class="text-start">
<a href="https://ccbp.ua.edu/stem-showcase/">UA STEM Showcase</a><br>
<span style="padding-left: 36px;"><em>Volunteer Judge</em></span>
</td>
<td scope="col" colspan="2" class="text-end font-weight-bold">Spring 2021</td>
</tr>
<tr></tr>
<tr>
<td scope="col" colspan="2" rowspan="2" class="text-start">
<a href="https://prescientist.org/">Letters to a Pre-Scientist</a><br>
<span style="padding-left: 36px;"><em>Scientific Volunteer</em></span>
</td>
<td scope="col" colspan="2" class="text-end font-weight-bold">Fall 2020 - Present</td>
</tr>
<tr></tr>
<tr>
<td scope="col" colspan="2" rowspan="2" class="text-start">
<a href="https://diversity.ua.edu/safe-zone/">UA SafeZone</a><br>
<span style="padding-left: 36px;"><em>Ally/Trainer</em></span>
</td>
<td scope="col" colspan="2" class="text-end font-weight-bold">Fall 2018 – Summer 2023</td>
</tr>
<tr></tr>
<tr>
<td scope="col" colspan="2" rowspan="2" class="text-start">
<a href="https://almnh.museums.ua.edu/event/night-at-the-museum/">The University of Alabama’s Night at the Museum</a><br>
<span style="padding-left: 36px;"><em>Volunteer Biology Instructor</em></span>
</td>
<td scope="col" colspan="2" class="text-end font-weight-bold">Spring 2019</td>
</tr>
<tr></tr>
<tr>
<td scope="col" colspan="2" rowspan="2" class="text-start">
<a href="https://www.skypeascientist.com/">Skype a Scientist</a><br>
<span style="padding-left: 36px;"><em>Scientific Volunteer</em></span>
</td>
<td scope="col" colspan="2" class="text-end font-weight-bold">Spring 2018 - Present</td>
</tr>
<tr></tr>
</tbody>
</table>
</div>
</div>
</div>
<!-- White Space -->
<section id="white-space" class="p-5 bg-light text-light">
<div class="container"></div>
</section>
<!-- Footer -->
<footer class="p-5 bg-dark text-white text-center position-relative">
<div class="container">
<p class="lead">Made with Bootstrap - <a href="https://github.com/anthonysnead/anthonysnead.github.io" class="link-primary" target="_blank">See the Code!</a></p>
<a href="#" class="position-absolute bottom-0 end-0 p-5"><i class="bi bi-arrow-up-circle h1"></i></a>
</div>
</footer>
</body>
</html>