mirror of
https://github.com/Lapikud/lapikud.github.io.git
synced 2026-09-24 14:50:58 +00:00
Student english translation
This commit is contained in:
@@ -86,6 +86,33 @@ en:
|
|||||||
|
|
||||||
contact_BoardHeading : "Management"
|
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. <a href=\"https://laphack.eu/\">LAPhack</a>)."
|
||||||
|
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:
|
ee:
|
||||||
|
|
||||||
# index.html
|
# index.html
|
||||||
|
|||||||
50
en/student.html
Normal file
50
en/student.html
Normal file
@@ -0,0 +1,50 @@
|
|||||||
|
---
|
||||||
|
layout: default
|
||||||
|
title: Tudengile - Lapikud
|
||||||
|
language: en
|
||||||
|
---
|
||||||
|
{% assign locale = site.data.localisation[page.language] %}
|
||||||
|
|
||||||
|
<div class="page">
|
||||||
|
<div class="activities-info">
|
||||||
|
<div class="desc">
|
||||||
|
<h1>{{ locale.student_WhatWeDoHeading }}</h1>
|
||||||
|
<p>{{ locale.student_WhatWeDoDesc1 }}</p>
|
||||||
|
<p>{{ locale.student_WhatWeDoDesc2 }}</p>
|
||||||
|
</div>
|
||||||
|
<div class="promo-image">
|
||||||
|
<img src="/assets/student-images/image_1.jpg">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="activities-info">
|
||||||
|
<div class="desc">
|
||||||
|
<h1>{{ locale.student_WhatYouDoHeading }}</h1>
|
||||||
|
<p>{{ locale.student_WhatYouDoDesc1 }}</p>
|
||||||
|
<p>{{ locale.student_WhatYouDoDesc2 }}</p>
|
||||||
|
<p>{{ locale.student_WhatYouDoDesc3 }}</p>
|
||||||
|
<p>{{ locale.student_WhatYouDoDesc4 }}</p>
|
||||||
|
<p>{{ locale.student_WhatYouDoDesc5 }}</p>
|
||||||
|
<a href="/join">
|
||||||
|
<h3 class="centered-text banner">{{ locale.student_WhatYouDoJoin }}</h3>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="promo-image">
|
||||||
|
<img src="/assets/student-images/image_2.jpg">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="activities-info">
|
||||||
|
<div class="desc">
|
||||||
|
<h1>{{ locale.student_MentorsHeading }}</h1>
|
||||||
|
<p>
|
||||||
|
{{ locale.student_MentorsDesc }}
|
||||||
|
</p>
|
||||||
|
<a href="/mentors">
|
||||||
|
<h3 class="centered-text banner">{{ locale.student_MentorsMeet }}</h3>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="promo-image" href="/mentors">
|
||||||
|
<img src="/assets/student-images/image_3.jpg">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
Reference in New Issue
Block a user