Student english translation

This commit is contained in:
Mart-Erki.Noumees
2018-10-02 10:41:56 +03:00
parent aa981edfd0
commit 4fd527e6dc
2 changed files with 77 additions and 0 deletions

50
en/student.html Normal file
View 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>