-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
112 lines (101 loc) · 5.1 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Coming Soon - Start Bootstrap Theme</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<!-- Custom fonts for this template -->
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i,900,900i" rel="stylesheet">
<link href="css/all.min.css" rel="stylesheet" type="text/css">
<!-- Custom styles for this template -->
<link href="css/coming-soon.css" rel="stylesheet">
<link href="vendor/bootstrap/css/bootstrap-select-country.min.js" rel="stylesheet">
</head>
<body>
<div class="overlay"></div>
<video playsinline="playsinline" autoplay="autoplay" muted="muted" loop="loop">
<source src="mp4/video.mp4" type="video/mp4">
</video>
<div class="masthead">
<div class="masthead-bg"></div>
<div class="container h-100">
<div class="row h-100">
<div class="col-12 my-auto">
<div class="masthead-content text-white py-5 py-md-0">
<a class="navbar-brand" href="#">
<img class="logo" src="img/logo-white.png" alt="" loading="lazy">
</a>
<h2 class="mb-3">Get an edge on construction bidding with intelligent bid scoring.</h2>
<!-- <p class="mb-5">We're working hard to finish the development of this site. Our target launch date is
<strong>January 2019</strong>! Sign up for updates using the form below!</p> -->
<div class="input-group-newsletter">
<form>
<div class="form-group">
<div class="form-row">
<div class="col">
<label for="exampleInputEmail1">First Name</label>
<input type="text" class="form-control" id="first" placeholder="First name..." aria-label="First name..." aria-describedby="submit-button" required>
</div>
<div class="col">
<label for="exampleInputPassword1">Last Name</label>
<input type="text" class="form-control" id="last" placeholder="Last name..." aria-label="Last name..." aria-describedby="submit-button" required>
</div>
</div>
</div>
<div class="form-group">
<label for="exampleInputPassword1">Company Email</label>
<input type="email" class="form-control" id="email" placeholder="Enter company email..." aria-label="Enter email..." aria-describedby="submit-button" required>
</div>
<div class="form-group">
<label for="exampleInputPassword1">Country</label>
<select class="form-control selectpicker countrypicker" id="country" placeholder="Enter country..." aria-label="country..." aria-describedby="submit-button" data-live-search="true" required></select>
</div>
<div class="input-group-append">
<button class="btn btn-secondary" id="email-button" type="submit" id="submit-button">Notify Me!</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- <nav class="navbar navbar-expand-lg">
<div class="collapse navbar-collapse order-3" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Link</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Dropdown
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Something else here</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link disabled" href="#" tabindex="-1" aria-disabled="true">Disabled</a>
</li>
</ul>
</div>
</nav> -->
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap-select-country.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/main.js"></script>
</body>
</html>