This repository has been archived by the owner on Feb 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
index-old.html
executable file
·114 lines (95 loc) · 3.57 KB
/
index-old.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
113
114
<!DOCTYPE html>
<!--[if IE 8 ]><html class="no-js oldie ie8" lang="en"> <![endif]-->
<!--[if IE 9 ]><html class="no-js oldie ie9" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html class="no-js" lang="en"> <!--<![endif]-->
<head>
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<title>Khronos - Demo</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/demo.css">
<!-- script
================================================== -->
<script src="js/modernizr.js"></script>
<!-- favicons
================================================== -->
<link rel="icon" type="image/png" href="favicon.png">
</head>
<body>
<!-- header
================================================== -->
<header>
<div class="row">
<div class="col-twelve">
<h1>Khronos<span>.</span></h1>
<p class="lead">
Khronos is a creative pack of coming soon template pages. It's elegant and clean design makes it
perfect for every creative people, corporate, agency or anyone who is currently building their
site and want to show a coming soon page in a creative way. Khronos is available in three style
variations: static, slideshow, and particle background. It is fully responsive and
retina ready, looks great on any screen and devices. It is also mailchimp ready and has a working ajax contact form.
</p>
</div>
</div>
</header> <!-- /header -->
<!-- main content
================================================== -->
<main>
<div class="row">
<div class="block-1-3 block-s-1-2 block-mob-full">
<div class="bgrid">
<a href="demo-static.html" title="static background">
<div class="image-part">
<img src="images/demo/demo-static.jpg" alt="">
<div class="overlay"></div>
<div class="link-icon"><i class="fa fa-plus"></i></div>
</div>
<div class="demo-title">
<h3>Static Background</h3>
</div>
</a>
</div>
<div class="bgrid">
<a href="demo-slides.html" title="slideshow background">
<div class="image-part">
<img src="images/demo/demo-slideshow.jpg" alt="">
<div class="overlay"></div>
<div class="link-icon"><i class="fa fa-plus"></i></div>
</div>
<div class="demo-title">
<h3>Slideshow Background</h3>
</div>
</a>
</div>
<div class="bgrid">
<a href="demo-particles.html" title="particles background">
<div class="image-part">
<img src="images/demo/demo-particles.jpg" alt="">
<div class="overlay"></div>
<div class="link-icon"><i class="fa fa-plus"></i></div>
</div>
<div class="demo-title">
<h3>Particles Background</h3>
</div>
</a>
</div>
</div>
</div>
</main> <!-- /main -->
<div id="preloader">
<div id="loader"></div>
</div>
<!-- Java Script
================================================== -->
<script src="js/jquery-2.1.3.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>