You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
2.3 KiB
44 lines
2.3 KiB
--- |
|
layout: default |
|
--- |
|
|
|
<!-- home --> |
|
<section class="container home"> |
|
<div class="logo_container"> |
|
<img class="logo" src="{{ "/assets/logo.svg " | relative_url }}"> |
|
</div> |
|
|
|
<!-- three icons --> |
|
<div class="row row-center lg-icon-container"> |
|
<div class="column"> |
|
<svg class=lg-icon height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> |
|
<path d="M7 2v11h3v9l7-12h-4l4-8z"/> |
|
</svg> |
|
<div> |
|
<h3>Tudengile</h3> |
|
<p>Tule arenda oma skilli ja saa ägedaid sõpru</p> |
|
<p><a href="/student">Uuri edasi meie tegevuste kohta -></a></p> |
|
</div> |
|
</div> |
|
<div class="column"> |
|
<svg class=lg-icon height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> |
|
<path d="M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5c-1.66 0-3 1.34-3 3s1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5C6.34 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5zm8 0c-.29 0-.62.02-.97.05 1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5z"/> |
|
</svg> |
|
<div> |
|
<h3>Helpdesk</h3> |
|
<p>Tudengisõbralik arvutiparandus!</p> |
|
<p><a href="/helpdesk">Tööde hinnakiri -></a></p> |
|
</div> |
|
</div> |
|
<div class="column"> |
|
<svg class=lg-icon height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> |
|
<path d="M19.43 12.98c.04-.32.07-.64.07-.98s-.03-.66-.07-.98l2.11-1.65c.19-.15.24-.42.12-.64l-2-3.46c-.12-.22-.39-.3-.61-.22l-2.49 1c-.52-.4-1.08-.73-1.69-.98l-.38-2.65C14.46 2.18 14.25 2 14 2h-4c-.25 0-.46.18-.49.42l-.38 2.65c-.61.25-1.17.59-1.69.98l-2.49-1c-.23-.09-.49 0-.61.22l-2 3.46c-.13.22-.07.49.12.64l2.11 1.65c-.04.32-.07.65-.07.98s.03.66.07.98l-2.11 1.65c-.19.15-.24.42-.12.64l2 3.46c.12.22.39.3.61.22l2.49-1c.52.4 1.08.73 1.69.98l.38 2.65c.03.24.24.42.49.42h4c.25 0 .46-.18.49-.42l.38-2.65c.61-.25 1.17-.59 1.69-.98l2.49 1c.23.09.49 0 .61-.22l2-3.46c.12-.22.07-.49-.12-.64l-2.11-1.65zM12 15.5c-1.93 0-3.5-1.57-3.5-3.5s1.57-3.5 3.5-3.5 3.5 1.57 3.5 3.5-1.57 3.5-3.5 3.5z"/> |
|
</svg> |
|
<div> |
|
<h3>Ettevõttele</h3> |
|
<p>Aitame sinu ideed ellu viia!</p> |
|
<p><a href="/ourwork">Tehtud tööd -></a></p> |
|
</div> |
|
</div> |
|
</div> |
|
</section>
|
|
|