mirror of
https://github.com/Lapikud/lapikud.github.io.git
synced 2026-09-24 14:30:58 +00:00
Student english translation
This commit is contained in:
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