forked from sheikhrachel/sheikhrachel.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathv3.html
More file actions
797 lines (794 loc) · 53.6 KB
/
v3.html
File metadata and controls
797 lines (794 loc) · 53.6 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
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
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Isaac Sheikh | Software Engineer</title>
<link rel="shortcut icon" href="img/favicon.ico">
<meta property="og:title" content="Isaac Sheikh | Software Engineer" />
<meta property="og:description" content="Detail-oriented software engineer creating beautiful and functional user experiences."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://isaacsheikh.com/" />
<meta property="og:site_name" content="Isaac Sheikh" />
<meta property="og:image" content="http://isaacsheikh.com/img/og.jpg">
<!-- image of splash -->
<meta property="og:image:width" content="1280" />
<meta property="og:image:height" content="800" />
<meta property="og:image:type" content="image/png" />
<meta property="og:locale" content="en_US">
<meta name="description" content="Detail-oriented software engineer creating beautiful and functional user experiences.">
<meta name="keywords" content="isaac sheikh, isaac, sheikh, isheikh3, george mason university, george mason, university, student, front-end, web, website,
computer, software, developer, engineer, designer, internship, designer">
<meta itemprop="name" content="Isaac Sheikh | Software Engineer">
<meta itemprop="description" content="Detail-oriented software engineer creating beautiful and functional user experiences.">
<meta itemprop="image" content="http://isaacsheikh.com/img/og.jpg">
<!-- image of splash -->
<meta name="twitter:card" content="summary">
<meta name="twitter:url" content="http://isaacsheikh.com/">
<meta name="twitter:site" content="@isaacsheikh">
<meta name="twitter:creator" content="@isaacsheikh">
<meta name="twitter:title" content="Isaac Sheikh | Software Engineer">
<meta name="twitter:description" content="Detail-oriented software engineer creating beautiful and functional user experiences.">
<meta name="twitter:image:src" content="http://isaacsheikh.com/img/og.jpg">
<!-- image of splash -->
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet">
<link rel="stylesheet" type="text/css" href='https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,900,900italic,700italic'>
<link rel="stylesheet" href="/css/stylesv3.css" hreflang="en-us"> </head>
<body>
<nav id="dot-nav">
<ul>
<li class="dot-container">
<a href="#intro-section" data-number="0">
<span class="dot"></span>
<span class="dot-label">Intro</span>
</a>
</li>
<li class="dot-container">
<a href="#about-section" data-number="1">
<span class="dot"></span>
<span class="dot-label">About</span>
</a>
</li>
<li class="dot-container">
<a href="#services-section" data-number="2">
<span class="dot"></span>
<span class="dot-label">What I Do</span>
</a>
</li>
<li class="dot-container">
<a href="#skills-section" data-number="3">
<span class="dot"></span>
<span class="dot-label">Skills</span>
</a>
</li>
<li class="dot-container">
<a href="#experience-section" data-number="4">
<span class="dot"></span>
<span class="dot-label">Experience</span>
</a>
</li>
<li class="dot-container">
<a href="#portfolio-section" data-number="5">
<span class="dot"></span>
<span class="dot-label">Portfolio</span>
</a>
</li>
<li class="dot-container">
<a href="#contact-section" data-number="6">
<span class="dot"></span>
<span class="dot-label">Contact</span>
</a>
</li>
</ul>
</nav>
<div id="toggle" class="container">
<span class="line top"></span>
<span class="line middle"></span>
<span class="line bottom"></span>
</div>
<div id="overlay" class="overlay">
<div class="logo">
<img class="logo-img" src="img/favicon bw.ico" alt="logo">
<span>Isaac Sheikh</span>
</div>
<nav class="overlay-menu">
<ul class="menu-container">
<li class="menu-item">
<a href="#intro-section">Intro</a>
</li>
<li class="menu-item">
<a href="#about-section">About</a>
</li>
<li class="menu-item">
<a href="#services-section">What I Do</a>
</li>
<li class="menu-item">
<a href="#skills-section">Skills</a>
</li>
<li class="menu-item">
<a href="#experience-section">Experience</a>
</li>
<li class="menu-item">
<a href="#portfolio-section">Portfolio</a>
</li>
<li class="menu-item">
<a href="#contact-section">Contact</a>
</li>
</ul>
</nav>
</div>
<div id="skrollr-body">
<section id="intro-section" class="section">
<div class="bg" data-anchor-target="#intro-section" data-bottom-top="transform: translate3d(0px, -150px, 0px);" data-top-bottom="transform: translate3d(0px, 150px, 0px);"></div>
<div class="intro-wrapper">
<div class="intro-body" data-anchor-target="#intro-section" data-top="opacity: 1;" data-top-bottom="opacity: 0;">
<div class="intro-content">
<h1 class="heading" data-content="Isaac Sheikh">
<span class="name">Isaac Sheikh</span>
</h1>
<div class="action-wrapper">
<p class="subtext">
<a class="btn main-action">Software Engineer</a>
</p>
</div>
</div>
<div class="scroll-down-wrapper">
<a href="#about-section" title="About section" class="scroll-down">
<img class="logo" src="img/favicon bw.ico" alt="scroll down">
<span class="scroll-down-text"> Learn More
<svg class="chevron" viewBox="0 0 57.942 105.958" enable-background="new 0 0 11.893 6.503">
<line fill="none" stroke="#fff" stroke-width="7" stroke-miterlimit="10" x1="2.475" y1="2.475" x2="55.467" y2="55.466" />
<line fill="none" stroke="#fff" stroke-width="7" stroke-miterlimit="10" x1="55.467" y1="50.492" x2="2.475" y2="103.484" /> </svg>
</span>
</a>
</div>
</div>
</div>
</section>
<section id="about-section" class="section">
<div class="section-wrapper">
<div class="fade-in">
<h1 class="section-heading">Hello, I'm Isaac!</h1>
<h3 class="section-subheading">I'm a detail-oriented software engineer focused on building beautiful and functional user experiences.</h3>
<span class="divider"></span>
<div class="about-wrapper">
<img class="headshot" src="img/headshot.jpg" alt="headshot">
<div class="about-text-wrapper">
<p class="about-text">
<strong>I'm a fourth year student at Northeastern University</strong> in Boston studying computer
science and interaction design. I have experience developing and designing software for the
web, from simple landing pages to progressive web applications. I strive to create software
that not only functions efficiently under the hood, but also provides intuitive, pixel-perfect
user experiences.</p>
<p class="about-text">I love learning new and better ways to create seamless user experiences with clean, efficient,
and scalable code. I consider work an ongoing education, and I'm always looking for opportunities
to work with those who are willing to share their knowledge as much as I want to learn. At
the end of the day, my primary goal is to create something beautiful with people that bring
out the best in me.</p>
<p class="about-text">
<strong>When I'm not in front of a computer screen,</strong> I'm probably snowboarding, traveling,
petting dogs, or learning a new song on my uke.</p>
</div>
</div>
</div>
</div>
</section>
<section id="services-section" class="section gap">
<div class="bg" data-anchor-target="#services-section" data-bottom-top="transform: translate3d(0px, -150px, 0px);" data-top-bottom="transform: translate3d(0px, 150px, 0px);"></div>
<div class="overlay-wrapper">
<div class="fade-in">
<h1 class="section-heading">What I Do</h1>
<span class="divider"></span>
<div class="services-wrapper">
<div class="service-row">
<div class="service-column">
<div class="sprite webdev"></div>
<h2 class="service-heading">Web Development</h2>
<p class="service-text">Using HTML, CSS, and JavaScript with pre-processors and build tools such as Sass and Grunt,
I have a passion for developing pixel-perfect websites and apps while maintaining a semantic,
modular, and DRY code base.</p>
</div>
<div class="service-column">
<div class="sprite ui"></div>
<h2 class="service-heading">Responsive UI Design</h2>
<p class="service-text">
<strong>
<em>"A user interface is like a joke. If you have to explain it, it's not that good."</em>
</strong>
I strive to develop and implement responsive and aesthetically pleasing interfaces for websites and apps that adapt to any
type of device, platform, or browser.</p>
</div>
</div>
<div class="service-row">
<div class="service-column">
<div class="sprite xd"></div>
<h2 class="service-heading">Experience Design</h2>
<p class="service-text">There have been far too many times where I've been trying to accomplish a simple task on
a website, and ended up wanting to throw my computer out the window in frustration. Needless
to say, user experience is an aspect of software I believe is vital to a successful product.</p>
</div>
<div class="service-column">
<div class="sprite wit"></div>
<h2 class="service-heading">Diversity in Tech</h2>
<p class="service-text">Beyond coding, I am a strong advocate for diversity in the tech industry, especially for
women. I currently serve as President for Northeastern's women in tech club,
<a href="http://nuwit.ccs.neu.edu/" target="_blank">NUWIT</a>, and was a 2016
<a href="http://ghc.anitaborg.org/" target="_blank">Grace Hopper Conference</a> Scholar.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="skills-section" class="section">
<div class="section-wrapper">
<div class="fade-in">
<h1 class="section-heading">Skills</h1>
<span class="divider"></span>
<div class="skills-flex-wrapper">
<div class="flex-item dev-wrapper">
<h2 class="skills-heading">
<span class="sprite dev"></span>
<span>Development</span>
</h2>
<ul>
<li class="dev-item">JavaScript</li>
<li class="dev-item">HTML5</li>
<li class="dev-item">CSS3</li>
<li class="dev-item">Jekyll</li>
<li class="dev-item">Python</li>
<li class="dev-item">React</li>
<li class="dev-item">Backbone</li>
<li class="dev-item">Node.js</li>
<li class="dev-item">Angular</li>
</ul>
</div>
<div class="flex-item design-wrapper">
<h2 class="skills-heading">
<span class="sprite design"></span>
<span>Design</span>
</h2>
<ul>
<li class="design-item">
<img class="item-img" src="img/icons/sketch.png" alt="sketch">
</li>
<li class="design-item">
<img class="item-img" src="img/icons/adobe-photoshop.png" alt="adobe-photoshop">
</li>
<li class="design-item">
<img class="item-img" src="img/icons/adobe-indesign.png" alt="adobe-indesign">
</li>
<li class="design-item">
<img class="item-img" src="img/icons/adobe-illustrator.png" alt="adobe-illustrator">
</li>
<li class="design-item">
<img class="item-img" src="img/icons/invision.png" alt="invision">
</li>
</ul>
</div>
<div class="flex-item check-wrapper">
<div class="tools-wrapper">
<h2 class="skills-heading">
<span class="sprite tools"></span>
<span>Tools</span>
</h2>
<ul class="list">
<li class="list-item">
<img class="item-svg" src="img/icons/checkmark.svg" alt="checkmark" />Git + Github</li>
<li class="list-item">
<img class="item-svg" src="img/icons/checkmark.svg" alt="checkmark" />Command Line</li>
<li class="list-item">
<img class="item-svg" src="img/icons/checkmark.svg" alt="checkmark" />Chrome DevTools</li>
<li class="list-item">
<img class="item-svg" src="img/icons/checkmark.svg" alt="checkmark" />Grunt + Gulp</li>
<li class="list-item">
<img class="item-svg" src="img/icons/checkmark.svg" alt="checkmark" />Postman</li>
</ul>
</div>
<div class="knowledge-wrapper">
<h2 class="skills-heading">
<span class="sprite knowledge"></span>
<span>Knowledge</span>
</h2>
<ul class="list">
<li class="list-item">
<img class="item-svg" src="img/icons/checkmark.svg" alt="checkmark" />CSS Detangling</li>
<li class="list-item">
<img class="item-svg" src="img/icons/checkmark.svg" alt="checkmark" />ECMAScript 6</li>
<li class="list-item">
<img class="item-svg" src="img/icons/checkmark.svg" alt="checkmark" />Usability</li>
<li class="list-item">
<img class="item-svg" src="img/icons/checkmark.svg" alt="checkmark" />SEO</li>
<li class="list-item">
<img class="item-svg" src="img/icons/checkmark.svg" alt="checkmark" />TDD</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Experience -->
<section id="experience-section" class="section gap">
<div class="bg" data-anchor-target="#experience-section" data-bottom-top="transform: translate3d(0px, -150px, 0px);" data-top-bottom="transform: translate3d(0px, 150px, 0px);"></div>
<div class="overlay-wrapper">
<div class="fade-in">
<div class="center">
<h1 class="section-heading">Experience</h1>
<span class="divider center"></span>
<p class="experience-description">Thanks to Northeastern's co-op program, I've had the privilege of completing two awesome six-month
co-ops as a Creative Technologist at
<a href="http://us.mullenlowe.com/" target="_blank">MullenLowe U.S.</a> and Software Engineer at
<a href="https://starry.com/" target="_blank">Starry</a>. Starting in July 2017, I'll be joining the iTunes team at
<a href="https://apple.com/" target="_blank">Apple</a> as a UI Engineer for my third and final co-op!</p>
</div>
<div class="experience-wrapper">
<div id="timeline">
<div class="timeline-block">
<div class="timeline-content">
<h2 class="position">Northeastern University</h2>
<h3 class="company">
<a href="http://www.ccis.northeastern.edu/program/information-science-bs/" target="_blank">NU College of Computer & Information Science</a>
</h3>
<p class="job-desc">Candidate for Bachelor of Science in Information Science with a concentration in Human
Computer Interaction (HCI) and a minor in Interaction Design.
<strong>Graduating in May 2018.</strong>
</p>
</div>
<div class="timeline-img">
<div class="sprite university"></div>
</div>
<span class="date">2013 - Present</span>
</div>
<div class="timeline-block">
<div class="timeline-content">
<h2 class="position">HCI Research Assistant</h2>
<h3 class="company">
<a href="http://www.ccis.northeastern.edu/" target="_blank">NU College of Computer & Information Science</a>
</h3>
<p class="job-desc">Assisted a computer science PhD student in the development of a software prototype built
with HTML, CSS, JavaScript, and jQuery to facilitate better understanding of parent-child
communication preferences in low-SES (Socio-Economic Status) families. Developed
remotely to meet weekly deadlines and project checkpoints.</p>
</div>
<div class="timeline-img">
<div class="sprite research"></div>
</div>
<span class="date">Mar - May 2015</span>
</div>
<div class="timeline-block">
<div class="timeline-content">
<h2 class="position">Creative Technologist Co-op</h2>
<h3 class="company">
<a href="http://us.mullenlowe.com/" target="_blank">MullenLowe U.S.</a>
</h3>
<p class="job-desc">Developed and maintained code for in-house and client websites. Tested front-end code
in various browsers and mobile devices to ensure cross-browser compatibility and
responsiveness. Collaborated closely with other developers and digital producers
to meet deadlines for clients including Lovesac, U.S. Cellular, JetBlue, and more.</p>
</div>
<div class="timeline-img">
<div class="sprite industry"></div>
</div>
<span class="date">July - Dec 2015</span>
</div>
<div class="timeline-block">
<div class="timeline-content">
<h2 class="position">HCI Teaching Assistant</h2>
<h3 class="company">
<a href="http://www.ccis.northeastern.edu/" target="_blank">NU College of Computer & Information Science</a>
</h3>
<p class="job-desc">Assisted professor with grading homework and project assignments. Held office hours to
aid students in their understanding of core HCI concepts and reported to the professor
the extent of their understanding.</p>
</div>
<div class="timeline-img">
<div class="sprite academic"></div>
</div>
<span class="date">Jan - May 2016</span>
</div>
<div class="timeline-block">
<div class="timeline-content">
<h2 class="position">President</h2>
<h3 class="company">
<a href="http://nuwit.ccs.neu.edu" target="_blank">NU Women in Tech</a>
</h3>
<p class="job-desc">Lead weekly club meetings to foster a community of diverse women in CS. Manage a variety
of academic and social activities throughout the semester, including tech talks,
student panels, and workshops. Communicate regularly with e-board and administrative
organizations.
</p>
</div>
<div class="timeline-img">
<div class="sprite university"></div>
</div>
<span class="date">May 2016 - Present</span>
</div>
<div class="timeline-block">
<div class="timeline-content">
<h2 class="position">Software Engineer Co-op</h2>
<h3 class="company">
<a href="https://starry.com/" target="_blank">Starry</a>
</h3>
<p class="job-desc">Engineered and maintained major features of Starry's customer-facing web app using ES6,
Handlebars, Backbone, Marionette, and CSS. Proposed and implemented scalable solutions
to issues identified with cloud services and applications responsible for communicating
with Starry Station. Worked closely with designers and other developers to ensure
thoughtful and coherent user experiences across Starry’s mobile apps.</p>
</div>
<div class="timeline-img">
<div class="sprite industry"></div>
</div>
<span class="date">July - Dec 2016</span>
</div>
<div class="timeline-block">
<div class="timeline-content">
<h2 class="position">Developer</h2>
<h3 class="company">
<a href="http://www.northeastern.edu/scout/" target="_blank">Scout Studio</a>
</h3>
<p class="job-desc">Collaborated with a small team of student designers to spearhead a new design system
for Scout’s first annual student-led design conference at Northeastern. Worked closely
with designers and management team to develop, document, and manage the conference’s
marketing website using Jekyll, Sass, and JavaScript.</p>
</div>
<div class="timeline-img">
<div class="sprite university"></div>
</div>
<span class="date">Jan 2017 - Present</span>
</div>
</div>
<i class="down-arrow"></i>
</div>
</div>
</div>
</section>
<a class="block-btn" href="resume.pdf" target="_blank">
<span class="text">View my résumé here</span>
<img class="icon" src="img/icons/download.png" alt="download resume">
</a>
<!-- !Experience -->
<!-- Portfolio -->
<section id="portfolio-section" class="section">
<div class="section-wrapper">
<div class="fade-in">
<h1 class="section-heading">Some of My Work</h1>
<span class="divider"></span>
<div class="portfolio-item-wrapper">
<div class="portfolio-row">
<div class="screenshots ">
<img class="img-lg" src="img/portfolio/crowddj/crowddj.jpg" alt="desktop-screenshot">
<img class="img-md" src="img/portfolio/crowddj/crowddj-tablet.jpg" alt="tablet-screenshot">
<img class="img-sm" src="img/portfolio/crowddj/crowddj-mobile.jpg" alt="mobile-screenshot"> </div>
<div class="description-title-container">
<h2 class="description-title">Crowd DJ</h2>
<div class="description-buttons">
<a href="https://github.com/crowddj/crowddj-react" target="_blank">Demo</a>
<a href="https://github.com/crowddj/crowddj-react" target="_blank">Code</a>
</div>
</div>
<p class="portfolio-description">Crowd DJ is a web app that allows people who are at a party or social gathering with a DJ (who
uses Spotify) to request songs via their smartphones. The web app allows people to see the
currently playing song, request songs, upvote songs, and rate songs so the DJ can see how
the crowd is feeling and act accordingly. In other words, Crowd DJ is essentially a crowdsourced
music queue.</p>
<div class="used">
<ul class="used-items">
<li class="used-item">React.js</li>
<li class="used-item">Sass</li>
<li class="used-item">Firebase</li>
<li class="used-item">Spotify API</li>
</ul>
</div>
</div>
<span class="divider"></span>
<div class="portfolio-row">
<div class="screenshots screentime">
<img class="img-screentime" src="img/portfolio/screentime/screentime-1.jpg" alt="screentime-1">
<img class="img-screentime" src="img/portfolio/screentime/screentime-2.jpg" alt="screentime-2">
<img class="img-screentime" src="img/portfolio/screentime/screentime-3.jpg" alt="screentime-3">
<img class="img-screentime" src="img/portfolio/screentime/screentime-4.jpg" alt="screentime-4"> </div>
<div class="description-title-container">
<h2 class="description-title">Screentime 2.0</h2>
<div class="description-buttons">
<a href="https://play.google.com/store/apps/details?id=com.starry.management" target="_blank">Demo</a>
</div>
</div>
<p class="portfolio-description">ScreenTime 2.0 was one of
<a href="https://starry.com/" target="_blank">Starry</a>'s most important consumer-facing software updates on
<a href="https://starry.com/station" target="_blank">Starry Station</a>, providing new functionality for users to easily filter content, pause
the internet, and even create custom rules for blocking apps like Facebook and Twitter right
from their mobile phones. As a co-op, I played a large role in the implementation of this
feature on Starry's cordova android app, and was responsible for building out front-end designs,
linking up back-end data, as well as communicating with designers and other engineers throughout
the process.
<br>
<br> Check out the Starry App on
<a href="https://play.google.com/store/apps/details?id=com.starry.management" target="_blank">Google Play</a>, and learn more about ScreenTime 2.0 on
<a href="https://www.producthunt.com/tech/screentime-for-starry-station" target="_blank">Product Hunt</a> and the
<a href="https://blog.starry.com/whats-new-screentime-just-got-better-for-parents/" target="_blank">Starry Blog</a>.</p>
<div class="used">
<ul class="used-items">
<li class="used-item">JavaScript</li>
<li class="used-item">CSS</li>
<li class="used-item">Handlebars.js</li>
<li class="used-item">Backbone.js</li>
<li class="used-item">Marionette.js</li>
<li class="used-item">Cordova</li>
</ul>
</div>
</div>
<span class="divider"></span>
<div class="portfolio-row">
<div class="screenshots ">
<img class="img-lg" src="img/portfolio/resume/resume.jpg" alt="desktop-screenshot">
<img class="img-md" src="img/portfolio/resume/resume-tablet.jpg" alt="tablet-screenshot">
<img class="img-sm" src="img/portfolio/resume/resume-mobile.jpg" alt="mobile-screenshot"> </div>
<div class="description-title-container">
<h2 class="description-title">Online Resume</h2>
<div class="description-buttons">
<a href="http://brittanychiang.com/react-profile/" target="_blank">Demo</a>
<a href="https://github.com/bchiang7/react-profile/" target="_blank">Code</a>
</div>
</div>
<p class="portfolio-description">This is just an online version of my resume I made for fun. I was interested in learning React.js,
so I found this
<a href="https://medium.com/learning-new-stuff/building-your-first-react-js-app-d53b0c98dc#.1439cdewq">simple tutorial</a> and it kind of spun into this weekend project. I probably didn't need
to use React at all, but hey, at least I learned a few things!</p>
<div class="used">
<ul class="used-items">
<li class="used-item">JavaScript</li>
<li class="used-item">React.js</li>
<li class="used-item">CSS</li>
</ul>
</div>
</div>
<span class="divider"></span>
<div class="portfolio-row">
<div class="screenshots ">
<img class="img-lg" src="img/portfolio/websitev1/websitev1.jpg" alt="desktop-screenshot">
<img class="img-md" src="img/portfolio/websitev1/websitev1-tablet.jpg" alt="tablet-screenshot">
<img class="img-sm" src="img/portfolio/websitev1/websitev1-mobile.jpg" alt="mobile-screenshot"> </div>
<div class="description-title-container">
<h2 class="description-title">Old Personal Website</h2>
<div class="description-buttons">
<a href="http://brittanychiang.com/v1" target="_blank">Demo</a>
<a href="https://github.com/bchiang7/website_2015/" target="_blank">Code</a>
</div>
</div>
<p class="portfolio-description">This was my first portfolio website I built in 2014. It's a simple one-pager like this one, but
relied heavily on Bootstrap. Since then, I think my web development and design skills have
expanded immensely.</p>
<div class="used">
<ul class="used-items">
<li class="used-item">HTML</li>
<li class="used-item">CSS</li>
<li class="used-item">Bootstrap</li>
<li class="used-item">JavaScript</li>
<li class="used-item">jQuery</li>
</ul>
</div>
</div>
<span class="divider"></span>
<div class="portfolio-row">
<div class="screenshots ">
<img class="img-lg" src="img/portfolio/coursesource/coursesource.jpg" alt="desktop-screenshot">
<img class="img-md" src="img/portfolio/coursesource/coursesource-tablet.jpg" alt="tablet-screenshot">
<img class="img-sm" src="img/portfolio/coursesource/coursesource-mobile.jpg" alt="mobile-screenshot"> </div>
<div class="description-title-container">
<h2 class="description-title">CourseSource</h2>
<div class="description-buttons">
<a href="http://webdevspring2016-chiangbrittany.rhcloud.com/project/client/#/login" target="_blank">Demo</a>
<a href="https://github.com/bchiang7/WebDevSpring2016/tree/master/public/project" target="_blank">Code</a>
</div>
</div>
<p class="portfolio-description">CourseSource is a web application built on the MEAN (MongoDB, Express, Angular, Node) stack for
my web development class in 2015. I created this web app with the intention of providing
Northeastern Students a better experience browsing the courses offered at Northeastern (which
is currently a painstakingly tedious task on our current student portal).</p>
<div class="used">
<ul class="used-items">
<li class="used-item">HTML</li>
<li class="used-item">CSS</li>
<li class="used-item">Bootstrap</li>
<li class="used-item">JavaScript</li>
<li class="used-item">jQuery</li>
<li class="used-item">NodeJS</li>
<li class="used-item">AngularJS</li>
<li class="used-item">Express</li>
<li class="used-item">MongoDB</li>
</ul>
</div>
</div>
<span class="divider"></span>
<div class="portfolio-row">
<div class="screenshots ">
<img class="img-lg" src="img/portfolio/nuwit/nuwit.jpg" alt="desktop-screenshot">
<img class="img-md" src="img/portfolio/nuwit/nuwit-tablet.jpg" alt="tablet-screenshot">
<img class="img-sm" src="img/portfolio/nuwit/nuwit-mobile.jpg" alt="mobile-screenshot"> </div>
<div class="description-title-container">
<h2 class="description-title">NU Women in Tech</h2>
<div class="description-buttons">
<a href="http://nuwit.ccs.neu.edu/" target="_blank">Demo</a>
<a href="https://github.com/nuwit/website" target="_blank">Code</a>
</div>
</div>
<p class="portfolio-description">While serving as web chair for Northeastern University Women in Technology, I did a complete
overhaul of the club website. I designed and developed the current website using Jekyll as
a static site generator, and was responsible for the upkeeping and maintainence of the site.</p>
<div class="used">
<ul class="used-items">
<li class="used-item">Jekyll</li>
<li class="used-item">Liquid</li>
<li class="used-item">Yaml</li>
<li class="used-item">HTML</li>
<li class="used-item">CSS</li>
<li class="used-item">Bootstrap</li>
<li class="used-item">jQuery</li>
</ul>
</div>
</div>
<span class="divider"></span>
<div class="portfolio-row">
<div class="screenshots ">
<img class="img-lg" src="img/portfolio/fontipsums/fontipsums.jpg" alt="desktop-screenshot">
<img class="img-md" src="img/portfolio/fontipsums/fontipsums-tablet.jpg" alt="tablet-screenshot">
<img class="img-sm" src="img/portfolio/fontipsums/fontipsums-mobile.jpg" alt="mobile-screenshot"> </div>
<div class="description-title-container">
<h2 class="description-title">Fontipsums</h2>
<div class="description-buttons">
<a href="http://brittanychiang.com/fontipsums" target="_blank">Demo</a>
<a href="https://github.com/bchiang7/fontipsums" target="_blank">Code</a>
</div>
</div>
<p class="portfolio-description">As a typography nerd, I wanted a way to visually see different font combinations together. I
whipped up this simple website to display some of my favorite pairings combined with some
fun lorem ipsum variations I found on the web. Over the course of creating this site, I learned
a lot about web fonts and best practices.</p>
<div class="used">
<ul class="used-items">
<li class="used-item">HTML</li>
<li class="used-item">SCSS</li>
</ul>
</div>
</div>
<span class="divider"></span>
<div class="portfolio-row">
<div class="screenshots ">
<img class="img-lg" src="img/portfolio/onecard/onecard.jpg" alt="desktop-screenshot">
<img class="img-md" src="img/portfolio/onecard/onecard-tablet.jpg" alt="tablet-screenshot">
<img class="img-sm" src="img/portfolio/onecard/onecard-mobile.jpg" alt="mobile-screenshot"> </div>
<div class="description-title-container">
<h2 class="description-title">One Card For All</h2>
<div class="description-buttons">
<a href="http://onecardforall.org" target="_blank">Demo</a>
</div>
</div>
<p class="portfolio-description">At MullenLowe, I helped build this 2015 holiday site around an algorithm that generated a holiday
greeting to each and every person on the planet. We also accounted for newcomers being added
at an amazing rate. Overall, the website is a tranquil, animated experience. As new names
appear, visitors can watch them fall, like snowflakes, onto a stylized world map. Users can
also find their own name and see it as part of the world collective. Check out this short
<a href="http://us.mullenlowe.com/work/one-card-for-all/" target="_blank">video</a> describing the project!</p>
<div class="used">
<ul class="used-items">
<li class="used-item">HTML</li>
<li class="used-item">SCSS</li>
<li class="used-item">JavaScript</li>
<li class="used-item">jQuery</li>
</ul>
</div>
</div>
<span class="divider"></span>
<div class="portfolio-row">
<div class="screenshots ">
<img class="img-lg" src="img/portfolio/humankinda/humankinda.jpg" alt="desktop-screenshot">
<img class="img-md" src="img/portfolio/humankinda/humankinda-tablet.jpg" alt="tablet-screenshot">
<img class="img-sm" src="img/portfolio/humankinda/humankinda-mobile.jpg" alt="mobile-screenshot"> </div>
<div class="description-title-container">
<h2 class="description-title">JetBlue HumanKinda</h2>
<div class="description-buttons">
<a href="http://jetbluehumankinda.com" target="_blank">Demo</a>
</div>
</div>
<p class="portfolio-description">During my first co-op as a creative technologist at Mullen Lowe, I played a major role in the
development of this Tumblr site to complement JetBlue's HumanKinda campaign and documentary.
The site houses the video documentary at the top, the many graphics created by Mullen for
the campaign, and an interactive quiz to determine how "HumanKinda" you are. Learn more about
this project
<a href="http://us.mullenlowe.com/work/humankinda/" target="_blank">here</a>!</p>
<div class="used">
<ul class="used-items">
<li class="used-item">HTML</li>
<li class="used-item">CSS</li>
<li class="used-item">JavaScript</li>
<li class="used-item">jQuery</li>
</ul>
</div>
</div>
<span class="divider"></span>
</div>
</div>
</div>
</section>
<!-- !Portfolio -->
<!-- Contact -->
<a class="block-btn" href="https://github.com/sheikhisaac" target="_blank">
<span class="text">See more projects</span>
<img class="icon" src="img/icons/github.svg" alt="github"> </a>
<section id="contact-section" class="section gap">
<div class="bg" data-anchor-target="#contact-section" data-bottom-top="transform: translate3d(0px, -150px, 0px);" data-top-bottom="transform: translate3d(0px, 150px, 0px);"></div>
<div class="overlay-wrapper">
<div class="fade-in">
<div class="center">
<h1 class="section-heading">Get In Touch</h1>
<span class="divider center"></span>
<p class="contact-description">Feel free to contact me for any projects you have in mind.</p>
</div>
<div class="contact-wrapper">
<form id="contactform" class="form-wrapper" method="POST" autocomplete="off">
<input type="text" name="_gotcha" style="display:none">
<div class="input-wrapper">
<label for="name" class="input-label">Name</label>
<input type="text" name="name" class="contact-input" id="name" required> </div>
<div class="input-wrapper">
<label for="email" class="input-label">Email</label>
<input type="email" name="_replyto" class="contact-input" id="email" required> </div>
<div class="input-wrapper">
<label for="subject" class="input-label">Subject</label>
<input type="text" name="_subject" class="contact-input" id="subject" required> </div>
<div class="input-wrapper">
<label for="message" class="input-label" id="message-label">Message</label>
<textarea name="message" class="contact-input autoExpand" id="message" required></textarea> </div>
<button type="submit" name="submit" class="message-btn">
<span>Send Message</span>
</button>
</form>
</div>
</div>
</div>
</section>
<!-- !Contact -->
<section id="footer" class="section">
<div class="section-wrapper">
<ul class="soc">
<li class="soc-item">
<a href="mailto:sheikhisaac@gmail.com" target="_blank" class="icon email" title="email">
<img src="img/icons/email.svg" alt="email">
</a>
</li>
<li class="soc-item">
<a href="https://twitter.com/isaacsheikh" target="_blank" class="icon twitter" title="twitter">
<img src="img/icons/twitter.svg" alt="twitter">
</a>
</li>
<li class="soc-item">
<a href="https://instagram.com/isaac.sheikh" target="_blank" class="icon instagram" title="instagram">
<img src="img/icons/instagram.svg" alt="instagram">
</a>
</li>
<li class="soc-item">
<a href="https://github.com/sheikhisaac" target="_blank" class="icon github" title="github">
<img src="img/icons/github.svg" alt="github">
</a>
</li>
<li class="soc-item">
<a href="https://www.linkedin.com/in/isaacsheikh" target="_blank" class="icon linkedin" title="linkedin">
<img src="img/icons/linkedin.svg" alt="linkedin">
</a>
</li>
</ul>
<div class="copyright-wrapper center">
<p>© Isaac Sheikh 2017</p>
</div>
</div>
</section>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/skrollr/0.6.30/skrollr.min.js"></script>
<script src="/js/mainv3.js"></script>
<script> const contactform = document.getElementById('contactform'); contactform.setAttribute('action', 'https:' + '//formspree.io/' + 'brittany.chiang' + '@' + 'gmail' + '.' + 'com'); </script>
<script> (function (i, s, o, g, r, a, m) { i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () { (i[r].q = i[r].q || []).push(arguments) }, i[r].l = 1 * new Date(); a = s.createElement(o), m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m) })(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga'); ga('create', 'UA-45666519-2', 'auto'); ga('send', 'pageview'); </script> </body>
</html>