Skip to content

Commit

Permalink
Devuandog release
Browse files Browse the repository at this point in the history
  • Loading branch information
fredx181 committed Sep 30, 2019
1 parent 246adc9 commit 3b44d35
Show file tree
Hide file tree
Showing 10 changed files with 510 additions and 11 deletions.
2 changes: 2 additions & 0 deletions _includes/nav.html
Expand Up @@ -4,6 +4,7 @@
{% for p in site.pages %}
{% if p.home %}
{% else %}
{% if p.layout != 'default' %}
<li>
<a {% if p.url == page.url %}class="active"{% endif %} href="{{ site.baseurl }}{{ p.url }}">
<div class="img-wrapper">
Expand All @@ -13,6 +14,7 @@
</a>
</li>
{% endif %}
{% endif %}
{% endfor %}
</ul>

Expand Down
2 changes: 1 addition & 1 deletion _layouts/default.html
Expand Up @@ -3,6 +3,6 @@

{{ content }}

{% include nav.html %}


{% include foot.html %}
31 changes: 31 additions & 0 deletions _layouts/mmenu.html
@@ -0,0 +1,31 @@
{% include head.html %}





<main role="main">

<h1>{{ page.title }}</h1>

<div class="img-wrapper">
<img src="{{ page.image }}" />
</div>

{{ content }}






<!-- <p class="attribution">Recipe by <a href="{{ page.recipe-attribution-link }}">{{ page.recipe-attribution }}</a>. Photo by <a href="{{ page.image-attribution-link }}">{{ page.image-attribution }}</a>.</p> -->
</main>

{% include nav.html %}





{% include foot.html %}
Binary file added css/devuan.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions css/main.css
Expand Up @@ -453,7 +453,7 @@ margin-left: 5px;
.nav-primary .img-wrapper img {
width: 34px;
height: 34px;
opacity: 0.5;
opacity: 1.0;

}

Expand Down Expand Up @@ -487,8 +487,8 @@ margin: 1px;
.nav-primary .active,
.nav-primary .active:hover {
background-color: #F5F2EC;
background: linear-gradient(to top, rgba(198,194,190,.90), rgba(250,245,230,3));
color: #252525;
background: linear-gradient(to top, rgba(78,74,40,.9), rgba(180,170,160,1));
color: #fff;
}

.nav-primary li a:active,
Expand Down

0 comments on commit 3b44d35

Please sign in to comment.