-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.html
121 lines (118 loc) · 5.2 KB
/
default.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
115
116
117
118
119
120
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{title}</title>
{seo}
<link rel="shortcut icon" href="favicon.ico">
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600,400italic,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://CuboHub.github.io/Elate-theme/css/animate.css">
<link rel="stylesheet" href="https://CuboHub.github.io/Elate-theme/css/icomoon.css">
<link rel="stylesheet" href="https://CuboHub.github.io/Elate-theme/css/simple-line-icons.css">
<link rel="stylesheet" href="https://CuboHub.github.io/Elate-theme/css/magnific-popup.css">
<link rel="stylesheet" href="https://CuboHub.github.io/Elate-theme/css/bootstrap.css">
<link rel="stylesheet" href="https://CuboHub.github.io/Elate-theme/css/style.css">
<link rel="stylesheet" id="theme-switch" href="https://CuboHub.github.io/Elate-theme/css/style.css">
<script src="https://CuboHub.github.io/Elate-theme/js/modernizr-2.6.2.min.js"></script>
</head>
<body>
<header role="banner" id="fh5co-header">
<div class="container">
<nav class="navbar navbar-default">
<div class="navbar-header">
<a href="#" class="js-fh5co-nav-toggle fh5co-nav-toggle" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"><i></i></a>
<a class="navbar-brand" href="index.html">{title}</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="#" data-nav-section="home"><span>Home</span></a></li>
{links}
</ul>
</div>
</nav>
</div>
</header>
<section id="fh5co-home" data-section="home" style="background-image: url(images/full_image_2.jpg);" data-stellar-background-ratio="0.5">
<div class="gradient"></div>
<div class="container">
<div class="text-wrap">
<div class="text-inner">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h1 class="to-animate">{description}</h1>
</div>
</div>
</div>
</div>
</div>
<div class="slant"></div>
</section>
<section id="fh5co-about" data-section="about">
<div class="container">
{content_html}
</div>
</section>
<section id="fh5co-counters" style="background-image: url(images/full_image_1.jpg);" data-stellar-background-ratio="0.5">
<div class="fh5co-overlay"></div>
<div class="container">
<div class="row">
<div class="col-md-12 section-heading text-center to-animate">
<h2>About</h2>
</div>
</div>
<div class="row">
<div class="col-md-3 col-sm-6 col-xs-12">
<div class="fh5co-counter to-animate">
<i class="fh5co-counter-icon icon-folder to-animate-2"></i>
<span class="fh5co-counter-number">{size}</span>
<span class="fh5co-counter-label">Size</span>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12">
<div class="fh5co-counter to-animate">
<i class="fh5co-counter-icon icon-star to-animate-2"></i>
<span class="fh5co-counter-number js-counter" data-from="0" data-to="{stars}" data-speed="5000" data-refresh-interval="50">{stars}</span>
<span class="fh5co-counter-label">Stars</span>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12">
<div class="fh5co-counter to-animate">
<i class="fh5co-counter-icon icon-eye to-animate-2"></i>
<span class="fh5co-counter-number js-counter" data-from="0" data-to="{watchers}" data-speed="5000" data-refresh-interval="50">{watchers}</span>
<span class="fh5co-counter-label">Watchers</span>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12">
<div class="fh5co-counter to-animate">
<i class="fh5co-counter-icon icon-tag to-animate-2"></i>
<span class="fh5co-counter-number">{language}</span>
<span class="fh5co-counter-label">Language</span>
</div>
</div>
</div>
</div>
</section>
<footer id="footer" role="contentinfo">
<a href="#" class="gotop js-gotop"><i class="icon-arrow-up2"></i></a>
<div class="container">
<div class="">
<div class="col-md-12 text-center">
{cubohub} Images: <a href="http://pexels.com/" target="_blank">Pexels</a>, <a href="http://plmd.me/" target="_blank">plmd.me</a></p>
</div>
</div>
</div>
</footer>
<script src="https://CuboHub.github.io/Elate-theme/js/jquery.min.js"></script>
<script src="https://CuboHub.github.io/Elate-theme/js/jquery.easing.1.3.js"></script>
<script src="https://CuboHub.github.io/Elate-theme/js/bootstrap.min.js"></script>
<script src="https://CuboHub.github.io/Elate-theme/js/jquery.waypoints.min.js"></script>
<script src="https://CuboHub.github.io/Elate-theme/js/jquery.stellar.min.js"></script>
<script src="https://CuboHub.github.io/Elate-theme/js/jquery.countTo.js"></script>
<script src="https://CuboHub.github.io/Elate-theme/js/jquery.magnific-popup.min.js"></script>
<script src="https://CuboHub.github.io/Elate-theme/js/magnific-popup-options.js"></script>
<script src="https://CuboHub.github.io/Elate-theme/js/google_map.js"></script>
<script src="https://CuboHub.github.io/Elate-theme/js/main.js"></script>
</body>
</html>