Kind of fixing stuff...
This commit is contained in:
parent
5915f62988
commit
5ead771adb
2 changed files with 14 additions and 22 deletions
|
@ -30,12 +30,20 @@
|
||||||
<section id="header">
|
<section id="header">
|
||||||
<ul id="navigation">
|
<ul id="navigation">
|
||||||
<li>Home</li>
|
<li>Home</li>
|
||||||
<li>
|
<li>Projects</li>
|
||||||
<label for="toggle-section" id="expand">
|
<ul id="projects">
|
||||||
Posts</label>
|
<li>GitHub Page</li>
|
||||||
</li>
|
<ul>
|
||||||
<input type="checkbox" id="toggle-section" />
|
<li>[ Page ]</li>
|
||||||
<ul id="menu-section">
|
<li>[ Source ]</li>
|
||||||
|
</ul>
|
||||||
|
<li>Antennae</li>
|
||||||
|
<li>[ Page ]</li>
|
||||||
|
<li>[ Source ]</li>
|
||||||
|
</ul>
|
||||||
|
</ul>
|
||||||
|
<li>Posts</li>
|
||||||
|
<ul id="posts">
|
||||||
{% for post in site.posts %}
|
{% for post in site.posts %}
|
||||||
<li>
|
<li>
|
||||||
<a href="{{ post.url }}">
|
<a href="{{ post.url }}">
|
||||||
|
@ -43,11 +51,6 @@
|
||||||
</li>
|
</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
<li>Projects</li>
|
|
||||||
<ul id="projects">
|
|
||||||
<li>GitHub Page</li>
|
|
||||||
<li>Antennae</li>
|
|
||||||
</ul>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
<section id="footer">
|
<section id="footer">
|
||||||
|
|
|
@ -103,18 +103,7 @@ header {
|
||||||
border-bottom: 1px solid grey;
|
border-bottom: 1px solid grey;
|
||||||
}
|
}
|
||||||
|
|
||||||
#menu-selection {
|
|
||||||
visibility: hidden;
|
|
||||||
transition: visibility 0.5s ease;
|
|
||||||
}
|
|
||||||
|
|
||||||
#navigation #toggle-section {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#toggle-section:checked + #menu-section {
|
|
||||||
visibility: visible;
|
|
||||||
}
|
|
||||||
|
|
||||||
#bar #footer {
|
#bar #footer {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue