From d35056c65dc1505975d03a9d02501b3d3cae501a Mon Sep 17 00:00:00 2001 From: "Mart-Erki.Noumees" Date: Mon, 1 Oct 2018 21:49:01 +0300 Subject: [PATCH 01/18] Contact page OpenStreetMap --- _sass/contact.scss | 31 +++++++++++++++++++++++++++++-- contact.html | 37 ++++++++++++++++++++++++++++++------- 2 files changed, 59 insertions(+), 9 deletions(-) diff --git a/_sass/contact.scss b/_sass/contact.scss index c63277d..0ee91a7 100644 --- a/_sass/contact.scss +++ b/_sass/contact.scss @@ -52,11 +52,38 @@ } } + #main-wrapper { + width : 100%; + margin-top : 40px; + display : flex; + flex-direction : row; + flex-wrap : wrap; + } + + #maparea { + margin : 0 20px 0px auto; + min-width : 50%; + flex : 1; + + #map { + width : 100%; + margin : 0px auto; + height : 60vh; + max-height : 300px; + } + } + #main { - margin : 2rem 0; + margin : 2rem 0; + padding-right : 40px; + + p{ + padding-bottom : 5px; + } } + * { - margin : 0.2rem 0; + margin : 0.2rem 0; } } diff --git a/contact.html b/contact.html index 488ce89..adb8ee2 100644 --- a/contact.html +++ b/contact.html @@ -17,15 +17,21 @@ title: Kontakt - Lapikud -
-

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

+
+
+

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

+
+
+
+
+

Juhatus

@@ -44,3 +50,20 @@ title: Kontakt - Lapikud
+ + + + + + From 3e9cab47c5f218c06c79d075c5627bf57e929a72 Mon Sep 17 00:00:00 2001 From: "Mart-Erki.Noumees" Date: Tue, 2 Oct 2018 00:28:24 +0300 Subject: [PATCH 02/18] Worked out how to localise and started translating index.html --- _data/localisation.yml | 60 ++++++++++++++++++++++++++++++++++++++++++ index.html | 36 +++++++++++-------------- 2 files changed, 76 insertions(+), 20 deletions(-) create mode 100644 _data/localisation.yml diff --git a/_data/localisation.yml b/_data/localisation.yml new file mode 100644 index 0000000..c698d96 --- /dev/null +++ b/_data/localisation.yml @@ -0,0 +1,60 @@ +en: + + # index.html + index_ForStudentHeader : "For Student" + index_ForStudentDesc : "Come and develop your skills and befriend cool people" + index_ForStudentLink : "Learn more about our activites ->" + + index_HelpdeskHeader : "Helpdesk" + index_HelpdeskDesc : "Student-friendly PC repair" + index_HelpdeskLink : "Pricelist ->" + + index_ForBusinessesHeader : "For Businesses" + index_ForBusinessesDesc : "We'll help to make your ideas reality" + index_ForBusinessesLink : "Previous works ->" + + index_WhoWeHeader : "Who are we?" + index_WhoWeDesc : "MTÜ Lapikud ( nonprofit organisation ) is a TUT software developement club, which combines former and current students interested in IT. + The organization was established in 2002 by computer science students whose speciality's identification code was \"LAP\". + The wise men then decided that henceforth they are to be called \"Lapikud\"." + + index_WhatDoHeader : "What are we up to?" + index_WhatDoDesc : "Our main goal is to complement TUT's IT students studies with relevant experience. + We involve students in interesting IT themed projects and give them an opportunity to finish something meaningful on their own. + Our projects often turn into compelling and useful theses. We offer clever students a chance to get their first work experience. + Lapikud is not only a IT student organization - we also try to involve economics students in our projects so also business side would be represented." + + index_Partners : "Our partners" + + # todo : translate other pages + +ee: + + # index.html + index_ForStudentHeader : "Tudengile" + index_ForStudentDesc : "Tule arenda oma oskuseid ja saa ägedaid sõpru" + index_ForStudentLink : "Uuri edasi meie tegevuste kohta ->" + + index_HelpdeskHeader : "Helpdesk" + index_HelpdeskDesc : "Tudengisõbralik arvutiparandus!" + index_HelpdeskLink : "Tööde hinnakiri ->" + + index_ForBusinessesHeader : "Ettevõttele" + index_ForBusinessesDesc : "Aitame sinu ideed ellu viia!" + index_ForBusinessesLink : "Tehtud tööd ->" + + index_WhoWeHeader : "Kes me oleme?" + index_WhoWeDesc : "MTÜ Lapikud on TTÜ Tarkvaraarendusklubi, mis ühendab endisi ja praegusi IT huvilisi tudengeid. + Organisatsioon loodi 2002. aastal informaatika tudengite poolt, kelle erialatunnuseks oli “LAP”. + Targad mehed otsustasid, et järelikult on nad “Lapikud”." + + index_WhatDoHeader : "Millega tegeleme?" + index_WhatDoDesc : "Meie põhieesmärgiks on TTÜ IT tudengite erialase lisandväärtuse loomine. + Kaasame tudengeid huvitavatesse IT projektidesse ning anname tudengitele võimaluse midagi reaalset oma käega midagi ära teha. + Meie projektidest kooruvad välja huvitavad ja tarvilikud lõputööd. + Pakume nutikatele tudengitele võimalust saada meie juures esimene töökogemus. + Lapikud ei ole ainult IT tudengite organisatsioon – püüame kaasata oma tegevusse ka majandusteaduskonna tudengeid, et projektides oleks esindatud ka äriline pool." + + index_Partners : "Koostööpartnerid" + + # todo : copy estonian text for other pages \ No newline at end of file diff --git a/index.html b/index.html index bce4dd5..ed03260 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,9 @@ --- layout: default title: Lapikud +language: ee --- +{% assign locale = site.data.localisation[page.language] %}
@@ -16,9 +18,9 @@ title: Lapikud
-

Tudengile

-

Tule arenda oma oskuseid ja saa ägedaid sõpru

-

Uuri edasi meie tegevuste kohta ->

+

{{ locale.index_ForStudentHeader }}

+

{{ locale.index_ForStudentDesc }}

+

{{ locale.index_ForStudentLink }}

@@ -27,9 +29,9 @@ title: Lapikud 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"/>
-

Helpdesk

-

Tudengisõbralik arvutiparandus!

-

Tööde hinnakiri ->

+

{{ locale.index_HelpdeskHeader }}

+

{{ locale.index_HelpdeskDesc }}

+

{{ locale.index_HelpdeskLink }}

@@ -38,34 +40,28 @@ title: Lapikud 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"/>
-

Ettevõttele

-

Aitame sinu ideed ellu viia!

-

Tehtud tööd ->

+

{{ locale.index_ForBusinessesHeader }}

+

{{ locale.index_ForBusinessesDesc }}

+

{{ locale.index_ForBusinessesLink }}

-

Kes me oleme?

+

{{ locale.index_WhoWeHeader }}

- MTÜ Lapikud on TTÜ Tarkvaraarendusklubi, mis ühendab endisi ja praegusi IT huvilisi tudengeid. Organisatsioon - loodi 2002. aastal informaatika tudengite poolt, kelle erialatunnuseks oli “LAP”. Targad mehed otsustasid, et - järelikult on nad “Lapikud”. + {{ locale.index_WhoWeDesc }}

-

Millega tegeleme?

+

{{ locale.index_WhatDoHeader }}

- Meie põhieesmärgiks on TTÜ IT tudengite erialase lisandväärtuse loomine. Kaasame tudengeid huvitavatesse IT - projektidesse ning anname tudengitele võimaluse midagi reaalset oma käega midagi ära teha. Meie projektidest - kooruvad välja huvitavad ja tarvilikud lõputööd. Pakume nutikatele tudengitele võimalust saada meie juures esimene - töökogemus. Lapikud ei ole ainult IT tudengite organisatsioon – püüame kaasata oma tegevusse ka - majandusteaduskonna tudengeid, et projektides oleks esindatud ka äriline pool. + {{ locale.index_WhatDoDesc }}

-

Koostööpartnerid

+

{{ locale.index_Partners }}

{% for partner in site.data.partners %} From 485999c946257a823558ffc1d61215dd693b7d1b Mon Sep 17 00:00:00 2001 From: "Mart-Erki.Noumees" Date: Tue, 2 Oct 2018 09:27:47 +0300 Subject: [PATCH 03/18] Helpdesk english translation --- _data/localisation.yml | 72 +++++++++++--- en/helpdesk.html | 209 +++++++++++++++++++++++++++++++++++++++++ en/index.html | 80 ++++++++++++++++ 3 files changed, 350 insertions(+), 11 deletions(-) create mode 100644 en/helpdesk.html create mode 100644 en/index.html diff --git a/_data/localisation.yml b/_data/localisation.yml index c698d96..8347bf4 100644 --- a/_data/localisation.yml +++ b/_data/localisation.yml @@ -1,24 +1,24 @@ en: # index.html - index_ForStudentHeader : "For Student" + index_ForStudentHeading : "For Student" index_ForStudentDesc : "Come and develop your skills and befriend cool people" index_ForStudentLink : "Learn more about our activites ->" - index_HelpdeskHeader : "Helpdesk" + index_HelpdeskHeading : "Helpdesk" index_HelpdeskDesc : "Student-friendly PC repair" index_HelpdeskLink : "Pricelist ->" - index_ForBusinessesHeader : "For Businesses" + index_ForBusinessesHeading: "For Businesses" index_ForBusinessesDesc : "We'll help to make your ideas reality" index_ForBusinessesLink : "Previous works ->" - index_WhoWeHeader : "Who are we?" + index_WhoWeHeading : "Who are we?" index_WhoWeDesc : "MTÜ Lapikud ( nonprofit organisation ) is a TUT software developement club, which combines former and current students interested in IT. The organization was established in 2002 by computer science students whose speciality's identification code was \"LAP\". The wise men then decided that henceforth they are to be called \"Lapikud\"." - index_WhatDoHeader : "What are we up to?" + index_WhatDoHeading : "What are we up to?" index_WhatDoDesc : "Our main goal is to complement TUT's IT students studies with relevant experience. We involve students in interesting IT themed projects and give them an opportunity to finish something meaningful on their own. Our projects often turn into compelling and useful theses. We offer clever students a chance to get their first work experience. @@ -26,29 +26,79 @@ en: index_Partners : "Our partners" - # todo : translate other pages + # helpdesk.html + + helpdesk_BannerHeading1 : "We'll give your computer " + helpdesk_BannerHeading2 : "a new life" + helpdesk_BannerSubHeading : " solves problems involving PCs and other electronics." + + helpdesk_WhatIsHeading : "What is HELPDESK ?" + helpdesk_WhatIsDesc : "HELPDESK is a service provided by MTÜ Lapikud. Service is aimed towards students, lecturers and people otherwise interested. + Our team consists of wise and experienced IT students from TUT." + helpdesk_ServicesHeading : "What services do we provide?" + helpdesk_ServicesDesc1 : "Computer hardware diagnostics and repair" + helpdesk_ServicesDesc2 : "Computer hardware maintenance" + helpdesk_ServicesDesc3 : "Software diagnostics and configuration" + helpdesk_ServicesDesc4 : "Software installation" + helpdesk_ServicesDesc5 : "Other electronics repair" + + helpdesk_TableHeading : "Pricelist" + helpdesk_TableColHeading1 : "Service" + helpdesk_TableColHeading2 : "Quantity" + helpdesk_TableColHeading3 : "Price" + helpdesk_TableR1C1 : "Computer diagnostics" + helpdesk_TableR1C2 : "15 min" + helpdesk_TableR1C3 : "free" + helpdesk_TableR2C1 : "Computer diagnostics (15+ minutes)" + helpdesk_TableQuantity : "piece" + helpdesk_TableR3C1 : "Hardware installation" + helpdesk_TableR4C1 : "Laptop dusting + new thermal paste" + helpdesk_TableR5C1 : "Laptop display installation" + helpdesk_TableR6C1 : "PC building" + helpdesk_TableR7C1 : "Software maintenance and installation" + helpdesk_TableR8C1 : "General electronics repair" + helpdesk_TableR9C1 : "Data retrieval" + helpdesk_TableR10C1 : "Smart device software maintenance" + helpdesk_TableR11C1 : "Operating system reinstall" + helpdesk_TableR12C1 : "Smart phone glass/display/battery swap" + helpdesk_TableFooter1 : "All necessary components are provided by the client or ordered by the technician upon agreement." + helpdesk_TableFooter2 : "Technicians are able to come and service around campus and Tehnopol if necessary." + helpdesk_TableFooter3 : "With our student-friendly prices and personal approach we offer a service you don't have to be dissappointed in!" + + helpdesk_LocationHeading : "Location" + helpdesk_Location1 : "Akadeemia tee 5 dormitory" + helpdesk_Location2 : "room 008A" + + helpdesk_OpenHeading : "Opening hours:" + helpdesk_OpenTime : "Mon - Fri 14-19*" + helpdesk_OpenDetails : "* This is the time period when it's most likely to get ahold of someone. + However we can't guarantee that anyone's in the office during given hours." + + helpdesk_ContactHeading : "Contact" + helpdesk_ContactMail : "E-mail" + helpdesk_ContactPhone : "Phone" ee: # index.html - index_ForStudentHeader : "Tudengile" + index_ForStudentHeading : "Tudengile" index_ForStudentDesc : "Tule arenda oma oskuseid ja saa ägedaid sõpru" index_ForStudentLink : "Uuri edasi meie tegevuste kohta ->" - index_HelpdeskHeader : "Helpdesk" + index_HelpdeskHeading : "Helpdesk" index_HelpdeskDesc : "Tudengisõbralik arvutiparandus!" index_HelpdeskLink : "Tööde hinnakiri ->" - index_ForBusinessesHeader : "Ettevõttele" + index_ForBusinessesHeading : "Ettevõttele" index_ForBusinessesDesc : "Aitame sinu ideed ellu viia!" index_ForBusinessesLink : "Tehtud tööd ->" - index_WhoWeHeader : "Kes me oleme?" + index_WhoWeHeading : "Kes me oleme?" index_WhoWeDesc : "MTÜ Lapikud on TTÜ Tarkvaraarendusklubi, mis ühendab endisi ja praegusi IT huvilisi tudengeid. Organisatsioon loodi 2002. aastal informaatika tudengite poolt, kelle erialatunnuseks oli “LAP”. Targad mehed otsustasid, et järelikult on nad “Lapikud”." - index_WhatDoHeader : "Millega tegeleme?" + index_WhatDoHeading : "Millega tegeleme?" index_WhatDoDesc : "Meie põhieesmärgiks on TTÜ IT tudengite erialase lisandväärtuse loomine. Kaasame tudengeid huvitavatesse IT projektidesse ning anname tudengitele võimaluse midagi reaalset oma käega midagi ära teha. Meie projektidest kooruvad välja huvitavad ja tarvilikud lõputööd. diff --git a/en/helpdesk.html b/en/helpdesk.html new file mode 100644 index 0000000..ed3876a --- /dev/null +++ b/en/helpdesk.html @@ -0,0 +1,209 @@ +--- +layout: default +title: Helpdesk - Lapikud +language: en +--- +{% assign locale = site.data.localisation[page.language] %} + +
+ +
+
+ +
+ + +
+ +
+

{{ locale.helpdesk_WhatIsHeading }}

+

+ {{ locale.helpdesk_WhatIsDesc }} +

+
+ +
+

{{ locale.ServicesHeading }}

+
    +
  • {{ locale.helpdesk_ServicesDesc1 }}
  • +
  • {{ locale.helpdesk_ServicesDesc2 }}
  • +
  • {{ locale.helpdesk_ServicesDesc3 }}
  • +
  • {{ locale.helpdesk_ServicesDesc4 }}
  • +
  • {{ locale.helpdesk_ServicesDesc5 }}
  • +
+
+ +
+

{{ locale.helpdesk_TableHeading }}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
{{ locale.helpdesk_TableColHeading1 }}{{ locale.helpdesk_TableColHeading2 }}{{ locale.helpdesk_TableColHeading3 }}
{{ locale.helpdesk_TableR1C1 }}{{ locale.helpdesk_TableR1C2 }}{{ locale.helpdesk_TableR1C3 }}
{{ locale.helpdesk_TableR2C1 }}{{ locale.helpdesk_TableQuantity }}20 €
{{ locale.helpdesk_TableR3C1 }}{{ locale.helpdesk_TableQuantity }}10-15 €
{{ locale.helpdesk_TableR4C1 }}{{ locale.helpdesk_TableQuantity }}10-20 €
{{ locale.helpdesk_TableR5C1 }}{{ locale.helpdesk_TableQuantity }}15 €
{{ locale.helpdesk_TableR6C1 }}{{ locale.helpdesk_TableQuantity }}20 €
{{ locale.helpdesk_TableR7C1 }}{{ locale.helpdesk_TableQuantity }}10-15 €
{{ locale.helpdesk_TableR8C1 }}{{ locale.helpdesk_TableQuantity }}10-50 €
{{ locale.helpdesk_TableR9C1 }}{{ locale.helpdesk_TableQuantity }}10-30 €
{{ locale.helpdesk_TableR10C1 }}{{ locale.helpdesk_TableQuantity }}15 €
{{ locale.helpdesk_TableR11C1 }}{{ locale.helpdesk_TableQuantity }}15 €
{{ locale.helpdesk_TableR12C1 }}{{ locale.helpdesk_TableQuantity }}15-30 €
+

{{ locale.helpdesk_TableFooter1 }}

+

{{ locale.helpdesk_TableFooter2 }}

+

{{ locale.helpdesk_TableFooter3 }}

+
+ +
+
+

{{ locale.helpdesk_LocationHeading }}

+

{{ locale.helpdesk_Location1 }}

+

{{ locale.helpdesk_Location2 }}

+
+
+
+
+ + + + + +
+
+
+ +
+
+ + + + + + + + + + diff --git a/en/index.html b/en/index.html new file mode 100644 index 0000000..0c9c60e --- /dev/null +++ b/en/index.html @@ -0,0 +1,80 @@ +--- +layout: default +title: Lapikud +language: en +--- +{% assign locale = site.data.localisation[page.language] %} + + +
+
+ +
+ + +
+
+ + + +
+

{{ locale.index_ForStudentHeader }}

+

{{ locale.index_ForStudentDesc }}

+

{{ locale.index_ForStudentLink }}

+
+
+
+ + + +
+

{{ locale.index_HelpdeskHeader }}

+

{{ locale.index_HelpdeskDesc }}

+

{{ locale.index_HelpdeskLink }}

+
+
+
+ + + +
+

{{ locale.index_ForBusinessesHeader }}

+

{{ locale.index_ForBusinessesDesc }}

+

{{ locale.index_ForBusinessesLink }}

+
+
+
+ +
+

{{ locale.index_WhoWeHeader }}

+

+ {{ locale.index_WhoWeDesc }} +

+ +

{{ locale.index_WhatDoHeader }}

+

+ {{ locale.index_WhatDoDesc }} +

+

+ + +
+

{{ locale.index_Partners }}

+
+ {% for partner in site.data.partners %} + + {{ partner.name }} + {% if partner.additionalText != null %} +

{{ partner.additionalText}}

+ {% endif %} +
+ {% endfor %} + +
+ +
+ + +
From aa981edfd01ba78180687bac2ba475cfa0d7ae99 Mon Sep 17 00:00:00 2001 From: "Mart-Erki.Noumees" Date: Tue, 2 Oct 2018 09:56:50 +0300 Subject: [PATCH 04/18] Contact english translation --- _data/localisation.yml | 20 ++++++++---- _data/management.yml | 37 ++++++++++++++++++++- en/contact.html | 73 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 123 insertions(+), 7 deletions(-) create mode 100644 en/contact.html diff --git a/_data/localisation.yml b/_data/localisation.yml index 8347bf4..5873c90 100644 --- a/_data/localisation.yml +++ b/_data/localisation.yml @@ -27,7 +27,6 @@ en: index_Partners : "Our partners" # helpdesk.html - helpdesk_BannerHeading1 : "We'll give your computer " helpdesk_BannerHeading2 : "a new life" helpdesk_BannerSubHeading : " solves problems involving PCs and other electronics." @@ -78,27 +77,36 @@ en: helpdesk_ContactMail : "E-mail" helpdesk_ContactPhone : "Phone" + # contact.html + contact_ContactHeading : "Contact" + contact_ContactMail : "E-Mail:" + contact_ContactPhone : "Phone:" + contact_ContactAddress : "Adress: Akadeemia tee 5, Tallinn, Estonia" + contact_ContactRegCode : "Reg.nr: 801 67 145" + + contact_BoardHeading : "Management" + ee: # index.html - index_ForStudentHeading : "Tudengile" + index_ForStudentHeading : "Tudengile" index_ForStudentDesc : "Tule arenda oma oskuseid ja saa ägedaid sõpru" index_ForStudentLink : "Uuri edasi meie tegevuste kohta ->" - index_HelpdeskHeading : "Helpdesk" + index_HelpdeskHeading : "Helpdesk" index_HelpdeskDesc : "Tudengisõbralik arvutiparandus!" index_HelpdeskLink : "Tööde hinnakiri ->" - index_ForBusinessesHeading : "Ettevõttele" + index_ForBusinessesHeading: "Ettevõttele" index_ForBusinessesDesc : "Aitame sinu ideed ellu viia!" index_ForBusinessesLink : "Tehtud tööd ->" - index_WhoWeHeading : "Kes me oleme?" + index_WhoWeHeading : "Kes me oleme?" index_WhoWeDesc : "MTÜ Lapikud on TTÜ Tarkvaraarendusklubi, mis ühendab endisi ja praegusi IT huvilisi tudengeid. Organisatsioon loodi 2002. aastal informaatika tudengite poolt, kelle erialatunnuseks oli “LAP”. Targad mehed otsustasid, et järelikult on nad “Lapikud”." - index_WhatDoHeading : "Millega tegeleme?" + index_WhatDoHeading : "Millega tegeleme?" index_WhatDoDesc : "Meie põhieesmärgiks on TTÜ IT tudengite erialase lisandväärtuse loomine. Kaasame tudengeid huvitavatesse IT projektidesse ning anname tudengitele võimaluse midagi reaalset oma käega midagi ära teha. Meie projektidest kooruvad välja huvitavad ja tarvilikud lõputööd. diff --git a/_data/management.yml b/_data/management.yml index 882c242..d410228 100644 --- a/_data/management.yml +++ b/_data/management.yml @@ -1,6 +1,6 @@ # Management contact info - +ee: - name: Hanno Vene photo: hanno_vene.jpg role: Juhatuse esimees @@ -36,3 +36,38 @@ email: asko.narep@lapikud.ee phone: +372 56 236 649 +en: +- name: Hanno Vene + photo: hanno_vene.jpg + role: Chairman of the board + subrole: Our great bossman + email: hanno.vene@lapikud.ee + phone: +372 56 247 690 + +- name: Kaarel Pärtel + photo: kaarel_pärtel.jpg + role: Member of the board + subrole: Head of Helpdesk + email: kaarel.partel@lapikud.ee + phone: +372 53 665 368 + +- name: Martin Oblikas + photo: martin_oblikas.jpg + role: Member of the board + subrole: Head of Developement + email: martin.oblikas@lapikud.ee + phone: +372 50 70 459 + +- name: Risto Leesmäe + photo: risto_leesmäe.jpg + role: Member of the board + subrole: Head of Marketing + email: risto.leesmae@lapikud.ee + phone: +372 53 269 529 + +- name: Asko Närep + photo: asko_närep.jpg + role: Member of the board + subrole: Head of Events + email: asko.narep@lapikud.ee + phone: +372 56 236 649 \ No newline at end of file diff --git a/en/contact.html b/en/contact.html new file mode 100644 index 0000000..1886512 --- /dev/null +++ b/en/contact.html @@ -0,0 +1,73 @@ +--- +layout: default +title: Kontakt - Lapikud +language: en +--- +{% assign locale = site.data.localisation[page.language] %} +{% assign mgmt = site.data.management[page.language] %} + +
+

{{ locale.contact_ContactHeading }}

+ +

Helpdesk

+
+ + + +
+

{{ locale.contact_ContactMail }} helpdesk@lapikud.ee

+

{{ locale.contact_ContactPhone }} +372 581 607 99

+

Facebook: Lapikud Helpdesk

+
+
+ +
+
+

MTÜ Lapikud

+

{{ locale.contact_ContactAddress }}

+

{{ locale.contact_ContactMail }} lapikud@lapikud.ee

+

{{ locale.contact_ContactPhone }} +372 58 160 799

+

{{ locale.contact_ContactRegCode }}

+

Swedbank EE812200221019551756

+
+
+
+
+
+ + +
+

{{ locale.contact_BoardHeading }}

+
+ {% for person in mgmt %} +
+ {{ person.name }} +

{{ person.name }}

+

{{ person.role }}

+

{{ person.subrole }}

+

{{ locale.contact_ContactMail }}

+ {{ person.email }} +

{{ locale.contact_ContactPhone }}

+ {{ person.phone }} +
+ {% endfor %} +
+
+
+ + + + + + From 4fd527e6dcac9fcf9a8927f5bd3496148ea9ce35 Mon Sep 17 00:00:00 2001 From: "Mart-Erki.Noumees" Date: Tue, 2 Oct 2018 10:41:56 +0300 Subject: [PATCH 05/18] Student english translation --- _data/localisation.yml | 27 +++++++++++++++++++++++ en/student.html | 50 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 77 insertions(+) create mode 100644 en/student.html diff --git a/_data/localisation.yml b/_data/localisation.yml index 5873c90..0f63376 100644 --- a/_data/localisation.yml +++ b/_data/localisation.yml @@ -86,6 +86,33 @@ en: contact_BoardHeading : "Management" + # student.html + student_WhatWeDoHeading : "What do we do ?" + student_WhatWeDoDesc1 : "The main goal of Lapikud is to connect IT students to together develop software projects + and give students extra experience in addition to what they learn in university. + For that purpose we have a software developement team which deals with both inside and external projects. + Helpdesk works on everything hardware and offers computer repair services." + student_WhatWeDoDesc2 : "In addition we organize events and gatherings and otherwise spend fun times together." + + student_WhatYouDoHeading : "What can you do?" + student_WhatYouDoDesc1 : "Join us !" + student_WhatYouDoDesc2 : "There are several ways to contribute to our cause if you wish. + We have four teams: software developement, Helpdesk, marketing and events" + student_WhatYouDoDesc3 : "Joining the developers team you get practice which is not offered in the school. + You get to learn everything regarding software under our senior members, + not to mention experience in teamwork and a check in your CV." + student_WhatYouDoDesc4 : "In Helpdesk's team you can repair and build PC's and work with other electronics." + student_WhatYouDoDesc5 : "Events and marketing teams respectively are responsible for events and their marketing in Lapikud, + but also with some greater events (e.g. LAPhack)." + student_WhatYouDoJoin : "Join!" + + student_MentorsHeading : "Mentors" + + # V grammatically correct ??? V + student_MentorsDesc : "If you want to join our organisation then fear not for you are helped by our experienced mentors + who'll help you to get rolling initially. Upon joining you'll get a mentor who'll introduce each team + and members of Lapikud to you and helps you with your first assignments." + student_MentorsMeet : "Meet our mentors !" ee: # index.html diff --git a/en/student.html b/en/student.html new file mode 100644 index 0000000..cecf129 --- /dev/null +++ b/en/student.html @@ -0,0 +1,50 @@ +--- +layout: default +title: Tudengile - Lapikud +language: en +--- +{% assign locale = site.data.localisation[page.language] %} + +
+
+
+

{{ locale.student_WhatWeDoHeading }}

+

{{ locale.student_WhatWeDoDesc1 }}

+

{{ locale.student_WhatWeDoDesc2 }}

+
+
+ +
+
+
+
+

{{ locale.student_WhatYouDoHeading }}

+

{{ locale.student_WhatYouDoDesc1 }}

+

{{ locale.student_WhatYouDoDesc2 }}

+

{{ locale.student_WhatYouDoDesc3 }}

+

{{ locale.student_WhatYouDoDesc4 }}

+

{{ locale.student_WhatYouDoDesc5 }}

+ + + +
+
+ +
+
+ +
+
+

{{ locale.student_MentorsHeading }}

+

+ {{ locale.student_MentorsDesc }} +

+ + + +
+
+ +
+
+
From 64c791c2398c36ae674adf80219310a94454ec63 Mon Sep 17 00:00:00 2001 From: "Mart-Erki.Noumees" Date: Tue, 2 Oct 2018 10:46:02 +0300 Subject: [PATCH 06/18] Forgot english page titles --- en/contact.html | 2 +- en/student.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en/contact.html b/en/contact.html index 1886512..8f26bb4 100644 --- a/en/contact.html +++ b/en/contact.html @@ -1,6 +1,6 @@ --- layout: default -title: Kontakt - Lapikud +title: Contact - Lapikud language: en --- {% assign locale = site.data.localisation[page.language] %} diff --git a/en/student.html b/en/student.html index cecf129..d1956d1 100644 --- a/en/student.html +++ b/en/student.html @@ -1,6 +1,6 @@ --- layout: default -title: Tudengile - Lapikud +title: For student - Lapikud language: en --- {% assign locale = site.data.localisation[page.language] %} From 8416a34087dc2e86b1e7f0898b9c668c69120d68 Mon Sep 17 00:00:00 2001 From: "Mart-Erki.Noumees" Date: Tue, 2 Oct 2018 11:20:21 +0300 Subject: [PATCH 07/18] Fixed bugs on contact page. Translated ourwork.html. Fixed typos --- _data/localisation.yml | 12 +++-- _data/ourwork.yml | 99 ++++++++++++++++++++++++++++++++++++++++++ contact.html | 6 ++- en/ourwork.html | 42 ++++++++++++++++++ ourwork.html | 6 ++- 5 files changed, 160 insertions(+), 5 deletions(-) create mode 100644 en/ourwork.html diff --git a/_data/localisation.yml b/_data/localisation.yml index 0f63376..8858496 100644 --- a/_data/localisation.yml +++ b/_data/localisation.yml @@ -14,7 +14,7 @@ en: index_ForBusinessesLink : "Previous works ->" index_WhoWeHeading : "Who are we?" - index_WhoWeDesc : "MTÜ Lapikud ( nonprofit organisation ) is a TUT software developement club, which combines former and current students interested in IT. + index_WhoWeDesc : "MTÜ Lapikud ( nonprofit organisation ) is a TUT software development club, which combines former and current students interested in IT. The organization was established in 2002 by computer science students whose speciality's identification code was \"LAP\". The wise men then decided that henceforth they are to be called \"Lapikud\"." @@ -90,14 +90,14 @@ en: student_WhatWeDoHeading : "What do we do ?" student_WhatWeDoDesc1 : "The main goal of Lapikud is to connect IT students to together develop software projects and give students extra experience in addition to what they learn in university. - For that purpose we have a software developement team which deals with both inside and external projects. + For that purpose we have a software development team which deals with both inside and external projects. Helpdesk works on everything hardware and offers computer repair services." student_WhatWeDoDesc2 : "In addition we organize events and gatherings and otherwise spend fun times together." student_WhatYouDoHeading : "What can you do?" student_WhatYouDoDesc1 : "Join us !" student_WhatYouDoDesc2 : "There are several ways to contribute to our cause if you wish. - We have four teams: software developement, Helpdesk, marketing and events" + We have four teams: software development, Helpdesk, marketing and events" student_WhatYouDoDesc3 : "Joining the developers team you get practice which is not offered in the school. You get to learn everything regarding software under our senior members, not to mention experience in teamwork and a check in your CV." @@ -113,6 +113,12 @@ en: who'll help you to get rolling initially. Upon joining you'll get a mentor who'll introduce each team and members of Lapikud to you and helps you with your first assignments." student_MentorsMeet : "Meet our mentors !" + + # ourwork.html + ourwork_BannerHeading : "Are you in need of a high quality software solution ?" + ourwork_BannerButton : "Contact us !" + ourwork_DoneWorks : "Previous solutions:" + ee: # index.html diff --git a/_data/ourwork.yml b/_data/ourwork.yml index c843d74..329d33a 100644 --- a/_data/ourwork.yml +++ b/_data/ourwork.yml @@ -1,3 +1,4 @@ +ee: # Our work # - title: TTÜ Muuseumi eksponaadid @@ -92,3 +93,101 @@ photo: sporditrennid.jpg url: description: Tänaseks on portaali omanikud selle sulgenud. + +en: +# Our work +# +- title: TUT museum exhibits + photo: ttu_muusem_placeholder.jpg + url: + description: To be completed September 2018 + +- title: ENL home page + photo: eesti_noorteühenduste_liit.jpg + url: http://enl.ee/ + description: We made a new landing page for Eesti Noorteühenduste Liit and made improvements regarding plugins. + +# TODO site is gone, need pics +#- title: Homepage for TuumFilm +# photo: kertult saab pilte küsida nkn +# url: +# description: Made a homepage for small movie and montage business. + +# TODO get pics +#- title: A Hitman game for Student days +# photo: edgarilt saab prolly, kirjutasin +# url: +# description: We made a web application for IRL Hitman game that took place in Tartu. + +- title: Taksod.net Android app + photo: taksod-net-android.jpg + url: https://play.google.com/store/apps/details?id=net.taksod.android + description: Android app in which you can search for suitable taxi service providers and call them through the app and order a taxi. + +- title: Taksod.net iOS app + photo: taksod-net-ios.jpg + url: https://itunes.apple.com/ee/app/taksod-net/id1230208509?mt=8 + description: iOS app in which you can search for suitable taxi service providers and call them through the app and order a taxi. + +- title: Osaluskogud Eestis + photo: osaluskogud_eestis.jpg + url: http://noortekogud.ee/ + description: Page improvements + +- title: TUT brass band + photo: orkester.jpg + url: http://orkester.ee + description: Gave the page a contemporary look. + +- title: TUT Studentlife + photo: studentlife.jpg + url: http://studentlife.ee + + description: Developed a new environment on WordPress according to clients vision where students can read/write blog posts and be up to date with upcoming events and activities of student organisations. Every now and then we do updates on said page. + +- title: Eesti Üliõpilasesinduse Liit + photo: sallivkool.jpg + url: http://sallivkool.ee/ + description: + +- title: ISIC + photo: isic.jpg + url: http://www.isic.ee + + description: Webpage developed on WordPress platform where you can find necessary information about ISIC card (discounts, ordering etc.). We do updates on this page. + + +- title: Virtual Museum of an Estonian Bicycle Museum + photo: jalgrattaveeb.jpg + url: http://www.velomuseum.ee/ + description: + + +- title: Job search portal for sailors + photo: nauticalcrew.jpg + url: + description: Owners have now closed this portal + + +- title: Võti Tulevikku 2013 information page + photo: votitulevikku.jpg + url: + description: + + +- title: Ukseproff + photo: ukseproff.jpg + url: http://www.ukseproff.ee/ + description: + + +- title: Nõmme Tennis Club homepage + photo: nommetenniseklubi.jpg + url: http://www.nommetennis.ee/ + description: + + +- title: Sporditrennid.ee search portal for sports classes + photo: sporditrennid.jpg + url: + description: Owners have now closed this portal diff --git a/contact.html b/contact.html index adb8ee2..9aeae31 100644 --- a/contact.html +++ b/contact.html @@ -1,7 +1,11 @@ --- layout: default title: Kontakt - Lapikud +language: ee --- +{% assign locale = site.data.localisation[page.language] %} +{% assign mgmt = site.data.management[page.language] %} +

Kontakt

@@ -35,7 +39,7 @@ title: Kontakt - Lapikud

Juhatus

- {% for person in site.data.management %} + {% for person in mgmt %}
{{ person.name }}

{{ person.name }}

diff --git a/en/ourwork.html b/en/ourwork.html new file mode 100644 index 0000000..2e41ae9 --- /dev/null +++ b/en/ourwork.html @@ -0,0 +1,42 @@ +--- +layout: default +title: Tehtud tööd - Lapikud +language: en +--- +{% assign locale = site.data.localisation[page.language] %} +{% assign works = site.data.ourwork[page.language] %} + +
+
+

{{ locale.ourwork_BannerHeading }}

+ +

+ {{ locale.ourwork_BannerButton }} +

+
+ +
+

{{ locale.ourwork_DoneWorks }}

+
+ + {% for work in works %} +
+
+

{{ work.title }}

+

{{ work.description }}

+
+ {% if work.url == null %} +
+ {{ work.title }} +
+ {% else %} + + {{ work.title }} + + {% endif %} +
+ {% endfor %} + +
+ +
\ No newline at end of file diff --git a/ourwork.html b/ourwork.html index 7bc13b3..ec32648 100644 --- a/ourwork.html +++ b/ourwork.html @@ -1,7 +1,11 @@ --- layout: default title: Tehtud tööd - Lapikud +language: ee --- +{% assign locale = site.data.localisation[page.language] %} +{% assign works = site.data.ourwork[page.language] %} +

Vajad head, kvaliteetset arendusteenust?

@@ -15,7 +19,7 @@ title: Tehtud tööd - Lapikud

Tehtud tööd:

- {% for work in site.data.ourwork %} + {% for work in works %}

{{ work.title }}

