-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
424 lines (344 loc) · 15.6 KB
/
index.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
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
<!DOCTYPE html>
<html lang="en">
<head>
<!-- meta -->
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Joshua Gabriel Cohen</title>
<meta content="" name="keywords">
<meta content="" name="description">
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i|Playfair+Display:400,400i,700,700i,900,900i"
rel="stylesheet">
<!-- Bootstrap CSS File -->
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Libraries CSS Files -->
<link href="lib/ionicons/css/ionicons.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/magnific-popup/magnific-popup.css" rel="stylesheet">
<link href="lib/hover/hover.min.css" rel="stylesheet">
<!-- Main Stylesheet File -->
<link href="css/style.css" rel="stylesheet">
<!-- Responsive css -->
<link href="css/responsive.css" rel="stylesheet">
<!-- Favicon -->
<link rel="shortcut icon" href="images/favicon.png">
<!-- =======================================================
Theme Name: Folio
Theme URL: https://bootstrapmade.com/folio-bootstrap-portfolio-template/
Author: BootstrapMade.com
Author URL: https://bootstrapmade.com
======================================================= -->
</head>
<body>
<!-- start section navbar -->
<nav id="main-nav">
<div class="row">
<div class="container">
<div class="logo">
<a href="index.html"><img src="images/circle_profile.png" alt="logo"></a>
</div>
<div class="responsive"><i data-icon="m" class="ion-navicon-round"></i></div>
<ul class="nav-menu list-unstyled">
<li><a href="#header" class="smoothScroll">Home</a></li>
<li><a href="#about" class="smoothScroll">About</a></li>
<li><a href="#portfolio" class="smoothScroll">Portfolio</a></li>
<li><a href="#contact" class="smoothScroll">Contact</a></li>
</ul>
</div>
</div>
</nav>
<!-- End section navbar -->
<!-- start section header -->
<div id="header" class="home">
<div class="container">
<div class="header-content">
<h1>I'm <span class="typed"></span></h1>
<p>leader, developer, entrepreneur</p>
<ul class="list-unstyled list-social">
<li><a href="https://www.linkedin.com/in/joshuacohen98/"><i class="ion-social-linkedin"></i></a></li>
<li><a href="https://github.com/jcohen98"><i class="ion-social-github"></i></a></li>
<li><a href="https://github.com/DrexelSmartHouse"><i class="ion-social-github"></i></a></li>
</ul>
</div>
</div>
</div>
<!-- End section header -->
<!-- start section about us -->
<div id="about" class="paddsection">
<div class="container">
<div class="row justify-content-between">
<div class="col-lg-4 ">
<div class="div-img-bg">
<div class="about-img">
<img src="images/about.jpg" class="img-responsive" alt="me">
</div>
</div>
</div>
<div class="col-lg-7">
<div class="about-descr">
<p class="p-heading">I'm a Fourth Year Honors student at the Drexel University pursuing a Dual Bachelor's in
Computer and Electrical Engineering.</p>
<p class="separator">My passions for leadership and innovation have led me to become a leader of
two student organizations and begin two independent research
projects all by the end of my Freshman Year. </p>
<p class="separator">I just recently finished a 6-month internship at Amazon AWS as a software development
engineer. </p>
</div>
</div>
</div>
</div>
</div>
<!-- end section about us -->
<!-- start section services -->
<div id="services">
<div class="container">
<div class="services-carousel owl-theme">
<div class="services-block">
<i class="ion-android-star-outline"></i>
<span>Drexel Engineering Student</span>
<p class="separator"><strong>3.97 GPA</strong></p>
<p class="separator">Pursuing a Dual Major in Computer and Electrical Engineering.</p>
</div>
<div class="services-block">
<i class="ion-arrow-graph-up-right"></i>
<span>President: Drexel Smart House</span>
<p class="separator">An organization focused in providing resources to innovative students that want to turn
their dreams into a reality. </p>
</div>
<div class="services-block">
<i class="ion-android-contacts"></i>
<span>Vice President - DUCSTeach</span>
<p class="separator">A student organization that works to inspire Middle-Schoolers and High-Schoolers in the
Philadelphia area by teaching them software and hardware skills.</p>
</div>
<div class="services-block">
<i class="ion-android-globe"></i>
<span>Project Highlight - DragonHome Network</span>
<p class="separator">A low-cost, scalibile IoT newtwork planning to be deployed in University City.</p>
</div>
<div class="services-block">
<i class="ion-android-cloud-outline"></i>
<span>Past Co-op: Amazon AWS</span>
<p class="separator">Worked at Amazon AWS for my second co-op experience and was tasked to Design and
implement a new, flexible, scalable Authorization Service to be used by all of my team's existing services.
</p>
</div>
<div class="services-block">
<i class="ion-android-call"></i>
<span>Past Co-op: Comcast</span>
<p class="separator">I worked at Comcast Smart Network Platform as a Software Development and Automation
Engineer for my first co-op experience.</p>
</div>
</div>
</div>
</div>
<!-- end section services -->
<!-- start section portfolio -->
<div id="portfolio" class="text-left paddsection">
<div class="container">
<div class="section-title text-center">
<h2>My Portfolio</h2>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="portfolio-list text-center">
<ul class="nav list-unstyled" id="portfolio-flters">
<li class="filter filter-active" data-filter=".all">all</li>
<li class="filter" data-filter=".leadership">leadership</li>
<li class="filter" data-filter=".independent">independent projects</li>
<li class="filter" data-filter=".hackathon">hackathon projects</li>
<li class="filter" data-filter=".inclass">in-class projects</li>
</ul>
</div>
</div>
</div>
</div>
<div class="container">
<div class="journal-block jblock">
<div class="grid-sizer col-lg-4"></div>
<div class="col-lg-4 jinfo leadership all">
<div class="journal-info">
<a href="portfolio/drexelsmarthouse.html"><img src="images/portfolio/dshouse_vision.jpg"
class="img-responsive" alt="img"></a>
<div class="journal-txt">
<h4><a href="portfolio/drexelsmarthouse.html">President - Drexel Smart House</a></h4>
<p class="separator">An student-led undergraduate incubator focused in promoting technologies in
Philadelphia that improve quality-of-life
</p>
</div>
</div>
</div>
<div class="col-lg-4 jinfo leadership all">
<div class="journal-info">
<a href="portfolio/duscteach.html"><img src="images/portfolio/ducsteach.jpg" class="img-responsive"
alt="img"></a>
<div class="journal-txt">
<h4><a href="portfolio/duscteach.html">Vice President - DUCSTeach</a></h4>
<p class="separator">A group of motivated students who want to affect change in our local community by
teaching students to code.
</p>
</div>
</div>
</div>
<div class="col-lg-4 jinfo inclass all">
<div class="journal-info">
<a href="portfolio/rube_goldberg.html"><img src="images/portfolio/rube_goldberg.jpg" class="img-responsive"
alt="img"></a>
<div class="journal-txt">
<h4><a href="portfolio/rube_goldberg.html">Freshman Design - 2D Rube Goldberg</a></h4>
<p class="separator">The first of three Freshman Design projects. Our class's goal was to design a 2D
Rube Goldberg incorporating many different "simple machines."
</p>
</div>
</div>
</div>
<div class="col-lg-4 jinfo inclass all">
<div class="journal-info">
<a href="portfolio/robo_snare.html"><img src="images/portfolio/drexel_drum.jpg" class="img-responsive"
alt="img"></a>
<div class="journal-txt">
<h4><a href="portfolio/robo_snare.html">Freshman Design - Robotic Snare Drum</a></h4>
<p class="separator">Second of three Freshman Design projects. Our class's goal was to design a robotic
instrument using the Arduino platform.
</p>
</div>
</div>
</div>
<div class="col-lg-4 jinfo inclass all">
<div class="journal-info">
<a href="portfolio/mag_implant.html"><img src="images/portfolio/mag_implant.jpg" class="img-responsive"
alt="img"></a>
<div class="journal-txt">
<h4><a href="portfolio/mag_implant.html">Freshman Design - Magnetic Brain Implant System</a></h4>
<p class="separator">Third of three Freshman Design projects. Our project's goal was to create a small,
passive implant that could travel through a gelatenous medium for help with Alzheimer's treatment.
</p>
</div>
</div>
</div>
<div class="col-lg-4 jinfo independent all">
<div class="journal-info">
<a href="portfolio/dhome_netwok.html"><img src="images/portfolio/dhome_network.jpg" class="img-responsive"
alt="img"></a>
<div class="journal-txt">
<h4><a href="portfolio/dhome_netwok.html">DragonHome Network</a></h4>
<p class="separator">A low-power, scalable, and modular IoT network capable of residential, community,
and city-wide applications.
</p>
</div>
</div>
</div>
<div class="col-lg-4 jinfo independent all">
<div class="journal-info">
<a href="portfolio/dsh_house_system.html"><img src="images/portfolio/dsh_system.jpg" class="img-responsive"
alt="img"></a>
<div class="journal-txt">
<h4><a href="portfolio/dsh_house_system.html">Drexel Smart House All-in-One System</a></h4>
<p class="separator">A program designed to automate several processes within the Smart House on 35th and
Race Street.
</p>
</div>
</div>
</div>
<div class="col-lg-4 jinfo hackathon independent all">
<div class="journal-info">
<a href="portfolio/dhacks2018.html"><img src="images/portfolio/sight_unseen.jpg" class="img-responsive"
alt="img"></a>
<div class="journal-txt">
<h4><a href="portfolio/dhacks2018.html">Sight Unseen - DragonHacks 2018</a></h4>
<p class="separator">A wireless localization system made to learn from a user's movements over time, map
out rooms, and navigate the user without the need of eyesight.
</p>
</div>
</div>
</div>
<div class="col-lg-4 jinfo hackathon independent all">
<div class="journal-info">
<a href="portfolio/pennapps2018.html"><img src="images/portfolio/backpak.jpg" class="img-responsive"
alt="img"></a>
<div class="journal-txt">
<h4><a href="portfolio/pennapps2018.html">Got Your Back, Pack! - PennApps 2018</a></h4>
<p class="separator">A smart backpack that combinds a slew of design, functional, and safety features
into one package. Did I mention it has RGB?
</p>
</div>
</div>
</div>
<div class="col-lg-4 jinfo independent all">
<div class="journal-info">
<a href="portfolio/dsh_website.html"><img src="images/portfolio/dsh_website.jpg" class="img-responsive"
alt="img"></a>
<div class="journal-txt">
<h4><a href="portfolio/dsh_website.html">Drexel Smart House Website</a></h4>
<p class="separator">Creation and maintenance of Drexel Smart House's main website hosted on Drexel
University's SiteCore system.
</p>
</div>
</div>
</div>
<div class="col-lg-4 jinfo independent all">
<div class="journal-info">
<a href="portfolio/dwsl_research.html"><img src="images/portfolio/gnuradio.jpg" class="img-responsive"
alt="img"></a>
<div class="journal-txt">
<h4><a href="portfolio/dwsl_research.html">STAR Research - Drexel Wireless Systems Lab</a></h4>
<p class="separator">Freshman Research working on creating an IoT-enabled Wireless Systems Laboratory
using software defined radios.
</p>
</div>
</div>
</div>
</div>
</div>
<!-- End section portfolio -->
<!-- start sectoion contact -->
<div id="contact" class="paddsection">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="contact-contact text-center">
<h2 class="mb-30">GET IN TOUCH</h2>
<ul class="contact-details">
<li><span>3175 JFK Boulevard, Apt 0919-D</span></li>
<li><span>Philadelphia, Pennsylvania</span></li>
<li><span>(570)-982-2945</span></li>
<li><span>[email protected]</span></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- start sectoion contact -->
<!-- start section footer -->
<div id="footer" class="text-center">
<div class="container">
<p>© Copyrights Folio. All rights reserved.</p>
<div class="credits">
<!--
All the links in the footer should remain intact.
You can delete the links only if you purchased the pro version.
Licensing information: https://bootstrapmade.com/license/
Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/buy/?theme=Folio
-->
Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a>
</div>
</div>
</div>
<!-- End section footer -->
<!-- JavaScript Libraries -->
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/jquery/jquery-migrate.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="lib/typed/typed.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/magnific-popup/magnific-popup.min.js"></script>
<script src="lib/isotope/isotope.pkgd.min.js"></script>
<!-- Template Main Javascript File -->
<script src="js/main.js"></script>
</body>
</html>