-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
117 lines (101 loc) · 4.46 KB
/
index.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
<!DOCTYPE HTML>
<!--
Editorial by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<title id="title">Loading...</title>
<style>
@import url(https://mottaquikarim.github.io/EggersEditorialTemplateBackup/assets/css/font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,400italic,600italic|Roboto+Slab:400,700");
</style>
<link rel="stylesheet" href="https://mottaquikarim.github.io/EggersEditorialTemplateBackup/assets/css/main.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/highlight.js/9.9.0/styles/monokai.min.css">
<style>
#main p, #main li, #main pre {
font-size: 22px;
}
#main h4 {
font-size: 24px;
}
</style>
</head>
<body>
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<div id="main">
<div class="inner">
<!-- Header -->
<header id="header">
<a href="index.html" class="logo"><strong>Editorial</strong> by HTML5 UP</a>
<ul class="icons">
<li><a href="#" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon fa-snapchat-ghost"><span class="label">Snapchat</span></a></li>
<li><a href="#" class="icon fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="#" class="icon fa-medium"><span class="label">Medium</span></a></li>
</ul>
</header>
<!-- Banner -->
<section id="banner">
<div class="content js-content">
<header>
<h1>Loading...</h1>
</header>
</div>
</section>
<div class="description">
<span>Built by your boy</span>
<strong>
<a href="https://twitter.com/the_taqquikarim" target="_blank">Taq Karim</a>
</strong>
<span>with</span>
<strong>
<a href="https://github.com/chjj/marked" target="_blank">marked.js</a>,
</strong>
<strong>
<a href="https://highlightjs.org/" target="_blank">highlight.js</a>,
</strong>
<strong>
<a href="https://html5up.net/editorial" target="_blank">Editorial</a>,
</strong>
<strong>pullups</strong>,
<strong>
<a href="https://open.spotify.com/track/37zu8c48O3qVkkAlfaQzj1" target="_blank">BTS</a>,
</strong>
<span>and a</span>
<strong><a href="http://www.amazon.com/A-Heartbreaking-Work-Staggering-Genius/dp/0375725784/ref=cm_cr_pr_product_top?ie=UTF8" target="_blank">Heartbreaking Work of Staggering Genius</a></strong>.
</div>
</div>
</div>
<!-- Sidebar -->
<div id="sidebar">
<div class="inner">
<!-- Menu -->
<nav id="menu">
<header class="major js-menu">
<h2>Menu</h2>
</header>
<p class="js-desc"></p>
<ul></ul>
</nav>
</div>
</div>
</div>
<!-- Scripts -->
<script src="https://mottaquikarim.github.io/EggersEditorialTemplateBackup/assets/js/jquery.min.js"></script>
<script src="https://mottaquikarim.github.io/EggersEditorialTemplateBackup/assets/js/skel.min.js"></script>
<script src="https://mottaquikarim.github.io/EggersEditorialTemplateBackup/assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="https://mottaquikarim.github.io/EggersEditorialTemplateBackup/assets/js/main.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.3.0/highlight.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/marked/0.3.5/marked.min.js"></script>
<script src="https://mottaquikarim.github.io/EggersEditorialTemplateBackup/assets/js/director.min.js"></script>
<script src="https://mottaquikarim.github.io/EggersEditorialTemplateBackup/assets/js/app.js"></script>
</body>
</html>