-
Notifications
You must be signed in to change notification settings - Fork 0
/
e-board.html
201 lines (178 loc) · 8.91 KB
/
e-board.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel = "icon" href = "images/logos/CB-logo-clipart.png">
<link rel="stylesheet" type="text/css" href="styles/site.css">
<title>Cornell Blockchain Club</title>
</head>
<body>
<header>
<button class="hidden" id="ham-btn" aria-label="Hamburger Menu">☰</button>
<!-- Source: content provided by members of Cornell Blockchain club-->
<a href="index.html">
<picture>
<img src="./images/logos/CB-logo.png" alt="Cornell Blockchain Logo Image" id="CB-logo">
</picture>
</a>
<nav class="hidden" id="nav-menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="education.html">Education</a></li>
<li><a href="subteams.html">Subteams</a></li>
<li><a href="conferences.html">Conferences</a></li>
<li><a href="e-board.html">E-Board</a></li>
</ul>
</nav>
</header>
<main>
<!-- Source: content provided by members of Cornell Blockchain club-->
<h1>Meet the <strong>Team!</strong></h1>
<!-- Source: content provided by members of Cornell Blockchain club-->
<div class="eboard-gallery">
<!-- Source: content provided by members of Cornell Blockchain club-->
<div class="eboard-member">
<!-- Source: https://www.cornellblockchain.org/#team -->
<a href="https://www.linkedin.com/in/advaykoranne/" target="_blank">
<figure class="eboard">
<img alt="Image of President" src="./images/eboard/president.png">
</figure>
</a>
<h3>Advay Koranne</h3>
<p>President</p>
</div>
<!-- Source: content provided by members of Cornell Blockchain club-->
<div class="eboard-member">
<a href="https://www.linkedin.com/in/spencerkane/" target="_blank">
<figure class="eboard">
<!-- Source: https://www.cornellblockchain.org/#team -->
<img alt="Image of Vice President" src="./images/eboard/vice-president.png">
</figure>
</a>
<h3>Spencer Kane</h3>
<p>Vice President</p>
</div>
<!-- Source: content provided by members of Cornell Blockchain club-->
<div class="eboard-member">
<a href="https://www.linkedin.com/in/leahvalente/" target="_blank">
<figure class="eboard">
<!-- Source: https://www.cornellblockchain.org/#team -->
<img alt="Image of Head of Consulting" src="./images/eboard/consulting.png">
</figure>
</a>
<h3>Leah Valente</h3>
<p>Consulting</p>
</div>
<!-- Source: content provided by members of Cornell Blockchain club-->
<div class="eboard-member">
<!-- Source: https://www.cornellblockchain.org/#team -->
<a href="https://www.linkedin.com/in/ella-hough/" target="_blank">
<figure class="eboard">
<img alt="Image of Head of Consulting" src="./images/eboard/recruitment.png">
</figure>
</a>
<h3>Ella Hough</h3>
<p>Recruitment</p>
</div>
<!-- Source: content provided by members of Cornell Blockchain club-->
<div class="eboard-member">
<!-- Source: https://www.cornellblockchain.org/#team -->
<a href="https://www.linkedin.com/in/rrodrigovillar/" target="_blank">
<figure class="eboard">
<img alt="Image of Head of Engineering" src="./images/eboard/engineer.png">
</figure>
</a>
<h3>Rodrigo Villar</h3>
<p>Engineering</p>
</div>
<!-- Source: content provided by members of Cornell Blockchain club-->
<div class="eboard-member">
<!-- Source: https://www.cornellblockchain.org/#team -->
<a href="https://www.linkedin.com/in/daniel-mistrik/" target="_blank">
<figure class="eboard">
<img alt="Image of Head of Education" src="./images/eboard/education.png">
</figure>
</a>
<h3>Daniel Mistrik</h3>
<p>Education</p>
</div>
<!-- Source: content provided by members of Cornell Blockchain club-->
<div class="eboard-member">
<!-- Source: https://www.cornellblockchain.org/#team -->
<a href="https://www.linkedin.com/in/prawirapikanto/" target="_blank">
<figure class="eboard">
<img alt="Image of Head of Governance" src="./images/eboard/governance.png">
</figure>
</a>
<h3>Prawira Pikanto</h3>
<p>Governance</p>
</div>
<!-- Source: content provided by members of Cornell Blockchain club-->
<div class="eboard-member">
<!-- Source: https://www.cornellblockchain.org/#team -->
<a href="https://www.linkedin.com/in/yousufqaum/" target="_blank">
<figure class="eboard">
<img alt="Image of Head of Accelerator" src="./images/eboard/accelerator.png">
</figure>
</a>
<h3>Yousuf Qaum</h3>
<p>Accelerator</p>
</div>
<!-- Source: content provided by members of Cornell Blockchain club-->
<div class="eboard-member">
<!-- Source: https://www.cornellblockchain.org/#team -->
<a href="https://www.linkedin.com/in/nicole-losi-453150200/" target="_blank">
<figure class="eboard">
<img alt="Image of Head of Finance" src="./images/eboard/finance.png">
</figure>
</a>
<h3>Nicole Losi</h3>
<p>Finance</p>
</div>
<!-- Source: content provided by members of Cornell Blockchain club-->
<div class="eboard-member">
<!-- Source: https://www.cornellblockchain.org/#team -->
<a href="https://www.linkedin.com/in/diego-fernandez-21159721b/" target="_blank">
<figure class="eboard">
<img alt="Image of Head of Trading" src="./images/eboard/trading.png">
</figure>
</a>
<h3>Diego Fernandez</h3>
<p>Trading</p>
</div>
<!-- Source: content provided by members of Cornell Blockchain club-->
<div class="eboard-member">
<!-- Source: https://www.cornellblockchain.org/#team -->
<a href="https://www.linkedin.com/in/aarav-khanna-b5100119b/" target="_blank">
<figure class="eboard">
<img alt="Image of Head of Trading 2" src="./images/eboard/trading2.png">
</figure>
</a>
<h3>Aarav Khanna</h3>
<p>Trading</p>
</div>
<!-- Source: content provided by members of Cornell Blockchain club-->
<div class="eboard-member">
<!-- Source: https://www.cornellblockchain.org/#team -->
<a href="https://www.linkedin.com/in/jalenjjenkins/" target="_blank">
<figure class="eboard">
<img alt="Image of Head of DE&I" src="./images/eboard/dei.png">
</figure>
</a>
<h3>Jalen Jenkins</h3>
<p>Diversity & Inclusion</p>
</div>
</div>
</main>
<!-- Source: content provided by members of Cornell Blockchain club-->
<footer>
<ul>
<li><p>Contact us at <a id="email" href="https://mail.google.com/mail/u/0/#inbox?compose=GTvVlcSDZdDczjsCMNWPkBgDMCWvDrrhqCsRbmPsDVsscKNTTXNXchVfFCQCkhfrZchRjTHGwdVbg" target="_blank">[email protected]</a></p></li>
<li>Follow us on <a id="twitter" href="https://twitter.com/CUBlockchain?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor" target="_blank">Twitter</a></li>
<li>Check us out on <a id="insta" href="https://www.instagram.com/cornellblockchain/" target="_blank">Instagram</a></li>
<li>View our projects on <a id="github" href="https://github.com/CornellBlockchain" target="_blank">GitHub</a></li>
</ul>
</footer>
<script src="scripts/hamburger.js"></script>
</body>