forked from lapikud/lapikud.github.io
Added very basic student and mentors views for now
This commit is contained in:
@@ -1,17 +1,10 @@
|
|||||||
<footer class="main-footer">
|
<footer class="main-footer">
|
||||||
<section class="container">
|
<section class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="column">
|
|
||||||
<h3>About us</h3>
|
|
||||||
<p>
|
|
||||||
Lapikud is brought to you by awesome people at TTÜ Software development club
|
|
||||||
<a href="https://lapikud.ee">Lapikud</a>.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
<div class="column footer-nav">
|
<div class="column footer-nav">
|
||||||
<h3>Navigation</h3>
|
<h3>Navigatsioon</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/">Home</a></li>
|
<li><a href="/">Esileht</a></li>
|
||||||
{% include main_nav.html %}
|
{% include main_nav.html %}
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
max-width: 112.0rem;
|
max-width: 112.0rem;
|
||||||
|
|
||||||
.logo {
|
.logo {
|
||||||
height: 3rem;
|
height: 8rem;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
flex : 1;
|
flex : 1;
|
||||||
width : 85vw;
|
width : 85vw;
|
||||||
max-width : 1200px;
|
max-width : 1200px;
|
||||||
margin : 0 auto;
|
margin : 5rem auto 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page * {
|
.page * {
|
||||||
|
|||||||
25
_sass/student.scss
Normal file
25
_sass/student.scss
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
.mentor-info {
|
||||||
|
display : flex;
|
||||||
|
|
||||||
|
img {
|
||||||
|
flex : 1;
|
||||||
|
display : block;
|
||||||
|
max-height: 30rem;
|
||||||
|
max-width: 30rem;
|
||||||
|
height: auto;
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
|
.mentor-info-text {
|
||||||
|
flex : 3;
|
||||||
|
display : flex;
|
||||||
|
flex-direction: column;
|
||||||
|
padding-left: 5rem;
|
||||||
|
padding-right: 3rem; }
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.row {
|
||||||
|
display : flex;
|
||||||
|
flex-direction: row;
|
||||||
|
}
|
||||||
5
aboutus.html
Normal file
5
aboutus.html
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
layout: default
|
||||||
|
---
|
||||||
|
<div class="page">
|
||||||
|
</div>
|
||||||
@@ -27,3 +27,4 @@ h4 {
|
|||||||
@import 'contact';
|
@import 'contact';
|
||||||
@import 'helpdesk';
|
@import 'helpdesk';
|
||||||
@import 'ourwork';
|
@import 'ourwork';
|
||||||
|
@import 'student';
|
||||||
|
|||||||
112
mentors.html
Normal file
112
mentors.html
Normal file
@@ -0,0 +1,112 @@
|
|||||||
|
---
|
||||||
|
layout: default
|
||||||
|
---
|
||||||
|
<div class="page">
|
||||||
|
<h1>Mentorid</h1>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="mentor-info">
|
||||||
|
<img
|
||||||
|
src="https://img.purch.com/w/660/aHR0cDovL3d3dy5saXZlc2NpZW5jZS5jb20vaW1hZ2VzL2kvMDAwLzA5OS81OTgvb3JpZ2luYWwvZmxhdC1lYXJ0aC1OTy1SRVVTRS5qcGc=">
|
||||||
|
|
||||||
|
<div class="mentor-info-text">
|
||||||
|
<h3>Maa Lapik</h3>
|
||||||
|
|
||||||
|
<div class="row">
|
||||||
|
<div>
|
||||||
|
<p>Vanus: 2018</p>
|
||||||
|
<p>Eriala: kettaheide</p>
|
||||||
|
<p>Kursus: jah</p>
|
||||||
|
<p>Tiimid:</p>
|
||||||
|
<ul>
|
||||||
|
<li>Turundus</li>
|
||||||
|
<li>Üritused</li>
|
||||||
|
</ul>
|
||||||
|
<p>Kontakt:</p>
|
||||||
|
<p>Telefon: +372 12345678</p>
|
||||||
|
<p>E-mail: lappes@lapikud.ee</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<h4>Miks peaksid valima minu enda mentoriks?</h4>
|
||||||
|
<p>Vali mind, kui sind huvitab lapiku maa teooria.</p>
|
||||||
|
<h4>Millega tegelen väljaspool Lapikuid?</h4>
|
||||||
|
<p>Pöörlemine, tiirlemine, päikesevalguse peegeldamine.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="mentor-info">
|
||||||
|
<img
|
||||||
|
src="https://img.purch.com/w/660/aHR0cDovL3d3dy5saXZlc2NpZW5jZS5jb20vaW1hZ2VzL2kvMDAwLzA5OS81OTgvb3JpZ2luYWwvZmxhdC1lYXJ0aC1OTy1SRVVTRS5qcGc=">
|
||||||
|
|
||||||
|
<div class="mentor-info-text">
|
||||||
|
<h3>Maa Lapik</h3>
|
||||||
|
|
||||||
|
<div class="row">
|
||||||
|
<div>
|
||||||
|
<p>Vanus: 2018</p>
|
||||||
|
<p>Eriala: kettaheide</p>
|
||||||
|
<p>Kursus: jah</p>
|
||||||
|
<p>Tiimid:</p>
|
||||||
|
<ul>
|
||||||
|
<li>Turundus</li>
|
||||||
|
<li>Üritused</li>
|
||||||
|
</ul>
|
||||||
|
<p>Kontakt:</p>
|
||||||
|
<p>Telefon: +372 12345678</p>
|
||||||
|
<p>E-mail: lappes@lapikud.ee</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<h4>Miks peaksid valima minu enda mentoriks?</h4>
|
||||||
|
<p>Vali mind, kui sind huvitab lapiku maa teooria.</p>
|
||||||
|
<h4>Millega tegelen väljaspool Lapikuid?</h4>
|
||||||
|
<p>Pöörlemine, tiirlemine, päikesevalguse peegeldamine.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="mentor-info">
|
||||||
|
<img
|
||||||
|
src="https://img.purch.com/w/660/aHR0cDovL3d3dy5saXZlc2NpZW5jZS5jb20vaW1hZ2VzL2kvMDAwLzA5OS81OTgvb3JpZ2luYWwvZmxhdC1lYXJ0aC1OTy1SRVVTRS5qcGc=">
|
||||||
|
|
||||||
|
<div class="mentor-info-text">
|
||||||
|
<h3>Maa Lapik</h3>
|
||||||
|
|
||||||
|
<div class="row">
|
||||||
|
<div>
|
||||||
|
<p>Vanus: 2018</p>
|
||||||
|
<p>Eriala: kettaheide</p>
|
||||||
|
<p>Kursus: jah</p>
|
||||||
|
<p>Tiimid:</p>
|
||||||
|
<ul>
|
||||||
|
<li>Turundus</li>
|
||||||
|
<li>Üritused</li>
|
||||||
|
</ul>
|
||||||
|
<p>Kontakt:</p>
|
||||||
|
<p>Telefon: +372 12345678</p>
|
||||||
|
<p>E-mail: lappes@lapikud.ee</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<h4>Miks peaksid valima minu enda mentoriks?</h4>
|
||||||
|
<p>Vali mind, kui sind huvitab lapiku maa teooria.</p>
|
||||||
|
<h4>Millega tegelen väljaspool Lapikuid?</h4>
|
||||||
|
<p>Pöörlemine, tiirlemine, päikesevalguse peegeldamine.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
24
student.html
Normal file
24
student.html
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
---
|
||||||
|
layout: default
|
||||||
|
---
|
||||||
|
|
||||||
|
<div class="page">
|
||||||
|
<div id="student-what-we-do">
|
||||||
|
<h1>Mida me teeme?</h1>
|
||||||
|
<p>"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."</p>
|
||||||
|
</div>
|
||||||
|
<div id="student-what-they-can-do">
|
||||||
|
<h1>Mida saad sina teha?</h1>
|
||||||
|
<p>"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."</p>
|
||||||
|
</div>
|
||||||
|
<div id="student-mentors-banner">
|
||||||
|
<a href="/mentors">
|
||||||
|
<h1 class="centered-text">Tutvu meie mentoritega!</h1>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div id="student-sign-up">
|
||||||
|
<a href="#">
|
||||||
|
<h1 class="centered-text">Liitu meiega!</h1>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
---
|
|
||||||
layout: post
|
|
||||||
---
|
|
||||||
|
|
||||||
# Liitu meiega!
|
|
||||||
|
|
||||||
Me oleme ägedad jms
|
|
||||||
[Facebook](fb.com/lapikud)
|
|
||||||
Reference in New Issue
Block a user