This repository has been archived by the owner on Feb 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (41 loc) · 1.81 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
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/contruction.css">
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
<body>
<section id="cover">
<div id="cover-caption">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="col-clr">
<h1>HEY YOU</h1>
<h3>skarrlabs.tk is coming soon. </h3>
<h5>tell ya friends, the galactic knights are coming to town</h5>
<p><br><br><br>Subscribe to be notified.</p>
<div class="subscribeBx">
<form>
<input type="text" placeholder=" Email id" class="form-control" />
<button type="submit" class="icon"><i class="fa fa-envelope-o"></i></button>
</form>
</div>
<div class="socialMedia">
<ul class="socialicons">
<li><a href="https://www.instagram.com/skarrlab/"><i class="fa fa-instagram"></i></a></li>
</ul>
</div>
<div class="col-md-6 text-center"><img src="img/logo-w.png" width="400px"></div>
</div>
</div>
<div class="col-md-6 text-center"><img src="img/gk-icon.png"
width="600px" ></div>
</div>
</div>
</div>
</section>
</body>
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.0/jquery.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>