diff options
| author | norrinorri <noora.vanttine@gmail.com> | 2017-05-27 15:59:46 +0300 |
|---|---|---|
| committer | norrinorri <noora.vanttine@gmail.com> | 2017-05-27 15:59:46 +0300 |
| commit | 5ca3563cd0bcd27789b156e5e3dfc157a256d0d8 (patch) | |
| tree | 537f81921f7ac30745a93c5d4ce0364cc57b7ea7 /_includes | |
| parent | 1cee24fe2365b4a41fe6735446c8066be559f019 (diff) | |
fixed style and added static pictures
Diffstat (limited to '_includes')
| -rw-r--r-- | _includes/footer.html | 36 | ||||
| -rw-r--r-- | _includes/header.html | 2 |
2 files changed, 8 insertions, 30 deletions
diff --git a/_includes/footer.html b/_includes/footer.html index 72239f1..cea5f85 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,36 +1,14 @@ <footer class="site-footer"> - <div class="wrapper"> - - <h2 class="footer-heading">{{ site.title }}</h2> + <div class="wrapper" style="text-align:center;"> + <h2 class="footer-heading">Yhteistyössä</h2> <div class="footer-col-wrapper"> - <div class="footer-col footer-col-1"> - <ul class="contact-list"> - <li>{{ site.title }}</li> - <li><a href="mailto:{{ site.email }}">{{ site.email }}</a></li> - </ul> - </div> - - <div class="footer-col footer-col-2"> - <ul class="social-media-list"> - {% if site.github_username %} - <li> - {% include icon-github.html username=site.github_username %} - </li> - {% endif %} - - {% if site.twitter_username %} - <li> - {% include icon-twitter.html username=site.twitter_username %} - </li> - {% endif %} - </ul> - </div> - - <div class="footer-col footer-col-3"> - <p>{{ site.description }}</p> - </div> + <div class="footer-col footer-col-1"> + <a href="http://new.abb.com/fi"><img width="100" style="margin:20px;border:0;" src="/static/sponsors/ABB.png" alt=""></a> + <a href="http://reaktor.com/"><img width="150" style="margin:20px;border:0;" src="/static/sponsors/reaktor.png" alt=""></a> + <a href="http://www.eficode.fi/"><img width="100" style="margin:20px;border:0;" src="/static/sponsors/eficode.png" alt=""></a> + </div> </div> </div> diff --git a/_includes/header.html b/_includes/header.html index c76545e..3b59f84 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -4,7 +4,7 @@ <div class="header__title"> <h1> - <a class="site-title" href="{{ site.baseurl }}/">{{ site.title }}</a> + <img src="/static/aswhite.png"/ height="40px" style="margin:20px "><a class="site-title" href="{{ site.baseurl }}/">{{ site.title }}</a> </h1> </div> <nav class="navigation header__navigation"> |
