-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex-old.html
More file actions
executable file
·70 lines (59 loc) · 3.21 KB
/
index-old.html
File metadata and controls
executable file
·70 lines (59 loc) · 3.21 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>SmartChain Labs - Blockchain & Smart Contract</title>
<meta name="description" content="We provide high quality blockchain solutions and consulting services">
<!--[if IE]> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Google Fonts -->
<link href="http://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,600,700" rel="stylesheet">
<link rel="stylesheet" href="assets/css/plugins.min.css">
<link rel="stylesheet" href="assets/css/style.css">
<!-- Favicon -->
<link rel="icon" type="image/png" href="assets/images/icons/favicon.png">
<link rel="apple-touch-icon" sizes="57x57" href="assets/images/icons/faviconx57.png">
<link rel="apple-touch-icon" sizes="72x72" href="assets/images/icons/faviconx72.png">
<!-- Modernizr -->
<script src="assets/js/modernizr.js"></script>
</head>
<body>
<div id="page-loader">
<div class="sk-double-bounce">
<div class="sk-child sk-double-bounce1"></div><!-- End .sk-child -->
<div class="sk-child sk-double-bounce2"></div><!-- End .sk-child -->
</div><!-- End .sk-double-bounce -->
</div><!-- End #page-loader -->
<div class="coming-soon overlay-container text-center" style="background-image:url(assets/images/coming-soonbg.jpg)">
<div class="overlay light"></div><!-- End .overlay -->
<div class="container-fluid">
<a href="#" class="site-logo" title="SmartChain Labs - Leading Blockchain Innovation">
<img src="assets/images/logo_temp.png" data-rjs="3" alt="Logo">
</a>
<h1>Coming Soon</h1>
<p>SmartChain Labs is a new venture that provides high quality blockchain solutions and consulting services. Please check our website again on Pi Day (14 March) to see more details on our team, our services and our exciting products.</p>
<div class="soon-countdown"></div><!-- End .soon-countdown -->
</div><!-- End .container-fluid -->
</div><!-- End .coming-soon -->
<!-- End -->
<script src="assets/js/plugins.min.js"></script>
<script src="assets/js/main.js"></script>
<script src="assets/js/jquery.plugin.min.js"></script>
<script src="assets/js/jquery.countdown.min.js"></script>
<script src="assets/js/jquery.validate.min.js"></script>
<script src="assets/js/contact.js"></script>
<script>
$(function() {
"use strict";
// Countdown
if ($.fn.countdown) {
$('.soon-countdown').countdown({
until: new Date(2017, 2, 14), // 7th month = August / Months 0 - 11 (January - December)
format: 'DHMS',
padZeroes: true
});
}
});
</script>
</body>
</html>