diff --git a/_includes/scripts.html b/_includes/scripts.html index 688257f..5161163 100644 --- a/_includes/scripts.html +++ b/_includes/scripts.html @@ -1,21 +1,3 @@ - - - -
- - - - - diff --git a/_sass/ourwork.scss b/_sass/ourwork.scss new file mode 100644 index 0000000..31acba4 --- /dev/null +++ b/_sass/ourwork.scss @@ -0,0 +1,29 @@ +#ourwork-banner { + margin : 5rem 0; +} + +.work-item { + padding : 1rem; + display : flex; + flex-direction : column; + justify-content : center; + align-items : center; + max-height : 75vh; + + img { + display : block; + max-height : 50vh; + width : auto; + } + h3, h5 { + text-align : center; + } +} + +@media (max-width: 900px){ + #ourwork-banner { + h1 { + font-size: 3.6rem; + } + } +} diff --git a/assets/main.scss b/assets/main.scss index d04d669..00c5578 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -26,3 +26,4 @@ h4 { @import 'mentors'; @import 'contact'; @import 'helpdesk'; +@import 'ourwork'; diff --git a/assets/ourwork-images/isic.png b/assets/ourwork-images/isic.png new file mode 100644 index 0000000..548686f Binary files /dev/null and b/assets/ourwork-images/isic.png differ diff --git a/assets/ourwork-images/jalgrattaveeb.jpg b/assets/ourwork-images/jalgrattaveeb.jpg new file mode 100644 index 0000000..22fcabd Binary files /dev/null and b/assets/ourwork-images/jalgrattaveeb.jpg differ diff --git a/assets/ourwork-images/nauticalcrew.jpg b/assets/ourwork-images/nauticalcrew.jpg new file mode 100644 index 0000000..fd554f6 Binary files /dev/null and b/assets/ourwork-images/nauticalcrew.jpg differ diff --git a/assets/ourwork-images/nommetenniseklubi.jpg b/assets/ourwork-images/nommetenniseklubi.jpg new file mode 100644 index 0000000..87258c9 Binary files /dev/null and b/assets/ourwork-images/nommetenniseklubi.jpg differ diff --git a/assets/ourwork-images/sallivkool.png b/assets/ourwork-images/sallivkool.png new file mode 100644 index 0000000..22be2a0 Binary files /dev/null and b/assets/ourwork-images/sallivkool.png differ diff --git a/assets/ourwork-images/sporditrennid.jpg b/assets/ourwork-images/sporditrennid.jpg new file mode 100644 index 0000000..1690de1 Binary files /dev/null and b/assets/ourwork-images/sporditrennid.jpg differ diff --git a/assets/ourwork-images/studentlife.png b/assets/ourwork-images/studentlife.png new file mode 100644 index 0000000..49ff2bd Binary files /dev/null and b/assets/ourwork-images/studentlife.png differ diff --git a/assets/ourwork-images/ttu-ajatelg.jpg b/assets/ourwork-images/ttu-ajatelg.jpg new file mode 100644 index 0000000..aea56ec Binary files /dev/null and b/assets/ourwork-images/ttu-ajatelg.jpg differ diff --git a/assets/ourwork-images/ukseproff.jpg b/assets/ourwork-images/ukseproff.jpg new file mode 100644 index 0000000..577d3a7 Binary files /dev/null and b/assets/ourwork-images/ukseproff.jpg differ diff --git a/assets/ourwork-images/votitulevikku.jpg b/assets/ourwork-images/votitulevikku.jpg new file mode 100644 index 0000000..4e3ee07 Binary files /dev/null and b/assets/ourwork-images/votitulevikku.jpg differ diff --git a/helpdesk.html b/helpdesk.html index 271a850..871c13a 100644 --- a/helpdesk.html +++ b/helpdesk.html @@ -158,3 +158,38 @@ layout: default + + + + + + + + + + diff --git a/ourwork.html b/ourwork.html new file mode 100644 index 0000000..fe1202c --- /dev/null +++ b/ourwork.html @@ -0,0 +1,98 @@ +--- +layout: default +--- +