From 99887ced704b071ca697ab15b952c8b31b7219d6 Mon Sep 17 00:00:00 2001 From: "Mart-Erki.Noumees" Date: Tue, 2 Oct 2018 12:04:27 +0300 Subject: [PATCH 08/18] aboutus, history and members english translations --- _data/localisation.yml | 27 ++++++++++++++++++++++++-- en/aboutus.html | 33 ++++++++++++++++++++++++++++++++ en/history.html | 31 ++++++++++++++++++++++++++++++ en/members.html | 43 ++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 132 insertions(+), 2 deletions(-) create mode 100644 en/aboutus.html create mode 100644 en/history.html create mode 100644 en/members.html diff --git a/_data/localisation.yml b/_data/localisation.yml index 8858496..4ff8f75 100644 --- a/_data/localisation.yml +++ b/_data/localisation.yml @@ -101,11 +101,10 @@ en: student_WhatYouDoDesc3 : "Joining the developers team you get practice which is not offered in the school. You get to learn everything regarding software under our senior members, not to mention experience in teamwork and a check in your CV." - student_WhatYouDoDesc4 : "In Helpdesk's team you can repair and build PC's and work with other electronics." + student_WhatYouDoDesc4 : "In Helpdesk's team you can repair and build PCs and work with other electronics." student_WhatYouDoDesc5 : "Events and marketing teams respectively are responsible for events and their marketing in Lapikud, but also with some greater events (e.g. LAPhack)." student_WhatYouDoJoin : "Join!" - student_MentorsHeading : "Mentors" # V grammatically correct ??? V @@ -119,6 +118,30 @@ en: ourwork_BannerButton : "Contact us !" ourwork_DoneWorks : "Previous solutions:" + # aboutus.html + aboutus_StatuteHeading : "Statute" + aboutus_StatuteLink : "Our statute which should be read by all our members." + aboutus_MembersHeading : "Members" + aboutus_MembersLink : "All who are and all who have been members of Lapikud." + aboutus_HistoryHeading : "History" + aboutus_HistoryLink : "Check out our history!" + + # history.html + history_HistoryHeading : "History" + history_HistoryParagraph : "MTÜ Lapikud was established in 2002 23. February. Organisation was created by a fellowship of + computer science students who liked to get together and dilly-dally. Reason why we were created a MTÜ ( nonprofit organization ) + was to get a .ee domain. The name \"Lapikud\" comes from times when computer science specialty's identification code was \"LAP\". + Back in 2002 til 2010 the organization's goal was simply to fill IT students' time and support their studies. + Since 2011 Lapikud titled themselves a Software development club and focused on involving students in development projects. + In Spring 2012 a first ever thesis hatched from Lapikud was defended and graded 5." + history_HistoryPrevBoards : "Previous managers of Lapikud" + + # members.html + members_MembersHeading : "Want to see your name here?" + members_MembersJoin : "Come and join us !" + members_JuniorsHeading : "Junior members of MTÜ Lapikud:" + members_SeniorsHeading : "Senior members of MTÜ Lapikud:" + members_AlumniHeading : "Graduates of MTÜ Lapikud:" ee: # index.html diff --git a/en/aboutus.html b/en/aboutus.html new file mode 100644 index 0000000..14d9237 --- /dev/null +++ b/en/aboutus.html @@ -0,0 +1,33 @@ +--- +layout: default +title: About us - Lapikud +language: en +--- +{% assign locale = site.data.localisation[page.language] %} + +
+ +

MTÜ Lapikud

+ +
+
+
+

{{ locale.aboutus_StatuteHeading }}

+

{{ locale.aboutus_StatuteLink }}

+
+
+
+
+

{{ locale.aboutus_MembersHeading }}

+

{{ locale.aboutus_MembersLink }}

+
+
+
+
+

{{ locale.aboutus_HistoryHeading }}

+

{{ locale.aboutus_HistoryLink }}

+
+
+
+ +
diff --git a/en/history.html b/en/history.html new file mode 100644 index 0000000..ed4a9cf --- /dev/null +++ b/en/history.html @@ -0,0 +1,31 @@ +--- +layout: default +title: History - Lapikud +language: en +--- +{% assign locale = site.data.localisation[page.language] %} + +
+

{{ locale.history_HistoryHeading }}

+

{{ locale.history_HistoryParagraph }}

+ +

{{ locale.history_HistoryPrevBoards }}

+ + {% for management in site.data.past_management %} +
+

{{management.year}}

+
+ {% for member in management.members %} +
+
+ {{ member.name }} +
+
{{ member.name }}
+
+ {% endfor %} +
+
+ {% endfor %} + +
+ diff --git a/en/members.html b/en/members.html new file mode 100644 index 0000000..5e557a6 --- /dev/null +++ b/en/members.html @@ -0,0 +1,43 @@ +--- +layout: default +title: Members - Lapikud +language: en +--- +{% assign locale = site.data.localisation[page.language] %} + +
+

{{ locale.members_MembersHeading }}

+ + +
+

{{ locale.members_JuniorsHeading }}

+
    + {% for member in site.data.members.junior%} +
  • {{ member }}
  • + {% endfor %} +
+
+ +
+

{{ locale.members_SeniorsHeading }}

+
    + {% for member in site.data.members.senior %} +
  • {{ member }}
  • + {% endfor %} +
+
+ +
+

{{ locale.members_AlumniHeading }}

+
    + {% for member in site.data.members.graduates %} +
  • {{ member }}
  • + {% endfor %} +
+
+ +
From 5da2e00009fa5dbfff44ee22c2c8181da143cad7 Mon Sep 17 00:00:00 2001 From: "Mart-Erki.Noumees" Date: Tue, 2 Oct 2018 13:46:30 +0300 Subject: [PATCH 09/18] Split localisation into separate files. Contact view more pleasing. --- _data/localisation.yml | 174 -------------------------------- _data/localisation/aboutus.yml | 9 ++ _data/localisation/contact.yml | 8 ++ _data/localisation/helpdesk.yml | 50 +++++++++ _data/localisation/history.yml | 9 ++ _data/localisation/index.yml | 52 ++++++++++ _data/localisation/members.yml | 6 ++ _data/localisation/ourwork.yml | 4 + _data/localisation/student.yml | 26 +++++ _sass/contact.scss | 12 ++- contact.html | 18 ++-- en/aboutus.html | 2 +- en/contact.html | 21 ++-- en/helpdesk.html | 2 +- en/history.html | 2 +- en/index.html | 2 +- en/members.html | 2 +- en/ourwork.html | 2 +- en/student.html | 2 +- 19 files changed, 198 insertions(+), 205 deletions(-) delete mode 100644 _data/localisation.yml create mode 100644 _data/localisation/aboutus.yml create mode 100644 _data/localisation/contact.yml create mode 100644 _data/localisation/helpdesk.yml create mode 100644 _data/localisation/history.yml create mode 100644 _data/localisation/index.yml create mode 100644 _data/localisation/members.yml create mode 100644 _data/localisation/ourwork.yml create mode 100644 _data/localisation/student.yml diff --git a/_data/localisation.yml b/_data/localisation.yml deleted file mode 100644 index 4ff8f75..0000000 --- a/_data/localisation.yml +++ /dev/null @@ -1,174 +0,0 @@ -en: - - # index.html - index_ForStudentHeading : "For Student" - index_ForStudentDesc : "Come and develop your skills and befriend cool people" - index_ForStudentLink : "Learn more about our activites ->" - - index_HelpdeskHeading : "Helpdesk" - index_HelpdeskDesc : "Student-friendly PC repair" - index_HelpdeskLink : "Pricelist ->" - - index_ForBusinessesHeading: "For Businesses" - index_ForBusinessesDesc : "We'll help to make your ideas reality" - index_ForBusinessesLink : "Previous works ->" - - index_WhoWeHeading : "Who are we?" - index_WhoWeDesc : "MTÜ Lapikud ( nonprofit organisation ) is a TUT software development club, which combines former and current students interested in IT. - The organization was established in 2002 by computer science students whose speciality's identification code was \"LAP\". - The wise men then decided that henceforth they are to be called \"Lapikud\"." - - index_WhatDoHeading : "What are we up to?" - index_WhatDoDesc : "Our main goal is to complement TUT's IT students studies with relevant experience. - We involve students in interesting IT themed projects and give them an opportunity to finish something meaningful on their own. - Our projects often turn into compelling and useful theses. We offer clever students a chance to get their first work experience. - Lapikud is not only a IT student organization - we also try to involve economics students in our projects so also business side would be represented." - - index_Partners : "Our partners" - - # helpdesk.html - helpdesk_BannerHeading1 : "We'll give your computer " - helpdesk_BannerHeading2 : "a new life" - helpdesk_BannerSubHeading : " solves problems involving PCs and other electronics." - - helpdesk_WhatIsHeading : "What is HELPDESK ?" - helpdesk_WhatIsDesc : "HELPDESK is a service provided by MTÜ Lapikud. Service is aimed towards students, lecturers and people otherwise interested. - Our team consists of wise and experienced IT students from TUT." - helpdesk_ServicesHeading : "What services do we provide?" - helpdesk_ServicesDesc1 : "Computer hardware diagnostics and repair" - helpdesk_ServicesDesc2 : "Computer hardware maintenance" - helpdesk_ServicesDesc3 : "Software diagnostics and configuration" - helpdesk_ServicesDesc4 : "Software installation" - helpdesk_ServicesDesc5 : "Other electronics repair" - - helpdesk_TableHeading : "Pricelist" - helpdesk_TableColHeading1 : "Service" - helpdesk_TableColHeading2 : "Quantity" - helpdesk_TableColHeading3 : "Price" - helpdesk_TableR1C1 : "Computer diagnostics" - helpdesk_TableR1C2 : "15 min" - helpdesk_TableR1C3 : "free" - helpdesk_TableR2C1 : "Computer diagnostics (15+ minutes)" - helpdesk_TableQuantity : "piece" - helpdesk_TableR3C1 : "Hardware installation" - helpdesk_TableR4C1 : "Laptop dusting + new thermal paste" - helpdesk_TableR5C1 : "Laptop display installation" - helpdesk_TableR6C1 : "PC building" - helpdesk_TableR7C1 : "Software maintenance and installation" - helpdesk_TableR8C1 : "General electronics repair" - helpdesk_TableR9C1 : "Data retrieval" - helpdesk_TableR10C1 : "Smart device software maintenance" - helpdesk_TableR11C1 : "Operating system reinstall" - helpdesk_TableR12C1 : "Smart phone glass/display/battery swap" - helpdesk_TableFooter1 : "All necessary components are provided by the client or ordered by the technician upon agreement." - helpdesk_TableFooter2 : "Technicians are able to come and service around campus and Tehnopol if necessary." - helpdesk_TableFooter3 : "With our student-friendly prices and personal approach we offer a service you don't have to be dissappointed in!" - - helpdesk_LocationHeading : "Location" - helpdesk_Location1 : "Akadeemia tee 5 dormitory" - helpdesk_Location2 : "room 008A" - - helpdesk_OpenHeading : "Opening hours:" - helpdesk_OpenTime : "Mon - Fri 14-19*" - helpdesk_OpenDetails : "* This is the time period when it's most likely to get ahold of someone. - However we can't guarantee that anyone's in the office during given hours." - - helpdesk_ContactHeading : "Contact" - helpdesk_ContactMail : "E-mail" - helpdesk_ContactPhone : "Phone" - - # contact.html - contact_ContactHeading : "Contact" - contact_ContactMail : "E-Mail:" - contact_ContactPhone : "Phone:" - contact_ContactAddress : "Adress: Akadeemia tee 5, Tallinn, Estonia" - contact_ContactRegCode : "Reg.nr: 801 67 145" - - contact_BoardHeading : "Management" - - # student.html - student_WhatWeDoHeading : "What do we do ?" - student_WhatWeDoDesc1 : "The main goal of Lapikud is to connect IT students to together develop software projects - and give students extra experience in addition to what they learn in university. - For that purpose we have a software development team which deals with both inside and external projects. - Helpdesk works on everything hardware and offers computer repair services." - student_WhatWeDoDesc2 : "In addition we organize events and gatherings and otherwise spend fun times together." - - student_WhatYouDoHeading : "What can you do?" - student_WhatYouDoDesc1 : "Join us !" - student_WhatYouDoDesc2 : "There are several ways to contribute to our cause if you wish. - We have four teams: software development, Helpdesk, marketing and events" - student_WhatYouDoDesc3 : "Joining the developers team you get practice which is not offered in the school. - You get to learn everything regarding software under our senior members, - not to mention experience in teamwork and a check in your CV." - student_WhatYouDoDesc4 : "In Helpdesk's team you can repair and build PCs and work with other electronics." - student_WhatYouDoDesc5 : "Events and marketing teams respectively are responsible for events and their marketing in Lapikud, - but also with some greater events (e.g. LAPhack)." - student_WhatYouDoJoin : "Join!" - student_MentorsHeading : "Mentors" - - # V grammatically correct ??? V - student_MentorsDesc : "If you want to join our organisation then fear not for you are helped by our experienced mentors - who'll help you to get rolling initially. Upon joining you'll get a mentor who'll introduce each team - and members of Lapikud to you and helps you with your first assignments." - student_MentorsMeet : "Meet our mentors !" - - # ourwork.html - ourwork_BannerHeading : "Are you in need of a high quality software solution ?" - ourwork_BannerButton : "Contact us !" - ourwork_DoneWorks : "Previous solutions:" - - # aboutus.html - aboutus_StatuteHeading : "Statute" - aboutus_StatuteLink : "Our statute which should be read by all our members." - aboutus_MembersHeading : "Members" - aboutus_MembersLink : "All who are and all who have been members of Lapikud." - aboutus_HistoryHeading : "History" - aboutus_HistoryLink : "Check out our history!" - - # history.html - history_HistoryHeading : "History" - history_HistoryParagraph : "MTÜ Lapikud was established in 2002 23. February. Organisation was created by a fellowship of - computer science students who liked to get together and dilly-dally. Reason why we were created a MTÜ ( nonprofit organization ) - was to get a .ee domain. The name \"Lapikud\" comes from times when computer science specialty's identification code was \"LAP\". - Back in 2002 til 2010 the organization's goal was simply to fill IT students' time and support their studies. - Since 2011 Lapikud titled themselves a Software development club and focused on involving students in development projects. - In Spring 2012 a first ever thesis hatched from Lapikud was defended and graded 5." - history_HistoryPrevBoards : "Previous managers of Lapikud" - - # members.html - members_MembersHeading : "Want to see your name here?" - members_MembersJoin : "Come and join us !" - members_JuniorsHeading : "Junior members of MTÜ Lapikud:" - members_SeniorsHeading : "Senior members of MTÜ Lapikud:" - members_AlumniHeading : "Graduates of MTÜ Lapikud:" -ee: - - # index.html - index_ForStudentHeading : "Tudengile" - index_ForStudentDesc : "Tule arenda oma oskuseid ja saa ägedaid sõpru" - index_ForStudentLink : "Uuri edasi meie tegevuste kohta ->" - - index_HelpdeskHeading : "Helpdesk" - index_HelpdeskDesc : "Tudengisõbralik arvutiparandus!" - index_HelpdeskLink : "Tööde hinnakiri ->" - - index_ForBusinessesHeading: "Ettevõttele" - index_ForBusinessesDesc : "Aitame sinu ideed ellu viia!" - index_ForBusinessesLink : "Tehtud tööd ->" - - index_WhoWeHeading : "Kes me oleme?" - index_WhoWeDesc : "MTÜ Lapikud on TTÜ Tarkvaraarendusklubi, mis ühendab endisi ja praegusi IT huvilisi tudengeid. - Organisatsioon loodi 2002. aastal informaatika tudengite poolt, kelle erialatunnuseks oli “LAP”. - Targad mehed otsustasid, et järelikult on nad “Lapikud”." - - index_WhatDoHeading : "Millega tegeleme?" - index_WhatDoDesc : "Meie põhieesmärgiks on TTÜ IT tudengite erialase lisandväärtuse loomine. - Kaasame tudengeid huvitavatesse IT projektidesse ning anname tudengitele võimaluse midagi reaalset oma käega midagi ära teha. - Meie projektidest kooruvad välja huvitavad ja tarvilikud lõputööd. - Pakume nutikatele tudengitele võimalust saada meie juures esimene töökogemus. - Lapikud ei ole ainult IT tudengite organisatsioon – püüame kaasata oma tegevusse ka majandusteaduskonna tudengeid, et projektides oleks esindatud ka äriline pool." - - index_Partners : "Koostööpartnerid" - - # todo : copy estonian text for other pages \ No newline at end of file diff --git a/_data/localisation/aboutus.yml b/_data/localisation/aboutus.yml new file mode 100644 index 0000000..1492e0e --- /dev/null +++ b/_data/localisation/aboutus.yml @@ -0,0 +1,9 @@ +en: + aboutus_StatuteHeading : "Statute" + aboutus_StatuteLink : "Our statute which should be read by all our members." + aboutus_MembersHeading : "Members" + aboutus_MembersLink : "All who are and all who have been members of Lapikud." + aboutus_HistoryHeading : "History" + aboutus_HistoryLink : "Check out our history!" + + #todo estonian \ No newline at end of file diff --git a/_data/localisation/contact.yml b/_data/localisation/contact.yml new file mode 100644 index 0000000..4c30750 --- /dev/null +++ b/_data/localisation/contact.yml @@ -0,0 +1,8 @@ +en: + contact_ContactHeading : "Contact" + contact_ContactMail : "E-Mail:" + contact_ContactPhone : "Phone:" + contact_ContactAddress : "Address: Akadeemia tee 5, Tallinn, Estonia" + contact_ContactRegCode : "Reg.nr: 801 67 145" + + contact_BoardHeading : "Management" \ No newline at end of file diff --git a/_data/localisation/helpdesk.yml b/_data/localisation/helpdesk.yml new file mode 100644 index 0000000..fa20539 --- /dev/null +++ b/_data/localisation/helpdesk.yml @@ -0,0 +1,50 @@ +en : + helpdesk_BannerHeading1 : "We'll give your computer " + helpdesk_BannerHeading2 : "a new life" + helpdesk_BannerSubHeading : " solves problems involving PCs and other electronics." + + helpdesk_WhatIsHeading : "What is HELPDESK ?" + helpdesk_WhatIsDesc : "HELPDESK is a service provided by MTÜ Lapikud. Service is aimed towards students, lecturers and people otherwise interested. + Our team consists of wise and experienced IT students from TUT." + helpdesk_ServicesHeading : "What services do we provide?" + helpdesk_ServicesDesc1 : "Computer hardware diagnostics and repair" + helpdesk_ServicesDesc2 : "Computer hardware maintenance" + helpdesk_ServicesDesc3 : "Software diagnostics and configuration" + helpdesk_ServicesDesc4 : "Software installation" + helpdesk_ServicesDesc5 : "Other electronics repair" + + helpdesk_TableHeading : "Pricelist" + helpdesk_TableColHeading1 : "Service" + helpdesk_TableColHeading2 : "Quantity" + helpdesk_TableColHeading3 : "Price" + helpdesk_TableR1C1 : "Computer diagnostics" + helpdesk_TableR1C2 : "15 min" + helpdesk_TableR1C3 : "free" + helpdesk_TableR2C1 : "Computer diagnostics (15+ minutes)" + helpdesk_TableQuantity : "piece" + helpdesk_TableR3C1 : "Hardware installation" + helpdesk_TableR4C1 : "Laptop dusting + new thermal paste" + helpdesk_TableR5C1 : "Laptop display installation" + helpdesk_TableR6C1 : "PC building" + helpdesk_TableR7C1 : "Software maintenance and installation" + helpdesk_TableR8C1 : "General electronics repair" + helpdesk_TableR9C1 : "Data retrieval" + helpdesk_TableR10C1 : "Smart device software maintenance" + helpdesk_TableR11C1 : "Operating system reinstall" + helpdesk_TableR12C1 : "Smart phone glass/display/battery swap" + helpdesk_TableFooter1 : "All necessary components are provided by the client or ordered by the technician upon agreement." + helpdesk_TableFooter2 : "Technicians are able to come and service around campus and Tehnopol if necessary." + helpdesk_TableFooter3 : "With our student-friendly prices and personal approach we offer a service you don't have to be dissappointed in!" + + helpdesk_LocationHeading : "Location" + helpdesk_Location1 : "Akadeemia tee 5 dormitory" + helpdesk_Location2 : "room 008A" + + helpdesk_OpenHeading : "Opening hours:" + helpdesk_OpenTime : "Mon - Fri 14-19*" + helpdesk_OpenDetails : "* This is the time period when it's most likely to get ahold of someone. + However we can't guarantee that anyone's in the office during given hours." + + helpdesk_ContactHeading : "Contact" + helpdesk_ContactMail : "E-mail" + helpdesk_ContactPhone : "Phone" \ No newline at end of file diff --git a/_data/localisation/history.yml b/_data/localisation/history.yml new file mode 100644 index 0000000..3980db9 --- /dev/null +++ b/_data/localisation/history.yml @@ -0,0 +1,9 @@ +en: + history_HistoryHeading : "History" + history_HistoryParagraph : "MTÜ Lapikud was established in 2002 23. February. Organisation was created by a fellowship of + computer science students who liked to get together and dilly-dally. Reason why we were created a MTÜ ( nonprofit organization ) + was to get a .ee domain. The name \"Lapikud\" comes from times when computer science specialty's identification code was \"LAP\". + Back in 2002 til 2010 the organization's goal was simply to fill IT students' time and support their studies. + Since 2011 Lapikud titled themselves a Software development club and focused on involving students in development projects. + In Spring 2012 a first ever thesis hatched from Lapikud was defended and graded 5." + history_HistoryPrevBoards : "Previous managers of Lapikud" diff --git a/_data/localisation/index.yml b/_data/localisation/index.yml new file mode 100644 index 0000000..71d4f23 --- /dev/null +++ b/_data/localisation/index.yml @@ -0,0 +1,52 @@ +en: + index_ForStudentHeading : "For Student" + index_ForStudentDesc : "Come and develop your skills and befriend cool people" + index_ForStudentLink : "Learn more about our activites ->" + + index_HelpdeskHeading : "Helpdesk" + index_HelpdeskDesc : "Student-friendly PC repair" + index_HelpdeskLink : "Pricelist ->" + + index_ForBusinessesHeading: "For Businesses" + index_ForBusinessesDesc : "We'll help to make your ideas reality" + index_ForBusinessesLink : "Previous works ->" + + index_WhoWeHeading : "Who are we?" + index_WhoWeDesc : "MTÜ Lapikud ( nonprofit organisation ) is a TUT software development club, which combines former and current students interested in IT. + The organization was established in 2002 by computer science students whose speciality's identification code was \"LAP\". + The wise men then decided that henceforth they are to be called \"Lapikud\"." + + index_WhatDoHeading : "What are we up to?" + index_WhatDoDesc : "Our main goal is to complement TUT's IT students studies with relevant experience. + We involve students in interesting IT themed projects and give them an opportunity to finish something meaningful on their own. + Our projects often turn into compelling and useful theses. We offer clever students a chance to get their first work experience. + Lapikud is not only a IT student organization - we also try to involve economics students in our projects so also business side would be represented." + + index_Partners : "Our partners" + +ee: + index_ForStudentHeading : "Tudengile" + index_ForStudentDesc : "Tule arenda oma oskuseid ja saa ägedaid sõpru" + index_ForStudentLink : "Uuri edasi meie tegevuste kohta ->" + + index_HelpdeskHeading : "Helpdesk" + index_HelpdeskDesc : "Tudengisõbralik arvutiparandus!" + index_HelpdeskLink : "Tööde hinnakiri ->" + + index_ForBusinessesHeading: "Ettevõttele" + index_ForBusinessesDesc : "Aitame sinu ideed ellu viia!" + index_ForBusinessesLink : "Tehtud tööd ->" + + index_WhoWeHeading : "Kes me oleme?" + index_WhoWeDesc : "MTÜ Lapikud on TTÜ Tarkvaraarendusklubi, mis ühendab endisi ja praegusi IT huvilisi tudengeid. + Organisatsioon loodi 2002. aastal informaatika tudengite poolt, kelle erialatunnuseks oli “LAP”. + Targad mehed otsustasid, et järelikult on nad “Lapikud”." + + index_WhatDoHeading : "Millega tegeleme?" + index_WhatDoDesc : "Meie põhieesmärgiks on TTÜ IT tudengite erialase lisandväärtuse loomine. + Kaasame tudengeid huvitavatesse IT projektidesse ning anname tudengitele võimaluse midagi reaalset oma käega midagi ära teha. + Meie projektidest kooruvad välja huvitavad ja tarvilikud lõputööd. + Pakume nutikatele tudengitele võimalust saada meie juures esimene töökogemus. + Lapikud ei ole ainult IT tudengite organisatsioon – püüame kaasata oma tegevusse ka majandusteaduskonna tudengeid, et projektides oleks esindatud ka äriline pool." + + index_Partners : "Koostööpartnerid" \ No newline at end of file diff --git a/_data/localisation/members.yml b/_data/localisation/members.yml new file mode 100644 index 0000000..d0f44e4 --- /dev/null +++ b/_data/localisation/members.yml @@ -0,0 +1,6 @@ +en: + members_MembersHeading: "Want to see your name here?" + members_MembersJoin: "Come and join us !" + members_JuniorsHeading: "Junior members of MTÜ Lapikud:" + members_SeniorsHeading: "Senior members of MTÜ Lapikud:" + members_AlumniHeading: "Graduates of MTÜ Lapikud:" \ No newline at end of file diff --git a/_data/localisation/ourwork.yml b/_data/localisation/ourwork.yml new file mode 100644 index 0000000..5bfc703 --- /dev/null +++ b/_data/localisation/ourwork.yml @@ -0,0 +1,4 @@ +en: + ourwork_BannerHeading : "Are you in need of a high quality software solution ?" + ourwork_BannerButton : "Contact us !" + ourwork_DoneWorks : "Previous solutions:" \ No newline at end of file diff --git a/_data/localisation/student.yml b/_data/localisation/student.yml new file mode 100644 index 0000000..601c0c0 --- /dev/null +++ b/_data/localisation/student.yml @@ -0,0 +1,26 @@ +en: + student_WhatWeDoHeading: "What do we do ?" + student_WhatWeDoDesc1: "The main goal of Lapikud is to connect IT students to together develop software projects + and give students extra experience in addition to what they learn in university. + For that purpose we have a software development team which deals with both inside and external projects. + Helpdesk works on everything hardware and offers computer repair services." + student_WhatWeDoDesc2: "In addition we organize events and gatherings and otherwise spend fun times together." + + student_WhatYouDoHeading: "What can you do?" + student_WhatYouDoDesc1: "Join us !" + student_WhatYouDoDesc2: "There are several ways to contribute to our cause if you wish. + We have four teams: software development, Helpdesk, marketing and events" + student_WhatYouDoDesc3: "Joining the developers team you get practice which is not offered in the school. + You get to learn everything regarding software under our senior members, + not to mention experience in teamwork and a check in your CV." + student_WhatYouDoDesc4: "In Helpdesk's team you can repair and build PCs and work with other electronics." + student_WhatYouDoDesc5: "Events and marketing teams respectively are responsible for events and their marketing in Lapikud, + but also with some greater events (e.g. LAPhack)." + student_WhatYouDoJoin: "Join!" + student_MentorsHeading: "Mentors" + + # V grammatically correct ??? V + student_MentorsDesc: "If you want to join our organisation then fear not for you are helped by our experienced mentors + who'll help you to get rolling initially. Upon joining you'll get a mentor who'll introduce each team + and members of Lapikud to you and helps you with your first assignments." + student_MentorsMeet: "Meet our mentors !" \ No newline at end of file diff --git a/_sass/contact.scss b/_sass/contact.scss index 0ee91a7..ec23ea7 100644 --- a/_sass/contact.scss +++ b/_sass/contact.scss @@ -54,19 +54,21 @@ #main-wrapper { width : 100%; - margin-top : 40px; display : flex; flex-direction : row; flex-wrap : wrap; + justify-content : center; + align-items : center; } #maparea { - margin : 0 20px 0px auto; + margin : 0 2rem 0 2rem; min-width : 50%; flex : 1; #map { width : 100%; + float : right; margin : 0px auto; height : 60vh; max-height : 300px; @@ -74,10 +76,10 @@ } #main { - margin : 2rem 0; - padding-right : 40px; + margin : 0 2rem; + - p{ + h4{ padding-bottom : 5px; } } diff --git a/contact.html b/contact.html index 9aeae31..c178481 100644 --- a/contact.html +++ b/contact.html @@ -11,24 +11,24 @@ language: ee

