Skip to content

Commit 0bae077

Browse files
author
fmoronzirfas
committed
feat(fhnw logo): added the logo to the aside
fix #30
1 parent 803daed commit 0bae077

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

_includes/aside-left.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,12 @@
1212
{% for item in site.pages %}{% if item.layout != 'entry' %}{%if item.layout == 'default' or item.layout == 'reference' %}{% if item.url != '/' %}
1313
<li class="menu-item {% if item.title == page.title %}active{% endif %}"><a href="{{item.url}}">{{item.title}}</a></li>
1414
{% endif %}{% endif %}{% endif %}{% endfor %}
15+
1516
</ul>
17+
<div class="tweet">
18+
</div>
19+
<div class="fhnw-logo">
20+
<a href="http://www.fhnw.ch/hgk/ivk"><img src="assets/images/fhnwlogo.png" alt="FHNW logo and link"></a>
21+
</div>
1622
</nav>
17-
<div class="tweet">
18-
</div>
19-
<div class="links"></div>
2023
</aside>

assets/css/styles.sass

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,18 @@ body
117117
border: none
118118
font-weight: bold
119119

120+
121+
// //////////////// edits fabian moron zirfas
122+
123+
.fhnw-logo
124+
125+
a
126+
img
127+
width: 125px
128+
// //////////////////////////////////////////
129+
130+
131+
120132
////////////////// M O B I L E N A V I G A T I O N ////////////////////////////
121133
.nav-o-meter
122134
position: fixed

assets/images/fhnwlogo.png

2.38 KB
Loading

0 commit comments

Comments
 (0)