diff --git a/icon-contact.png b/icon-contact.png new file mode 100755 index 0000000..db284e9 Binary files /dev/null and b/icon-contact.png differ diff --git a/icon-facebook.png b/icon-facebook.png new file mode 100755 index 0000000..90157a8 Binary files /dev/null and b/icon-facebook.png differ diff --git a/icon-linkedin.png b/icon-linkedin.png new file mode 100755 index 0000000..b117ab2 Binary files /dev/null and b/icon-linkedin.png differ diff --git a/icon-x.png b/icon-x.png index 7ba16cd..6ed7e69 100755 Binary files a/icon-x.png and b/icon-x.png differ diff --git a/icon-youtube.png b/icon-youtube.png new file mode 100755 index 0000000..1c29842 Binary files /dev/null and b/icon-youtube.png differ diff --git a/index.html b/index.html index ee5cee4..35019f9 100644 --- a/index.html +++ b/index.html @@ -73,7 +73,15 @@
Idiap Research Institute
diff --git a/styleidiap.css b/styleidiap.css
index d0b827e..c0141a9 100644
--- a/styleidiap.css
+++ b/styleidiap.css
@@ -1,6 +1,7 @@
/* CSS Document */
/* Initial version made by [VS] vincent.spano@idiap.ch */
/* date: 23.02.2012 */
+
body {
margin: 0px;
padding: 0px;
@@ -48,18 +49,25 @@ img {
color: white;
text-align: center;
bottom: 0;
+ position: fixed;
}
.footertxt {
text-align: center;
+ padding-bottom: 20px;
}
.footercontainer img {
width: 30px;
height: 30px;
}
@media only screen and (max-width: 1279px) {
+
+ .footercontainer{
+ position: relative;
+ }
+
.footercontainer img {
width: 40px;
- height: 40px;
+ height: 40px;
}
.maincontainer {
width: 100%;