Helpdesk

+

MTÜ Lapikud

-

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

+

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/en/aboutus.html b/en/aboutus.html index 14d9237..7f299b2 100644 --- a/en/aboutus.html +++ b/en/aboutus.html @@ -3,7 +3,7 @@ layout: default title: About us - Lapikud language: en --- -{% assign locale = site.data.localisation[page.language] %} +{% assign locale = site.data.localisation.aboutus[page.language] %}
diff --git a/en/contact.html b/en/contact.html index 8f26bb4..1735ab7 100644 --- a/en/contact.html +++ b/en/contact.html @@ -3,7 +3,7 @@ layout: default title: Contact - Lapikud language: en --- -{% assign locale = site.data.localisation[page.language] %} +{% assign locale = site.data.localisation.contact[page.language] %} {% assign mgmt = site.data.management[page.language] %}
@@ -11,24 +11,25 @@ language: en

Helpdesk

- - -

{{ locale.contact_ContactMail }} helpdesk@lapikud.ee

{{ locale.contact_ContactPhone }} +372 581 607 99

Facebook: Lapikud Helpdesk

+ + +
+

MTÜ Lapikud

-

MTÜ Lapikud

-

{{ locale.contact_ContactAddress }}

-

{{ locale.contact_ContactMail }} lapikud@lapikud.ee

-

{{ locale.contact_ContactPhone }} +372 58 160 799

-

{{ locale.contact_ContactRegCode }}

-

Swedbank EE812200221019551756

+ +

{{ locale.contact_ContactAddress }}

+

{{ locale.contact_ContactMail }} lapikud@lapikud.ee

+

{{ locale.contact_ContactPhone }} +372 58 160 799

+

{{ locale.contact_ContactRegCode }}

+

Swedbank EE812200221019551756

diff --git a/en/helpdesk.html b/en/helpdesk.html index ed3876a..3c5657a 100644 --- a/en/helpdesk.html +++ b/en/helpdesk.html @@ -3,7 +3,7 @@ layout: default title: Helpdesk - Lapikud language: en --- -{% assign locale = site.data.localisation[page.language] %} +{% assign locale = site.data.localisation.helpdesk[page.language] %}
diff --git a/en/history.html b/en/history.html index ed4a9cf..006e9ed 100644 --- a/en/history.html +++ b/en/history.html @@ -3,7 +3,7 @@ layout: default title: History - Lapikud language: en --- -{% assign locale = site.data.localisation[page.language] %} +{% assign locale = site.data.localisation.history[page.language] %}

{{ locale.history_HistoryHeading }}

diff --git a/en/index.html b/en/index.html index 0c9c60e..fce2798 100644 --- a/en/index.html +++ b/en/index.html @@ -3,7 +3,7 @@ layout: default title: Lapikud language: en --- -{% assign locale = site.data.localisation[page.language] %} +{% assign locale = site.data.localisation.index[page.language] %}
diff --git a/en/members.html b/en/members.html index 5e557a6..2960bc0 100644 --- a/en/members.html +++ b/en/members.html @@ -3,7 +3,7 @@ layout: default title: Members - Lapikud language: en --- -{% assign locale = site.data.localisation[page.language] %} +{% assign locale = site.data.localisation.members[page.language] %}

{{ locale.members_MembersHeading }}

