-
Notifications
You must be signed in to change notification settings - Fork 0
/
project9.html
42 lines (41 loc) · 1.97 KB
/
project9.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
<div class="container ajax-container">
<div class="row">
<div class="col-lg-12">
<div class="header-area">
<h3 class="project-title">Website Development</h3>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="owl-carousel owl-theme single-slideshow" data-autoplay="true" data-loop="true" data-nav="true" data-items="1">
<div class="item"> <img class="img-fluid" alt="home page" src="assets/web1.png"> </div>
<div class="item"> <img class="img-fluid" alt="scroll" src="assets/web2.png"> </div>
<div class="item"> <img class="img-fluid" alt="learn" src="assets/web3.png"> </div>
<div class="item"> <img class="img-fluid" alt="about" src="assets/web4.png"> </div>
</div>
</div>
<div class="col-md-6">
<div class="project-details-info">
<h5 class="">Project Info:</h5>
<p>
I participated in the Web Wizard event of the Annual IT Fest Cynet 2021 held on 31March 2021 of JIMS Vasant Kunj and made the site on the spot in 30-45 minutes using HTML and CSS only following the guidelines provided by the competition organizers, theme alloted and some relevant images shared to use.
<br /> I happy to tell you that I secured the runner-up (second) position in the event and got awarded with the certificate and cash prize.
</p>
<h5 class="mt-5">Project Details:</h5>
<ul class="info-list">
<li>
<span>Client:</span>JIMS Vasant Kunj
</li>
<li>
<span>Technologies:</span>Html, Css
</li>
<li>
<span>Date:</span>31-03-2021
</li>
</ul>
</div>
</div>
</div>
</div>