This repository has been archived by the owner on May 31, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sidebar-content.html
351 lines (290 loc) · 13.7 KB
/
sidebar-content.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
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
<!DOCTYPE html>
<html lang="en-US" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- X-UA-Compatible does not work in Explorer if http-equiv is not directly below it. -->
<!-- Do not change the meta tag above. -->
<!--
Safari HTML Reference
By default, Safari on iOS detects any string formatted like a phone number and makes it a link that calls the number. Specifying telephone=no disables this feature.
https://developer.apple.com/library/archive/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/MetaTags.html
-->
<meta name="format-detection" content="telephone=no" />
<!-- Verification Tag -->
<meta name="google-site-verification" content="" />
<!--
The Web Robots Pages
Web Robots (also known as Web Wanderers, Crawlers, or Spiders), are programs that traverse the Web automatically. Search engines such as Google use them to index the web content, spammers use them to scan for email addresses, and they have many other uses.
https://www.robotstxt.org/
-->
<meta name="robots" content="index,follow" />
<!--
Cache-Control
The Cache-Control HTTP header holds directives (instructions) for caching in both requests and responses. A given directive in a request does not mean the same directive should be in the response.
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
-->
<!-- Search Engine Optimization -->
<title>HTML5</title>
<meta name="description" content="" />
<meta name="keywords" content="" />
<!--
Favicon
A favicon, also known as a shortcut icon, website icon, tab icon, URL icon, or bookmark icon, is a file containing one or more small icons, associated with a particular website or web page.
Generate favicon.ico
https://www.favicon-generator.org/
<link rel="apple-touch-icon" sizes="57x57" href="/apple-icon-57x57.png" />
<link rel="apple-touch-icon" sizes="60x60" href="/apple-icon-60x60.png" />
<link rel="apple-touch-icon" sizes="72x72" href="/apple-icon-72x72.png" />
<link rel="apple-touch-icon" sizes="76x76" href="/apple-icon-76x76.png" />
<link rel="apple-touch-icon" sizes="114x114" href="/apple-icon-114x114.png" />
<link rel="apple-touch-icon" sizes="120x120" href="/apple-icon-120x120.png" />
<link rel="apple-touch-icon" sizes="144x144" href="/apple-icon-144x144.png" />
<link rel="apple-touch-icon" sizes="152x152" href="/apple-icon-152x152.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-icon-180x180.png" />
<link rel="icon" type="image/png" sizes="192x192" href="/android-icon-192x192.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/manifest.json" />
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png" />
<meta name="theme-color" content="#ffffff" />
-->
<!-- Canonical URL -->
<link rel="canonical" href="" />
<!-- Facebook Open Graph -->
<meta property="fb:app_id" content="" />
<meta property="og:url" content="" />
<meta property="og:type" content="website" />
<meta property="og:title" content="" />
<meta property="og:image" content="" />
<meta property="og:description" content="" />
<meta property="og:site_name" content="" />
<!-- Stylesheet -->
<link rel="stylesheet" href="style.css" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-XXXXX-Y"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-XXXXX-Y');
</script>
</head>
<body>
<!--[if lte IE 9]>
<div class="browser-message">
<noscript>
<p class="browser-warning noscript-warning" role="alert" style="padding:10px;">
<strong>This web page requires JavaScript to be enabled.</strong><br/>
JavaScript is an object-oriented computer programming language
commonly used to create interactive effects within web browsers.
</p>
</noscript>
<p class="browser-warning upgrade-warning" role="alert" style="padding:10px;">
You are using an <strong>outdated</strong> browser. Please <a class="alert-link" href="http://browsehappy.com/" target="_blank">upgrade your browser</a> to improve your experience.
</p>
</div>
<![endif]-->
<div id="page" class="site">
<a id="skip-masthead" class="screen-reader-text" href="#main">Skip to content</a>
<header id="masthead" class="site-header navbar">
<div class="container">
<div id="page-brand" class="site-brand">
<h1 class="site-title">
<a class="site-logo" href="index.html">HTML5</a>
</h1>
</div>
<nav id="page-navigation" class="site-nav">
<h2 class="screen-reader-text">Site Navigation</h2>
<div id="navbg" class="nav-bg"></div>
<div id="navbtn" class="nav-btn burger">
<span class="bar bar-1"></span>
<span class="bar bar-2"></span>
<span class="bar bar-3"></span>
</div>
<div id="page-menu-wrapper" class="site-menu-wrapper">
<ul class="site-menu dropdown-menu mobile-dropdown-menu">
<li>
<a href="full-fluid.html"><span>Layout</span></a>
<ul class="site-submenu">
<li><a href="full-page.html"><span>full-page</span></a></li>
<li><a href="full-fluid.html"><span>full-fluid</span></a></li>
<li><a href="full-width.html"><span>full-width</span></a></li>
<li><a href="content-sidebar.html"><span>content-sidebar</span></a>
</li>
<li><a href="sidebar-content.html"><span>sidebar-content</span></a>
</li>
<li><a href="sidebar-content-sidebar.html"><span>sidebar-content-sidebar</span></a></li>
</ul>
</li>
<li>
<a href="404.html"><span>Template</span></a>
<ul class="site-submenu">
<li><a href="404.html"><span>404</span></a></li>
<li><a href="archive.html"><span>archive</span></a></li>
<li><a href="blank.html"><span>blank</span></a></li>
<li><a href="contact.html"><span>contact</span></a></li>
<li><a href="page.html"><span>page</span></a></li>
<li><a href="post.html"><span>post</span></a></li>
</ul>
</li>
<li>
<a href="index.html"><span>index</span></a>
</li>
</ul>
</div>
</nav>
</div><!-- .container -->
</header><!-- #masthead -->
<div id="content" class="site-content">
<section id="hero" class="site-hero">
<header class="hero-header screen-reader-text">
<div class="container">
<h2 class="hero-title">Hero Section</h2>
</div>
</header>
<div class="hero-content">
<div class="slider">
<div class="slides slider-slick">
<div class="slide">
<div class="slide-inner">
Hero Content
</div>
</div><!-- .slide -->
</div><!-- .slides -->
</div><!-- .slider -->
</div><!-- .hero-content -->
</section><!-- #hero -->
<nav id="breadcrumb" class="site-breadcrumb">
<div class="container">
<h2 class="breadcrumb-title screen-reader-text">Breadcrumb</h2>
<ol class="breadcrumb-list">
<li class="breadcrumb-item home">
<a class="breadcrumb-link ir-phark" href="index.html">
<span>Home</span>
</li>
<li class="breadcrumb-item disabled">
<a class="breadcrumb-link" href="#">
<span>Layout</span>
</a>
</li>
<li class="breadcrumb-item disabled">
<a class="breadcrumb-link" href="sidebar-content.html">
<span>Sidebar-Content</span>
</a>
</li>
</ol>
</div>
</nav><!-- #breadcrumb -->
<main id="main-content" class="main-area">
<div class="container">
<div class="columns mobile-orders">
<aside id="secondary" class="widget-area sidebar column-3 mobile-column-12 mobile-order-2">
<h2 class="sidebar-title screen-reader-text">Secondary Content</h2>
<nav class="sidebar-navigation">
<h3 class="sidebar-menu-title screen-reader-text">Page Navigation</h3>
<ul class="sidebar-menu">
<li>
<a href="full-fluid.html">Layout</a>
<ul class="sidebar-submenu">
<li><a href="full-fluid.html">full-fluid</a></li>
<li><a href="full-width.html">full-width</a></li>
<li><a href="content-sidebar.html">content-sidebar</a></li>
<li><a href="sidebar-content.html">sidebar-content</a></li>
<li><a href="sidebar-content-sidebar.html">sidebar-content-sidebar</a></li>
</ul>
</li>
<li>
<a href="404.html">Template</a>
<ul class="sidebar-submenu">
<li><a href="404.html">404</a></li>
<li><a href="archive.html">archive</a></li>
<li><a href="blank.html">blank</a></li>
<li><a href="contact.html">contact</a></li>
<li><a href="full-page.html">full-page</a></li>
<li><a href="index.html">index</a></li>
<li><a href="page.html">page</a></li>
<li><a href="post.html">post</a></li>
</ul>
</li>
</ul>
</nav>
</aside><!-- #secondary -->
<div id="primary" class="content-area column-9 mobile-column-12 mobile-order-1">
<div id="main" class="site-main">
<div class="main-inner">
<header class="page-header">
<div class="container-fluid">
<h2 class="page-title">Main Content</h2>
</div>
</header>
<div class="page-content">
<section id="section-1" class="section">
<div class="section-inner">
<header class="section-header">
<div class="container-fluid">
<h3 class="section-title">title 1</h3>
</div>
</header>
<div class="section-content">
<div class="container-fluid">
content 1
</div>
</div>
</div><!-- .section-inner -->
</section>
<section id="section-2" class="section">
<div class="section-inner">
<header class="section-header">
<div class="container-fluid">
<h3 class="section-title">title 2</h3>
</div>
</header>
<div class="section-content">
<div class="container-fluid">
content 2
</div>
</div>
</div><!-- .section-inner -->
</section>
<section id="section-3" class="section">
<div class="section-inner">
<header class="section-header">
<div class="container-fluid">
<h3 class="section-title">title 3</h3>
</div>
</header>
<div class="section-content">
<div class="container-fluid">
content 3
</div>
</div>
</div><!-- .section-inner -->
</section>
</div><!-- .page-content -->
</div><!-- .main-inner -->
</div><!-- #main -->
</div><!-- #primary -->
</div><!-- .columns -->
</div><!-- .container -->
</main><!-- .main-content -->
</div><!-- #content -->
<footer id="colophon" class="site-footer">
<a id="scroll-to-top" class="outer ir-phark" href="#page">Scroll to Top</a>
<div class="container">
<p class="site-licsnse">HTML Init is licensed under the MIT License. | Copyright ⓒ 2020 by W3LabKr</p>
<a href="LICENSE">MIT License</a> |
<a href="https://github.com/w3labkr/html-init" target="_blank">View on Github</a>
</div>
</footer>
<!-- script -->
<script src="script.js"></script>
</div><!-- #page -->
</body>
</html>