-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
75 lines (72 loc) · 4.02 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>llds</title>
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/fonts/font-awesome.min.css">
<link rel="stylesheet" href="assets/fonts/ionicons.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Acme">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Adamina">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Amita">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/aos/2.1.1/aos.css">
<link rel="stylesheet" href="https://unpkg.com/@bootstrapstudio/bootstrap-better-nav/dist/bootstrap-better-nav.min.css">
<link rel="stylesheet" href="assets/css/Social-Icons.css">
<link rel="stylesheet" href="assets/css/styles.css">
</head>
<body>
<h1></h1>
<nav class="navbar navbar-light navbar-expand-md">
<div class="container-fluid"><a class="navbar-brand" href="#">LiQTech</a><button class="navbar-toggler" data-toggle="collapse" data-target="#navcol-1"><span class="sr-only">Toggle navigation</span><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse"
id="navcol-1">
<ul class="nav navbar-nav mx-auto">
<li class="nav-item" role="presentation"><a class="nav-link active" href="#">Home</a></li>
<li class="nav-item" role="presentation"><a class="nav-link" href="#">About</a></li>
<li class="nav-item" role="presentation"><a class="nav-link" href="#">Contact Us</a></li>
</ul>
<ul class="nav navbar-nav ml-auto">
<li class="nav-item" role="presentation"><a class="nav-link active" href="#">Login</a></li>
<li class="nav-item" role="presentation"><a class="nav-link" href="#">SignUp</a></li>
</ul>
</div>
</div>
</nav>
<div>
<div class="jumbotron" id="promo">
<h1>About Us</h1>
<p style="font-size:30px;"></p>
<p style="font-size:25px;">We are fascinated towards the development on upcoming technologies that are being spontaneously getting through the society.</p>
<p style="font-size:25px;">We here tried our best to avoid the most common vulnerability in our society,in essence,Water Leakage through pipes.</p>
</div>
</div>
<div>
<h1 class="text-center">Developers</h1>
</div>
<div>
<div class="container">
<div class="row">
<div class="col-md-4"><img style="background-image:url("assets/img/IMG_20190103_155008.jpg");border-radius:50px;margin:0 auto;margin-left:50px;">
<h1>Michael </h1>
<p><br>Founder<br><br></p>
</div>
<div class="col-md-4"><img style="background-image:url("assets/img/IMG_20190103_160135.jpg");border-radius:50px;margin:0 auto;margin-left:50px;">
<h1>Muthusamy</h1>
<p><br>Co-Founder<br><br></p>
</div>
<div class="col-md-4"><img style="background-image:url("assets/img/IMG_20190103_154839.jpg");border-radius:50px;margin:0 auto;margin-left:50px;">
<h1>Ramchentheer</h1>
<p><br>CEO<br><br></p>
</div>
</div>
</div>
</div>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/bs-animation.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/aos/2.1.1/aos.js"></script>
<script src="https://unpkg.com/@bootstrapstudio/bootstrap-better-nav/dist/bootstrap-better-nav.min.js"></script>
</body>
</html>