-
Notifications
You must be signed in to change notification settings - Fork 0
/
project12.html
36 lines (35 loc) · 1.37 KB
/
project12.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
<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="scroll" src="assets/web5.png"> </div>
</div>
</div>
<div class="col-md-6">
<div class="project-details-info">
<h5 class="">Project Info:</h5>
<p>
A fun way to teach about space, technologies used and famous personalities in the field of space.
You can view the deployment <a href="https://cryptic-scrubland-00036.herokuapp.com/">here</a>
</p>
<h5 class="mt-5">Project Details:</h5>
<ul class="info-list">
<li>
<span>Technologies:</span>Html, Css, Javascript, EJS, Node JS, Heroku, Git and Github
</li>
<li>
<span>Date:</span>24-10-2021
</li>
</ul>
</div>
</div>
</div>
</div>