Mentors view, history view

* brought over mentors form data and images
* add contact information to mentors
* add image conversion scripts
* optimised current images
This commit is contained in:
Herman Õunapuu
2018-08-26 23:05:29 +03:00
parent 84e45e01cb
commit e3a5cd0867
169 changed files with 259 additions and 50 deletions

View File

@@ -28,8 +28,8 @@
overflow : hidden;
img {
height : 150px;
width : auto;
width : 150px;
height : auto;
}
}
@@ -54,12 +54,13 @@
.person {
.img-container {
height : 250px;
width : 250px;
height : 200px;
width : 200px;
img {
height : 250px;
width : auto;
height : auto;
width : 200px;
}
}