-
Notifications
You must be signed in to change notification settings - Fork 0
/
portfolio.html
641 lines (504 loc) · 29 KB
/
portfolio.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
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
<!DOCTYPE html>
<html>
<head>
<title>Raj Bhutoria - Portfolio</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"/>
<script src="https://code.jquery.com/jquery-3.1.1.js" integrity="sha256-16cdPddA6VdVInumRGo6IbivbERE8p7CQR3HzTBuELA=" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="other-style.css">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="animate.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ekko-lightbox/5.0.0/ekko-lightbox.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/ekko-lightbox/5.0.0/ekko-lightbox.js"></script>
<style type="text/css">
@import url('https://fonts.googleapis.com/css?family=Lato:300,400');
@media only screen and (max-device-width: 480px) {
.modal-title{
font-size:24px;
}
.modal-body>center>img{
width: 100% !important;
}
#awards, #volunteer, #experience{
padding:20px !important;
}
#dividerCont{
padding:0px 15px !important;
}
.divider-buttons{
margin-bottom: 10px !important;
}
}
.resumebutton:hover{
text-decoration: none;
color:white;
background-color: rgba(244,67,54,0.85);
transition: background-color 0.5s linear;
}
.resumebutton{
text-decoration: none;
color:white !important;
}
.divider-buttons{
padding:0px;
font-family: 'Lato';
background-color:rgba(0,0,0,0.7);
transition: background-color 0.5s linear;
border: none;
font-size:13px;
padding-left:20px;
padding-right:20px;
color:white;
line-height:0.8;
padding:10px 28px;
display: inline-block;
margin-right:5px
}
.divider-buttons.active, .divider-buttons:hover{
background-color: rgba(41,128,185, 0.85);
}
.resumebutton{
padding:0px;
font-family: 'Lato';
background-color:rgba(0,0,0,0.7);
transition: background-color 0.5s linear;
border: none;
font-size:13px;
padding-left:20px;
padding-right:20px;
color:white;
line-height:0.8;
padding:10px 28px;
display: inline-block;
margin-right:5px
}
p{
font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
line-height: 1.6em;
font-family: "proxima-nova";
font-size: 16px;
line-height: 1.8em;
letter-spacing: 0px;
font-weight: 400;
font-style: normal;
color: rgba(26,26,26,.6);
}
li{
font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
line-height: 1.5em;
font-size: 16px;
}
</style>
</head>
<body>
<div class="" id="mobileNav" style="display:none;width:50%;height:1000px;background-color:rgba(0,0,0,0.8);position: fixed;z-index:4567;">
<div id="cross" style="margin-right:0px;padding:10px 20px;font-size:50px;color:white;">
˟
</div>
<a class=" " style="font-family: 'proxima-nova';padding-left: 15px;margin-top:0px;display: block;color:white;text-decoration: none;" href="index.html">Home</a>
<a class="" style="font-family: 'proxima-nova';padding-left: 15px;margin-top:20px;display: block;color:white;text-decoration: none;" href="about.html">About</a>
<a class=" " style="font-family: 'proxima-nova';padding-left: 15px;margin-top:20px;display: block;color:white;text-decoration: none;" href="gallery.html">Gallery</a>
<a class="" style="font-family: 'proxima-nova';padding-left: 15px;margin-top:20px;display: block;color:white;text-decoration: none;" href="portfolio.html">Portfolio</a>
<a class=" " style="font-family: 'proxima-nova';padding-left: 15px;margin-top:20px;display: block;color:white;text-decoration: none;" href="contact.html">Contact</a>
</div>
<div id="navbar" class="header full">
<div id="threebar" style="margin-right:0px;padding:10px 20px;color:white;">
☰
</div>
<div class="contentWrapper">
<div class="full colFullT">
<div class="colThirdT colHalfP headerSpacer">
<h1 style="font-family:'Open Sans';letter-spacing: 5px;font-size:30px; color:white;margin-top:20px;"><b>RAJ BHUTORIA</b></h1>
</div>
<div class="twoThirdsT halfP">
<a class="navItem home " href="contact.html">Contact</a>
<a class="navItem home" href="portfolio.html">Portfolio</a>
<a class="navItem home " href="gallery.html">Gallery</a>
<a class="navItem home" href="about.html">About</a>
<a class="navItem home " href="index.html">Home </a>
</div>
</div>
</div>
</div>
<div id="extra-nav" style="width: 100%;height: 70px;background: #27BDED url(img/menuBG.jpg) no-repeat center center;"></div>
<div id="dividerCont" class = "row" style = "">
<center>
<div style = "height:100px; width:100%"></div>
<button class="divider-buttons active" id="experienceBtn" goto="experience" type = "submit">EXPERIENCE</button>
<button class="divider-buttons" id="awardsBtn" goto="awards" type = "submit" >AWARDS</button>
<button class="divider-buttons" id="volunteerBtn" goto="volunteer" type = "submit">VOLUNTEERING</button>
<button class="divider-buttons" id="certificatesBtn" goto="certificates" type = "submit">CERTIFICATES</button>
<a class="resumebutton" id="resumeBtn" type = "submit" target="_blank" href="https://drive.google.com/file/d/0B6WZU9JlDKVpRnJ0YVJtV21kaUk/view" >VIEW RESUME</a>
<div style = "height:50px; width:100%"></div>
</center>
</div>
<div class="container" id="portfolioCont" style = "width:95%">
<div class="row" id="experience" style="clear:both;margin-top:0%;margin-bottom:50px;padding:0px 150px;">
<!--div class = "col-md-3" style = "margin-left: 50px;height:450px; padding:0px !important; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); text-align:center">
<img src = "img/(38).jpg" alt="smiley" style = "object-fit: cover;height:50%; width:100%; padding:0px !important">
<br>
<h3 style = "font-family: inherit;font-size:26px; color: black; margin-top:35px; padding:0px">Ro Khanna's Chair</h3>
<p style = "font-family: 'Lato'; color:rgb(222, 60, 47); margin-top:-28px; font-size:13px; font-weight:400">OCT 2015 - PRESENT<p>
<p style = "font-family: 'Lato'; font-size:16px; font-weight:300; font-color: rgb(151, 151, 151); line-height:1.625; padding-left:40px;padding-right:40px ">Leading a group of students to tackle community issues.</p>
<button style = "font-family: 'Lato'; font-size:16px; font-weight:400; font-color: rgb(151, 151, 151); line-height:1.625; padding-left:40px;padding-right:40px; border: none; background-color:transparent " data-toggle="modal" data-target="#myModal">READ MORE</button>
<div id="myModal" class="modal fade" role="dialog">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h2 class="modal-title" >Chair at Student Advisory Committee of Ro Khanna</h2>
</div>
<div class="modal-body" style = "text-align:left"><center>
<img src = "img/(38).jpg" alt="smiley" style = "height:50%; width:50%; padding:0px !important">
</center>
<p style = "margin-top:40px; margin-left:30px"> Leading a group of handpicked and highly-driven high school students from the 17th Congressional District to tackle issues affecting the community and to elect Ro Khanna for US Congress. We accomplish from organizing large-scale community events, rallies, and workshops. Engaging and managing hundreds of students throughout the district for building the future of the Bay Area. Advising Ro and the community on major policy issues affecting students, parents, and communities.
<ul>
<li>Meeting with high-ranking government officials to gather support and build relationships.</li>
<li>Building campaign infrastructure from the ground-up in an executive leadership role. </li>
<li>Organizing events with hundreds of students and reached thousands of voters. </li>
</ul>
</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
<div class = "col-md-3" style = "margin-left: 50px;height:450px; padding:0px !important; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); text-align:center">
<img src = "img/(35).jpg" alt="smiley" style = "height:50%; width:100%; padding:0px !important">
<br>
<h3 style = "font-family: inherit;font-size:26px; color: black; margin-top:35px; padding:0px">HDMf President</h3>
<p style = "font-family: 'Lato'; color:rgb(222, 60, 47); margin-top:-28px; font-size:13px; font-weight:400">JUN 2015 - PRESENT<p>
<p style = "font-family: 'Lato'; font-size:16px; font-weight:300; font-color: rgb(151, 151, 151); line-height:1.625; padding-left:20px;padding-right:20px ">President of Happy Day Microfunds - a microfunding organization.</p>
<button style = "font-family: 'Lato'; font-size:16px; font-weight:400; font-color: rgb(151, 151, 151); line-height:1.625; padding-left:40px;padding-right:40px; border: none; background-color:transparent " data-toggle="modal" data-target="#myModal2">READ MORE</button>
<div id="myModal2" class="modal fade" role="dialog">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h2 class="modal-title" >President at Happy Day Microfunds</h2>
</div>
<div class="modal-body" style = "text-align:left"><center>
<img src = "img/(35).jpg" alt="smiley" style = "height:50%; width:50%; padding:0px !important">
</center>
<p style = "margin-top:40px; margin-left:30px"> Treasurer of Happy Day Microfunds. HDMf is a youth-led microfunding organization which connects under-served student entrepreneurs with the seed capital they need. HDMf has been addressed by President Barack Obama under his 2012 "Back to School Night" speech to the nation. We've had many successful student entrepreneurs whom created organizations which have made an impact on society and paved the way for innovation.
<ul>
<li>Developed business plans and negotiated agreements with young entrepreneurs.</li>
<li>Successfully attracted students within the Bay Area to develop innovative ideas and products. </li>
<li>Acted as a catalyst for startup culture and student driven business within the Silicon Valley.</li>
</ul>
</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
<div class = "col-md-3" style = "margin-left: 50px;height:450px; padding:0px !important; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); text-align:center">
<img src = "img/(34).jpg" alt="smiley" style = "height:50%; width:100%; padding:0px !important">
<br>
<h3 style = "font-family: inherit;font-size:26px; color: black; margin-top:35px; padding:0px">Radio Host</h3>
<p style = "font-family: 'Lato'; color:rgb(222, 60, 47); margin-top:-28px; font-size:13px; font-weight:400">FEB 2013 - MAR 2015 <p>
<p style = "font-family: 'Lato'; font-size:16px; font-weight:300; font-color: rgb(151, 151, 151); line-height:1.625; padding-left:30px;padding-right:30px ">Radio show host of community radio show, Radio Zindagi.</p>
<button style = "font-family: 'Lato'; font-size:16px; font-weight:400; font-color: rgb(151, 151, 151); line-height:1.625; padding-left:40px;padding-right:40px; border: none; background-color:transparent " data-toggle="modal" data-target="#myModal3">READ MORE</button>
<div id="myModal3" class="modal fade" role="dialog">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h2 class="modal-title" >Radio Show Host at Radio Zindagi ZKE</h2>
</div>
<div class="modal-body" style = "text-align:left"><center>
<img src = "img/(34).jpg" alt="smiley" style = "height:50%; width:50%; padding:0px !important">
</center>
<p style = "margin-top:40px; margin-left:30px"> Radio show host of weekly community radio show ZKE on the largest Indian radio station in the USA, Radio Zindagi. Spoke with several prominent leaders and distinguished individuals within the community and on key topics impacting society today. Large audience with many active listeners and callers.
<ul>
<li>Developed plans, coordinated a team, worked under pressure.</li>
<li>Outreached to over 10000 daily listeners. </li>
<li> Unscripted interviews and talk shows, researched events, and developed speaking skills. </li>
</ul>
</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
<div class = "col-md-3" style = "margin-left: 50px;margin-top:50px;height:450px; padding:0px !important; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); text-align:center">
<img src = "img/(40).jpg" alt="smiley" style = "height:50%; width:100%; padding:0px !important">
<br>
<h3 style = "font-family: inherit;font-size:26px; color: black; margin-top:35px; padding:0px">Mike Honda Fellow</h3>
<p style = "font-family: 'Lato'; color:rgb(222, 60, 47); margin-top:-28px; font-size:13px; font-weight:400">JUL 2014 - NOV 2014 <p>
<p style = "font-family: 'Lato'; font-size:16px; font-weight:300; font-color: rgb(151, 151, 151); line-height:1.625; padding-left:30px;padding-right:30px ">Key member of several offices within the Alameda County.</p>
<button style = "font-family: 'Lato'; font-size:16px; font-weight:400; font-color: rgb(151, 151, 151); line-height:1.625; padding-left:40px;padding-right:40px; border: none; background-color:transparent " data-toggle="modal" data-target="#myModal4">READ MORE</button>
<div id="myModal4" class="modal fade" role="dialog">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h2 class="modal-title" >Organizing Fellow for Mike Honda</h2>
</div>
<div class="modal-body" style = "text-align:left"><center>
<img src = "img/(40).jpg" alt="smiley" style = "height:50%; width:50%; padding:0px !important">
</center>
<p style = "margin-top:40px; margin-left:30px"> Performed as a key member of several offices within the Alameda County. Developed plans for voter persuasion and turnout efforts. Coordinated recruitment at local high schools, colleges, and student organizations to develop to become more involved and civically engaged.
<ul>
<li>Reached thousands of voters and community members.</li>
<li>Developed critical skills and piqued interest within civically active students. </li>
<li>Recruited and grew lasting campaign volunteers and members. </li>
</ul>
</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
<div class = "col-md-3" style = "margin-left: 50px;margin-top:50px;height:450px; padding:0px !important; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); text-align:center">
<img src = "img/(6).jpg" alt="smiley" style = "height:50%; width:100%; padding:0px !important">
<br>
<h3 style = "font-family: inherit;font-size:26px; color: black; margin-top:35px; padding:0px">Senior Intern</h3>
<p style = "font-family: 'Lato'; color:rgb(222, 60, 47); margin-top:-28px; font-size:13px; font-weight:400">JUN 2013 - AUG 2014<p>
<p style = "font-family: 'Lato'; font-size:16px; font-weight:300; font-color: rgb(151, 151, 151); line-height:1.625; padding-left:20px;padding-right:20px ">Interned at the Office of California Senator Bob Wieckowski.</p>
<button style = "font-family: 'Lato'; font-size:16px; font-weight:400; font-color: rgb(151, 151, 151); line-height:1.625; padding-left:40px;padding-right:40px; border: none; background-color:transparent " data-toggle="modal" data-target="#myModal5">READ MORE</button>
<div id="myModal5" class="modal fade" role="dialog">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h2 class="modal-title" >Senior Intern for Bob Wieckowski</h2>
</div>
<div class="modal-body" style = "text-align:left"><center>
<img src = "img/(6).jpg" alt="smiley" style = "height:50%; width:50%; padding:0px !important">
</center>
<p style = "margin-top:40px; margin-left:30px"> Interned at the Office of California Senator Bob Wieckowski, as well as developed election campaign through team efforts for Senator Wieckowski.
<ul>
<li>Researched current events, issues, as well as policy initiatives.</li>
<li>Sorted and interacted with constituent emails, and maintained correspondence. </li>
<li>Organized and staffed several events with Senator Wieckowski. </li>
<li>Developed and updated important databases.</li>
</ul>
</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
<div class = "col-md-3" style = "margin-left: 50px;margin-top:50px;height:450px; padding:0px !important; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); text-align:center">
<img src = "img/(39).jpg" alt="smiley" style = "object-fit: cover;height:50%; width:100%; padding:0px !important">
<br>
<h3 style = "font-family: inherit;font-size:26px; color: black; margin-top:35px; padding:0px">MSJ Mock Trial</h3>
<p style = "font-family: 'Lato'; color:rgb(222, 60, 47); margin-top:-28px; font-size:13px; font-weight:400">JUN 2015 - PRESENT <p>
<p style = "font-family: 'Lato'; font-size:16px; font-weight:300; font-color: rgb(151, 151, 151); line-height:1.625; padding-left:25px;padding-right:25px ">Publicity Director of the Mock Trial team based in Alameda County.</p>
<button style = "font-family: 'Lato'; font-size:16px; font-weight:400; font-color: rgb(151, 151, 151); line-height:1.625; padding-left:40px;padding-right:40px; border: none; background-color:transparent " data-toggle="modal" data-target="#myModal6">READ MORE</button>
<div id="myModal6" class="modal fade" role="dialog">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h2 class="modal-title" >President of Mission San Jose Mock Trial</h2>
</div>
<div class="modal-body" style = "text-align:left"><center>
<img src = "img/(39).jpg" alt="smiley" style = "height:50%; width:50%; padding:0px !important">
</center>
<p style = "margin-top:40px; margin-left:30px">Publicity Director and an attorney of the Mission San Jose Mock Trial team, an accredited Mock Trial team based in Alameda County. MSJ Mock Trial has quickly grown since it's recent inception and attracted many new members. Additionally, MSJ Mock Trial has quickly surpassed expectations and built a reputation for dedicated work ethic and effort which has led to an ever increasing reputation of victories.
<ul>
<li>Developed publicity mediums and attracted numerous new members. </li>
<li>Built curriculums, seminars, and lesson plans. </li>
<li> Worked in high-pressure team oriented environments with high rates of success. </li>
<li> Developed and utilized many skills including analytical, speaking, and leadership qualities. </li>
</ul>
</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div-->
<div class="row" style="border-bottom: 2px solid rgba(0,0,0,0.1);margin-bottom: 30px;">
<div class="col-md-4">
<img src="https://cosmicjs.com/uploads/7f73a090-d546-11e6-98c0-25f7dd121a93-(6).jpg" alt="" style="border-radius: 3px;">
</div>
<div class="col-md-8">
<h1 style="font-family:'proxima-nova';font-size: 25px;display:inline-block"><b>Intern for Bob Wieckowski</b></h1>
<p style = "font-family:'proxima-nova';font-size: 14px;display:inline-block;float:right">October 2016 - Present</p>
<p>CEO and Founder</p>
<p>
<p> Interned at the Office of California Senator Bob Wieckowski, as well as developed election campaign through team efforts for Senator Wieckowski.</p><ul><li>Researched current events, issues, as well as policy initiatives.</li><li>Sorted and interacted with constituent emails, and maintained correspondence.</li><li>Organized and staffed several events with Senator Wieckowski.</li><li>Developed and updated important databases.</li></ul>
</p>
</div>
</div>
</div>
<div class="row" id="awards" style="clear:both;margin-top:0%; padding:0px 150px;margin-bottom:50px">
</div>
<div class="row" id="volunteer" style="clear:both;margin-top:0%; padding:0px 150px;margin-bottom:50px">
</div>
<div class="row" id="certificates" style="clear:both;margin-top:0%; padding:0px 150px;margin-bottom:50px">
</div>
</div>
<div tabindex="-1" class="modal fade" id="myModal" role="dialog">
<div class="modal-dialog" style="text-align:center;">
<div class="modal-content">
<div class="modal-header">
<button class="close" type="button" data-dismiss="modal">X</button>
<h3 class="modal-title" style="font-family:'Open Sans', sans-serif;">Heading</h3>
</div>
<div class="modal-body" id="modal-body">
</div>
<div class="modal-footer">
<button class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<div class="footer cf" style = "background-color:#424242">
<div class="contentWrapper">
<div class="colFull p2_alt">
<div class="threeFourths colFullT centeredT p2" >
<a href="index.html" class="footerNavItem">Home</a>
<a href="about.html" class="footerNavItem">About</a>
<a href="gallery.html" class="footerNavItem">Gallery</a>
<a href="portfolio.html" class="footerNavItem">Portfolio</a>
<a href="contact.html" class="footerNavItem">Contact</a>
</div>
<div class="fourth rAlign m2 centeredT">
<div class="footerBlock p3">Connect with Raj</div>
<a href="https://www.linkedin.com/in/rbhutoria" target="_blank" class="smIcon"><img src="img/linkedin.svg" alt="linkedin"></a>
<a href="https://www.facebook.com/bhutoria.raj" target="_blank" class="smIcon"><img src="img/facebook1.png" alt="Facebook"></a>
</div>
<div class="clear"></div>
<hr>
<span style="color:rgba(255,255,255,0.4);font-family: 'proxima-nova';">
© 2017 Abhi Upadhyay and Yash Gupta. All rights reserved.
</span>
<div class="full rAlign footerBlock footerBlockNarrow centeredT">
</div>
</div>
</div>
</div>
<script>
$(document).ready(function() {
$('.img-fluid').click(function(){
$('.modal-body').empty();
var href = $(this).attr("src");
var title = $(this).attr("title");
$('.modal-title').html(title);
var elem = document.createElement("img");
elem.setAttribute("src", href);
elem.setAttribute("id", href);
document.getElementById("modal-body").appendChild(elem);
$('#myModal').modal({show:true});
});
$('.divider-buttons').click(function(){
var showDiv = $(this).attr('goto');
$('#experienceBtn').attr('class', 'divider-buttons');
$('#awardsBtn').attr('class', 'divider-buttons');
$('#volunteerBtn').attr('class', 'divider-buttons');
$('#certificatesBtn').attr('class', 'divider-buttons');
$(this).attr('class', 'divider-buttons active');
$('#experience').hide();
$('#awards').hide();
$('#volunteer').hide();
$('#certificates').hide();
$('#' + showDiv).show();
$('#' + showDiv).addClass("animated fadeInUp");
});
$('#experience').show();
$('#awards').hide();
$('#volunteer').hide();
$('#certificates').hide();
});
</script>
<script type="text/javascript">
</script>
<script type="text/javascript">
$(window).resize(larg);
function larg(){
if (document.documentElement.clientWidth < 835) {
console.log("mobile");
$('.twoThirdsT').hide();
$( "body" ).append( "<script src='navbar.js'><\/script>" );
}else{
$('.twoThirdsT').show();
}
}
if (document.documentElement.clientWidth < 835) {
console.log("mobile");
$('.twoThirdsT').hide();
document.write("<script src='navbar.js'><\/script>");
}
/*$.get("https://api.cosmicjs.com/v1/raj-website/object-type/portfolio-objects",{},
function(data) {
*/
function grabAllData(){
$('#experience').empty();
$('#awards').empty();
$('#volunteer').empty();
$('#certificates').empty();
var resumeData = JSON.parse(sessionStorage.getItem('home'));
var resume = resumeData[9];
$('#resumeBtn').attr('href', resume);
var data = JSON.parse(sessionStorage.getItem('portfolio'));
for(var i = 0; i < data.length; i++){
var pictureURL = data[i][0];
var date = data[i][1];
var longdesc = data[i][2];
var shortdesc = data[i][3];
var title = data[i][4];
var longtitle = data[i][5];
var type = data[i][6];
var activity = data[i][7];
console.log(activity);
var contDiv = document.getElementById(type);
var row = document.createElement('div');
row.setAttribute('class', 'row');
row.setAttribute('style', "border-bottom: 2px solid rgba(0,0,0,0.1);margin-bottom: 30px;padding-bottom:10px;");
var colFour = document.createElement("div")
colFour.setAttribute('class', 'col-md-4');
var image = document.createElement("img");
image.setAttribute('src', pictureURL);
image.setAttribute('style', 'border-radius:3px;');
colFour.appendChild(image);
var colEight = document.createElement("div");
colEight.setAttribute('class', 'col-md-8');
var title = document.createElement('h1');
title.setAttribute('style', "font-family:'proxima-nova'; font-size: 16px;text-transform: uppercase;display:inline-block;color:black;line-height:1.8em;letter-spacing: 2px;color:#4893c3");
var bold = document.createElement('b');
bold.innerHTML = longtitle;
title.appendChild(bold);
var dateP = document.createElement('p');
dateP.setAttribute('style',"font-family: 'proxima-nova';font-size: 16px;line-height: 1.8em;display:inline-block; float:right; letter-spacing: 0px;color: gray;font-size: 16px;")
dateP.innerHTML = date;
var activityP = document.createElement('p');
activityP.setAttribute('style',"font-family: 'proxima-nova';font-size:18px;color: #6bb9f0;")
activityP.innerHTML = activity;
var descP = document.createElement('p');
descP.setAttribute('style',"font-family: 'proxima-nova';font-size:5px;color: rgba(26,26,26,.6);")
descP.innerHTML = longdesc;
colEight.appendChild(title);
colEight.appendChild(dateP);
colEight.appendChild(activityP);
colEight.appendChild(descP);
row.appendChild(colFour);
row.appendChild(colEight);
contDiv.appendChild(row);
}
}
</script>
<script src="cosmic.js"></script><!-- cosmic.js -->
</body>
</html>