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 }} +

+ + + +
+
+ +
+
+