-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
755 lines (702 loc) · 48 KB
/
Copy pathindex.html
File metadata and controls
755 lines (702 loc) · 48 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
<!DOCTYPE html>
<html lang="en">
<link rel="icon" href="images/icons/paint.png">
<head>
<!-- Required meta tags-->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Title Page-->
<title>Subash</title>
<!-- Fontfaces CSS-->
<link href="css/font-face.css" rel="stylesheet" media="all">
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" media="all">
<link href="vendor/linearicons-free/css/linearicons-free.css" rel="stylesheet" media="all">
<link href="vendor/elegant-icons/css/elegant-icons.css" rel="stylesheet" media="all">
<link href="css/typed.css" rel="stylesheet">
<!-- Bootstrap CSS-->
<link href="vendor/bootstrap/bootstrap.min.css" rel="stylesheet" media="all">
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Vendor CSS-->
<link href="vendor/animate.css/animate.min.css" rel="stylesheet" media="all">
<link href="vendor/css-hamburgers/hamburgers.min.css" rel="stylesheet" media="all">
<link href="vendor/slick/slick.css" rel="stylesheet" media="all">
<link href="vendor/animsition/animsition.min.css" rel="stylesheet" media="all">
<!-- Main CSS-->
<link href="css/theme.css" rel="stylesheet" media="all">
<link href="css/style.css" rel="stylesheet">
<!--Favicons-->
<link rel="shortcut icon" href="favicon.png">
<link rel="apple-touch-icon" href="apple-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="apple-icon-114x114.png">
<head>
<!-- Required meta tags-->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Subash Shibu">
<meta name="author" content="NDT">
<meta name="keywords" content="Subash Shibu">
<!-- Fontfaces CSS-->
<link href="css/font-face.css" rel="stylesheet" media="all">
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" media="all">
<link href="vendor/linearicons-free/css/linearicons-free.css" rel="stylesheet" media="all">
<link href="vendor/elegant-icons/css/elegant-icons.css" rel="stylesheet" media="all">
<!-- Bootstrap CSS-->
<link href="vendor/bootstrap/bootstrap.min.css" rel="stylesheet" media="all">
<!-- Main CSS-->
<link href="css/theme.css" rel="stylesheet" media="all">
</head>
</head>
<body class="animsition page-wrapper">
<!-- header-->
<header class="header header-primary header-fixed js-header-bar d-md-block d-none">
<div class="container-fluid">
<div class="section-inner header-bar">
<div class="header-bar-logo">
<a href="index.html">
<img src="images/icons/paint.png" alt="logo">
</a>
</div>
<div class="header-bar-menu">
<nav class="navbar-primary">
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="#intro">HOME</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">ABOUT</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#resume">WORK EXPERIENCE</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#projects">PROJECTS</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">CONTACT</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
</header>
<header class="header header-mobile js-header-bar-mobile d-md-none">
<div class="header-bar">
<div class="header-bar-logo">
<a href="index.html">
<img src="images/icons/paint.png" alt="logo">
</a>
</div>
<div class="header-bar-menu">
<button class="navbar-toggler hamburger" type="button" id="js-header-toggle">
<span class="hamburger-box">
<span class="hamburger-inner"></span>
</span>
</button>
</div>
</div>
<nav class="navbar-mobile navbar-primary">
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="#home">HOME</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">ABOUT</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#resume">WORK EXPERIENCE</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#projects">PROJECTS</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">CONTACT</a>
</li>
</ul>
</nav>
</header>
<!-- end header-->
<!-- Intro start-->
<section class="section section-intro js-intro" id="intro" data-intro-bg="images/welcome.png" data-intro-layout="fullscreen">
</section>
<!-- Intro end-->
<!-- section services-->
<section id="about">
<section id="home" class="block-section">
<div class="clearfix my-profile">
<div class="my-pict" >
<div class="overfly">
<div class="text-botttom">
<h2 class="text-uppercase color-dark text-bold">Subash Shibu</h2>
<h5 class="text-uppercase color-dark font-alt ">Programmer</h5>
</div>
</div>
</div>
<div class="my-desc">
<div>
<div class="inner-text">
<h3 class ="section-heading 70"> About Me</h3>
<p>My name is Subash Shibu. I am a Sophomore at Dublin High school, and I am dedicated towards learning Computer Science. I hope to work full time at a large technology corporation such as Facebook, or Google in the future. I plan to study Computer Science throughout college and high school. Currently, I am enrolled in Principles of Engineering, helping me further advance my engineering skills. I currently know how to code in Javascript as well as HTML5 and CSS.
</p>
<p>
I am an ambitious, motivated leader who is willing to take risks. In 2018 I created a magic club in Dublin High school because I hoped to improve my leadership skills and along with that, wanted to share my interests with other students. It will make them great public speakers, but at the same time, I can also improve my soft skills. I know skills like these are crucial to communicate properly with others. During my free time, I like performing magic for homeless shelters, community centers, birthday parties and I also love to learn new tricks. For more information check out my resume. I also enjoy playing chess and basketball. I prioritize being physically fit along with being mentally healthy.
</p>
<p class="no-margin">
I am glad you spend your time reading this, and I assure you that your time has not gone to waste. If you have any question/comments about my website or a question, in general, shoot me an email at subashshibu8256@gmail.com.
</p>
</div>
</div>
<div class="bg-dark clearfix">
<div class="inner-text">
<p class="no-margin color-light ">
<strong class="fix-width-100"><i class="fa fa-calendar margin-right-5"></i> Birthday</strong> : 04/13/03<br/>
<strong class="fix-width-100"><i class="fa fa-phone margin-right-5"></i> Phone</strong> : 609-455-8393<br/>
<strong class="fix-width-100"><i class="fa fa-envelope margin-right-5"></i> Email</strong> : subashshibu8256@gmail.com<br/>
</p>
</div>
</div>
</div>
</div>
</section>
<!-- end section services-->
<!-- section resume-->
<section class="section section-resume bg-white p-t-110 p-b-120" id="resume">
<div class="container">
<div class="section-inner">
<h3 class="section-heading m-b-70">Work Experience</h3>
<ul class="nav au-nav-tabs" id="resumeTab" role="tablist">
<li class="nav-item">
<a class="nav-link active" id="experience-tab" data-toggle="tab" href="#experience" role="tab" aria-controls="experience" aria-expanded="true">FIELD TRIP
<div class="triangle-down">
<div class="inner"></div>
</div>
</a>
</li>
<li class="nav-item">
<a class="nav-link" id="education-tab" data-toggle="tab" href="#education" role="tab" aria-controls="education">GUEST SPEAKER
<div class="triangle-down">
<div class="inner"></div>
</div>
</a>
</li>
</ul>
<div class="tab-content au-tab-content" id="resumeTabContent">
<div class="tab-pane fade show active" id="experience" role="tabpanel" aria-labelledby="experience-tab">
<div class="row">
<div class="col-lg-4">
<article class="card-secondary card-resume">
<figure class="card-figure">
<img class="resume-image img-fluid" src="images/patriot jet.PNG" alt="Project Manager" />
<a class="bg-overlay" href="#"></a>
</figure>
</article>
</div>
<div class="col-lg-8">
<article class="card-secondary card-resume">
<figure class="card-figure">
<a class="bg-overlay" href="#"></a>
</figure>
<p class="inner-text" >A great way to learn new things is experiencing it. This is why I love attending field trips. I attended the Patriot Jet Foundation where our class had a tour on Jet Aircraft and Presentation on New Technologies in Flight. First, we investigated the Polish MIG-17F where we learned a lot of important techniques aircrafts use to sustain itself on the air. For example, I learned about the speed stem and how it helped the aircraft measure the speed. There was also a presentation on new technologies such as robots. I met Ed one of the few people who volunteered to give us a tour. Ed described the evolution of robots and how they even operate in space. He also talked about different sources of energy such as solar, wind, and geothermal. Alon with that, he also displayed how space travel is become cheaper and cheaper through companies like SpaceX. Ed also gave a presentation on Jet Engine Principles and there was a Demo as well. We learned how Jet Engines work and overall it was quite simple thanks to his explanation. There was also a very fun simulation where we understood what it was like to ride an aircraft. Finally we finished off with a Solar System to Scale Activity which helped me realize how vast our universe is. For me the key takeaway as well as the most memorable was the solar system activity because it gave me a general understanding of how far other planets are relative to the sun. It truly opened my eyes and it intrigued me to research about space a bit more.</p>
<p class = "Inner-text">Through the various presentation Ed gave us I learned a lot of things. He explained how the aircraft maintains its stability while on the air. This can be done through the wings and the ones on the back as well. While the wings on the front lifts the jet the horizontal stabilizer pushes it down and this is what ultimately stabilizes the jet. This is useful because when the jet falls down it would nose dive, covering more distance. He also taught us how to angle the wings which is very important because the angle of the wings ultimately decides how it lifts offs and also minimizes the resistance. Overall this experience was very memorable for me because I learned a lot of new things which I was able to implement in my POE class.
</p>
</article>
</div>
</div>
<div class="row justify-content-center m-t-60">
<div class="col-auto">
<a class="au-btn au-btn-pill" href="resume/Resume.pdf" target="_blank">Download Resume</a>
</div>
</div>
</div>
<div class="tab-pane fade" id="education" role="tabpanel" aria-labelledby="education-tab">
<div class="row">
<div class="col-lg-12">
<article class="card-secondary card-resume">
<p class="inner-text" > Along with field trips, we also had various guest speakers coming into our class to share their experience. One guest speaker who had a major effect on me was Laura Kegelmeyer from the National Ignition Facility. She shared her intriguing experience about how she finally decided on working at Lawrence Livermore after attending various jobs. She explained how the largest laser in the world was stored in Livermore for research purposes. She also explained the impact this has on engineers and the infinite potential it has. Her job requires various engineering disciplines such as Nuclear, Mechanical, and Computer Science. But, that wasn’t all she made the talk even more intriguing by explaining how machine learning was integrated into their system to make things more efficient. I loved how all these disciplines were integrated and it made me glad that I was pursuing the engineering field.
</p>
<p class="inner-text">
Laura’s talk exposed me to several disciplines which I have never even thought about it. Up until her talk I was sure that I was going to major in computer science but to realize that there were so many more interesting fields made me rethink. After her talk I went home and researched more about the different engineering disciplines and recently I have become quiet interest in electrical engineering. I have started playing with circuits, and experimenting with arduinos. Thanks to Laura I have started exploring different fields within engineering.
</p>
</article>
</div>
</div>
<div class="row justify-content-center m-t-60">
<div class="col-auto">
<a class="au-btn au-btn-pill" href="resume/Resume.pdf" target="_blank">Download Resume</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end section resume-->
<!-- section projects-->
<section class="section section-projects bg-dark-1 p-t-110 p-b-90" id="projects">
<div class="container-fluid">
<div class="section-inner">
<h3 class="section-heading section-heading-light m-b-50">My Projects</h3>
<div class="row">
<div class="col-lg-3 col-sm-6 wow zoomIn" data-wow-duration="0.5s" data-wow-delay="0.2s">
<article class="card-primary card-project">
<a class="card-link-overlay" href="#" data-toggle="modal" data-target="#project-post"></a>
<figure class="card-figure">
<img class="project-image img-fluid" src="images/pong.PNG" alt="Pong"/>
</figure>
<header class="card-header">
<h3 class="project-title">Android Studio Project</h3>
<ul class="project-subjects">
<li>
<a href="#">Pong</a>
</li>
</ul>
</header>
</article>
</div>
<div class="col-lg-3 col-sm-6 wow zoomIn" data-wow-duration="0.5s" data-wow-delay="0.6s">
<article class="card-primary card-project">
<a class="card-link-overlay" href="#" data-toggle="modal" data-target="#project-post-2"></a>
<figure class="card-figure">
<img class="project-image img-fluid" src="images/howudoin.png" alt="Python Image Manipulation" />
</figure>
<header class="card-header">
<h3 class="project-title">Python Image Manipulation</h3>
<ul class="project-subjects">
<li>
<a href="#">Python Phostoshopper</a>
</li>
</ul>
</header>
</article>
</div>
<div class="col-lg-3 col-sm-6 wow zoomIn" data-wow-duration="0.5s" data-wow-delay="0.8s">
<article class="card-primary card-project">
<a class="card-link-overlay" href="#" data-toggle="modal" data-target="#project-post-3"></a>
<figure class="card-figure">
<img class="project-image img-fluid" src="images/bridge.PNG" alt="Python Text Adventure"/>
</figure>
<header class="card-header">
<h3 class="project-title">2.3.2 Structural Design</h3>
<ul class="project-subjects">
<li>
<a href="#">POE Bridge Design</a>
</li>
</ul>
</header>
</article>
</div>
<div class="col-lg-3 col-sm-6 wow zoomIn" data-wow-duration="0.5s" data-wow-delay="0.4s">
<article class="card-primary card-project">
<a class="card-link-overlay" href="#" data-toggle="modal" data-target="#project-post-1"></a>
<figure class="card-figure">
<img class="project-image img-fluid" src="images/POE_Group.PNG" alt="POE project" />
</figure>
<header class="card-header">
<h3 class="project-title">Solar Hydrogen Car</h3>
<ul class="project-subjects">
<li>
<a href="#">POE project</a>
</li>
</ul>
</header>
</article>
</div>
</div>
</div>
</div>
</section>
<!-- end section projects-->
<!-- end section statistic-->
<!-- section contact-->
<section class="section section-contact bg-parallax p-t-110 p-b-80" id="contact" style="background: url(images/magic.png) center center no-repeat;">
<div class="bg-overlay"></div>
<div class="container">
<div class="section-inner">
<h3 class="section-heading section-heading-light m-b-45">Contact Me</h3>
<div class="row section-contact-info">
<div class="col-md col-sm-12">
<div class="box box-contact-info">
<h3 class="box-title">
<i class="fa fa-home"></i>
<span>Address</span>
</h3>
<p class="box-text">3947, Alstead Ct, Dublin, California</p>
</div>
</div>
<div class="col-md col-sm-12">
<div class="box box-contact-info">
<h3 class="box-title">
<i class="fa fa-volume-control-phone"></i>
<span>Lets Talk</span>
</h3>
<p class="box-text">609-455-8393</p>
</div>
</div>
<div class="col-md col-sm-12">
<div class="box box-contact-info">
<h3 class="box-title">
<i class="fa fa-envelope"></i>
<span>Email</span>
</h3>
<p class="box-text">subashshibu8256@email.com</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end section contact-->
<!-- footer-->
<footer class="section section-footer p-t-85 p-b-90" id="footer">
<div class="container">
<div class="section-inner">
<ul class="h-list footer-social social-list">
<li class="list-item" data-toggle="tooltip" title="Twitter">
<a class="fa fa-twitter" href="https://twitter.com/subashs_8?lang=en"></a>
</li>
</ul>
<p class="footer-text-intro">
<span>Made with <span>
<span class="fa fa-heart"></span>
<span>by Subash</span>
</p>
</div>
</div>
</footer>
<!-- end footer-->
<!-- section project post-->
<section class="section-project-post modal fade js-modal" id="project-post" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="loader"></div>
<div class="modal-content">
<div class="section-inner modal-primary">
<div class="container-fluid">
<div class="modal-header">
<div class="modal-header-control">
<button class="btn-close au-btn au-btn-circle" type="button" data-dismiss="modal" aria-label="Close">
<i class="lnr lnr-cross"></i>
</button>
</div>
</div>
</div>
<div class="container">
<div class="row justify-content-center">
<div class="col-xl-11 col-lg-9">
<div class="modal-body">
<article class="post-project m-b-55">
<header class="post-header">
<h3 class="post-title">Android Studio</h3>
</header>
<div class="row no-gutters">
<div class="col col-figure">
<figure class="post-image">
<div>
<div class="project-image-item">
<img class="img-fluid" src="images/pong.PNG" alt="Pong Game">
</div>
</div>
</figure>
</div>
<div class="col col-aside">
<aside class="project-aside">
<div class="project-aside-inner">
<div class="project-aside-block m-b-30">
<h4 class="project-aside-title m-b-15">OVERVIEW</h4>
<p class="project-aside-paragraph">This is a recreation of the arcade game Pong. In this project my group and I used Android Studio to recreate Pong. In this project I was mainly in charge of coding the menu bar as well as filming the promotion video for our game. It was a really fun project and I gained more understanding of coding games as well as using Android Studio.
If you would like to see our documentation go <a href="https://docs.google.com/document/d/1HxnBzhTDVUx3Qe85cP9YQCdHLYBAo0vMpHa6wSs68QE/edit"target="_blank">here</a>.</p>
</div>
<div class="project-aside-block m-b-45">
<h4 class="project-aside-title m-b-20">PROJECT DESCRIPTION</h4>
<ul class="project-aside-list">
<li>
<span class="t-left">Course:</span>
<a class="t-right" href="https://docs.google.com/document/d/1HxnBzhTDVUx3Qe85cP9YQCdHLYBAo0vMpHa6wSs68QE/edit" target="_blank">APCS</a>
</li>
<li>
<span class="t-left">Creators:</span>
<span class="t-right cate-link">
<a href="#">Subash Shibu</a>
<a href="#">and</a>
<a href="#">Keagan Wilson</a>
<a href="#">and</a>
<a href="#">Alan Liang</a>
</span>
</li>
<li>
<span class="t-left">Date:</span>
<span class="t-right">9/23/19</span>
</li>
</ul>
</div>
</div>
</aside>
</div>
</div>
</article>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end section project post-->
<section class="section-project-post modal fade js-modal" id="project-post-1" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="loader"></div>
<div class="modal-content">
<div class="section-inner modal-primary">
<div class="container-fluid">
<div class="modal-header">
<div class="modal-header-control">
<button class="btn-close au-btn au-btn-circle" type="button" data-dismiss="modal" aria-label="Close">
<i class="lnr lnr-cross"></i>
</button>
</div>
</div>
</div>
<div class="container">
<div class="row justify-content-center">
<div class="col-xl-11 col-lg-9">
<div class="modal-body">
<article class="post-project m-b-55">
<header class="post-header">
<h3 class="post-title">Solar Hydrogen Car</h3>
</header>
<div class="row no-gutters">
<div class="col col-figure">
<figure class="post-image">
<div>
<div class="project-image-item">
<img class="img-fluid" src="images/POE_Group.PNG" alt="Group pic">
</div>
</figure>
</div>
<div class="col col-aside">
<aside class="project-aside">
<div class="project-aside-inner">
<div class="project-aside-block m-b-30">
<h4 class="project-aside-title m-b-15">OVERVIEW</h4>
<p class="project-aside-paragraph">We had to create a car made of vex parts. The goal was to determine which power source was the most efficient and to do that we made a solar hydrogen car. We had to meet certain constraints and to do so, we had to plan out a lot. Overall this project was fun and gave me a good idea of what hands-on building is like. I was mainly in charge of building the circuits for both series and parallel for our hydrogen-powered cell as well as solar-powered cell. I also helped develop our vehicle.
If you would like to see our documentation go <a href="https://docs.google.com/document/d/1O6BZixNGXIj9jqPEfe62NeSJAXirgg3BDj7xg5faL5s/edit" target="_blank">here</a>.
</p>
</div>
<div class="project-aside-block m-b-45">
<h4 class="project-aside-title m-b-20">PROJECT DESCRIPTION</h4>
<ul class="project-aside-list">
<li>
<span class="t-left">Course:</span>
<a class="t-right" href="https://docs.google.com/document/d/1O6BZixNGXIj9jqPEfe62NeSJAXirgg3BDj7xg5faL5s/edit" target="_blank">POE</a>
</li>
<li>
<span class="t-left">Creators:</span>
<span class="t-right cate-link">
<a href="#">Subash Shibu, </a>
<a href="#">Akash Darbha, </a>
<a href="#">Anika Chekuri, Rupali Sarathy</a>
</span>
</li>
<li>
<span class="t-left">Date:</span>
<span class="t-right">12/08/18</span>
</li>
</ul>
</div>
</div>
</aside>
</div>
</div>
</article>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end section project post-->
<section class="section-project-post modal fade js-modal" id="project-post-2" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="loader"></div>
<div class="modal-content">
<div class="section-inner modal-primary">
<div class="container-fluid">
<div class="modal-header">
<div class="modal-header-control">
<button class="btn-close au-btn au-btn-circle" type="button" data-dismiss="modal" aria-label="Close">
<i class="lnr lnr-cross"></i>
</button>
</div>
</div>
</div>
<div class="container">
<div class="row justify-content-center">
<div class="col-xl-11 col-lg-9">
<div class="modal-body">
<article class="post-project m-b-55">
<header class="post-header">
<h3 class="post-title">Python Photoshopper</h3>
</header>
<div class="row no-gutters">
<div class="col col-figure">
<figure class="post-image">
<div class="js-slick slick-arrow-style-2" data-slick-lg="1" data-slick-dots="true" data-slick-arrows="true" data-slick-prevarrow="<i class='arrow arrow-prev arrow_carrot-left'></i>" data-slick-nextarrow="<i class='arrow arrow-next arrow_carrot-right'></i>"
data-slick-dotsclass="slick-dots-2">
<div class="project-image-item">
<img class="img-fluid" src="images/border.png" alt="Featured Details">
</div>
<div class="project-image-item">
<img class="img-fluid" src="images/beyonce.png" alt="Featured Details">
</div>
<div class="project-image-item">
<img class="img-fluid" src="images/signature.png" alt="Featured Details">
</div>
</div>
</figure>
</div>
<div class="col col-aside">
<aside class="project-aside">
<div class="project-aside-inner">
<div class="project-aside-block m-b-30">
<h4 class="project-aside-title m-b-15">OVERVIEW</h4>
<p class="project-aside-paragraph">This is a python image manipulation project, and we were supposed to create many functions to satisfy our client. Our client wanted us to photoshop the image so that it has a border and many other artistic effects. My partner and I created six different functions for photoshopping our client's vision. I was in charge of creating a tint, border, and pencil sketch. The border and tint were very easy because I only applied for some basic programs. The pencil sketch was a bit harder because it was a bit out of my scope, but I was still able to do it. I displayed three of these photoshops in the left. If you would like to see our documentation go <a href="
https://docs.google.com/document/d/1EgeMqE3boVq7qg-lKmlBnBu0TLJBb1kEW8RnknjBL_c/edit" target="_blank">here</a>
</p>
</div>
<div class="project-aside-block m-b-45">
<h4 class="project-aside-title m-b-20">PROJECT DESCRIPTION</h4>
<ul class="project-aside-list">
<li>
<span class="t-left">Course:</span>
<a class="t-right" href="
https://docs.google.com/document/d/1EgeMqE3boVq7qg-lKmlBnBu0TLJBb1kEW8RnknjBL_c/edit"target="_blank"> CSP</a>
</li>
<li>
<span class="t-left">Creators:</span>
<span class="t-right cate-link">
<a href="#">Subash Shibu</a>
<a href="#">and</a>
<a href="#">Ethan Lau</a>
</span>
</li>
<li>
<span class="t-left">Date:</span>
<span class="t-right">3/24/18</span>
</li>
</ul>
</div>
</div>
</aside>
</div>
</div>
</article>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section-project-post modal fade js-modal" id="project-post-3" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="loader"></div>
<div class="modal-content">
<div class="section-inner modal-primary">
<div class="container-fluid">
<div class="modal-header">
<div class="modal-header-control">
<button class="btn-close au-btn au-btn-circle" type="button" data-dismiss="modal" aria-label="Close">
<i class="lnr lnr-cross"></i>
</button>
</div>
</div>
</div>
<div class="container">
<div class="row justify-content-center">
<div class="col-xl-11 col-lg-9">
<div class="modal-body">
<article class="post-project m-b-55">
<header class="post-header">
<h3 class="post-title">Bridge Design</h3>
</header>
<div class="row no-gutters">
<div class="col col-figure">
<figure class="post-image">
<div class="js-slick slick-arrow-style-2" data-slick-lg="1" data-slick-dots="true" data-slick-arrows="true" data-slick-prevarrow="<i class='arrow arrow-prev arrow_carrot-left'></i>" data-slick-nextarrow="<i class='arrow arrow-next arrow_carrot-right'></i>"
data-slick-dotsclass="slick-dots-2">
<div class="project-image-item">
<img class="img-fluid" src="images/bridge.PNG" alt="Featured Details">
</div>
</div>
</figure>
</div>
<div class="col col-aside">
<aside class="project-aside">
<div class="project-aside-inner">
<div class="project-aside-block m-b-30">
<h4 class="project-aside-title m-b-15">OVERVIEW</h4>
<p class="project-aside-paragraph"> The goal of this project was to design a bridge which was cost-efficient and stable in Bridge Designer. By working collaboratively with my partner we designed 4 bridges in total and chose a final bridge design by utilizing a decision matrix. Then we further modified that bridge design to finally make the most optimal bridge. I made two of the bridge designs and we ended up choosing my bridge design because it was the most cost-efficient and stable. I was responsible with documentation as well as making our designs cost-efficient. My partner Aleena on the other hand focused on making our bridge stable. I was able to make our bridge cost-efficient by making some of the materials hollow and changing the thickness as well. Overall it was a great project and I was able to understand a little about about what civil engineers experience.
To learn more about the project click <a href="https://docs.google.com/document/d/1YiS9913cV-1Y26In-Ik8PZqkIgksze8pby1ho2deZqI/edit"
target="_blank">here</a>.</p>
</div>
<div class="project-aside-block m-b-45">
<h4 class="project-aside-title m-b-20">PROJECT DESCRIPTION</h4>
<ul class="project-aside-list">
<li>
<span class="t-left">Course:</span>
<a class="t-right" href="https://docs.google.com/document/d/1YiS9913cV-1Y26In-Ik8PZqkIgksze8pby1ho2deZqI/edit" target="_blank"> POE</a>
</li>
<li>
<span class="t-left">Creators:</span>
<span class="t-right cate-link">
<a href="#">Subash Shibu</a>
<a href="#">and</a>
<a href="#">Aleena Imran</a>
</span>
</li>
<li>
<span class="t-left">Date:</span>
<span class="t-right">3/7/19</span>
</li>
</ul>
</div>
</div>
</aside>
</div>
</div>
</article>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end section project post-->
<div id="up-to-top">
<i class="fa fa-angle-up"></i>
</div>
<!-- Jquery JS-->
<script src="vendor/jquery/jquery.min.js"></script>
<!-- Bootstrap JS-->
<script src="vendor/popper.js/popper.min.js"></script>
<script src="vendor/bootstrap/bootstrap.min.js"></script>
<!-- Vendor JS-->
<script src="vendor/slick/slick.min.js"></script>
<script src="vendor/animsition/animsition.min.js"></script>
<script src="vendor/waypoints/jquery.waypoints.min.js"></script>
<script src="vendor/jquery.counterup/jquery.counterup.min.js"></script>
<script src="vendor/bootstrap-progressbar/bootstrap-progressbar.min.js"></script>
<script src="vendor/wowjs/wow.min.js"></script>
<script src="vendor/validator/validator.min.js"></script>
<script src="js/config-contact.js"></script>
<!-- Main JS-->
<script src="js/global.js"></script>
</body>
</html>
<!-- end document-->