Skip to content

Commit 2203234

Browse files
author
jordanmccullough
committed
Add cleaner, updated nav to bare default layout
1 parent 9bb03e7 commit 2203234

File tree

1 file changed

+14
-18
lines changed

1 file changed

+14
-18
lines changed

_layouts/bare.html

Lines changed: 14 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -29,24 +29,20 @@
2929
</head>
3030
<body>
3131
{% if page.path != "index.html" %}
32-
<header>
33-
<div class="container">
34-
<nav>
35-
<ul>
36-
<li><a class="button" href="https://training.github.com">Join an Event</a></li>
37-
</ul>
38-
</nav>
39-
<a href="../">
40-
<div class="logo-group">
41-
<div class="logo">
42-
<span class="octicon octicon-logo-github"></span>
43-
<span class="logo-training-materials"></span>
44-
</div>
45-
<div class="description">Return to Home</div>
46-
</div>
47-
</a>
48-
</div>
49-
</header>
32+
<section class="colorful">
33+
<nav class="container">
34+
<hgroup>
35+
<a href="../">
36+
<span class="mega-octicon octicon-logo-github"></span>
37+
<span class="logo-training-materials"></span>
38+
</a>
39+
</hgroup>
40+
<ul>
41+
<li><a href="../">Materials</a></li>
42+
<li><a class="button" href="https://training.github.com">Join an Event</a></li>
43+
</ul>
44+
</nav>
45+
</section>
5046
{% endif %}
5147

5248
{{ content }}

0 commit comments

Comments
 (0)