diff --git a/_includes/main_nav.html b/_includes/main_nav.html index cdc0d0f..bc40b3c 100644 --- a/_includes/main_nav.html +++ b/_includes/main_nav.html @@ -1,4 +1,5 @@
  • Tudengile
  • Helpdesk
  • Ettevõttele
  • +
  • Lapikutest
  • Kontakt
  • diff --git a/_sass/contact.scss b/_sass/contact.scss index 5da53ce..f05fbf6 100644 --- a/_sass/contact.scss +++ b/_sass/contact.scss @@ -1,61 +1,61 @@ -.contact .team { - h1 { - text-align: center; - } +.centered-text { + text-align: center; +} - .row { - flex-wrap: wrap; - justify-content: center; - align-content: center; - flex-direction: row; - } +#contact-helpdesk { + display : flex; + justify-content : center; + align-items : center; + + #contact-helpdesk-banner-container { + background : black; + padding : 3rem; + } + + #contact-helpdesk-banner { + display : block; + width : 100%; + height : auto; + } + #contact-helpdesk-banner-container, #contact-helpdesk-info { + flex : 1; + margin : 0 2rem; + } +} + +#contact-management { + + #contact-management-container { + display : flex; + flex-direction : row; + flex-wrap : wrap; + justify-content : center; + + .contact-management-person { + margin-left : 2rem; + margin-right : 2rem; + margin-bottom : 5rem; + + img { + display : block; + width : 100%; + height : auto; + } - .member { - display: flex; - flex-direction: column; - flex-wrap: wrap; - width: auto; - flex-grow: 0; - padding: 0; - - .profile-img { - display: block; - margin-right: 1rem; - width: 150px; - height: 150px; - } - - .lap-img { - display: block; - margin-right: 1rem; - width: 200px; - height: 100px; - } - ul { - display: inline-block; - list-style-type: none; - margin-left: 0; - min-width: 20rem; - - li { - margin: 0; - - h4 { - margin: 0; - } - - a { - padding: 0.3rem 0; - display: inline-block; - width: 100%; - } - } - } } - @media (min-width: 30.0rem) { - .member { - flex-direction: row; - min-height: 176px; - } + } +} + + +@media (max-width : 900px) { + + #contact-helpdesk { + flex-direction : column; + + #contact-helpdesk-banner-container, #contact-helpdesk-info { + margin : 0; } + } + + } diff --git a/assets/management-images/askonarep.jpg b/assets/management-images/askonarep.jpg new file mode 100644 index 0000000..fed2f98 Binary files /dev/null and b/assets/management-images/askonarep.jpg differ diff --git a/assets/management-images/hannovene.jpg b/assets/management-images/hannovene.jpg new file mode 100644 index 0000000..2a92e74 Binary files /dev/null and b/assets/management-images/hannovene.jpg differ diff --git a/assets/management-images/kaarelpartel.jpg b/assets/management-images/kaarelpartel.jpg new file mode 100644 index 0000000..1579f7b Binary files /dev/null and b/assets/management-images/kaarelpartel.jpg differ diff --git a/assets/management-images/martinoblikas.jpg b/assets/management-images/martinoblikas.jpg new file mode 100644 index 0000000..fcc5f59 Binary files /dev/null and b/assets/management-images/martinoblikas.jpg differ diff --git a/assets/management-images/ristoleesmae.jpg b/assets/management-images/ristoleesmae.jpg new file mode 100644 index 0000000..3e204eb Binary files /dev/null and b/assets/management-images/ristoleesmae.jpg differ diff --git a/contact.html b/contact.html new file mode 100644 index 0000000..4169fec --- /dev/null +++ b/contact.html @@ -0,0 +1,70 @@ +--- +layout: default +--- +
    +

    Kontakt

    + +

    Helpdesk

    +
    + + + +
    +

    E-mail: helpdesk@lapikud.ee

    +

    Telefon: +372 581 607 99

    +

    Facebook: Lapikud Helpdesk

    +
    +
    +
    +

    Juhatus

    +
    +
    + +

    Hanno Vene

    +

    Juhatuse esimees

    +

    E-post: hanno.vene@lapikud.ee

    +

    Telefon: +372 56 247 690

    +
    +
    + +

    Kaarel Pärtel

    +

    Juhatuse liige

    +

    Helpdeski juht

    +

    E-post: kaarel.partel@lapikud.ee

    +

    Telefon: +372 53 665 368

    +
    +
    + +

    Martin Oblikas

    +

    Juhatuse liige

    +

    Tarkvara juht

    +

    E-post: martin.oblikas@lapikud.ee

    +

    Telefon: +372 50 70 459

    +
    +
    + +

    Risto Leesmäe

    +

    Juhatuse liige

    +

    Turunduse juht

    +

    E-post: risto.leesmae@lapikud.ee

    +

    Telefon: +372 53 269 529

    +
    +
    + +

    Asko Närep

    +

    Juhatuse liige

    +

    Ürituste juht

    +

    E-post: asko.narep@lapikud.ee

    +

    Telefon: +372 56 236 649

    +
    +
    +
    +
    +

    MTÜ Lapikud

    +

    Aadress: Akadeemia tee 5, Tallinn, Eesti

    +

    E-post: lapikud@lapikud.ee

    +

    Telefon: +372 58 160 799

    +

    Reg. kood: 801 67 145

    +

    Swedbank EE812200221019551756

    +
    +
    diff --git a/contact.md b/contact.md deleted file mode 100644 index 1389094..0000000 --- a/contact.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: post ---- - -# Contact - -TODO diff --git a/helpdesk.html b/helpdesk.html index 75df000..271a850 100644 --- a/helpdesk.html +++ b/helpdesk.html @@ -5,7 +5,7 @@ layout: default