diff options
| author | norrinorri <noora.vanttine@gmail.com> | 2017-05-27 18:15:28 +0300 |
|---|---|---|
| committer | norrinorri <noora.vanttine@gmail.com> | 2017-05-27 18:15:28 +0300 |
| commit | 4acf463e66fd5d578408f59b7118880e1c4544aa (patch) | |
| tree | 6e7024781b290ec62849eafa4fed2bacbeefa078 /index.html | |
| parent | 859935b87c929d87f19888928b686815004b02f1 (diff) | |
pieniä muutoksia etusivuun
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 18 |
1 files changed, 14 insertions, 4 deletions
@@ -2,14 +2,25 @@ layout: index_page --- +<style type="text/css"> + @media screen and (max-width: 600px) { + .hidden_mobile { + visibility: hidden; + clear: both; + float: left; + margin: 10px auto 5px 20px; + width: 28%; + display: none; + } +} +</style> -<div style='float:left;height:100%; width:60%; background-color:#5c3c7c; text-align: center;'> +<div class="hidden_mobile" style='float:left;height:100%; width:60%; background-color:#5c3c7c; text-align: center;'> <h1 style="margin-top:10%"> <img src="/static/aswhite.png"/ height="200px"> <div class="site-title" style="font-size: 30px;" href="{{ site.baseurl }}/">{{ site.title }}</div> </h1> <p style="color: white; margin:30px;">Automaatio- ja systeemitekniikan kilta yhdistää Aalot yliopistossa opiskelevia automaatio- ja systeemitekniikan sekä tietoliikenne tekniikan opiskelijoita. Kilta tarjoaa monipuolisia palveluita ja tapahtumia sekä tekee laajasti yhteistyötä yritysten sekä aluminensa kanssa.</p> - <ul> <div><a style="color:white; text-decoration:none;" href="{{ '/home' | prepend: site.baseurl }}">Etusivu</a></div> <div><a style="color:white; text-decoration:none;" href="{{ '/kilta/' | prepend: site.baseurl }}">Kilta</a></div> <div><a style="color:white; text-decoration:none;" href="{{ '/opiskelu/' | prepend: site.baseurl }}">Opiskelu</a></div> @@ -18,10 +29,9 @@ layout: index_page <div><a style="color:white; text-decoration:none;" href="{{ '/yrityksille/' | prepend: site.baseurl }}">Yrityksille</a></div> <div><a style="color:white; text-decoration:none;" href="{{ '/yhteystiedot/' | prepend: site.baseurl }}">Yhteystiedot</a></div> <div><a style="color:white; text-decoration:none;" href="{{ '/in-english/' | prepend: site.baseurl }}">In English</a></div> - </ul> </div> -<div style='float:right;height:100%; width:40%; background-color:white; text-align: center;'> +<div class="hidden_mobile" style='float:right;height:100%; width:40%; background-color:white; text-align: center;'> <h1 style="margin-top:20%">Yhteistyössä</h1> <div><a href="http://new.abb.com/fi"><img width="200" style="margin:20px;border:0;" src="/static/sponsors/ABB.png" alt=""></a></div> |
