-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (55 loc) · 1.89 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/styles.css">
<title>ADWAITS</title>
</head>
<body>
<header>
<div class="container">
<div class="row justify-content-start">
<div class="col-md-3 col-12 mt-3">
<img src="img/ADWAITS Logo.png">
</div>
</div>
<div class="row align-items-center" style="margin-top: 170px;">
<div class="col-12">
<h1>There are three responses to a piece of design – yes, no, and WOW! Wow is the one we aim for.</h1>
</div>
</div>
<div class="row" style="margin-top: 240px;">
<div class="col-7 d-flex justify-content-start">
<p><span>Client :</span> ABC Pvt Ltd</p>
</div>
<div class="col-5 d-flex justify-content-end">
<p><span>Project focus:</span> UX Design, Visual Design and Web</p>
</div>
</div>
</div>
</header>
<div class="container">
<div class="row">
<div class="col-12">
<div class="parallaxVideo">
<div class="row justify-content-center">
<video autoplay muted loop>
<source src="img/Laptop Screen Video.mp4" type="video/mp4">
</video>
<div class="laptopImg">
<img src="img/LaptopSkin.png">
</div>
</div>
</div>
</div>
</div>
</div>
<script src="js/jquery.slim.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>
<!-- Shubh Singhal -->