-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcontact.html
243 lines (201 loc) · 15.8 KB
/
contact.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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>Contact | ECE Pulse 2016</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/css/bootstrap.min.css" />
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="assets/pulse.css" />
<link rel="icon" href="favicon.png" />
<!-- For Facebook Sharing -->
<meta property="og:image" content="http://pulse.ece.illinois.edu/2016/assets/img/splash/front.jpg">
<meta property="og:site_name" content="ECE Pulse 2016 | The Heartbeat of Innovation">
<meta property="og:title" content="Contact | ECE Pulse 2016">
<meta property="og:description" content="ECE Pulse is an annual student-run conference held at UIUC which showcases innovation in electrical and computer engineering technologies. The conference consists of design competitions, tech talks, workshops, and networking sessions for students, alumni, faculty, and corporate representatives.">
<meta property="og:url" content="http://pulse.ece.illinois.edu/2016/contact.html">
</head>
<body>
<!-- Navigation Bar -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#mainNav" aria-expanded="false" aria-controls="mainNav">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<img class="navbar-brand" src="favicon.png">
</div>
<div class="collapse navbar-collapse" id="mainNav">
<ul class="nav navbar-nav">
<li class="navbar_item">
<a href="index.html">Home</a>
</li>
<li class="navbar_item">
<a href="competitions.html">Competitions</a>
</li>
<li class="navbar_item">
<a href="workshops.html">Workshops</a>
</li>
<li class="navbar_item">
<a href="schedule.html">Schedule</a>
</li>
<li class="navbar_item active">
<a href="contact.html">Contact</a>
</li>
<li class="navbar_item">
<a href="sponsor.pdf" target="_blank">Sponsor</a>
</li>
<li class="navbar_item">
<a href="https://ecepulse.typeform.com/to/vS6Wjo" target="_blank">Register</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Main Content -->
<div class="col-xs-12 splash splashContact">
<div class="col-xs-12 label orange valign">Contact</div>
</div>
<div class="container">
<div class="header fancyHeader">The Team</div>
<div class="row contactCard">
<div class="col-sm-4">
<div><img class="contactPicture" src="assets/img/board/ankitjain.jpg"></div>
<div class="contactName">Ankit Jain</div>
<div class="contactPosition">Conference Director</div>
<div class="contactLink"><a class="contactLink" href="mailto:[email protected]">Contact Me!</a></div>
</div>
<div class="col-sm-8">
<p>Ankit Jain is the Conference Director for ECE Pulse. Ankit is in his final year finishing his Master's Degree in Electrical Engineering. He likes working in analog design and sensor-based systems, and has been involved with Pulse since the beginning.</p>
<p>As Conference Director, Ankit's job is to oversee every single aspect of the conference and to be the face of the event to those who attend. By making sure that every part of the conference runs smoothly and that every attendee, speaker, and company enjoys the experience, his job will be successful.</p>
<p>What makes Pulse exciting for Ankit is the consistent evolution over the past five years. This event started as a small conference in three different buildings with an attendance of ~250 people. Since then, the conference has expanded to over 450 attendees all together in one building! He hopes to take this year's conference to the next level and looks forward to returning to the event in the coming years to witness the continued growth.</p>
</div>
</div>
<div class="row contactCard">
<div class="col-sm-4">
<div><img class="contactPicture" src="assets/img/board/kevinperkins.jpg"></div>
<div class="contactName">Kevin Perkins</div>
<div class="contactPosition">Secretary and Treasurer</div>
<div class="contactLink"><a class="contactLink" href="mailto:[email protected]">Contact Me!</a></div>
</div>
<div class="col-sm-8">
<p>Kevin Perkins is a junior in Computer Engineering. He enjoys programming, interfacing with hardware through software, and solving puzzles.</p>
<p>This is Kevin's second year working as Secretary and Treasurer for Pulse and third year working with Pulse. He documents Pulse meetings and drafts all of the conference budgets. Since he is in charge of the money, he basically has all of the power.</p>
<p>What motivates Kevin is seeing all the hard work pay off during the conference. Witnessing the great speakers, the problem solving, and the celebration of ECE makes all the time spent planning worth it. This is the reason why Kevin continues to work with Pulse every year.</p>
</div>
</div>
<div class="row contactCard">
<div class="col-sm-4">
<div><img class="contactPicture" src="assets/img/board/anitgandhi.jpg"></div>
<div class="contactName">Anit Gandhi</div>
<div class="contactPosition">Workshops</div>
<div class="contactLink"><a class="contactLink" href="mailto:[email protected]">Contact Me!</a></div>
</div>
<div class="col-sm-8">
<p>Anit Gandhi is a senior in Computer Engineering with a focus on cybersecurity and cryptography. Originally from Naperville, IL, he is also pursuing a business minor and hopes to one day found and run a security startup.</p>
<p>This year, he's running the Workshops committee, which is putting on three workshops for students who come to the conference to learn a new skill in a hands on way. His aim is to enrich students' technical knowledge through these workshops in a fun and relaxed environment.</p>
<p>Anit looks forward to Pulse every year because of the opportunity to hear from industry speakers in a purely technical format; there's no recruiting aspect, just a lot of fun.</p>
</div>
</div>
<div class="row contactCard">
<div class="col-sm-4">
<div><img class="contactPicture" src="assets/img/board/rufeizhou.jpg"></div>
<div class="contactName">Rufei Zhou</div>
<div class="contactPosition">Competitions</div>
<div class="contactLink"><a class="contactLink" href="mailto:[email protected]">Contact Me!</a></div>
</div>
<div class="col-sm-8">
<p> Rufei is a junior in Computer Engineering from Baton Rouge, LA. He enjoys designing systems that improve quality of life, programming indepedent projects, and taking long walks on the beach.</p>
<p>He is in charge of the Competitions committee. The aim of his committee is to allow students to show off their knowledge in ECE-related fields while having fun and winning prizes. Like workshops, it's a chance for students to actively participate in hands-on work outside of the classroom.</p>
<p>What makes Pulse really exciting for Rufei is that it's completely student-run. It's not quite a hackathon, and not quite a conference, but something run by students, for students.</p>
</div>
</div>
<div class="row contactCard">
<div class="col-sm-4">
<div><img class="contactPicture" src="assets/img/board/jefferyhuang.png"></div>
<div class="contactName">Jeffrey Huang</div>
<div class="contactPosition">Webmaster</div>
<div class="contactLink"><a class="contactLink" href="mailto:[email protected]">Contact Me!</a></div>
</div>
<div class="col-sm-8">
<p>Jeffrey is a junior in Computer Engineering from Parkland, FL with an interest in artificial intelligence and computer systems.</p>
<p>He is the webmaster for ECE Pulse this year, and his goal is to create a professional website to showcase all the awesome opportunities that Pulse offers!</p>
<p>Jeffrey thinks Pulse is a great opportunity to learn from corporate sponsors through tech talks and workshops as well as show off ECE technical knowledge through competitions. Without the pressure of recruiting it gives students the opportunity to relax and have fun!</p>
</div>
</div>
<div class="row contactCard">
<div class="col-sm-4">
<div><img class="contactPicture" src="assets/img/board/basselalesh.jpg"></div>
<div class="contactName">Bassel Alesh</div>
<div class="contactPosition">Media and Design</div>
<div class="contactLink"><a class="contactLink" href="mailto:[email protected]">Contact Me!</a></div>
</div>
<div class="col-sm-8">
<p>Bassel Alesh is a sophomore in Electrical Engineering with an interest in circuit design. This is Bassel's first year being involved with Pulse.</p>
<p>This year, he is in charge of Media and Design. His committee works on creating all the visuals and artwork for Pulse. Some of the projects he has been working on include this year's 'mascot' and the videos that are released before and during the conference.</p>
<p>Bassel thinks Pulse is awesome because it is so beneficial to its attendees; he really likes how all the Pulse events are relevant and unique. For this year's 'mascot', Bassel designed a waving robot, which is another reason why he thinks Pulse is awesome.</p>
</div>
</div>
<div class="row contactCard">
<div class="col-sm-4">
<div><img class="contactPicture" src="assets/img/board/mosabelagha.jpg"></div>
<div class="contactName">Mosab Elagha</div>
<div class="contactPosition">Networking</div>
<div class="contactLink"><a class="contactLink" href="mailto:[email protected]">Contact Me!</a></div>
</div>
<div class="col-sm-8">
<p>Mosab is a junior in Computer Engineering and is the Networking Director for ECE Pulse.</p>
<p>He enjoys programming, robotics, and attending hackathons to making fun projects. He has been growing a strong interest in mobile development - primarily fueled by iOS and Swift.</p>
<p>Mosab finds Pulse to be one of the best ways to learn from some of the best people in the industry. He also enjoys the local crowd that comes out to the events, citing them as some of the most talented people he has ever met</p>
</div>
</div>
<div class="row contactCard">
<div class="col-sm-4">
<div><img class="contactPicture" src="assets/img/board/rahulshah.jpg"></div>
<div class="contactName">Rahul Shah</div>
<div class="contactPosition">Corporate</div>
<div class="contactLink"><a class="contactLink" href="mailto:[email protected]">Contact Me!</a></div>
</div>
<div class="col-sm-8">
<p>Rahul is a senior in Electrical Engineering with an interest in Circuit Design. He is originally from Des Plaines, IL. He can usually be seen at the ECE Building doing homework late at night and lounging around with his peers.</p>
<p>During his spare time he enjoys playing Super Smash Bros. (Melee), reading articles about the latest tech, and watching Youtube videos.</p>
<p>His goal for the future is to work for a startup that will have a notable impact on the industry.</p>
</div>
</div>
<div class="row contactCard">
<div class="col-sm-4">
<div><img class="contactPicture" src="assets/img/board/tylerhansen.jpg"></div>
<div class="contactName">Tyler Hansen</div>
<div class="contactPosition">Marketing and Logistics</div>
<div class="contactLink"><a class="contactLink" href="mailto:[email protected]">Contact Me!</a></div>
</div>
<div class="col-sm-8">
<p>Tyler Hansen is the Director of Marketing and Logistics for ECE Pulse 2016. Tyler is a junior in Computer Engineering at ECE Illinois. As vice-chair of academic development for the department's Student Advancement Committee, he leads an effort to design events and programs that will assist students within the department in their academic pursuits.</p>
<p>As Director of Marketing & Logistics for Pulse, Tyler's job is twofold: firstly, he oversees publicity for the event, increasing student and faculty engagement in the college of engineering. Secondly, he manages the logistics for the conference, making sure that all the details work together smoothly.</p>
<p>Tyler is excited to see how Pulse can reach even more students this year. Over the past several years, Pulse has become a hallmark event for the department, and Tyler is excited to be able to reach a large number of the freshman class with this year's conference.</p>
</div>
</div>
<div class="row contactCard">
<div class="col-sm-4">
<div><img class="contactPicture" src="assets/img/board/shraddhadangi.jpg"></div>
<div class="contactName">Shraddha Dangi</div>
<div class="contactPosition">External Affairs</div>
<div class="contactLink"><a class="contactLink" href="mailto:[email protected]">Contact Me!</a></div>
</div>
<div class="col-sm-8">
<p>Shraddha Dangi is a junior in Electrical Engineering and is interested in RF communication and electromagnetics.</p>
<p>This year, she's the head of external affairs for Pulse. Her role is to be the representative for Pulse to the ECE Student Advancement Committee. She's also in charge of the Amazing Race competition. Styled much like the TV show, teams will solve ECE puzzles to win cool prizes!</p>
<p>For Shraddha, Pulse is an exciting time because it brings everything ECE-related to one place: the workshops, the competitions, and inspiring talks from great thinkers in the field.</p>
</div>
</div>
</div>
<!-- Footer -->
<footer class="footer col-xs-12">
<p class="valign">Made with ♥ in Urbana-Champaign</p>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/js/bootstrap.min.js"></script>
</body>
</html>