diff --git a/_includes/commercial_support.html b/_includes/commercial_support.html
index 845bfb9..5654138 100644
--- a/_includes/commercial_support.html
+++ b/_includes/commercial_support.html
@@ -1,5 +1,6 @@
-
+
+
Sponsors
diff --git a/_sass/_custom.scss b/_sass/_custom.scss
index 0e29974..53af1e2 100644
--- a/_sass/_custom.scss
+++ b/_sass/_custom.scss
@@ -145,3 +145,26 @@ body{
padding: 0 8px;
font-size: 1em;
}
+
+.contributors {
+ img {
+ max-width: 100%;
+ }
+}
+
+.contributor-profile {
+ text-align: center;
+
+ h3{
+ &:hover{
+ }
+ }
+
+ .circular:hover {
+ opacity: .95;
+ }
+
+ &:hover{
+ text-decoration: none;
+ }
+}
diff --git a/_sass/_helpers.scss b/_sass/_helpers.scss
index eea24f0..1f8533e 100644
--- a/_sass/_helpers.scss
+++ b/_sass/_helpers.scss
@@ -224,3 +224,15 @@ center, .center, .text-center{text-align: center;}
margin-left: auto;
margin-right: auto;
}
+
+.circular {
+ width: 200px;
+ height: 200px;
+ background-size: cover;
+ border-radius: 100px;
+ -webkit-border-radius: 100px;
+ -moz-border-radius: 100px;
+ box-shadow: 0 0 8px rgba(0, 0, 0, .2);
+ -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
+ -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
+}
diff --git a/img/profile-pictures/lukasmartinelli.jpg b/img/profile-pictures/lukasmartinelli.jpg
new file mode 100644
index 0000000..490175c
Binary files /dev/null and b/img/profile-pictures/lukasmartinelli.jpg differ
diff --git a/img/profile-pictures/manuelroth.jpg b/img/profile-pictures/manuelroth.jpg
new file mode 100644
index 0000000..3a4e536
Binary files /dev/null and b/img/profile-pictures/manuelroth.jpg differ
diff --git a/img/profile-pictures/petrpridal.jpg b/img/profile-pictures/petrpridal.jpg
new file mode 100644
index 0000000..67f25aa
Binary files /dev/null and b/img/profile-pictures/petrpridal.jpg differ
diff --git a/img/profile-pictures/stefankeller.png b/img/profile-pictures/stefankeller.png
new file mode 100644
index 0000000..1bcebb1
Binary files /dev/null and b/img/profile-pictures/stefankeller.png differ
diff --git a/index.html b/index.html
index f5df4e3..de7f61f 100644
--- a/index.html
+++ b/index.html
@@ -50,25 +50,38 @@ published: true
-
-
Contributors
-
+
+
Contributors
-
-
+
+
+
+
+
Manuel Roth
+
Student at HSR
-
-
+
+
+
+
+
Lukas Martinelli
+
Student at HSR
+
+
+
+
+
+
+
Prof. Stefan Keller
+
Professor for GIS at HSR
-
-