-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
688 lines (569 loc) · 33.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
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
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<title>SKM - Portfolio</title>
<meta name="description" content="My personal portfolio website. A showcase of my work, code, and art. Focusing on 3D modeling, animations, game design, and Virtual Reality content.">
<meta name="author" content="Shubham Kumar Maurya">
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/vendor.css">
<!-- script
================================================== -->
<script src="js/modernizr.js"></script>
<!-- favicons
================================================== -->
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
</head>
<body id="top">
<!-- preloader
================================================== -->
<div id="preloader">
<div id="loader" class="dots-fade">
<div></div>
<div></div>
<div></div>
</div>
<p class="center-loader-txt" style="color: rgba(255, 255, 255, 0.8);">Loading your experience...</p>
</div>
<!-- header
================================================== -->
<header class="s-header">
<!-- LOGO
============================================== -->
<div class="header-logo">
<a href="index.html" title="Shubham Kumar Maurya">
<!-- <img src="images/logo.svg" alt="Homepage"> -->
<p class="logo">
<br>S. K. M.
</p>
</a>
</div>
<!-- LOGO - end -->
<div class="header-content">
<nav class="row header-nav-wrap">
<ul class="header-nav">
<li><a class="smoothscroll" href="#hero" title="Home">Home</a></li>
<li><a class="smoothscroll" href="#about" title="About">About</a></li>
<li><a class="smoothscroll" href="#showreels" title="About">Showreel</a></li>
<li><a class="smoothscroll" href="#services" title="Expertise">Expertise</a></li>
<li><a class="smoothscroll" href="#portfolio" title="Works">Works</a></li>
<li><a href="" title="Contact me">Say Hello</a></li>
<li><a target="_blank" href="" title="VR Website">VR Website</a></li>
</ul>
</nav> <!-- end header-nav-wrap -->
<a target="_blank" href="files/CV - SHUBHAM K. MAURYA.pdf" class="btn btn--stroke btn--small" download="CV - SHUBHAM K. MAURYA.pdf">Download CV</a>
</div> <!-- end header-content -->
<a class="header-menu-toggle" href="#0"><span>Menu</span></a>
</header>
<!-- hero
================================================== -->
<section id="hero" class="s-hero target-section" data-parallax="scroll" data-natural-width=1920 data-natural-height=1080 data-position-y=center>
<div class="row hero-content">
<div class = "videodiv" >
<video class="webvideo" autoplay muted loop id="background-video">
<source src="images/skmgrafix.mp4" type="video/mp4">
</video>
</div>
<div class="center-div column large-full">
<h2 style="color: #ffffff;">
Experience my portfolio in VR <br>(Best viewed in a VR headset)
</h2>
<br>
<a target="_blank" href="" class="btn">WEB-VR PORTFOLIO</a>
<div class="center-div">
<ul class="hero-social">
<li>
<a target="_blank" href="" title="Parallax Animations">YouTube</a>
</li>
<li>
<a target="_blank" href="" title="GitHub Profile">GitHub</a>
</li>
<li>
<a target="_blank" href="" title="LinkedIn Profile">LinkedIn</a>
</li>
<li>
<a target="_blank" href="" title="@pllx.films">Instagram</a>
</li>
<li>
<a target="_blank" href="" title="VR Portfolio Website">VR Website</a>
</li>
</ul> <!-- end hero-social -->
</div>
</div>
</div> <!-- end hero-content -->
<div class="hero-scroll">
<a href="#about" class="scroll-link smoothscroll">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 24l-8-9h6v-15h4v15h6z"/></svg>
</a>
</div> <!-- end hero-scroll -->
</section> <!-- end s-hero -->
<!-- about
================================================== -->
<section id="about" class="s-about target-section">
<div class="s-about__section s-about__section--profile">
<div class="right-vert-line"></div>
<div class="row">
<div class="column large-6 medium-8 tab-full">
<div class="section-intro" data-num="01" data-aos="fade-up">
<h3 class="subhead">About Me</h3>
<h1 class="display-1">I wanna create amazing experiences.</h1>
</div>
<div class="profile-pic" data-aos="fade-up">
<img src="images/profile-pic.png"
srcset="images/profile-pic.png 1x, images/[email protected] 2x" alt="Profile picture">
</div>
<h3 data-aos="fade-up">Introduction</h3>
<p data-aos="fade-up">
Hello, I'm Shubham Kumar Maurya,
<br>a London-based Environment Artist specialising in Virtual Reality.<br>
<br>I'm a graduate of Masters in Virtual and Augmented Reality at Goldsmiths, University of London.
<br>I have a strong inclination towards visual arts & storytelling; and I love filmmaking.
<br>I focus on a better overall experience along with efficient problem-solving.
</p>
</div>
</div>
</div> <!-- end s-about__section--profile -->
<div class="s-about__section">
<div class="row">
<div class="column">
<h3 data-aos="fade-up">Education</h3>
</div>
</div>
<div class="row block-large-1-2 block-900-full work-positions">
<div class="column" data-aos="fade-up">
<div class="position">
<div class="position__header">
<h6>
<span class="position__co">Goldsmiths, University of London</span>
<span class="position__pos">(MSc) Masters in Virtual & Augmented Reality</span>
</h6>
<div class="position__timeframe">
Sept 2021 - Sept 2022
</div>
</div>
<p>
Focusing on designing and coding Virtual Reality experiences, and learning two of the major game engines Unity3D and Unreal Engine.
<br>Relevant courses:
</p>
<ul>
<li>Virtual Reality (Unity3D)</li>
<li>Augmented & Mixed Reality (Unity3D)</li>
<li>Game Design & Game Analytics (Unreal Engine)</li>
<li>Programming For Game Engines (Unreal Engine)</li>
</ul>
</div>
</div> <!-- end column -->
<div class="column" data-aos="fade-up">
<div class="position">
<div class="position__header">
<h6>
<span class="position__co">Kalinga Institute of Industrial Technology, Bhubaneswar (India)</span>
<span class="position__pos">(B.Tech.) Bachelors of Technology in Computer Science & Engineering</span>
</h6>
<div class="position__timeframe">
July 2017 - June 2021
</div>
</div>
<p>
In my undergrad I learned the core concepts of Computer Science and how to use them to solve problems.
<br>Relevant courses:
</p>
<ul>
<li>Programming in C/C++</li>
<li>Data Structures & Algorithms</li>
<li>Mathematics & Automata Theory</li>
<li>Computer Networks</li>
<li>Operating Systems</li>
</ul>
</div>
</div> <!-- end column -->
<!--
TOOLS OF EXPERTISE =======================================>
-->
<div>
<h3 data-aos="fade-up">Technical Skills</h3>
<br>
<div class="position" data-aos="fade-up">
<br>
<img src="images/icons/row1.png">
<br><br><br>
<img src="images/icons/row2.png">
</div>
</div>
<!--
TOOLS OF EXPERTISE - end
-->
</div> <!-- education -->
</div> <!-- end s-about__section -->
</section> <!-- end s-about -->
<!-- showreels
================================================== -->
<section id="showreels" class="s-services target-section h-dark-bg" data-aos="fade-up">
<div class="row add-bottom" data-aos="fade-up">
<div class="column large-full">
<h1 class="display-1" style = "color: #f9861a">Showreels</h1>
<p class="lead" style = "color: white">Curated videos showcasing my work and skills.
</p>
</div>
</div>
<div class="row" data-aos="fade-up">
<div class="column large-6 tab-full">
<div class="video-container">
<div style="padding:56.25% 0 0 0;position:relative;"><iframe src=";autopause=0&player_id=0&app_id=58479" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" style="position:absolute;top:0;left:0;width:100%;height:100%;" title="Film & CGI Showreel 2022 - Shubham K. Maurya"></iframe></div><script src="https://player.vimeo.com/api/player.js"></script>
</div>
</div>
<div class="column large-6 tab-full">
<div class="video-container">
<iframe width="560" height="315" src="" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
</div>
<div class="column large-6 tab-full">
<div class="video-container">
<iframe width="560" height="315" src="" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
</div>
<div class="column large-6 tab-full">
<div class="video-container">
<iframe width="560" height="315" src="" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
</div>
</div>
</section>
<!-- services
================================================== -->
<section id="services" class="s-services target-section h-dark-bg">
<div class="row s-services__content">
<div class="vert-line"></div>
<div class="column large-6 s-services__leftcol">
<div class="section-intro" data-num="02" data-aos="fade-up">
<h3 class="subhead">Expertise</h3>
<h1 class="display-1">
I focus on crafting immersive Virtual Reality experiences, <br> and level designs for 3D games.
</h1>
</div>
<p class="lead" data-aos="fade-up">
The idea of visual story telling is very important to me. There are lots of factors that need to work coherently to convey the idea.
<br>I aspire to be meticulous so I can make it possible. I take an artistic approach to designing such experiences, keeping in mind the colour theory, composition, and post-processing to produce a beautiful looking environment.
</p>
</div> <!-- end s-services--leftcol -->
<div class="column large-6">
<ul class="services-list" data-aos="fade-up">
<li class="services-list__item is-active">
<div class="services-list__item-header">
<h5>Environment / Level Design</h5>
</div>
<div class="services-list__item-body">
<p>
The level of immersion depends on a lot of factors, but to me the most important of them all is a good environment design. I can use tools such as Unreal Engine 5, Unity, and Blender to design a environment or game level in 3D.
</p>
</div>
</li> <!-- services-list__item -->
<li class="services-list__item">
<div class="services-list__item-header">
<h5>Virtual Reality Development</h5>
</div>
<div class="services-list__item-body">
<p>
I use Unity 3D as my primary choice of development engine when it comes to Virtual Reality content.
</p>
</div>
</li> <!-- services-list__item -->
<li class="services-list__item">
<div class="services-list__item-header">
<h5>3D Modeling</h5>
</div>
<div class="services-list__item-body">
<p>
I use Blender to create assets for the scene if necessary. I do NOT work on characters, but I do like to create 3D props and populate the scene using them.
</p>
</div>
</li> <!-- services-list__item -->
</ul> <!-- end services-list -->
</div>
</div> <!-- s-services__content -->
</section> <!-- end s-services -->
<!-- portfolio
================================================== -->
<section id="portfolio" class="s-portfolio target-section">
<div class="row s-portfolio__header">
<div class="column large-6 medium-8 tab-full">
<div class="section-intro" data-num="03" data-aos="fade-up">
<h3 class="subhead">Works</h3>
<h1 class="display-1">
A selection of recent projects I have worked on.
</h1>
</div>
</div>
</div> <!-- s-porfolio__header -->
<div class="row s-porfolio__list block-large-1-2 block-tab-full collapse">
<!-- PROJECT ELEMENT - SpideyVR -->
<div class="column" data-aos="fade-up">
<div class="folio-item">
<div class="folio-item__thumb">
<a class="folio-item__thumb-link" href="images/portfolio/gallery/g-Spidey-VR-Logo.jpg" title="SpideyVR - A Friendly Arachnophobia Therapy" data-size="1050x700">
<img src="images/portfolio/Spidey-VR-Logo.jpg"
srcset="images/portfolio/Spidey-VR-Logo.jpg 1x, images/portfolio/[email protected] 2x" alt="">
</a>
</div>
<div class="folio-item__info">
<div class="folio-item__cat">SpideyVR</div>
<h4 class="folio-item__title">A Friendly Arachnophobia Therapy (Unity3D)</h4>
</div>
<a target="_blank" href="" title="SpideyVR - A Friendly Arachnophobia Therapy" class="folio-item__project-link">Demo video</a>
<div class="folio-item__caption">
<p>A Virtual Reality application built using Unity3D and Cinema4D that takes a gentler, friendlier, and more easy-going progressive approach for treating Arachnophobia (the fear of spiders).</p>
<a href="" target="_blank" class="btn btn--primary h-full-width">Project Link</a>
</div>
</div>
</div>
<!-- Project element end -->
<!-- PROJECT ELEMENT - HAND-TRACKED VIRTUAL BODY -->
<div class="column" data-aos="fade-up">
<div class="folio-item">
<div class="folio-item__thumb">
<a class="folio-item__thumb-link" href="images/portfolio/gallery/g-HandTracked-Virtual-Body-VR.jpg" title="HAND-TRACKED VIRTUAL BODY" data-size="1050x700">
<img src="images/portfolio/HandTracked-Virtual-Body-VR.jpg"
srcset="images/portfolio/HandTracked-Virtual-Body-VR.jpg 1x, images/portfolio/HandTracked-Virtual-Body-VR.jpg2x.jpg 2x" alt="">
</a>
</div>
<div class="folio-item__info">
<div class="folio-item__cat">HAND-TRACKED VIRTUAL BODY</div>
<h4 class="folio-item__title">A VR game that features IK body with physicalised hands (tracked using Oculus SDK).</h4>
</div>
<a target="_blank" href="" title="HAND-TRACKED VIRTUAL BODY" class="folio-item__project-link">Demo video</a>
<div class="folio-item__caption">
<p>My Master's Final Project - A VR game that features IK body with physicalised hands (tracked using Oculus SDK), aiming to improve embodiment. (Unity) — Meta Quest 2 (VR)</p>
<a href="" target="_blank" class="btn btn--primary h-full-width">Project Link</a>
</div>
</div>
</div>
<!-- Project element end -->
<!-- PROJECT ELEMENT - BLACKHOLE DEMO - Unreal Engine -->
<div class="column" data-aos="fade-up">
<div class="folio-item">
<div class="folio-item__thumb">
<a class="folio-item__thumb-link" href="images/portfolio/gallery/g-blackhole-ue4.jpg" title="BLACKHOLE DEMO - Unreal Engine" data-size="1050x700">
<img src="images/portfolio/blackhole-ue4.jpg"
srcset="images/portfolio/blackhole-ue4.jpg 1x, images/portfolio/[email protected] 2x" alt="">
</a>
</div>
<div class="folio-item__info">
<div class="folio-item__cat">BLACKHOLE DEMO - Unreal Engine</div>
<h4 class="folio-item__title">A physics-based blackhole using Blueprints that utilizes vector maths at its core to attract objects.</h4>
</div>
<a target="_blank" href="" title="BLACKHOLE DEMO - Unreal Engine" class="folio-item__project-link">Demo video</a>
<div class="folio-item__caption">
<p>Built a physics-based blackhole using Blueprints that utilizes vector maths at its core to attract objects. There can be multiple Blackhole blueprints in the scene as well, interacting with the objects simultaneously.</p>
<a href="" target="_blank" class="btn btn--primary h-full-width">Project Link</a>
</div>
</div>
</div>
<!-- Project element end -->
<!-- PROJECT ELEMENT - Parkour Movement character controller -->
<div class="column" data-aos="fade-up">
<div class="folio-item">
<div class="folio-item__thumb">
<a class="folio-item__thumb-link" href="images/portfolio/gallery/g-parkour.jpg" title="Parkour Movement character controller (Unreal Engine)" data-size="1050x700">
<img src="images/portfolio/parkour.jpg"
srcset="images/portfolio/parkour.jpg 1x, images/portfolio/[email protected] 2x" alt="">
</a>
</div>
<div class="folio-item__info">
<div class="folio-item__cat">Parkour Movement character controller</div>
<h4 class="folio-item__title">A full-body first-person parkour movement system that can be used as the core movement system. (Unreal Engine 4.27)</h4>
</div>
<a target="_blank" href="" title="Parkour Movement System" class="folio-item__project-link">Demo video</a>
<div class="folio-item__caption">
<p>This project focuses on implementing a full-body first-person parkour movement system that can be used as the core movement system for future games.</p>
<a href="" target="_blank" class="btn btn--primary h-full-width">Project Link</a>
</div>
</div>
</div>
<!-- Project element end -->
<!-- PROJECT ELEMENT - Sherlock AR -->
<div class="column" data-aos="fade-up">
<div class="folio-item">
<div class="folio-item__thumb">
<a class="folio-item__thumb-link" href="images/portfolio/gallery/g-sherlock-ar.jpg" title="Sherlock AR - A Day Out With Sherlock Holmes" data-size="1050x700">
<img src="images/portfolio/sherlock-ar.jpg"
srcset="images/portfolio/sherlock-ar.jpg 1x, images/portfolio/[email protected] 2x" alt="">
</a>
</div>
<div class="folio-item__info">
<div class="folio-item__cat">Sherlock AR</div>
<h4 class="folio-item__title">A Day Out With Sherlock Holmes (Unity 3D)</h4>
</div>
<a target="_blank" href="" title="Sherlock AR - A Day Out With Sherlock Holmes" class="folio-item__project-link">Demo video</a>
<div class="folio-item__caption">
<p>AR group project - Find hidden objects in the AR crime scene.</p>
<a href="" target="_blank" class="btn btn--primary h-full-width">Project Link</a>
</div>
</div>
</div>
<!-- Project element end -->
<!-- PROJECT ELEMENT - VR Kitchen Customization -->
<div class="column" data-aos="fade-up">
<div class="folio-item">
<div class="folio-item__thumb">
<a class="folio-item__thumb-link" href="images/portfolio/gallery/g-kitchen-vr.jpg" title="VR Kitchen Customization - Immerse yourself in a virtual kitchen and customise the material of wood, ceramic, and knob handles." data-size="1050x700">
<img src="images/portfolio/kitchen-vr.jpg"
srcset="images/portfolio/kitchen-vr.jpg 1x, images/portfolio/[email protected] 2x" alt="">
</a>
</div>
<div class="folio-item__info">
<div class="folio-item__cat">VR Kitchen Customization</div>
<h4 class="folio-item__title">Immerse yourself in a virtual kitchen and customise the material of wood, ceramic, and knob handles (Unity 3D)</h4>
</div>
<a target="_blank" href="" title="VR Kitchen Customization - Immerse yourself in a virtual kitchen and customise the material of wood, ceramic, and knob handles." class="folio-item__project-link">Demo video</a>
<div class="folio-item__caption">
<p>This application allows you to immerse yourself in a virtual kitchen and customise the wood, ceramic, and knob handles giving you to ability to see what it'll look like before you purcase the particular item.</p>
<a href="" target="_blank" class="btn btn--primary h-full-width">Project Link</a>
</div>
</div>
</div>
<!-- Project element end -->
<!-- PROJECT ELEMENT - Alien VR -->
<div class="column" data-aos="fade-up">
<div class="folio-item">
<div class="folio-item__thumb">
<a class="folio-item__thumb-link" href="images/portfolio/gallery/g-alien-vr.jpg" title="Alien VR - A fun easy game where you throw balls at aliens to destroy them. (in VR)" data-size="1050x700">
<img src="images/portfolio/alien-vr.jpg"
srcset="images/portfolio/alien-vr.jpg 1x, images/portfolio/[email protected] 2x" alt="">
</a>
</div>
<div class="folio-item__info">
<div class="folio-item__cat">Alien VR</div>
<h4 class="folio-item__title">A fun easy game where you throw balls at aliens to destroy them. (Unity 3D)</h4>
</div>
<a target="_blank" href="" title="Sherlock AR - A Day Out With Sherlock Holmes" class="folio-item__project-link">Demo video</a>
<div class="folio-item__caption">
<p>A VR group project where I handled the coding/scripting part and achieved to build this game where the user is required to throw balls at the aliens (new ball keeps spawning every 5 seconds), and whenever the player hits an alien it falls down and gets destroyed. Every 20 seconds 3 new aliens will keep spawning.</p>
<a href="" target="_blank" class="btn btn--primary h-full-width">Project Link</a>
</div>
</div>
</div>
<!-- Project element end -->
<!-- PROJECT ELEMENT - Procedural City Generator -->
<div class="column" data-aos="fade-up">
<div class="folio-item">
<div class="folio-item__thumb">
<a class="folio-item__thumb-link" href="images/portfolio/gallery/g-procedural-city.jpg" title="Procedural City Generator using L-System (Unity 3D)" data-size="1050x700">
<img src="images/portfolio/procedural-city.jpg"
srcset="images/portfolio/procedural-city.jpg 1x, images/portfolio/[email protected] 2x" alt="">
</a>
</div>
<div class="folio-item__info">
<div class="folio-item__cat">Procedural City Generator</div>
<h4 class="folio-item__title">Procedural City Generator using L-System (Unity 3D)</h4>
</div>
<a target="_blank" href="" title="Procedural City Generator (using L-Systems)" class="folio-item__project-link">Demo video</a>
<div class="folio-item__caption">
<p>We have used Unity Engine to generate the buildings, roads, and treeswhich is capable of handling the 3D procedural model with help of LSystem model.</p>
<a href="" target="_blank" class="btn btn--primary h-full-width">Project Link</a>
</div>
</div>
</div>
<!-- Project element end -->
</div> <!-- folio-list -->
</section> <!-- end portfolio -->
<!-- footer
================================================== -->
<footer class="s-footer h-dark-bg">
<div class="right-vert-line"></div>
<div class="row s-footer__main">
<div class="column large-6">
<div class="section-intro" data-aos="fade-up">
<h3 class="subhead">Get In Touch</h3>
<img class="center-img" src="images/hire-me-meme.jpg">
</div>
</div>
<div class="column large-5">
<div class="footer-contacts">
<div class="footer-contact-block" data-aos="fade-up">
<h5 class="footer-contact-block__header">
Email
</h5>
<p class="footer-contact-block__content" data-aos="fade-up">
<a href=""> shubhamkumarmaurya074@ gmail.com</a>
</p>
</div> <!-- end footer-contact-block -->
<br>
<div class="footer-contact-block" data-aos="fade-up">
<h5 class="footer-contact-block__header">
Social
</h5>
<ul class="footer-contact-block__list">
<li><a target="_blank" href="">YouTube</a></li>
<li><a target="_blank" href="">Instagram</a></li>
<li><a target="_blank" href="">LinkedIn</a></li>
<li><a target="_blank" href="">GitHub</a></li>
</ul>
</div> <!-- end footer-contact-block -->
</div>
<div class="footer-email-us" data-aos="fade-up">
<a href="" class="btn btn--primary h-full-width">Let's Talk</a>
</div>
</div>
</div> <!-- end s-footer__main -->
<div class="row s-footer__bottom">
<div class="column large-full ss-copyright">
<span>© Copyright Shubham Kumar Maurya 2022 - 2023 | Ethos 2019</span>
<span>Design by <a href="https://www.styleshout.com/">StyleShout</a></span>
</div> <!-- end ss-copyright -->
<div class="ss-go-top">
<a class="smoothscroll" title="Back to Top" href="#top">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 0l8 9h-6v15h-4v-15h-6z"/></svg>
</a>
</div> <!-- end ss-go-top -->
</div> <!-- end s-footer__bottom -->
</footer> <!-- end s-footer -->
<!-- photoswipe background
================================================== -->
<div aria-hidden="true" class="pswp" role="dialog" tabindex="-1">
<div class="pswp__bg"></div>
<div class="pswp__scroll-wrap">
<div class="pswp__container">
<div class="pswp__item"></div>
<div class="pswp__item"></div>
<div class="pswp__item"></div>
</div>
<div class="pswp__ui pswp__ui--hidden">
<div class="pswp__top-bar">
<div class="pswp__counter"></div><button class="pswp__button pswp__button--close" title="Close (Esc)"></button> <button class="pswp__button pswp__button--share" title=
"Share"></button> <button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button> <button class="pswp__button pswp__button--zoom" title=
"Zoom in/out"></button>
<div class="pswp__preloader">
<div class="pswp__preloader__icn">
<div class="pswp__preloader__cut">
<div class="pswp__preloader__donut"></div>
</div>
</div>
</div>
</div>
<div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap">
<div class="pswp__share-tooltip"></div>
</div><button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)"></button> <button class="pswp__button pswp__button--arrow--right" title=
"Next (arrow right)"></button>
<div class="pswp__caption">
<div class="pswp__caption__center"></div>
</div>
</div>
</div>
</div> <!-- end photoSwipe background -->
<!-- Java Script
================================================== -->
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>