forked from mpsych/stempower.net
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
249 lines (213 loc) · 9.3 KB
/
Copy pathindex.html
File metadata and controls
249 lines (213 loc) · 9.3 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
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
238
239
240
241
242
243
244
245
246
247
248
249
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>STEMPOWER Fellowship</title>
<!-- Import Poppins from Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap" rel="stylesheet">
<style>
body {
margin: 0;
font-family: 'Poppins', sans-serif; /* default font */
background: #f5f5f5;
}
a {
color: #1c4587;
}
.banner {
background-color: #1c4587;
}
.banner img {
width: 90%;
max-height: 200px;
height: auto;
display: block;
object-fit: contain;
padding: 20px;
max-width: 600px;
}
/* Separator line */
.separator {
height: 1px;
background-color: #aaaaaa;
width: 100%;
}
/* Navigation bar */
.navbar {
background-color: #1c4587;
overflow: hidden;
font-family: 'Poppins', sans-serif;
}
.navbar a {
float: left;
display: block;
color: white;
text-align: center;
padding: 12px 16px;
text-decoration: none;
}
.navbar a:hover {
background-color: #333;
}
.navbar .icon {
display: none;
}
/* Responsive navbar */
@media screen and (max-width: 600px) {
.navbar a { display: none; }
.navbar a.icon {
float: right;
display: block;
}
}
@media screen and (max-width: 600px) {
.navbar.responsive { position: relative; }
.navbar.responsive a.icon {
position: absolute;
right: 0;
top: 0;
}
.navbar.responsive a {
float: none;
display: block;
text-align: left;
}
}
.content {
padding: 20px;
font-family: 'Poppins', sans-serif;
}
.organizers img {
filter: grayscale(100%);
}
</style>
</head>
<body>
<!-- Banner -->
<div class="banner">
<img src="gfx/logo.png" alt="STEMPOWER Banner">
</div>
<!-- Separator line -->
<div class="separator"></div>
<!-- Navigation -->
<div class="navbar" id="navbar">
<a href="#">Home</a>
<a href="https://www.umass.edu/diversitysciences/" target="_blank">Institute of Diversity Sciences</a>
<!-- <a href="#">Programs</a> -->
<a href="#q_and_a">Questions?</a>
<a href="javascript:void(0);" class="icon" onclick="toggleMenu()">☰</a>
</div>
<!-- Main Content -->
<div class="content">
<!-- <h1>Welcome to STEMPOWER.net</h1> -->
<!-- <p>This is a placeholder content area under the banner and menu. Add your content here.</p> -->
<div class="program-info" style="text-align: center; margin-top: 40px;">
<h2 style="font-weight: 600; font-size: 20px;">
A Research Experience for Undergraduate Students in STEM:
</h2>
<p style="margin-top: -10px; font-weight: 500;">
We also call it the Mini-PhD for Undergrads 😊
</p>
<!-- New announcement line -->
<p style="margin-top: 20px; font-weight: 600; font-size: 16px; color: #1c4587;">
<!-- <a href='https://STEMPOWER.net/apply/' target=_blank>APPLY NOW!</a> for Fall 2025. -->
Fall 2026 Applications are now OPEN! We are looking for students in the following departments:
</p>
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 10px; max-width: 600px; margin: 30px auto 0;">
<div><strong>Computer Science</strong></div>
<div><strong>Engineering</strong></div>
<div><strong>Mathematics</strong></div>
<div><strong>Chemistry</strong></div>
<div><strong>Physics</strong></div>
<div><strong>Biology</strong></div>
</div><br>
<a href='https://STEMPOWER.net/student_flyer.pdf' target='_blank'>More information for students!</a><br><br>
<a href='https://STEMPOWER.net/faculty.pdf' target='_blank'>More information on participating faculty and research labs!</a>
</div>
<div class="organizers" style="text-align: center; margin: 60px auto 40px; max-width: 1100px; padding: 0 10px;">
<h2 style="font-weight: 600; font-size: 22px; margin-bottom: 30px;">
Meet the Organizers
</h2>
<div style="display: flex; flex-wrap: wrap; justify-content: right; gap: 60px;">
<!-- UMass Boston -->
<div style="flex: 1 1 300px;">
<div style="font-weight: 700; text-align: right; margin-bottom: 15px;">UMass Boston</div>
<div style="display: flex; gap: 30px; justify-content: right;">
<div style="text-align: center;">
<img src="gfx/haehn.jpg" alt="Daniel Haehn" style="width: 100px; height: 100px; object-fit: cover; border-radius: 50%; border: 2px solid #ccc; filter: grayscale(100%);">
<div style="margin-top: 10px; font-weight: 500;">Daniel Haehn</div>
</div>
<div style="text-align: center;">
<img src="gfx/hamad.jpg" alt="Kim Hamad-Schifferli" style="width: 100px; height: 100px; object-fit: cover; border-radius: 50%; border: 2px solid #ccc; filter: grayscale(100%);">
<div style="margin-top: 10px; font-weight: 500;">Kim Hamad-Schifferli</div>
</div>
<div style="text-align: center;">
<img src="gfx/duong.png" alt="Tori Duong" style="width: 100px; height: 100px; object-fit: cover; border-radius: 50%; border: 2px solid #ccc; filter: grayscale(100%);">
<div style="margin-top: 10px; font-weight: 500;">Tori Duong</div>
</div>
</div>
</div>
<!-- UMass Amherst -->
<div style="flex: 1 1 300px;">
<div style="font-weight: 700; text-align: left; margin-bottom: 15px;">UMass Amherst</div>
<div style="display: flex; gap: 30px; justify-content: left;">
<div style="text-align: center;">
<img src="gfx/thota.jpg" alt="Neena Thota" style="width: 100px; height: 100px; object-fit: cover; border-radius: 50%; border: 2px solid #ccc; filter: grayscale(100%);">
<div style="margin-top: 10px; font-weight: 500;">Neena Thota</div>
</div>
<div style="text-align: center;">
<img src="gfx/roberts.jpg" alt="Shannon Roberts" style="width: 100px; height: 100px; object-fit: cover; border-radius: 50%; border: 2px solid #ccc; filter: grayscale(100%);">
<div style="margin-top: 10px; font-weight: 500;">Shannon Roberts</div>
</div>
<div style="text-align: center;">
<img src="gfx/dasgupta.png" alt="Nilanjana Buju Dasgupta" style="width: 100px; height: 100px; object-fit: cover; border-radius: 50%; border: 2px solid #ccc; filter: grayscale(100%);">
<div style="margin-top: 10px; font-weight: 500;">Nilanjana<br> Buju Dasgupta</div>
</div>
</div>
</div>
</div>
</div>
<div class="sponsor" style="text-align: center; margin: 60px auto 40px; max-width: 800px; padding: 0 20px;">
<p style="font-size: 16px; font-weight: 500; color: #333;">
Funded by the <strong>Alfred P. Sloan Foundation</strong> as part of<br> the
<em>Exemplary Pathways to STEM Graduate Education</em> initiative.
</p>
</div>
<div class="q_and_a" style="max-width: 600px; margin: 60px auto; padding: 20px;">
<h2 style="text-align: center; font-weight: 600;" id="q_and_a">Frequent Q&As</h2>
Can a student who is already in a lab, apply for this program and be in 2 labs? <strong>yes</strong><br><br>
If a student is in a lab, but their lab is not on this list, can they still be in the program? <strong>yes</strong><br><br>
Can international students apply for this program? <strong>Sadly, No!</strong><br><br>
How competitive is the program? <strong>extremely competitive! we recruit 1 single student from each department on each campus</strong>
</div>
<div class="contact-form" style="max-width: 600px; margin: 60px auto; padding: 20px;">
<h2 style="text-align: center; font-weight: 600;" id="contact">Contact Us</h2>
<form action="mailto:help@stempower.net" method="POST" enctype="text/plain" style="display: flex; flex-direction: column; gap: 15px;">
<label for="name" style="font-weight: 500;">Name</label>
<input type="text" id="name" name="Name" required
style="padding: 10px; font-size: 16px; border: 1px solid #ccc; border-radius: 4px;">
<label for="email" style="font-weight: 500;">Email</label>
<input type="email" id="email" name="Email" required
style="padding: 10px; font-size: 16px; border: 1px solid #ccc; border-radius: 4px;">
<label for="message" style="font-weight: 500;">Message</label>
<textarea id="message" name="Message" rows="5" required
style="padding: 10px; font-size: 16px; border: 1px solid #ccc; border-radius: 4px;"></textarea>
<button type="submit" style="background-color: #1c4587; color: white; padding: 12px; font-size: 16px; border: none; border-radius: 4px; cursor: pointer;">
Send Message
</button>
</form>
</div>
</div>
<script>
function toggleMenu() {
var x = document.getElementById("navbar");
if (x.className === "navbar") {
x.className += " responsive";
} else {
x.className = "navbar";
}
}
</script>
</body>
</html>