-
Notifications
You must be signed in to change notification settings - Fork 0
/
data-playground.html
164 lines (126 loc) · 5.36 KB
/
data-playground.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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
<!DOCTYPE html>
<!--[if lt IE 9 ]><html class="no-js oldie" 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>What is Leadership</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/vendor.css">
<link rel="stylesheet" href="css/main.css">
<!-- script
================================================== -->
<script src="js/modernizr.js"></script>
<script src="js/pace.min.js"></script>
<!-- favicons
================================================== -->
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
</head>
<body id="top">
<!-- header
================================================== -->
<header class="s-header">
<!--
<div class="header-logo">
<a class="site-logo" href="index.html">Insert image here</a>
</div>
-->
<nav class="header-nav-wrap">
<ul class="header-nav">
<li><a href="index.html#home" title="home">Home</a></li>
<li><a href="index.html#about" title="about">About</a></li>
<li><a href="index.html#contact" title="contact">Contact</a></li>
</ul>
</nav>
<a class="header-menu-toggle" href="#0"><span>Menu</span></a>
</header> <!-- end s-header -->
<article class="blog-single">
<!-- page header/blog hero
================================================== -->
<div class="page-header page-header--single page-hero" style="background-image:url(images/blog/blog-bg-02.jpg)">
<div class="row page-header__content narrow">
<article class="col-full">
<div class="page-header__info">
<div class="page-header__cat">
</div>
</div>
</article>
</div>
</div> <!-- end page-header -->
<div class="row blog-content">
<div class="col-full blog-content__main">
<!-- TODO implement navigation through blog
<div class="blog-content__pagenav">
<div class="blog-content__nav">
<div class="blog-content__prev">
<a href="#0" rel="prev">
<span>Previous Post</span>
Tips on Minimalist Design
</a>
</div>
<div class="blog-content__next">
<a href="#0" rel="next">
<span>Next Post</span>
Less Is More
</a>
</div>
</div>
<div class="blog-content__all">
<a href="blog.html" class="btn btn--primary">
View All Post
</a>
</div>
</div>
-->
</div><!-- end blog-content__main -->
</div> <!-- end blog-content -->
</article>
<!-- footer
================================================== -->
<footer>
<div class="row">
<div class="col-full">
<!--
<div class="footer-logo">
<a class="footer-site-logo" href="#0"><img src="images/logo.png" alt="Homepage"></a>
</div>
-->
<ul class="footer-social">
<li><a href="https://www.linkedin.com/in/nicholas-scherer">
<i class="im im-linkedin" aria-hidden="true"></i>
<span>LinkedIn</span>
</a></li>
<li><a href="https://www.github.com/nscherer30">
<i class="im im-github" aria-hidden="true"></i>
<span>Github</span>
</a></li>
<li><a href="https://www.instagram.com/nscherer30/?hl=en">
<i class="im im-instagram" aria-hidden="true"></i>
<span>Instagram</span>
</a></li>
</ul>
</div>
</div>
</footer> <!-- end footer -->
<div id="preloader">
<div id="loader"></div>
</div>
<!-- Java Script
================================================== -->
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>