-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
53 lines (53 loc) · 2.62 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>thedevslot | defying conventions</title>
<link rel="shortcut icon" href="https://images.weserv.nl/?url=https://github.com/thedevslot.png?s=500&h=300&w=300&fit=cover&mask=circle&maxage=7d" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/fontawesome-all.min.css">
<link rel="stylesheet" type="text/css" href="css/iosoon-style.css">
<link rel="stylesheet" type="text/css" href="css/iosoon-theme10.css">
</head>
<body>
<div class="form-body no-side">
<canvas id="pagebg" resize></canvas>
<div class="row">
<div class="form-holder">
<div class="form-content">
<div class="form-items">
<div class="website-logo-inside">
<a href="index.html">
<div class="logo">
<img class="logo-size" src="images/logo-light.svg" alt="">
</div>
</a>
</div>
<h3>We’re Coming Soon!</h3>
<p>Our website is under constructions currently, Get a notification on your e-mail for updates.</p>
<!-- <form class="form-row">
<div class="col-md-8">
<input type="text" class="form-control" placeholder="E-mail Address">
</div>
<div class="col-md-4">
<button type="submit" class="btn btn-primary">Notify me</button>
</div>
</form> -->
<div class="spacer"></div>
<div class="other-links no-bg-icon">
<a href="https://www.facebook.com/thedevslot"><i class="fab fa-facebook-f"></i></a><a href="https://www.twitter.com/thedevslot"><i class="fab fa-twitter"></i></a><a href="https://www.instagram.com/thedevslot"><i class="fab fa-instagram"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="js/jquery.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/paper-full.min.js"></script>
<script src="js/animation4.js"></script>
<script src="js/main.js"></script>
</body>
</html>