File tree Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 12
12
{% for item in site.pages %}{% if item.layout != 'entry' %}{%if item.layout == 'default' or item.layout == 'reference' %}{% if item.url != '/' %}
13
13
< li class ="menu-item {% if item.title == page.title %}active{% endif %} "> < a href ="{{item.url}} "> {{item.title}}</ a > </ li >
14
14
{% endif %}{% endif %}{% endif %}{% endfor %}
15
+
15
16
</ 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 >
16
22
</ nav >
17
- < div class ="tweet ">
18
- </ div >
19
- < div class ="links "> </ div >
20
23
</ aside >
Original file line number Diff line number Diff line change @@ -117,6 +117,18 @@ body
117
117
border : none
118
118
font-weight : bold
119
119
120
+
121
+ // //////////////// edits fabian moron zirfas
122
+
123
+ .fhnw-logo
124
+
125
+ a
126
+ img
127
+ width : 125px
128
+ // //////////////////////////////////////////
129
+
130
+
131
+
120
132
/// /////////////// M O B I L E N A V I G A T I O N ////////////////////////////
121
133
.nav-o-meter
122
134
position : fixed
You can’t perform that action at this time.
0 commit comments