diff --git a/en/ourwork.html b/en/ourwork.html index 2e41ae9..a4a9f45 100644 --- a/en/ourwork.html +++ b/en/ourwork.html @@ -3,7 +3,7 @@ layout: default title: Tehtud tööd - Lapikud language: en --- -{% assign locale = site.data.localisation[page.language] %} +{% assign locale = site.data.localisation.ourwork[page.language] %} {% assign works = site.data.ourwork[page.language] %}
diff --git a/en/student.html b/en/student.html index d1956d1..e2b8e04 100644 --- a/en/student.html +++ b/en/student.html @@ -3,7 +3,7 @@ layout: default title: For student - Lapikud language: en --- -{% assign locale = site.data.localisation[page.language] %} +{% assign locale = site.data.localisation.student[page.language] %}
From 59ec2ee9205956005116eaf5c9e8a653cb5a6e53 Mon Sep 17 00:00:00 2001 From: "Mart-Erki.Noumees" Date: Tue, 2 Oct 2018 23:03:50 +0300 Subject: [PATCH 10/18] Mostly translated into english. Page linking works. Language changing works. Fixes here and there. --- _data/{localisation => i18n}/aboutus.yml | 8 +- _data/i18n/contact.yml | 19 +++ _data/i18n/footer.yml | 19 +++ _data/i18n/helpdesk.yaml | 101 +++++++++++ _data/i18n/history.yml | 20 +++ _data/{localisation => i18n}/index.yml | 2 +- _data/i18n/members.yml | 13 ++ _data/i18n/mentors.yml | 27 +++ _data/i18n/ourwork.yml | 9 + _data/i18n/pages.yml | 67 ++++++++ _data/i18n/student.yml | 50 ++++++ _data/localisation/contact.yml | 8 - _data/localisation/helpdesk.yml | 50 ------ _data/localisation/history.yml | 9 - _data/localisation/members.yml | 6 - _data/localisation/ourwork.yml | 4 - _data/localisation/student.yml | 26 --- _includes/footer.html | 18 +- _includes/header.html | 3 +- _includes/main_nav.html | 20 ++- _includes/pages/aboutus.html | 27 +++ _includes/pages/contact.html | 68 ++++++++ _includes/pages/helpdesk.html | 204 ++++++++++++++++++++++ _includes/pages/history.html | 25 +++ _includes/pages/index.html | 76 +++++++++ _includes/pages/members.html | 38 +++++ _includes/pages/mentors.html | 70 ++++++++ _includes/pages/ourwork.html | 37 ++++ _includes/pages/student.html | 47 ++++++ _sass/contact.scss | 7 +- aboutus.html | 27 +-- contact.html | 70 +------- en/aboutus.html | 28 +-- en/contact.html | 71 +------- en/helpdesk.html | 205 +--------------------- en/history.html | 25 +-- en/index.html | 76 +-------- en/members.html | 39 +---- en/mentors.html | 6 + en/ourwork.html | 40 +---- en/student.html | 46 +---- helpdesk.html | 206 +---------------------- history.html | 30 +--- index.html | 75 +-------- members.html | 38 +---- mentors.html | 71 +------- ourwork.html | 38 +---- student.html | 54 +----- 48 files changed, 988 insertions(+), 1235 deletions(-) rename _data/{localisation => i18n}/aboutus.yml (50%) create mode 100644 _data/i18n/contact.yml create mode 100644 _data/i18n/footer.yml create mode 100644 _data/i18n/helpdesk.yaml create mode 100644 _data/i18n/history.yml rename _data/{localisation => i18n}/index.yml (97%) create mode 100644 _data/i18n/members.yml create mode 100644 _data/i18n/mentors.yml create mode 100644 _data/i18n/ourwork.yml create mode 100644 _data/i18n/pages.yml create mode 100644 _data/i18n/student.yml delete mode 100644 _data/localisation/contact.yml delete mode 100644 _data/localisation/helpdesk.yml delete mode 100644 _data/localisation/history.yml delete mode 100644 _data/localisation/members.yml delete mode 100644 _data/localisation/ourwork.yml delete mode 100644 _data/localisation/student.yml create mode 100644 _includes/pages/aboutus.html create mode 100644 _includes/pages/contact.html create mode 100644 _includes/pages/helpdesk.html create mode 100644 _includes/pages/history.html create mode 100644 _includes/pages/index.html create mode 100644 _includes/pages/members.html create mode 100644 _includes/pages/mentors.html create mode 100644 _includes/pages/ourwork.html create mode 100644 _includes/pages/student.html create mode 100644 en/mentors.html diff --git a/_data/localisation/aboutus.yml b/_data/i18n/aboutus.yml similarity index 50% rename from _data/localisation/aboutus.yml rename to _data/i18n/aboutus.yml index 1492e0e..c0697e5 100644 --- a/_data/localisation/aboutus.yml +++ b/_data/i18n/aboutus.yml @@ -6,4 +6,10 @@ en: aboutus_HistoryHeading : "History" aboutus_HistoryLink : "Check out our history!" - #todo estonian \ No newline at end of file +ee: + aboutus_StatuteHeading : "Põhikiri" + aboutus_StatuteLink : "Meie põhikiri, millega peaksid kõik liikmed tutvuma." + aboutus_MembersHeading : "Liikmed" + aboutus_MembersLink : "Kõik, kes on ning kunagi olid Lapikute liikmed." + aboutus_HistoryHeading : "Ajalugu" + aboutus_HistoryLink : "Tutvu Lapikute ajalooga!" \ No newline at end of file diff --git a/_data/i18n/contact.yml b/_data/i18n/contact.yml new file mode 100644 index 0000000..e49aaf3 --- /dev/null +++ b/_data/i18n/contact.yml @@ -0,0 +1,19 @@ +en: + contact_ContactHeading : "Contact" + contact_ContactMail : "E-Mail:" + contact_ContactPhone : "Phone:" + contact_ContactAddress : "Address: Akadeemia tee 5, Tallinn, Estonia" + contact_ContactRegCode : "Reg. code: 801 67 145" + contact_BoardHeading : "Management" + contact_BoardPhone : "Phone:" + contact_BoardMail : "E-mail:" + +ee: + contact_ContactHeading : "Kontakt" + contact_ContactMail : "E-Mail:" + contact_ContactPhone : "Telefon:" + contact_ContactAddress : "Aadress: Akadeemia tee 5, Tallinn, Eesti" + contact_ContactRegCode : "Reg. kood: 801 67 145" + contact_BoardHeading : "Juhatus" + contact_BoardPhone : "Telefon:" + contact_BoardMail : "E-post:" diff --git a/_data/i18n/footer.yml b/_data/i18n/footer.yml new file mode 100644 index 0000000..dd461ef --- /dev/null +++ b/_data/i18n/footer.yml @@ -0,0 +1,19 @@ +ee: + footer_ContactAddress : "Aadress: Akadeemia tee 5, Tallinn, Eesti" + footer_ContactMail : "E-post: " + footer_ContactPhone : "Telefon: " + footer_ContactRegCode : "Reg. kood: 801 67 145" + + footer_NavigationHeading : "Navigatsioon" + footer_NavigationFrontPage : "Esileht" + footer_FollowUsHeading : "Jälgi meid!" + +en: + footer_ContactAddress : "Address: Akadeemia tee 5, Tallinn, Estonia" + footer_ContactMail : "E-mail: " + footer_ContactPhone : "Phone " + footer_ContactRegCode : "Reg. code: 801 67 145" + + footer_NavigationHeading : "Navigation" + footer_NavigationFrontPage : "Front page" + footer_FollowUsHeading : "Follow us!" \ No newline at end of file diff --git a/_data/i18n/helpdesk.yaml b/_data/i18n/helpdesk.yaml new file mode 100644 index 0000000..9127e3e --- /dev/null +++ b/_data/i18n/helpdesk.yaml @@ -0,0 +1,101 @@ +ee: + helpdesk_BannerHeading1 : "Anname sinu arvutile " + helpdesk_BannerHeading2 : "uue elu" + helpdesk_BannerSubHeading : " lahendab probleemid seoses arvuti ja muu elektroonikaga." + + helpdesk_WhatIsHeading : "Mis on HELPDESK?" + helpdesk_WhatIsDesc : "HELPDESK on MTÜ Lapikute poolt pakutav arvutiabiteenus. + Teenus on suunatud tudengitele, õppejõududele ning kõikidele huvilistele ka väljaspool TTÜ-d. + Meie meeskond koosneb kogenud ja nutikatest TTÜ IT-tudengitest." + helpdesk_ServicesHeading : "Mis teenuseid osutame?" + helpdesk_ServicesDesc1 : "Arvuti riistvara diagnostika ja remont" + helpdesk_ServicesDesc2 : "Arvuti riistvara hooldus" + helpdesk_ServicesDesc3 : "Tarkvara diagnostika ja seadistamine" + helpdesk_ServicesDesc4 : "Tarkvara paigaldamine" + helpdesk_ServicesDesc5 : "Muu elektroonika parandamine" + + helpdesk_TableHeading : "Hinnakiri" + helpdesk_TableColHeading1 : "Teenus" + helpdesk_TableColHeading2 : "Kogus" + helpdesk_TableColHeading3 : "Hind" + helpdesk_TableR1C1 : "Arvuti diagnostika " + helpdesk_TableR1C2 : "15 min" + helpdesk_TableR1C3 : "tasuta" + helpdesk_TableR2C1 : "Arvuti diagnostika (alates 15 min +) " + helpdesk_TableQuantity : "tk" + helpdesk_TableR3C1 : "Detaili paigaldamine arvutisse" + helpdesk_TableR4C1 : "Sülearvuti tolmupuhastus + termopasta" + helpdesk_TableR5C1 : "Sülearvuti ekraani paigaldus" + helpdesk_TableR6C1 : "Arvuti komplekteerimine" + helpdesk_TableR7C1 : "Tarkvara hooldustöö ja paigaldamine " + helpdesk_TableR8C1 : "Muu elektroonika parandus" + helpdesk_TableR9C1 : "Andmete taastamine" + helpdesk_TableR10C1 : "Nutiseadmete tarkvarahooldus" + helpdesk_TableR11C1 : "Operating system reinstall" + helpdesk_TableR12C1 : "Nutitelefoni klaasi/display/aku vahetus" + helpdesk_TableFooter1 : "Jupid tellitakse kliendi enda poolt või kokkuleppel tehnikuga." + helpdesk_TableFooter2 : "Vajadusel tuleme üliõpilasküla ja Tehnopoli piires kohale." + helpdesk_TableFooter3 : "Oma tudengisõbralike hindade ja personaalse lähenemisega pakume teenust, milles ei pea pettuma!" + + helpdesk_LocationHeading : "Asukoht" + helpdesk_Location1 : "Akadeemia tee 5 ühiselamu" + helpdesk_Location2 : "ruum 008A" + + helpdesk_OpenHeading : "Lahtiolekuajad:" + helpdesk_OpenTime : "E - R 14-19*" + helpdesk_OpenDetails : "* Tegu on ajaperioodiga, mil meid on kõige tõenäolisem tabada. Siiski ei saa garanteerida kohalolekut." + + helpdesk_ContactHeading : "Kontakt" + helpdesk_ContactMail : "E-mail" + helpdesk_ContactPhone : "Telefon" + +en : + helpdesk_BannerHeading1 : "We'll give your computer " + helpdesk_BannerHeading2 : "a new life" + helpdesk_BannerSubHeading : " solves problems involving PCs and other electronics." + + helpdesk_WhatIsHeading : "What is HELPDESK?" + helpdesk_WhatIsDesc : "HELPDESK is a service provided by MTÜ Lapikud. Service is aimed towards students, lecturers and people otherwise interested. + Our team consists of wise and experienced IT students from TUT." + helpdesk_ServicesHeading : "What services do we provide?" + helpdesk_ServicesDesc1 : "Computer hardware diagnostics and repair" + helpdesk_ServicesDesc2 : "Computer hardware maintenance" + helpdesk_ServicesDesc3 : "Software diagnostics and configuration" + helpdesk_ServicesDesc4 : "Software installation" + helpdesk_ServicesDesc5 : "Other electronics repair" + + helpdesk_TableHeading : "Pricelist" + helpdesk_TableColHeading1 : "Service" + helpdesk_TableColHeading2 : "Quantity" + helpdesk_TableColHeading3 : "Price" + helpdesk_TableR1C1 : "Computer diagnostics" + helpdesk_TableR1C2 : "15 min" + helpdesk_TableR1C3 : "free" + helpdesk_TableR2C1 : "Computer diagnostics (15+ minutes)" + helpdesk_TableQuantity : "piece" + helpdesk_TableR3C1 : "Hardware installation" + helpdesk_TableR4C1 : "Laptop dusting + new thermal paste" + helpdesk_TableR5C1 : "Laptop display installation" + helpdesk_TableR6C1 : "PC building" + helpdesk_TableR7C1 : "Software maintenance and installation" + helpdesk_TableR8C1 : "General electronics repair" + helpdesk_TableR9C1 : "Data retrieval" + helpdesk_TableR10C1 : "Smart device software maintenance" + helpdesk_TableR11C1 : "Operating system reinstall" + helpdesk_TableR12C1 : "Smart phone glass/display/battery swap" + helpdesk_TableFooter1 : "All necessary components are provided by the client or ordered by the technician upon agreement." + helpdesk_TableFooter2 : "Technicians are able to come and service around campus and Tehnopol if necessary." + helpdesk_TableFooter3 : "With our student-friendly prices and personal approach we offer a service you don't have to be dissappointed in!" + + helpdesk_LocationHeading : "Location" + helpdesk_Location1 : "Akadeemia tee 5 dormitory" + helpdesk_Location2 : "room 008A" + + helpdesk_OpenHeading : "Opening hours:" + helpdesk_OpenTime : "Mon - Fri 14-19*" + helpdesk_OpenDetails : "* This is the time period when it's most likely to get ahold of someone. + However we can't guarantee that anyone's in the office during given hours." + + helpdesk_ContactHeading : "Contact" + helpdesk_ContactMail : "E-mail" + helpdesk_ContactPhone : "Phone" \ No newline at end of file diff --git a/_data/i18n/history.yml b/_data/i18n/history.yml new file mode 100644 index 0000000..2a9184d --- /dev/null +++ b/_data/i18n/history.yml @@ -0,0 +1,20 @@ +en: + history_HistoryHeading : "History" + history_HistoryParagraph : "MTÜ Lapikud was established in 2002 23. February. Organisation was created by a fellowship of + computer science students who liked to get together and dilly-dally. Reason why we were created a MTÜ ( nonprofit organization ) + was to get a .ee domain. The name \"Lapikud\" comes from times when computer science specialty's identification code was \"LAP\". + Back in 2002 til 2010 the organization's goal was simply to fill IT students' time and support their studies. + Since 2011 Lapikud titled themselves a Software development club and focused on involving students in development projects. + In Spring 2012 a first ever thesis hatched from Lapikud was defended and graded 5." + history_HistoryPrevBoards : "Previous managers of Lapikud" + +ee: + history_HistoryHeading : "Ajalugu" + history_HistoryParagraph : "MTÜ Lapikud loodi 2002. aasta 23. veebruaril. Organisatsiooni lõi sõpruskond informaatikuid, kellele meeldis koos aega viita. + Põhjus, miks üldse MTÜ tehti seisnes selles, et saada .ee domeen. Nimi “Lapikud” tuleneb sellest, + et siis oli informaatikute erialatähiseks “LAP”. Organisatsioon tegutses aastatel 2002 kuni 2010 + eesmärgiga sisustada IT tudengite vaba aega ning toetada IT õpinguid. + Aastast 2011 tituleerisid Lapikud ennast Tarkvaraarenduse klubiks, + ning organisatsiooni fookus on suunatud tudengite kaasamisse erinevatesse tarkvaraarenduse projektidesse. + 2012. aasta kevadel kaitsti ära esimene Lapikutest koorunud lõputöö hindele 5." + history_HistoryPrevBoards : "Organisatsiooni juhtinud inimesed läbi aegade" diff --git a/_data/localisation/index.yml b/_data/i18n/index.yml similarity index 97% rename from _data/localisation/index.yml rename to _data/i18n/index.yml index 71d4f23..f0690d4 100644 --- a/_data/localisation/index.yml +++ b/_data/i18n/index.yml @@ -1,6 +1,6 @@ en: index_ForStudentHeading : "For Student" - index_ForStudentDesc : "Come and develop your skills and befriend cool people" + index_ForStudentDesc : "Come develop your skills and meet cool people" index_ForStudentLink : "Learn more about our activites ->" index_HelpdeskHeading : "Helpdesk" diff --git a/_data/i18n/members.yml b/_data/i18n/members.yml new file mode 100644 index 0000000..30ecbc9 --- /dev/null +++ b/_data/i18n/members.yml @@ -0,0 +1,13 @@ +en: + members_MembersHeading : "Want to see your name here?" + members_MembersJoin : "Come and join us!" + members_JuniorsHeading : "Junior members of MTÜ Lapikud:" + members_SeniorsHeading : "Senior members of MTÜ Lapikud:" + members_AlumniHeading : "Graduates of MTÜ Lapikud:" + +ee: + members_MembersHeading : "Tahad, et ka sinu nimi ilmuks siia?" + members_MembersJoin : "Tule liitu meiega!" + members_JuniorsHeading : "MTÜ Lapikud noorliikmed:" + members_SeniorsHeading : "MTÜ Lapikud vanemliikmed:" + members_AlumniHeading : "Lapikute vilistlased:" \ No newline at end of file diff --git a/_data/i18n/mentors.yml b/_data/i18n/mentors.yml new file mode 100644 index 0000000..40fb59a --- /dev/null +++ b/_data/i18n/mentors.yml @@ -0,0 +1,27 @@ +ee: + mentors_PageHeading : "Mentorid" + mentors_PageDesc : "Siin on meie mentorid. Kui leiad kellegi, kellega huvid kattuvad, võta temaga julgelt ühendust!" + + mentors_MentorAge : "Vanus: " + mentors_MentorSpecialty : "Eriala: " + mentors_MentorTerm : "Kursus: " + mentors_MentorTeams : "Tiimid:" + mentors_MentorContacts : "Kontaktid:" + mentors_MentorPhone : "Telefon: " + + mentors_VariaWhyMe : "Miks peaksid valima minu enda mentoriks?" + mentors_VariaInterests : "Millega tegelen väljaspool Lapikuid?" + +en: + mentors_PageHeading : "Mentors" + mentors_PageDesc : "These are our mentors. If you find someone with whom you have something in common, get into contact!" + + mentors_MentorAge : "Age: " + mentors_MentorSpecialty : "Specialty: " + mentors_MentorTerm : "Term: " + mentors_MentorTeams : "Teams:" + mentors_MentorContacts : "Contact:" + mentors_MentorPhone : "Phone: " + + mentors_VariaWhyMe : "Why you should pick me as your mentor?" + mentors_VariaInterests : "What I do in my free time aside from Lapikud?" \ No newline at end of file diff --git a/_data/i18n/ourwork.yml b/_data/i18n/ourwork.yml new file mode 100644 index 0000000..17ec260 --- /dev/null +++ b/_data/i18n/ourwork.yml @@ -0,0 +1,9 @@ +en: + ourwork_BannerHeading : "Are you in need of a high quality software solution ?" + ourwork_BannerButton : "Contact us !" + ourwork_DoneWorks : "Previous solutions:" + +ee: + ourwork_BannerHeading : "Vajad head, kvaliteetset arendusteenust?" + ourwork_BannerButton : "Võta meiega ühendust!" + ourwork_DoneWorks : "Tehtud tööd:" \ No newline at end of file diff --git a/_data/i18n/pages.yml b/_data/i18n/pages.yml new file mode 100644 index 0000000..604f7fe --- /dev/null +++ b/_data/i18n/pages.yml @@ -0,0 +1,67 @@ +nav: + ee: + student: + name : "Tudengile" + url : "/student/" + mentors: + name : "Mentorid" + url : "/mentors/" + helpdesk: + name : "Helpdesk" + url : "/helpdesk/" + ourwork: + name : "Ettevõttele" + url : "/ourwork/" + aboutus: + name : "Lapikutest" + url : "/aboutus/" + contact: + name : "Kontakt" + url : "/contact/" + en: + student: + name : "For students" + url : "/en/student/" + mentors: + name : "Mentors" + url : "/en/mentors/" + helpdesk: + name : "Helpdesk" + url : "/en/helpdesk/" + ourwork: + name : "For businesses" + url : "/en/ourwork/" + aboutus: + name : "About us" + url : "/en/aboutus/" + contact: + name : "Contact" + url : "/en/contact/" + +other: + ee: + home: + name : "Esileht" + url : "/" + statute: + name : "Põhikiri" + url : "/statute/" + history: + name : "Ajalugu" + url : "/history/" + members: + name : "Liikmed" + url : "/members/" + en: + home: + name : "Front page" + url : "/en/" + statute: + name : "Statute" + url : "/en/statute/" + history: + name : "History" + url : "/en/history/" + members: + name : "Members" + url : "/en/members/" \ No newline at end of file diff --git a/_data/i18n/student.yml b/_data/i18n/student.yml new file mode 100644 index 0000000..0390872 --- /dev/null +++ b/_data/i18n/student.yml @@ -0,0 +1,50 @@ +en: + student_WhatWeDoHeading : "What do we do?" + student_WhatWeDoDesc1 : "The main goal of Lapikud is to connect IT students to together develop software projects + and give students extra experience in addition to what they learn in university. + For that purpose we have a software development team which deals with both inside and external projects. + Helpdesk works on everything hardware and offers computer repair services." + student_WhatWeDoDesc2 : "In addition we organize events and gatherings and otherwise spend fun times together." + + student_WhatYouDoHeading : "What can you do?" + student_WhatYouDoDesc1 : "Join us!" + student_WhatYouDoDesc2 : "There are several ways to contribute to our cause if you wish. + We have four teams: software development, Helpdesk, marketing and events" + student_WhatYouDoDesc3 : "Joining the developers team you get practice which is not offered in the school. + You get to learn everything regarding software under our senior members, + not to mention experience in teamwork and a check in your CV." + student_WhatYouDoDesc4 : "In Helpdesk's team you can repair and build PCs and work with other electronics." + student_WhatYouDoDesc5 : "Events and marketing teams respectively are responsible for events and their marketing in Lapikud, + but also with some greater events (e.g. LAPhack)." + student_WhatYouDoJoin : "Join!" + student_MentorsHeading : "Mentors" + + # V grammatically correct ??? V + student_MentorsDesc : "If you want to join our organisation then fear not for you are helped by our experienced mentors + who'll help you to get rolling initially. Upon joining you'll get a mentor who'll introduce each team + and members of Lapikud to you and helps you with your first assignments." + student_MentorsMeet : "Meet our mentors!" + +ee: + student_WhatWeDoHeading : "Mida me teeme?" + student_WhatWeDoDesc1 : "Lapikute põhieesmärk on ühendada IT tudengeid, et üheskoos tegeleda tarkvaraprojektidega ja anda tudengile kooli kõrvalt lisakogemust. + Selleks on meil tarkvara tiim, mis tegeleb organisatsiooni siseste ja väliste projektidega. + Riistvara poolt on olemas Helpdesk, mis pakub tudengitele arvutiremonditeenust." + student_WhatWeDoDesc2 : "Peale selle korraldame ühiseid üritusi ja koosviibimisi ning veedame koos toredalt aega." + + student_WhatYouDoHeading : "Mida saad sina teha?" + student_WhatYouDoDesc1 : "Meiega liituda!" + student_WhatYouDoDesc2 : "Kui tunned, et tahad panustada meie organisatsiooni, siis on selleks mitu valikut. + Meil on neli meeskonda: tarkvara, Helpdesk, turundus ja üritused." + student_WhatYouDoDesc3 : "Tarkvara tiimiga liitudes saad praktikat, mida koolis ei pakuta. + Lisaks saad kogenud vanemliikme käe all õppida kõike tarkvara hoomavat, + rääkimata meeskonnatöö oskustest ja ilusast märkest CVsse." + student_WhatYouDoDesc4 : "Helpdeski meeskonnas on võimalik omal käel parandada ja komplekteerida arvuti riistvara ning teha palju muudki tehnikaga seonduvat." + student_WhatYouDoDesc5 : "Ürituste ja turundustiim tegelevad vastavalt Lapikute siseürituste korraldamise ja nende turundamisega, + lisaks ka mõne suurüritusega (näiteks LAPhack)." + student_WhatYouDoJoin : "Liitu!" + student_MentorsHeading : "Mentorid" + student_MentorsDesc : "Kui tahad meie organisatsiooniga liituda, siis pole midagi karta, sest algset sisseelamist abistavad mentorid. + Liitudes saad omale mentori, kes räägib täpsemalt, mida iga tiim teeb, + tutvustab sind teistele Lapikutele ja aitab esimeste ülesannetega." + student_MentorsMeet : "Tutvu meie mentoritega!" \ No newline at end of file diff --git a/_data/localisation/contact.yml b/_data/localisation/contact.yml deleted file mode 100644 index 4c30750..0000000 --- a/_data/localisation/contact.yml +++ /dev/null @@ -1,8 +0,0 @@ -en: - contact_ContactHeading : "Contact" - contact_ContactMail : "E-Mail:" - contact_ContactPhone : "Phone:" - contact_ContactAddress : "Address: Akadeemia tee 5, Tallinn, Estonia" - contact_ContactRegCode : "Reg.nr: 801 67 145" - - contact_BoardHeading : "Management" \ No newline at end of file diff --git a/_data/localisation/helpdesk.yml b/_data/localisation/helpdesk.yml deleted file mode 100644 index fa20539..0000000 --- a/_data/localisation/helpdesk.yml +++ /dev/null @@ -1,50 +0,0 @@ -en : - helpdesk_BannerHeading1 : "We'll give your computer " - helpdesk_BannerHeading2 : "a new life" - helpdesk_BannerSubHeading : " solves problems involving PCs and other electronics." - - helpdesk_WhatIsHeading : "What is HELPDESK ?" - helpdesk_WhatIsDesc : "HELPDESK is a service provided by MTÜ Lapikud. Service is aimed towards students, lecturers and people otherwise interested. - Our team consists of wise and experienced IT students from TUT." - helpdesk_ServicesHeading : "What services do we provide?" - helpdesk_ServicesDesc1 : "Computer hardware diagnostics and repair" - helpdesk_ServicesDesc2 : "Computer hardware maintenance" - helpdesk_ServicesDesc3 : "Software diagnostics and configuration" - helpdesk_ServicesDesc4 : "Software installation" - helpdesk_ServicesDesc5 : "Other electronics repair" - - helpdesk_TableHeading : "Pricelist" - helpdesk_TableColHeading1 : "Service" - helpdesk_TableColHeading2 : "Quantity" - helpdesk_TableColHeading3 : "Price" - helpdesk_TableR1C1 : "Computer diagnostics" - helpdesk_TableR1C2 : "15 min" - helpdesk_TableR1C3 : "free" - helpdesk_TableR2C1 : "Computer diagnostics (15+ minutes)" - helpdesk_TableQuantity : "piece" - helpdesk_TableR3C1 : "Hardware installation" - helpdesk_TableR4C1 : "Laptop dusting + new thermal paste" - helpdesk_TableR5C1 : "Laptop display installation" - helpdesk_TableR6C1 : "PC building" - helpdesk_TableR7C1 : "Software maintenance and installation" - helpdesk_TableR8C1 : "General electronics repair" - helpdesk_TableR9C1 : "Data retrieval" - helpdesk_TableR10C1 : "Smart device software maintenance" - helpdesk_TableR11C1 : "Operating system reinstall" - helpdesk_TableR12C1 : "Smart phone glass/display/battery swap" - helpdesk_TableFooter1 : "All necessary components are provided by the client or ordered by the technician upon agreement." - helpdesk_TableFooter2 : "Technicians are able to come and service around campus and Tehnopol if necessary." - helpdesk_TableFooter3 : "With our student-friendly prices and personal approach we offer a service you don't have to be dissappointed in!" - - helpdesk_LocationHeading : "Location" - helpdesk_Location1 : "Akadeemia tee 5 dormitory" - helpdesk_Location2 : "room 008A" - - helpdesk_OpenHeading : "Opening hours:" - helpdesk_OpenTime : "Mon - Fri 14-19*" - helpdesk_OpenDetails : "* This is the time period when it's most likely to get ahold of someone. - However we can't guarantee that anyone's in the office during given hours." - - helpdesk_ContactHeading : "Contact" - helpdesk_ContactMail : "E-mail" - helpdesk_ContactPhone : "Phone" \ No newline at end of file diff --git a/_data/localisation/history.yml b/_data/localisation/history.yml deleted file mode 100644 index 3980db9..0000000 --- a/_data/localisation/history.yml +++ /dev/null @@ -1,9 +0,0 @@ -en: - history_HistoryHeading : "History" - history_HistoryParagraph : "MTÜ Lapikud was established in 2002 23. February. Organisation was created by a fellowship of - computer science students who liked to get together and dilly-dally. Reason why we were created a MTÜ ( nonprofit organization ) - was to get a .ee domain. The name \"Lapikud\" comes from times when computer science specialty's identification code was \"LAP\". - Back in 2002 til 2010 the organization's goal was simply to fill IT students' time and support their studies. - Since 2011 Lapikud titled themselves a Software development club and focused on involving students in development projects. - In Spring 2012 a first ever thesis hatched from Lapikud was defended and graded 5." - history_HistoryPrevBoards : "Previous managers of Lapikud" diff --git a/_data/localisation/members.yml b/_data/localisation/members.yml deleted file mode 100644 index d0f44e4..0000000 --- a/_data/localisation/members.yml +++ /dev/null @@ -1,6 +0,0 @@ -en: - members_MembersHeading: "Want to see your name here?" - members_MembersJoin: "Come and join us !" - members_JuniorsHeading: "Junior members of MTÜ Lapikud:" - members_SeniorsHeading: "Senior members of MTÜ Lapikud:" - members_AlumniHeading: "Graduates of MTÜ Lapikud:" \ No newline at end of file diff --git a/_data/localisation/ourwork.yml b/_data/localisation/ourwork.yml deleted file mode 100644 index 5bfc703..0000000 --- a/_data/localisation/ourwork.yml +++ /dev/null @@ -1,4 +0,0 @@ -en: - ourwork_BannerHeading : "Are you in need of a high quality software solution ?" - ourwork_BannerButton : "Contact us !" - ourwork_DoneWorks : "Previous solutions:" \ No newline at end of file diff --git a/_data/localisation/student.yml b/_data/localisation/student.yml deleted file mode 100644 index 601c0c0..0000000 --- a/_data/localisation/student.yml +++ /dev/null @@ -1,26 +0,0 @@ -en: - student_WhatWeDoHeading: "What do we do ?" - student_WhatWeDoDesc1: "The main goal of Lapikud is to connect IT students to together develop software projects - and give students extra experience in addition to what they learn in university. - For that purpose we have a software development team which deals with both inside and external projects. - Helpdesk works on everything hardware and offers computer repair services." - student_WhatWeDoDesc2: "In addition we organize events and gatherings and otherwise spend fun times together." - - student_WhatYouDoHeading: "What can you do?" - student_WhatYouDoDesc1: "Join us !" - student_WhatYouDoDesc2: "There are several ways to contribute to our cause if you wish. - We have four teams: software development, Helpdesk, marketing and events" - student_WhatYouDoDesc3: "Joining the developers team you get practice which is not offered in the school. - You get to learn everything regarding software under our senior members, - not to mention experience in teamwork and a check in your CV." - student_WhatYouDoDesc4: "In Helpdesk's team you can repair and build PCs and work with other electronics." - student_WhatYouDoDesc5: "Events and marketing teams respectively are responsible for events and their marketing in Lapikud, - but also with some greater events (e.g. LAPhack)." - student_WhatYouDoJoin: "Join!" - student_MentorsHeading: "Mentors" - - # V grammatically correct ??? V - student_MentorsDesc: "If you want to join our organisation then fear not for you are helped by our experienced mentors - who'll help you to get rolling initially. Upon joining you'll get a mentor who'll introduce each team - and members of Lapikud to you and helps you with your first assignments." - student_MentorsMeet: "Meet our mentors !" \ No newline at end of file diff --git a/_includes/footer.html b/_includes/footer.html index 969532b..ced1fcd 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,23 +1,25 @@ +{% assign locale = site.data.i18n.footer[page.language] %} +{% assign home = site.data.i18n.pages.other[page.language].home %}
diff --git a/_includes/header.html b/_includes/header.html index a098e25..d1669c1 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,6 +1,7 @@ +
diff --git a/_includes/main_nav.html b/_includes/main_nav.html index f55f13a..e07561e 100644 --- a/_includes/main_nav.html +++ b/_includes/main_nav.html @@ -1,10 +1,4 @@ -{% if page.language == "ee" %} -
  • In English
  • -{% elsif page.language == "en" %} -
  • Eesti keeles
  • -{% endif %} - - +{% assign pages = site.data.i18n.pages.all %}
    diff --git a/_includes/pages/404.html b/_includes/pages/404.html new file mode 100644 index 0000000..6fc2f22 --- /dev/null +++ b/_includes/pages/404.html @@ -0,0 +1,14 @@ +
    +

    Sorry, this page doesn't exist.

    +

    (404 error)

    +
    + + diff --git a/_includes/pages/statute.html b/_includes/pages/statute.html new file mode 100644 index 0000000..8a19f7d --- /dev/null +++ b/_includes/pages/statute.html @@ -0,0 +1,195 @@ + +
    +

    MTÜ Lapikud põhikiri

    + +
    +

    1 ÜLDSÄTTED

    +

    1.1 Mittetulundusühingu (edaspidi “Ühing”) nimeks on mittetulundusühing Lapikud (lühendatult MTÜ Lapikud).
    + 1.1.1 Ühingu mitteametlik nimi on TTÜ Tarkvaraarenduse klubi.
    + 1.2 Ühingu asukohaks on Eesti Vabariik, Tallinn.
    + 1.3 Ühing on mittetulundusühinguna eraõiguslik juriidiline isik, mis oma tegevuses juhindub Eesti Vabariigi + seadustest, käesolevast põhikirjast ja muudest õigusaktidest.
    + 1.4 Ühingu missiooniks on tegeleda tudengiteadusega infotehnoloogia valdkonnas Tallinna Tehnikaülikoolis ja Eesti + Infotehnoloogia Kolledžis (edaspidi TTÜ ja EIK).
    + 1.4.1 Ühingu ülesanneteks on:

    +
      +
    • TTÜ ja EIK infotehnoloogiast huvitatud üliõpilaste koondamine ja rakendamine tarkvaraarenduse projektidesse. +
    • +
    • Info- ja telekommunikatsiooni alase õppetöö nõustamine.
    • +
    +

    1.4.2 Ühingu tegevuse põhimõteteks on:

    +
      +
    • liikmete hääleõiguse võrdsus;
    • +
    • liikmelisuse vabatahtlikkus ja mitteüleantavus;
    • +
    • liikmete, ainult põhikirjast tulenevad, kohustused Ühingu ees;
    • +
    • liikmete õigus Ühingust välja astuda;
    • +
    • liikmete vahel mittejaotatava vara, tulu ja kapitali olemasolu.
    • +
    +

    1.4.3 Ühingu põhitegevuseks ei ole majandustegevuse kaudu tulu saamine.
    + 1.5 Ühing võib omada varalisi ja mittevaralisi õigusi ning võtta kohustusi, tal on oma vara, iseseisev bilanss + ning oma sümboolika.
    + 1.6 Ühing vastutab oma kohustuste täitmise eest kogu oma varaga. Ühingu liige vastutab Ühingu kohustuste täitmise + eest vaid tasutud liikmemaksu (sisseastumismaksu ja aastamaksude) ulatuses.
    + 1.7 Ühing on asutatud määramata ajaks.
    + 1.8 Ühingu majandusaasta algus on 1. jaanuaril ja lõpp 31. detsembril.
    + 1.9 Ühingu töökeeleks on eesti keel.

    +

    2 LIIKMELISUS. LIIKMETE ÕIGUSED JA KOHUSTUSED

    +

    2.1 Kui käesolevas põhikirjas ei ole sätestatud teisiti, võib Ühingu liikmeks astuda iga füüsiline isik, kes on + õppinud või õpib Tallinna Tehnikaülikoolis või Eesti Infotehnoloogia Kolledžis. Liikmeks vastuvõtu otsustab + juhatus 1 kuu jooksul alates avalduse esitamisest. Juhatus peab liikmete registrit.
    + 2.2 Üldkoosolek võib erandkorras ja lihthäälteenamusega ühingu liikmeks vastu võtta ka punkti 2.1 nõudmistele + mittevastavaid isikuid.
    + 2.3 Liikmetel on õigus:

    +
      +
    • osaleda Ühingu koosolekutel;
    • +
    • valida Ühingu juhatust ning revisjonikomisjoni;
    • +
    • kandideerida Ühingu juhatusse ja/või revisjonikomisjoni;
    • +
    • saada teavet ühingu tegevuse tulemuste kohta;
    • +
    • astuda ühingust välja;
    • +
    • osaleda juhatuse koosolekul juhul, kui koosolekut ei ole kuulutatud kinniseks;
    • +
    • teha ettepanekuid Ühingu tegevuse tõhustamiseks;
    • +
    • osaleda Ühingu poolt informaatikatudengitele korraldatavatel üritustel;
    • +
    • algatada Ühingu põhikirja muutmist vähemalt ühe kümnendiku Ühingu liikmete ühisavaldusega.
    • +
    • Juhatus rahuldab väljaastumise avalduse 1 kuu jooksul avalduse esitamise päevast /arvates/ alates. Kui + liikmelisus lõpeb majandusaasta kestel, siis aastamaksu ei tagastata ning selle aasta eest kuulub liikmemaks + tasumisele. +
    • +
    +

    2.4 Kui ühingu juhatus ei ole mingil põhjusel võimeline sisseastumis- või lahkumisavaldust ettenähtud aja jooksul + rahuldama, otsustab liikme sisse- või väljaastumise üldkoosolek.
    + 2.5 Ühingu auliikmeks võib olla iga füüsiline või juriidiline isik.
    + 2.6 Ühingu auliikmeks vastu võtmise või auliikme staatuse tühistamise otsustab üldkoosolek.
    + 2.7 Ühingu auliige ei ole hääleõiguslik ega või olla valitud juhatuse ega revisjonikomisjoni liikmeks.
    + 2.8 Ühingu liikmelisus on seotud sisseastumismaksuga ja aastamaksuga. Liikmed tasuvad sisseastumismaksu ja + aastamaksu ühingu pangaarvele üldkoosoleku poolt kindlaksmääratud suuruses ja tähtajaks.
    + 2.9 Ühingu auliikmele sisseastumismaksu ja aastamaksu ei rakendata.
    + 2.10 Ühingu liige võidakse ühingust välja arvata:

    +
      +
    • kui liige ei täida põhikirjaga sätestatud kohustusi;
    • +
    • liikme surma puhul;
    • +
    • kui liige on saanud hakkama vääritu teoga.
    • +
    • Liikme ühingust välja arvamise otsustab juhatus.
    • +
    +

    2.11 Juhatuse otsuse liikme väljaarvamise kohta võib liige edasi kaevata ühingu üldkoosolekule seaduses + ettenähtud korras ja nõuda enda väljaarvamise otsustamist üldkoosoleku poolt.
    + 2.12 Isikul, kelle liikmelisus ühingus on lõppenud, ei ole õigusi ühingu vara suhtes.
    + 2.13 Ühingu liige on kohustatud:

    +
      +
    • täitma põhikirja järgseid nõudeid ja ühingu juhtorganite seaduspäraseid otsuseid;
    • +
    • õigeaegselt tasuma aastamaksu;
    • +
    • mitte rikkuma ühingu mainet.
    • +
    +

    3 JUHTIMINE

    +

    3.1 Ühingu kõrgeimaks organiks on selle liikmete üldkoosolek, kus võivad osaleda kõik ühingu liikmed. Üldkoosolek + tuleb kokku vähemalt 1 kord aastas.
    + 3.2 Üldkoosolek võtab vastu otsuseid kõikides ühingu juhtimise küsimustes, mida ei ole seaduse või käesoleva + põhikirjaga antud juhatuse või ühingu muu organi pädevusse.
    + 3.3 Üldkoosoleku pädevusse kuulub:

    +
      +
    • ühingu ühinemine ja jagunemine;
    • +
    • põhikirja muutmine;
    • +
    • eesmärkide muutmine;
    • +
    • juhatuse liikmete määramine;
    • +
    • juhatuse või selle liikmete tagasikutsumine;
    • +
    • juhatuse pädevust ületades tehtud otsuse tühistamine;
    • +
    • muude põhikirjaga ettenähtud organite liikmete valimine;
    • +
    • aastaaruande ja bilansi ning revisjoniaruande kinnitamine;
    • +
    • hinnangu andmine juhatuse tegevusele;
    • +
    • juhatuse või muu organi liikmega tehingu tegemise või tema vastu nõude esitamise otsustamine ja selles + tehingus või nõudes ühingu esindaja määramine; +
    • +
    • muude küsimuste otsustamine, mida ei ole seaduse või põhikirjaga antud ühingu teiste organite pädevusse.
    • +
    +

    3.4 Üldkoosoleku otsused on avalikud ja avaldatakse Ühingu koduleheküljel.
    + 3.5 Ühingu põhikirja või tegevuse eesmärkide muutmiseks on vajalik vähemalt 50% ühingu liikmete või nende + esindajate osavõtt üldkoosolekul. Põhikirja või eesmärkide muutmise otsus on vastu võetud, kui selle poolt + hääletavad üle 50% koosolekul osalenud liikmetest või nende lihtkirjalikult volitatud esindajatest.
    + 3.6 Ühingu juhtorganiks on juhatus, kes üldkoosolekute vahelisel ajal esindab Ühingut ja kes juhib Ühingu + põhikirjalist tegevust ja täidab käesoleva põhikirjaga talle pandud ülesandeid ning üldkoosoleku poolt + delegeeritud õiguste ja kohustuste piires.
    + 3.7 Üldkoosolek valib demokraatlikel valimistel salajasel hääletamisel kolme- kuni viieliikmelise juhatuse. Ühingu + juhatuse liikmeid saab valida Ühingu liikmete seast. Juhatuse volituse aja ning selleks ajaks valitavate juhatuse + liikmete arvu otsustab üldkoosolek.
    + 3.8 Juhatuse ülesanded:

    +
      +
    • Ühingu esindamine nii TTÜ-s ja EIK-s kui väljaspool seda;
    • +
    • Ühingu liikmete informeerimine oma tegevusest;
    • +
    • Ühingu liikmete info haldamine;
    • +
    • valmistada ette ja kuulutada välja üldkoosolekuid;
    • +
    • korraldada Ühingu käsutuses oleva vara valdamist ja kasutamist;
    • +
    • korraldada Ühingu rahaliste vahendite käsutamist üldkoosoleku poolt kehtestatud korras;
    • +
    • korraldada juhatuse koosolekuid vähemalt 2 korda poolaasta jooksul;
    • +
    • muud Ühingu eesmärkidega kooskõlas olevad ülesanded.
    • +
    +

    3.9 Üldkoosoleku otsusega võib poolte kokkuleppel Ühingu juhatusele anda täiendavaid ülesandeid.
    + 3.10 Juhatus teatab oma otsustest liikmetele, kas suuliselt või kirjalikult, ühe nädala jooksul.
    + 3.11 Juhatus on aruandekohustuslik üldkoosoleku ees.
    + 3.12 Juhatuse otsused võetakse vastu juhatuse koosolekul lihthäälteenamuse alusel. Juhatuse koosolek on + otsustusvõimeline, kui kohal on vähemalt 2/3 juhatuse liikmetest.
    + 3.13 Juhatuse liikmetel on õigus saada tagasivalituks.
    + 3.14 Juhatus korraldab ühingu raamatupidamist vastavalt raamatupidamise seadusele ning omab aruandekohustust + üldkoosoleku ees vastavalt seadusele.
    + 3.15 Juhatuse igal liikmel on õigus esindada ühingut kõikides õigustoimingutes eraldi.
    + 3.16 Juhatuse liikme tagasi kutsumiseks on vajalik vähemalt 50% ühingu liikmete või nende esindajate osavõtt + üldkoosolekul. Tagasikutsumise otsustab üldkoosolek salajasel hääletusel. Juhatuse liikme tagasi kutsumise otsus + on vastu võetud, kui selle poolt hääletavad üle 50% koosolekul osalenud liikmetest või nende esindajatest.
    + 3.17 Tagasikutsumist võib algatada, kui seda nõuavad vähemalt 10% Ühingu liikmetest.
    + 3.18 Tagasikutsumine tuleb vormistada kirjalikult ning esitada Ühingu juhatusele. Tagasikutsumisavalduse peab + päevakorda võtma esitamisele järgneval üldkoosolekul esimese päevakorrapunktina.
    + 3.19 Juhatuse liikme tagasiastumise või ühingust välja arvamise korral valib üldkoosolek uue juhatuse liikme + järgmisel korralisel või erakorralisel üldkoosolekul.

    +

    4 ÜHINGU TÖÖKORD

    +

    4.1 Ühingu töö vormiks on koosolek.
    + 4.2 Koosoleku kutsub kokku Ühingu juhatus või projektijuht.
    + 4.3 Korralisest üldkoosolekust tuleb juhatusel Ühingu liikmeid teavitada vähemalt 3 nädalat enne üldkoosoleku + toimumist ning erakorralisest üldkoosolekust vähemalt 1 nädal enne. Teavitamine käib läbi Ühingu kodulehekülje, + meililisti või e-posti teel.
    + 4.4 Koosoleku kokkukutsujal on õigus koosolek kuulutada kinniseks. Kinnise koosoleku ajal võivad koosoleku ruumis + viibida vaid Ühingu liikmed ning koosoleku kokkukutsujalt selleks loa saanud inimesed.
    + 4.5 Üldkoosolekuid juhatab üks juhatuse liikmeist.
    + 4.6 Juhatus võib soovi korral valida üldkoosolekut juhatama ka teisi Ühingu liikmeid.
    + 4.7 Igal Ühingu liikmel on üks hääl. Üldkoosolek on otsustusvõimeline, kui sellel osaleb või on lihtkirjalike + volituste alusel esindatud vähemalt 30% ühingu liikmeist. Otsused võetakse vastu lihthäälteenamuse alusel, kui + konkreetse juhu kohta pole põhikirjas sätestatud teisiti. Kui üldkoosolek ei ole ülalsätestatud kvooruminõude + tõttu pädev otsuseid vastu võtma, kutsub juhatus ühe nädala jooksul kokku uue üldkoosoleku sama päevakorraga. Uus + üldkoosolek on pädev otsuseid vastu võtma, sõltumata üldkoosolekul osalenud või esindatud liikmete arvust, kuid + üksnes juhul, kui üldkoosolekul osaleb või on esindatud vähemalt 7 liiget.
    + 4.8 Hääletada saab otsuse poolt, vastu või jääda erapooletuks.
    + 4.9 Hääletamine Ühingu koosolekul on avalik, kui käesolevas põhikirjas ei ole ette nähtud teisiti.
    + 4.10 Kõik koosolekul toimuvad isikuvalimised on salajased.
    + 4.11 Koosoleku kokkukutsuja võib otsustada, et hääletus on salajane, kui seda nõuab vähemalt 5 Ühingu liiget.
    + 4.12 Kõiki Ühingu koosolekuid protokollitakse ja vastuvõetud otsused vormistatakse eraldi aktina.
    + 4.13 Ühingu koosoleku protokoll ja otsused peavad olema tehtud kättesaadavaks kümne tööpäeva jooksul pärast + koosoleku toimumist.

    +

    5 MAJANDUSTEGEVUS JA VARA JAOTUS

    +

    5.1 Ühingu vara tekib liikmete sisseastumismaksudest, aastamaksudest ja muudest maksetest, ühingu vara + kasutamisest ja tegevusest saadavast tulust ning muudest laekumistest või annetustest.
    + 5.2 Ühing ekspluateerib ja remondib tema valduses või omandis olevat vara täieliku isemajandamise põhimõttel ja + lepinguvabaduse tingimustes.
    + 5.3 Vara valdamist, kasutamist ja säilimist ning rahaliste vahendite käsutamist korraldab Ühingu juhatus + põhikirjaliste ülesannete täitmiseks kooskõlas õigusaktide ja kehtestatud korraga.

    +

    6 TEADETE AVALIKUSTAMINE

    +

    6.1 Juhatuse, revisjonikomisjoni ja muude ühingu organite teated ühingu liikmetele avalikustatakse üldkoosolekul.
    + 6.2 Edasilükkamatuid ja kiireloomulisi teateid võidakse avalikustada liikmeile ka globaalsete, üleriigiliste või + kohalike meediakanalite kaudu.

    +

    7 KONTROLL JA REVIDEERIMINE

    +

    7.1 Üldkoosolek teostab järelvalvet teiste ühingu organite tegevuse üle. Selle ülesande täitmiseks võib määrata + üldkoosolek revisjoni või audiitorkontrolli. Revisjoni volituste aja ning selleks ajaks valitavate + revisjonikomisjoni liikmete arvu otsustab üldkoosolek.
    + 7.2 Revisjonikomisjoni liige ei pea olema Ühingu liige.
    + 7.3 Revisjonikomisjoni liige ei tohi kuuluda juhatusse.
    + 7.4 Revisjonikomisjon on aruandekohustuslik üldkoosoleku ees.
    + 7.5 Juhatuse ja muu organi liikmed peavad võimaldama revidendil (revisjonikomisjonil) või audiitoril tutvuda kõigi + revisjoni või audiitorkontrolli läbiviimiseks vajalike dokumentidega ning andma vajalikku teavet.

    +

    8 LÕPETAMINE, ÜHINEMINE JA JAGUNEMINE

    +

    8.1 Ühingu lõpetamine, ühinemine ja jagunemine toimub seaduses sätestatud korras.
    + 8.2 Ühingu lõpetamise, ühinemise ja jagunemise otsustamiseks on vajalik vähemalt 2/3 ühingu liikmete või nende + esindajate osavõtt üldkoosolekul. Ühingu lõpetamise, ühinemise või jagunemise otsus on vastu võetud, kui selle + poolt hääletavad üle 2/3 koosolekul osalenud liikmetest või nende esindajatest.
    + 8.3 Ühingu likvideerijaks on juhatus.
    + 8.4 Pärast võlausaldajate kõigi nõuete rahuldamist ja nõuet mitte esitanud teada olevate võlausaldajate raha + deponeerimist jaotatakse ülejäänud vara üldkoosoleku otsusega määratud õigustatud isikute vahel.
    + Käesolev põhikiri on vastu võetud mittetulundusühingu Lapikud asutamiskoosolekul 23. veebruaril 2002. a. + ühehäälselt ning täiendatud üldkoosolekul 20. mail 2004. a.

    +
    +
    diff --git a/_includes/pages/striim.html b/_includes/pages/striim.html new file mode 100644 index 0000000..f58647d --- /dev/null +++ b/_includes/pages/striim.html @@ -0,0 +1,31 @@ +
    +

    Striim

    +
    +
    +
    + + video0 + + + + video1 + + + + video2 + +
    + +
    +

    + Kahtlane FM vaikuse peletamiseks: +

    +
    + +
    + + +
    diff --git a/_sass/header.scss b/_sass/header.scss index d5942c5..d26668b 100644 --- a/_sass/header.scss +++ b/_sass/header.scss @@ -47,6 +47,19 @@ padding: 1rem 2rem; } } + .flag { + display: block; + text-align : center; + width : auto; + height : auto; + margin-left : 0; + } + #flag-en { + background: none; + } + #flag-ee { + background: none; + } } &:hover ul { @@ -64,13 +77,16 @@ #main-menu-button:active svg { fill: $color-primary; } + } .flag { - display : inline-block; - width : 32px; - height : 32px; - margin-left : 1rem; - vertical-align : middle; + display : inline-block; + width : 32px; + height : 32px; + margin-left : 1rem; + vertical-align : middle; + background : no-repeat; + font-size: 0; } #flag-en { background-image: url("/assets/en.svg"); diff --git a/assets/en.svg b/assets/en.svg new file mode 100644 index 0000000..c3fc6cb --- /dev/null +++ b/assets/en.svg @@ -0,0 +1,5 @@ + \ No newline at end of file diff --git a/assets/est.svg b/assets/est.svg new file mode 100644 index 0000000..ff1dfce --- /dev/null +++ b/assets/est.svg @@ -0,0 +1,5 @@ + \ No newline at end of file diff --git a/statute.html b/statute.html index 044737b..08b56b7 100644 --- a/statute.html +++ b/statute.html @@ -1,201 +1,6 @@ --- layout: default title: Põhikiri - Lapikud +language: ee --- -
    -

    MTÜ Lapikud põhikiri

    - - -
    -

    1 ÜLDSÄTTED

    -

    1.1 Mittetulundusühingu (edaspidi “Ühing”) nimeks on mittetulundusühing Lapikud (lühendatult MTÜ Lapikud).
    - 1.1.1 Ühingu mitteametlik nimi on TTÜ Tarkvaraarenduse klubi.
    - 1.2 Ühingu asukohaks on Eesti Vabariik, Tallinn.
    - 1.3 Ühing on mittetulundusühinguna eraõiguslik juriidiline isik, mis oma tegevuses juhindub Eesti Vabariigi - seadustest, käesolevast põhikirjast ja muudest õigusaktidest.
    - 1.4 Ühingu missiooniks on tegeleda tudengiteadusega infotehnoloogia valdkonnas Tallinna Tehnikaülikoolis ja Eesti - Infotehnoloogia Kolledžis (edaspidi TTÜ ja EIK).
    - 1.4.1 Ühingu ülesanneteks on:

    -
      -
    • TTÜ ja EIK infotehnoloogiast huvitatud üliõpilaste koondamine ja rakendamine tarkvaraarenduse projektidesse. -
    • -
    • Info- ja telekommunikatsiooni alase õppetöö nõustamine.
    • -
    -

    1.4.2 Ühingu tegevuse põhimõteteks on:

    -
      -
    • liikmete hääleõiguse võrdsus;
    • -
    • liikmelisuse vabatahtlikkus ja mitteüleantavus;
    • -
    • liikmete, ainult põhikirjast tulenevad, kohustused Ühingu ees;
    • -
    • liikmete õigus Ühingust välja astuda;
    • -
    • liikmete vahel mittejaotatava vara, tulu ja kapitali olemasolu.
    • -
    -

    1.4.3 Ühingu põhitegevuseks ei ole majandustegevuse kaudu tulu saamine.
    - 1.5 Ühing võib omada varalisi ja mittevaralisi õigusi ning võtta kohustusi, tal on oma vara, iseseisev bilanss - ning oma sümboolika.
    - 1.6 Ühing vastutab oma kohustuste täitmise eest kogu oma varaga. Ühingu liige vastutab Ühingu kohustuste täitmise - eest vaid tasutud liikmemaksu (sisseastumismaksu ja aastamaksude) ulatuses.
    - 1.7 Ühing on asutatud määramata ajaks.
    - 1.8 Ühingu majandusaasta algus on 1. jaanuaril ja lõpp 31. detsembril.
    - 1.9 Ühingu töökeeleks on eesti keel.

    -

    2 LIIKMELISUS. LIIKMETE ÕIGUSED JA KOHUSTUSED

    -

    2.1 Kui käesolevas põhikirjas ei ole sätestatud teisiti, võib Ühingu liikmeks astuda iga füüsiline isik, kes on - õppinud või õpib Tallinna Tehnikaülikoolis või Eesti Infotehnoloogia Kolledžis. Liikmeks vastuvõtu otsustab - juhatus 1 kuu jooksul alates avalduse esitamisest. Juhatus peab liikmete registrit.
    - 2.2 Üldkoosolek võib erandkorras ja lihthäälteenamusega ühingu liikmeks vastu võtta ka punkti 2.1 nõudmistele - mittevastavaid isikuid.
    - 2.3 Liikmetel on õigus:

    -
      -
    • osaleda Ühingu koosolekutel;
    • -
    • valida Ühingu juhatust ning revisjonikomisjoni;
    • -
    • kandideerida Ühingu juhatusse ja/või revisjonikomisjoni;
    • -
    • saada teavet ühingu tegevuse tulemuste kohta;
    • -
    • astuda ühingust välja;
    • -
    • osaleda juhatuse koosolekul juhul, kui koosolekut ei ole kuulutatud kinniseks;
    • -
    • teha ettepanekuid Ühingu tegevuse tõhustamiseks;
    • -
    • osaleda Ühingu poolt informaatikatudengitele korraldatavatel üritustel;
    • -
    • algatada Ühingu põhikirja muutmist vähemalt ühe kümnendiku Ühingu liikmete ühisavaldusega.
    • -
    • Juhatus rahuldab väljaastumise avalduse 1 kuu jooksul avalduse esitamise päevast /arvates/ alates. Kui - liikmelisus lõpeb majandusaasta kestel, siis aastamaksu ei tagastata ning selle aasta eest kuulub liikmemaks - tasumisele. -
    • -
    -

    2.4 Kui ühingu juhatus ei ole mingil põhjusel võimeline sisseastumis- või lahkumisavaldust ettenähtud aja jooksul - rahuldama, otsustab liikme sisse- või väljaastumise üldkoosolek.
    - 2.5 Ühingu auliikmeks võib olla iga füüsiline või juriidiline isik.
    - 2.6 Ühingu auliikmeks vastu võtmise või auliikme staatuse tühistamise otsustab üldkoosolek.
    - 2.7 Ühingu auliige ei ole hääleõiguslik ega või olla valitud juhatuse ega revisjonikomisjoni liikmeks.
    - 2.8 Ühingu liikmelisus on seotud sisseastumismaksuga ja aastamaksuga. Liikmed tasuvad sisseastumismaksu ja - aastamaksu ühingu pangaarvele üldkoosoleku poolt kindlaksmääratud suuruses ja tähtajaks.
    - 2.9 Ühingu auliikmele sisseastumismaksu ja aastamaksu ei rakendata.
    - 2.10 Ühingu liige võidakse ühingust välja arvata:

    -
      -
    • kui liige ei täida põhikirjaga sätestatud kohustusi;
    • -
    • liikme surma puhul;
    • -
    • kui liige on saanud hakkama vääritu teoga.
    • -
    • Liikme ühingust välja arvamise otsustab juhatus.
    • -
    -

    2.11 Juhatuse otsuse liikme väljaarvamise kohta võib liige edasi kaevata ühingu üldkoosolekule seaduses - ettenähtud korras ja nõuda enda väljaarvamise otsustamist üldkoosoleku poolt.
    - 2.12 Isikul, kelle liikmelisus ühingus on lõppenud, ei ole õigusi ühingu vara suhtes.
    - 2.13 Ühingu liige on kohustatud:

    -
      -
    • täitma põhikirja järgseid nõudeid ja ühingu juhtorganite seaduspäraseid otsuseid;
    • -
    • õigeaegselt tasuma aastamaksu;
    • -
    • mitte rikkuma ühingu mainet.
    • -
    -

    3 JUHTIMINE

    -

    3.1 Ühingu kõrgeimaks organiks on selle liikmete üldkoosolek, kus võivad osaleda kõik ühingu liikmed. Üldkoosolek - tuleb kokku vähemalt 1 kord aastas.
    - 3.2 Üldkoosolek võtab vastu otsuseid kõikides ühingu juhtimise küsimustes, mida ei ole seaduse või käesoleva - põhikirjaga antud juhatuse või ühingu muu organi pädevusse.
    - 3.3 Üldkoosoleku pädevusse kuulub:

    -
      -
    • ühingu ühinemine ja jagunemine;
    • -
    • põhikirja muutmine;
    • -
    • eesmärkide muutmine;
    • -
    • juhatuse liikmete määramine;
    • -
    • juhatuse või selle liikmete tagasikutsumine;
    • -
    • juhatuse pädevust ületades tehtud otsuse tühistamine;
    • -
    • muude põhikirjaga ettenähtud organite liikmete valimine;
    • -
    • aastaaruande ja bilansi ning revisjoniaruande kinnitamine;
    • -
    • hinnangu andmine juhatuse tegevusele;
    • -
    • juhatuse või muu organi liikmega tehingu tegemise või tema vastu nõude esitamise otsustamine ja selles - tehingus või nõudes ühingu esindaja määramine; -
    • -
    • muude küsimuste otsustamine, mida ei ole seaduse või põhikirjaga antud ühingu teiste organite pädevusse.
    • -
    -

    3.4 Üldkoosoleku otsused on avalikud ja avaldatakse Ühingu koduleheküljel.
    - 3.5 Ühingu põhikirja või tegevuse eesmärkide muutmiseks on vajalik vähemalt 50% ühingu liikmete või nende - esindajate osavõtt üldkoosolekul. Põhikirja või eesmärkide muutmise otsus on vastu võetud, kui selle poolt - hääletavad üle 50% koosolekul osalenud liikmetest või nende lihtkirjalikult volitatud esindajatest.
    - 3.6 Ühingu juhtorganiks on juhatus, kes üldkoosolekute vahelisel ajal esindab Ühingut ja kes juhib Ühingu - põhikirjalist tegevust ja täidab käesoleva põhikirjaga talle pandud ülesandeid ning üldkoosoleku poolt - delegeeritud õiguste ja kohustuste piires.
    - 3.7 Üldkoosolek valib demokraatlikel valimistel salajasel hääletamisel kolme- kuni viieliikmelise juhatuse. Ühingu - juhatuse liikmeid saab valida Ühingu liikmete seast. Juhatuse volituse aja ning selleks ajaks valitavate juhatuse - liikmete arvu otsustab üldkoosolek.
    - 3.8 Juhatuse ülesanded:

    -
      -
    • Ühingu esindamine nii TTÜ-s ja EIK-s kui väljaspool seda;
    • -
    • Ühingu liikmete informeerimine oma tegevusest;
    • -
    • Ühingu liikmete info haldamine;
    • -
    • valmistada ette ja kuulutada välja üldkoosolekuid;
    • -
    • korraldada Ühingu käsutuses oleva vara valdamist ja kasutamist;
    • -
    • korraldada Ühingu rahaliste vahendite käsutamist üldkoosoleku poolt kehtestatud korras;
    • -
    • korraldada juhatuse koosolekuid vähemalt 2 korda poolaasta jooksul;
    • -
    • muud Ühingu eesmärkidega kooskõlas olevad ülesanded.
    • -
    -

    3.9 Üldkoosoleku otsusega võib poolte kokkuleppel Ühingu juhatusele anda täiendavaid ülesandeid.
    - 3.10 Juhatus teatab oma otsustest liikmetele, kas suuliselt või kirjalikult, ühe nädala jooksul.
    - 3.11 Juhatus on aruandekohustuslik üldkoosoleku ees.
    - 3.12 Juhatuse otsused võetakse vastu juhatuse koosolekul lihthäälteenamuse alusel. Juhatuse koosolek on - otsustusvõimeline, kui kohal on vähemalt 2/3 juhatuse liikmetest.
    - 3.13 Juhatuse liikmetel on õigus saada tagasivalituks.
    - 3.14 Juhatus korraldab ühingu raamatupidamist vastavalt raamatupidamise seadusele ning omab aruandekohustust - üldkoosoleku ees vastavalt seadusele.
    - 3.15 Juhatuse igal liikmel on õigus esindada ühingut kõikides õigustoimingutes eraldi.
    - 3.16 Juhatuse liikme tagasi kutsumiseks on vajalik vähemalt 50% ühingu liikmete või nende esindajate osavõtt - üldkoosolekul. Tagasikutsumise otsustab üldkoosolek salajasel hääletusel. Juhatuse liikme tagasi kutsumise otsus - on vastu võetud, kui selle poolt hääletavad üle 50% koosolekul osalenud liikmetest või nende esindajatest.
    - 3.17 Tagasikutsumist võib algatada, kui seda nõuavad vähemalt 10% Ühingu liikmetest.
    - 3.18 Tagasikutsumine tuleb vormistada kirjalikult ning esitada Ühingu juhatusele. Tagasikutsumisavalduse peab - päevakorda võtma esitamisele järgneval üldkoosolekul esimese päevakorrapunktina.
    - 3.19 Juhatuse liikme tagasiastumise või ühingust välja arvamise korral valib üldkoosolek uue juhatuse liikme - järgmisel korralisel või erakorralisel üldkoosolekul.

    -

    4 ÜHINGU TÖÖKORD

    -

    4.1 Ühingu töö vormiks on koosolek.
    - 4.2 Koosoleku kutsub kokku Ühingu juhatus või projektijuht.
    - 4.3 Korralisest üldkoosolekust tuleb juhatusel Ühingu liikmeid teavitada vähemalt 3 nädalat enne üldkoosoleku - toimumist ning erakorralisest üldkoosolekust vähemalt 1 nädal enne. Teavitamine käib läbi Ühingu kodulehekülje, - meililisti või e-posti teel.
    - 4.4 Koosoleku kokkukutsujal on õigus koosolek kuulutada kinniseks. Kinnise koosoleku ajal võivad koosoleku ruumis - viibida vaid Ühingu liikmed ning koosoleku kokkukutsujalt selleks loa saanud inimesed.
    - 4.5 Üldkoosolekuid juhatab üks juhatuse liikmeist.
    - 4.6 Juhatus võib soovi korral valida üldkoosolekut juhatama ka teisi Ühingu liikmeid.
    - 4.7 Igal Ühingu liikmel on üks hääl. Üldkoosolek on otsustusvõimeline, kui sellel osaleb või on lihtkirjalike - volituste alusel esindatud vähemalt 30% ühingu liikmeist. Otsused võetakse vastu lihthäälteenamuse alusel, kui - konkreetse juhu kohta pole põhikirjas sätestatud teisiti. Kui üldkoosolek ei ole ülalsätestatud kvooruminõude - tõttu pädev otsuseid vastu võtma, kutsub juhatus ühe nädala jooksul kokku uue üldkoosoleku sama päevakorraga. Uus - üldkoosolek on pädev otsuseid vastu võtma, sõltumata üldkoosolekul osalenud või esindatud liikmete arvust, kuid - üksnes juhul, kui üldkoosolekul osaleb või on esindatud vähemalt 7 liiget.
    - 4.8 Hääletada saab otsuse poolt, vastu või jääda erapooletuks.
    - 4.9 Hääletamine Ühingu koosolekul on avalik, kui käesolevas põhikirjas ei ole ette nähtud teisiti.
    - 4.10 Kõik koosolekul toimuvad isikuvalimised on salajased.
    - 4.11 Koosoleku kokkukutsuja võib otsustada, et hääletus on salajane, kui seda nõuab vähemalt 5 Ühingu liiget.
    - 4.12 Kõiki Ühingu koosolekuid protokollitakse ja vastuvõetud otsused vormistatakse eraldi aktina.
    - 4.13 Ühingu koosoleku protokoll ja otsused peavad olema tehtud kättesaadavaks kümne tööpäeva jooksul pärast - koosoleku toimumist.

    -

    5 MAJANDUSTEGEVUS JA VARA JAOTUS

    -

    5.1 Ühingu vara tekib liikmete sisseastumismaksudest, aastamaksudest ja muudest maksetest, ühingu vara - kasutamisest ja tegevusest saadavast tulust ning muudest laekumistest või annetustest.
    - 5.2 Ühing ekspluateerib ja remondib tema valduses või omandis olevat vara täieliku isemajandamise põhimõttel ja - lepinguvabaduse tingimustes.
    - 5.3 Vara valdamist, kasutamist ja säilimist ning rahaliste vahendite käsutamist korraldab Ühingu juhatus - põhikirjaliste ülesannete täitmiseks kooskõlas õigusaktide ja kehtestatud korraga.

    -

    6 TEADETE AVALIKUSTAMINE

    -

    6.1 Juhatuse, revisjonikomisjoni ja muude ühingu organite teated ühingu liikmetele avalikustatakse üldkoosolekul.
    - 6.2 Edasilükkamatuid ja kiireloomulisi teateid võidakse avalikustada liikmeile ka globaalsete, üleriigiliste või - kohalike meediakanalite kaudu.

    -

    7 KONTROLL JA REVIDEERIMINE

    -

    7.1 Üldkoosolek teostab järelvalvet teiste ühingu organite tegevuse üle. Selle ülesande täitmiseks võib määrata - üldkoosolek revisjoni või audiitorkontrolli. Revisjoni volituste aja ning selleks ajaks valitavate - revisjonikomisjoni liikmete arvu otsustab üldkoosolek.
    - 7.2 Revisjonikomisjoni liige ei pea olema Ühingu liige.
    - 7.3 Revisjonikomisjoni liige ei tohi kuuluda juhatusse.
    - 7.4 Revisjonikomisjon on aruandekohustuslik üldkoosoleku ees.
    - 7.5 Juhatuse ja muu organi liikmed peavad võimaldama revidendil (revisjonikomisjonil) või audiitoril tutvuda kõigi - revisjoni või audiitorkontrolli läbiviimiseks vajalike dokumentidega ning andma vajalikku teavet.

    -

    8 LÕPETAMINE, ÜHINEMINE JA JAGUNEMINE

    -

    8.1 Ühingu lõpetamine, ühinemine ja jagunemine toimub seaduses sätestatud korras.
    - 8.2 Ühingu lõpetamise, ühinemise ja jagunemise otsustamiseks on vajalik vähemalt 2/3 ühingu liikmete või nende - esindajate osavõtt üldkoosolekul. Ühingu lõpetamise, ühinemise või jagunemise otsus on vastu võetud, kui selle - poolt hääletavad üle 2/3 koosolekul osalenud liikmetest või nende esindajatest.
    - 8.3 Ühingu likvideerijaks on juhatus.
    - 8.4 Pärast võlausaldajate kõigi nõuete rahuldamist ja nõuet mitte esitanud teada olevate võlausaldajate raha - deponeerimist jaotatakse ülejäänud vara üldkoosoleku otsusega määratud õigustatud isikute vahel.
    - Käesolev põhikiri on vastu võetud mittetulundusühingu Lapikud asutamiskoosolekul 23. veebruaril 2002. a. - ühehäälselt ning täiendatud üldkoosolekul 20. mail 2004. a.

    - - -
    -
    +{% include pages/statute.html %} \ No newline at end of file diff --git a/striim.html b/striim.html index 0e9fff3..5264357 100644 --- a/striim.html +++ b/striim.html @@ -1,35 +1,6 @@ --- layout: default +language: ee --- +{% include pages/striim.html %} -
    -

    Striim

    -
    -
    - - -
    -

    - Kahtlane FM vaikuse peletamiseks: -

    -
    - -
    - - -
    From 228214c11b71b23a1a019950e90f692db6136e03 Mon Sep 17 00:00:00 2001 From: "Mart-Erki.Noumees" Date: Wed, 3 Oct 2018 01:14:08 +0300 Subject: [PATCH 15/18] Fixed 404, striim and statute again. Now you can change lang while on those pages. --- 404.html | 3 ++- _data/i18n/pages.yml | 62 ++++++++++++++++++++++++++------------------ en/404.html | 7 +++++ en/statute.html | 7 +++++ en/striim.html | 7 +++++ statute.html | 1 + striim.html | 1 + 7 files changed, 62 insertions(+), 26 deletions(-) create mode 100644 en/404.html create mode 100644 en/statute.html create mode 100644 en/striim.html diff --git a/404.html b/404.html index fecfbaf..0da6d2a 100644 --- a/404.html +++ b/404.html @@ -1,6 +1,7 @@ --- layout: default title: 404 - Page not found -language: en +language: ee +tag: 404 --- {% include pages/404.html %} diff --git a/_data/i18n/pages.yml b/_data/i18n/pages.yml index 4c3bc7c..9e2fe14 100644 --- a/_data/i18n/pages.yml +++ b/_data/i18n/pages.yml @@ -13,23 +13,29 @@ all: name : "Liikmed" url : "/members/" student: - name: "Tudengile" - url: "/student/" + name : "Tudengile" + url : "/student/" mentors: - name: "Mentorid" - url: "/mentors/" + name : "Mentorid" + url : "/mentors/" helpdesk: - name: "Helpdesk" - url: "/helpdesk/" + name : "Helpdesk" + url : "/helpdesk/" ourwork: - name: "Ettevõttele" - url: "/ourwork/" + name : "Ettevõttele" + url : "/ourwork/" aboutus: - name: "Lapikutest" - url: "/aboutus/" + name : "Lapikutest" + url : "/aboutus/" contact: - name: "Kontakt" - url: "/contact/" + name : "Kontakt" + url : "/contact/" + 404: + url : "/404" + striim: + name : "Striim" + url : "/striim/" + en: home: name : "Front page" @@ -43,24 +49,30 @@ all: members: name : "Members" url : "/en/members/" - student: - name: "For students" - url: "/en/student/" + student : + name : "For students" + url : "/en/student/" mentors: - name: "Mentors" - url: "/en/mentors/" + name : "Mentors" + url : "/en/mentors/" helpdesk: - name: "Helpdesk" - url: "/en/helpdesk/" + name : "Helpdesk" + url : "/en/helpdesk/" ourwork: - name: "For businesses" - url: "/en/ourwork/" + name : "For businesses" + url : "/en/ourwork/" aboutus: - name: "About us" - url: "/en/aboutus/" + name : "About us" + url : "/en/aboutus/" contact: - name: "Contact" - url: "/en/contact/" + name : "Contact" + url : "/en/contact/" + 404: + url : "/en/404" + striim: + name : "Striim" + url : "/en/striim/" + # For iterating through and populating navbar nav: diff --git a/en/404.html b/en/404.html new file mode 100644 index 0000000..048ad2a --- /dev/null +++ b/en/404.html @@ -0,0 +1,7 @@ +--- +layout: default +title: 404 - Page not found +language: en +tag: 404 +--- +{% include pages/404.html %} diff --git a/en/statute.html b/en/statute.html new file mode 100644 index 0000000..896ab6e --- /dev/null +++ b/en/statute.html @@ -0,0 +1,7 @@ +--- +layout: default +title: Statute - Lapikud +language: en +tag: statute +--- +{% include pages/statute.html %} \ No newline at end of file diff --git a/en/striim.html b/en/striim.html new file mode 100644 index 0000000..d6f143f --- /dev/null +++ b/en/striim.html @@ -0,0 +1,7 @@ +--- +layout: default +language: en +tag: striim +--- +{% include pages/striim.html %} + diff --git a/statute.html b/statute.html index 08b56b7..ba13a60 100644 --- a/statute.html +++ b/statute.html @@ -2,5 +2,6 @@ layout: default title: Põhikiri - Lapikud language: ee +tag: statute --- {% include pages/statute.html %} \ No newline at end of file diff --git a/striim.html b/striim.html index 5264357..f4600bf 100644 --- a/striim.html +++ b/striim.html @@ -1,6 +1,7 @@ --- layout: default language: ee +tag: striim --- {% include pages/striim.html %} From 262b6008f3679a5bfbb1911369fed972cc133ade Mon Sep 17 00:00:00 2001 From: "Mart-Erki.Noumees" Date: Wed, 3 Oct 2018 01:26:03 +0300 Subject: [PATCH 16/18] Translated the little there was to striim and statute heading. Ain't going to bother with the whole article. --- _data/i18n/statute.yml | 6 ++++++ _data/i18n/striim.yml | 7 +++++++ _includes/pages/statute.html | 3 ++- _includes/pages/striim.html | 6 ++++-- 4 files changed, 19 insertions(+), 3 deletions(-) create mode 100644 _data/i18n/statute.yml create mode 100644 _data/i18n/striim.yml diff --git a/_data/i18n/statute.yml b/_data/i18n/statute.yml new file mode 100644 index 0000000..584f241 --- /dev/null +++ b/_data/i18n/statute.yml @@ -0,0 +1,6 @@ +ee: + statute_StatuteHeading: "MTÜ Lapikud põhikiri" + +en: + statute_StatuteHeading: "Statute of MTÜ Lapikud" + #TODO someone translate this diff --git a/_data/i18n/striim.yml b/_data/i18n/striim.yml new file mode 100644 index 0000000..5a17539 --- /dev/null +++ b/_data/i18n/striim.yml @@ -0,0 +1,7 @@ +ee: + striim_StreamHeading: "Striim" + striim_RadioDesc : " vaikuse peletamiseks:" + +en: + striim_StreamHeading: "Stream" + striim_RadioDesc : " silence deterrent:" diff --git a/_includes/pages/statute.html b/_includes/pages/statute.html index 8a19f7d..779d40e 100644 --- a/_includes/pages/statute.html +++ b/_includes/pages/statute.html @@ -1,6 +1,7 @@ +{% assign locale = site.data.i18n.statute[page.language] %}
    -

    MTÜ Lapikud põhikiri

    +

    {{ locale.statute_StatuteHeading }}

    1 ÜLDSÄTTED

    diff --git a/_includes/pages/striim.html b/_includes/pages/striim.html index f58647d..7c61326 100644 --- a/_includes/pages/striim.html +++ b/_includes/pages/striim.html @@ -1,5 +1,7 @@ +{% assign locale = site.data.i18n.striim[page.language] %} +
    -

    Striim

    +

    {{ locale.striim_StreamHeading }}

    @@ -18,7 +20,7 @@

    - Kahtlane FM vaikuse peletamiseks: + Kahtlane FM {{ locale.striim_RadioDesc }}


    From 804d8b5bcc9489639c1eb4ccb7c01f2237a3bfca Mon Sep 17 00:00:00 2001 From: "Mart-Erki.Noumees" Date: Wed, 3 Oct 2018 13:44:27 +0300 Subject: [PATCH 17/18] Fixed linking to join, and english page of statute(still in estonian). Grammar fixes on index. --- _data/i18n/index.yml | 2 +- _data/i18n/pages.yml | 6 ++++++ _includes/pages/aboutus.html | 2 +- _includes/pages/join.html | 3 +++ _includes/pages/student.html | 2 +- en/join.html | 7 +++++++ join.html | 7 +++---- liitu.html | 1 - 8 files changed, 22 insertions(+), 8 deletions(-) create mode 100644 _includes/pages/join.html create mode 100644 en/join.html delete mode 120000 liitu.html diff --git a/_data/i18n/index.yml b/_data/i18n/index.yml index f0690d4..415cdb0 100644 --- a/_data/i18n/index.yml +++ b/_data/i18n/index.yml @@ -8,7 +8,7 @@ en: index_HelpdeskLink : "Pricelist ->" index_ForBusinessesHeading: "For Businesses" - index_ForBusinessesDesc : "We'll help to make your ideas reality" + index_ForBusinessesDesc : "We'll help to bring your ideas into reality" index_ForBusinessesLink : "Previous works ->" index_WhoWeHeading : "Who are we?" diff --git a/_data/i18n/pages.yml b/_data/i18n/pages.yml index 9e2fe14..9f2dcba 100644 --- a/_data/i18n/pages.yml +++ b/_data/i18n/pages.yml @@ -35,6 +35,9 @@ all: striim: name : "Striim" url : "/striim/" + join: + name : "Liitu" + url : "/join/" en: home: @@ -72,6 +75,9 @@ all: striim: name : "Striim" url : "/en/striim/" + join: + name : "Join" + url : "/en/join/" # For iterating through and populating navbar diff --git a/_includes/pages/aboutus.html b/_includes/pages/aboutus.html index 897ba97..2a293e1 100644 --- a/_includes/pages/aboutus.html +++ b/_includes/pages/aboutus.html @@ -8,7 +8,7 @@

    {{ locale.aboutus_StatuteHeading }}

    -

    {{ locale.aboutus_StatuteLink }}

    +

    {{ locale.aboutus_StatuteLink }}

    diff --git a/_includes/pages/join.html b/_includes/pages/join.html new file mode 100644 index 0000000..d7131e5 --- /dev/null +++ b/_includes/pages/join.html @@ -0,0 +1,3 @@ +
    + +
    diff --git a/_includes/pages/student.html b/_includes/pages/student.html index 0f6784a..3ea63a6 100644 --- a/_includes/pages/student.html +++ b/_includes/pages/student.html @@ -19,7 +19,7 @@

    {{ locale.student_WhatYouDoDesc3 }}

    {{ locale.student_WhatYouDoDesc4 }}

    {{ locale.student_WhatYouDoDesc5 }}

    - +
    diff --git a/en/join.html b/en/join.html new file mode 100644 index 0000000..ddbf0f8 --- /dev/null +++ b/en/join.html @@ -0,0 +1,7 @@ +--- +layout: default +title: Join - Lapikud +language: en +tag: join +--- +{% include pages/join.html %} diff --git a/join.html b/join.html index 0166b92..4ac05d2 100644 --- a/join.html +++ b/join.html @@ -1,8 +1,7 @@ --- layout: default title: Liitu - Lapikud +language: ee +tag: join --- - -
    - -
    +{% include pages/join.html %} diff --git a/liitu.html b/liitu.html deleted file mode 120000 index 62de690..0000000 --- a/liitu.html +++ /dev/null @@ -1 +0,0 @@ -join.html \ No newline at end of file From 5e50eacf119f5fe5917c5fb8ff4afedd440854df Mon Sep 17 00:00:00 2001 From: "Mart-Erki.Noumees" Date: Wed, 3 Oct 2018 14:01:16 +0300 Subject: [PATCH 18/18] Fixed language changing text in hamburger menu. --- _sass/header.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_sass/header.scss b/_sass/header.scss index d26668b..5207e3f 100644 --- a/_sass/header.scss +++ b/_sass/header.scss @@ -48,11 +48,12 @@ } } .flag { - display: block; + display : block; text-align : center; width : auto; height : auto; margin-left : 0; + font-size : 1.6rem; } #flag-en { background: none;