blob: 402be1be5fd3f622286b394d1036d017db3f9fb3 (
plain) (
blame)
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
|
<!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="keywords" content="">
<title>Coming Soon</title>
<!-- Favicon -->
<link href="/assets/images/icons/gen_polyguin_color_favicon.ico" rel="shortcut icon">
<!-- CSS -->
<link href="/assets/plugins/bootstrap/bootstrap.min.css" rel="stylesheet">
<link href="/assets/plugins/owl-carousel/owl.carousel.min.css" rel="stylesheet">
<link href="/assets/plugins/owl-carousel/owl.theme.default.min.css" rel="stylesheet">
<link href="/assets/plugins/magnific-popup/magnific-popup.min.css" rel="stylesheet">
<link href="/assets/plugins/sal/sal.min.css" rel="stylesheet">
<link href="/assets/css/theme.css" rel="stylesheet">
<!-- Fonts/Icons -->
<link href="/assets/plugins/font-awesome/css/all.css" rel="stylesheet">
<link href="/assets/plugins/themify/themify-icons.min.css" rel="stylesheet">
<link href="/assets/plugins/simple-line-icons/css/simple-line-icons.css" rel="stylesheet">
</head>
<body>
<!-- Header -->
<div class="header right absolute-dark sticky">
__HEADER__
</div>
<!-- end Header -->
<div class="section-fullscreen">
<div class="container">
<div class="position-middle">
<div class="row">
<div class="col-12 col-md-10 coffset-md-1 col-lg-8 offset-lg-2 col-xl-6 offset-xl-3">
<h1 class="display-4 font-weight-bold">Coming Soon</h1>
<h5 class="font-weight-light text-black-05">We're not quite ready to share this.</h5>
<a class="button button-xl button-radius button-reveal-left-grey margin-top-30" href="/"><i class="fas fa-home"></i><span>Home</span></a>
</div>
</div><!-- end row -->
</div><!-- end position-middle -->
</div><!-- end container -->
</div>
__INDEPENDENT_SHADE__
__FOOTER__
</body>
</html>
|