-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcoming-soon-10.html
More file actions
125 lines (96 loc) · 4.07 KB
/
coming-soon-10.html
File metadata and controls
125 lines (96 loc) · 4.07 KB
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
113
114
115
116
117
118
119
120
121
122
123
124
125
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="keywords" content="HTML5 Template" />
<meta name="description" content="Webster - Multi-Purpose HTML5 Template" />
<meta name="author" content="potenzaglobalsolutions.com" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<title>Webster — Responsive Multi-purpose HTML5 Template</title>
<!-- Favicon -->
<link rel="shortcut icon" href="images/favicon.ico" />
<!-- font -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Poppins:200,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900">
<link href="https://fonts.googleapis.com/css?family=Pacifico" rel="stylesheet">
<!-- Plugins -->
<link rel="stylesheet" type="text/css" href="css/plugins-css.css" />
<!-- Typography -->
<link rel="stylesheet" type="text/css" href="css/typography.css" />
<!-- Shortcodes -->
<link rel="stylesheet" type="text/css" href="css/shortcodes/shortcodes.css" />
<!-- Style -->
<link rel="stylesheet" type="text/css" href="css/style.css" />
<!-- geometry_birds -->
<link rel="stylesheet" type="text/css" href="demo-specialty-pages/geometry-birds/css/geometry-birds.css" />
<!-- Responsive -->
<link rel="stylesheet" type="text/css" href="css/responsive.css" />
</head>
<body class="scrollbar" style="background-image: url(demo-specialty-pages/geometry-birds/images/01.jpg);">
<div class="wrapper">
<div class="coming-soon-effects">
<div id="container"></div>
<!--=================================
preloader -->
<div id="pre-loader">
<img src="images/pre-loader/loader-01.svg" alt="">
</div>
<!--=================================
preloader -->
<!--=================================
coming-soon-->
<section class="page-section-ptb coming-soon coming-soon-birds">
<div class="container">
<div class="row">
<div class="col-md-3 col-md-3 sm-mb-20">
<h2 class="text-white">We Are Coming Very Soon!</h2>
</div>
<div class="col-md-4 col-md-4 sm-mb-20">
<h6 class="text-white">We're launching our new website</h6>
<p class="text-white">We are currently working on a website and won't take long. Don't forget to check out our Social updates. </p>
</div>
<div class="col-md-5 col-md-5 text-white">
<div class="countdown ">
<span class="text-white days">00</span>
<p class="text-white days_ref">days</p>
</div>
<div class="countdown ">
<span class="text-white hours">00</span>
<p class="text-white hours_ref">hours</p>
</div>
<div class="countdown ">
<span class="text-white minutes">00</span>
<p class="text-white minutes_ref">minutes</p>
</div>
<div class="countdown ">
<span class="text-white seconds">00</span>
<p class="text-white seconds_ref">seconds</p>
</div>
</div>
</div>
</div>
</section>
<!--=================================
coming-soon -->
</div>
</div>
<div id="back-to-top"><a class="top arrow" href="#top"><i class="fa fa-angle-up"></i> <span>TOP</span></a></div>
<!--=================================
jquery -->
<!-- jquery -->
<script type="text/javascript" src="js/jquery-1.12.4.min.js"></script>
<!-- plugins-jquery -->
<script type="text/javascript" src="js/plugins-jquery.js"></script>
<!-- plugin_path -->
<script type="text/javascript">var plugin_path = 'js/';</script>
<!-- geometry-birds js -->
<script src="demo-specialty-pages/geometry-birds/js/three.min.js"></script>
<script src="demo-specialty-pages/geometry-birds/js/Projector.js"></script>
<script src="demo-specialty-pages/geometry-birds/js/CanvasRenderer.js"></script>
<script src="demo-specialty-pages/geometry-birds/js/Bird.js"></script>
<!-- custom -->
<script type="text/javascript" src="js/custom.js"></script>
<!-- geometry-birds custom -->
<script type="text/javascript" src="demo-specialty-pages/geometry-birds/js/geometry-birds.js"></script>
</body>
</html>