This repository has been archived by the owner on Jan 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnemean-3.html
80 lines (79 loc) · 3.24 KB
/
nemean-3.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
76
77
78
79
80
<!--
~ Open Source Project made by Daksh (daksh7011.com)
~ Please do not remove it. It helps me.
~ This project is Licenced under MIT.
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Nemean - Coming Soon Template</title>
<link href="assets/css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="assets/css/fontawesome-all.min.css" rel="stylesheet" type="text/css">
<link href="assets/css/nemean.css" rel="stylesheet" type="text/css">
<link href="assets/css/nemean-style3.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="form-body">
<div class="website-logo">
<a href="index.html">
<div class="logo">
<img alt="" class="logo-size" src="assets/images/logo-light.svg">
</div>
</a>
</div>
<div class="other-links other-links-up no-bg-icon">
<a href="https://twitter.com/ProjectNemean"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="https://gitlab.com/daksh7011/nemean"><i class="fab fa-gitlab"></i></a>
</div>
<div class="row">
<div class="img-holder">
<div class="info-holder">
<img alt="" src="assets/images/graphic2.svg">
</div>
</div>
<div class="form-holder">
<div class="form-content">
<div class="form-items">
<h3>Our Application is 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 class="form-control" placeholder="E-mail Address" type="text">
</div>
<div class="col-md-4">
<button class="btn btn-primary" type="submit">Notify me</button>
</div>
</form>
<div class="spacer"></div>
<div class="time-counter form-row">
<div class="days count col">
<div class="num">11</div>
<div class="label">Days</div>
</div>
<div class="hours count col">
<div class="num">12</div>
<div class="label">Hrs</div>
</div>
<div class="minutes count col">
<div class="num">13</div>
<div class="label">Min</div>
</div>
<div class="seconds count col">
<div class="num">14</div>
<div class="label">Sec</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/popper.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>