forked from stuyquantum/stuyquantum.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutus.html
276 lines (243 loc) · 9.18 KB
/
aboutus.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
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
<!DOCTYPE html>
<html>
<style>
.text{
visibility: visible;
}
body {
font-family: Arial, Helvetica, sans-serif;
margin: 0;
}
html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
.column {
float: left;
width: 33.3%;
margin-bottom: 16px;
padding: 0 8px;
}
.card {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
margin: 8px;
}
.about-section {
padding: 50px;
background-color: #5a2320;
color: white;
}
.container {
padding: 0 16px;
}
.container::after, .row::after {
content: "";
clear: both;
display: table;
}
.title {
color: grey;
}
.button {
border: none;
outline: 0;
display: inline-block;
padding: 8px;
color: white;
background-color: #5a2320;
text-align: center;
cursor: pointer;
width: 100%;
}
.button:hover {
background-color: rgb(107, 78, 78);
}
@media screen and (max-width: 650px) {
.column {
width: 100%;
display: block;
}
}
/* Add a black background color to the top navigation */
.topnav {
background-color: #5a2320;
overflow: hidden;
}
/* Style the links inside the navigation bar */
.topnav a {
float: left;
color: #ffffff;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
/* Change the color of links on hover */
.topnav a:hover {
background-color: #7a3333;
color: rgb(255, 255, 255);
}
/* Add a color to the active/current link */
.topnav a.active {
background-color: #7a3333;
color: rgb(255, 255, 255);
}
.about-section .heading{
font-size: 32px;
font-weight: 1000;
}
.about-section .paragraph{
padding-top: 15px;
font-size: 17px;
}
@media only screen and (max-device-width: 1024px) {
.topnav a{
font-size: 37px;
}
.column {
width: 100%;
display: block;
}
.about-section .heading {
font-size: 75px;
}
.about-section .paragraph {
padding-top: 20px;
font-size: 40px;
}
h1{
font-size: 75px;
}
h2 {
font-size: 50px;
}
p {
font-size: 40px;
}
button{
font-size: 35px;
}
}
</style>
<title>Stuy Quantum</title>
<link rel="shortcut icon" type="image/jpg" href="img/stuy_quantum_logo_tr.png" />
<body>
<div class="topnav">
<a href="index.html">Home</a>
<a href="content.html">Content</a>
<a class="active" href="aboutus.html">About Us</a>
<a href="resources.html">Resources</a>
<a href="fallfest.html">Fall Fest</a>
</div>
<div class="about-section">
<div class="heading" style="text-align:center">About Us</div>
<div class="paragraph" style="text-align:center">We are the StuyQuantum leaders for the 2023-2024 school year!</div>
</div>
<h2 style="text-align:center">Our Leadership Board</h2>
<div class="row">
<div class="column">
<div class="card">
<img src="img/lana.jpeg" alt="Shwetlana" style="width:100%">
<div class="container">
<h2>Shwetlana Jha</h2>
<p class="title">President</p>
<p>Hi, I'm Shwetlana! I have a strong interest in Quantum Computing
and linear algebra. I have participated in many IBM/qiskit courses
and in MIT's quantum computing hackathons(iQuHACK). This summer,
I worked with a professor at Yale University on a research project
in Quantum Error Correction! Outside of academics, I enjoy playing
tennis and dancing.</p>
<p>[email protected]</p>
<p><a href="mailto:[email protected]?subject=StuyQuantum%20Website%20Message"><button class="button">Contact</button></a></p>
</div>
</div>
</div>
<div class="column">
<div class="card">
<img src="img/arielle.jpeg" alt="Arielle" style="width:100%">
<div class="container">
<h2>Arielle Nudelman</h2>
<p class="title">Vice President</p>
<p>Hello, I'm Arielle! I enjoy anything computer science related from
mobile app development to data science, but especially software
development. I took courses for programming languages including
Python, Swift, Javascript, Java, Lua, and more. Aside from having an
interest in computer science, I love to play tennis and watch shows
on Netflix during my free time!
</p>
<p>[email protected]</p>
<p><a href="mailto:[email protected]?subject=StuyQuantum%20Website%20Message"><button class="button">Contact</button></a></p>
</div>
</div>
</div>
<div class="column">
<div class="card">
<img src="img/alp.jpeg" alt="Alp" style="width:100%">
<div class="container">
<h2>Alp Vargelci</h2>
<p class="title">Director of Content</p>
<p>Hey everyone! I'm Alp and my interests lie primarily in theoretical
physics and philosophy. I have taken several courses in quantum computing
with IBM and competed in numerous quantum hackathons. I have a passion
for teaching and spreading my excitement to others. During my free time
I like to play the electric guitar, read history books, and go cycling
if the weather permits!</p>
<p>[email protected]</p>
<p><a href="mailto:[email protected]?subject=StuyQuantum%20Website%20Message"><button class="button">Contact</button></a></p>
</div>
</div>
</div>
<div class="column">
<div class="card">
<img src="img/aareeb.jpeg" alt="Aareeb" style="width:100%">
<div class="container">
<h2>Aareeb Jamil</h2>
<p class="title">Director of Outreach</p>
<p>Hello, I'm Aareeb. My main academic focus is physics, and I'm one
of the captains of the Stuyvesant Physics Team. I am also interested,
however, in other STEM topics, such as the science that makes quantum
computing possible. During my free time, I enjoy reading books,
listening to music, and watching movies. Something unique about me is
that I love to make yogurt!</p>
<p>[email protected]</p>
<p><a href="mailto:[email protected]?subject=StuyQuantum%20Website%20Message"><button class="button">Contact</button></a></p>
</div>
</div>
</div>
<div class="column">
<div class="card">
<img src="img/baron.jpg" alt="Baron" style="width:100%">
<div class="container">
<h2>Baron Ng</h2>
<p class="title">Social Media Committee Member</p>
<p>I have an interest in pretty much every STEM field and a growing interest in
Visual Arts and Music. My favorite food is braised beef stew and I love eating
spicy food because then taste hardly matters. I love traveling, but I am still
17 so that's mostly out the window. I like trying out new things and I will get really
giddy if you reference something I understand. </p>
<p>[email protected]</p>
<p><a href="mailto:[email protected]?subject=StuyQuantum%20Website%20Message"><button class="button">Contact</button></a></p>
</div>
</div>
</div>
<div class="column">
<div class="card">
<img src="img/khondamir.jpeg" alt="Khondamir" style="width:100%">
<div class="container">
<h2>Khondamir Khudaybergenov</h2>
<p class="title">Outreach Committee Member</p>
<p>Hello, I'm Khondamir Khudaybergenov and I'm part of the Outreach team
for StuyQuantum. The reason I got into quantum computing is due to the
future it has in the field of neuroscience. Being an aspiring neuroscientist,
I'd like to not only learn more but also spread more information about quantum
computing and its future in the medical field.</p>
<p>[email protected]</p>
<p><a href="mailto:[email protected]?subject=StuyQuantum%20Website%20Message"><button class="button">Contact</button></a></p>
</div>
</div>
</div>
</div>
</body>
</html>