-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathdefault.html
More file actions
32 lines (29 loc) · 1.06 KB
/
default.html
File metadata and controls
32 lines (29 loc) · 1.06 KB
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
<!DOCTYPE html>
<html lang="en">
{% include head.html %}
<body>
<a class="sr-only sr-only-focusable" href="#page-content">Skip to main content</a>
<div id="main-container" class="page-wrapper toggled">
{% include sidebar.html %}
<main role="main" class="page-content" id="page-content">
<div class="row">
<div class="main-logo">
<a href="{{site.url}}"><img src="{{site.url}}/images/keyboard-green.png"></a>
</div>
<div class="main-logo-title">
<h1 class="cover-heading">CODEWITH<span id="small-screen-break"><br /></span><span id="suffix"
class="typed-suffix">US</span></h1>
</div>
</div>
<div class="row unpadded">
<div class="col-l-12 col-xl-10">
{{content}}
</div>
</div>
{% include back-to-top.html %}
</main>
</div>
{% include scripts.html %}
{% include cookie-consent.html %}
</body>
</html>