diff --git a/_includes/footer.html b/_includes/footer.html
index 2d35725..997df3f 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -1,5 +1,6 @@
-
Website built with Jekyll.
+
sekretesspolicy
+ Website built with Jekyll.
Get the source files in this git.
Website Published under a Creative
Commons license
diff --git a/_includes/hero.html b/_includes/hero.html
index 9d6dd61..926045e 100644
--- a/_includes/hero.html
+++ b/_includes/hero.html
@@ -4,7 +4,7 @@
*** THIS BROWSER DOES NOT SUPPORT THE CANVAS ELEMENT ***
-
+
{% if page.url == "/" %}
diff --git a/_includes/metahead.html b/_includes/metahead.html
index d3bdd4b..9555699 100644
--- a/_includes/metahead.html
+++ b/_includes/metahead.html
@@ -1,8 +1,8 @@
{{ page.title }} | {{ site.title }}
-
-
+
+
diff --git a/_sass/form.scss b/_sass/form.scss
index 8dda016..8fc51bf 100644
--- a/_sass/form.scss
+++ b/_sass/form.scss
@@ -76,7 +76,7 @@ label {
}
.css-label{
- background-image:url(/assets/img/check.png);
+ background-image:url(../img/check.png);
}
/*specific classes related to Checkbox skins*/
diff --git a/_sass/mycv.scss b/_sass/mycv.scss
index acb1d0d..9aabff4 100755
--- a/_sass/mycv.scss
+++ b/_sass/mycv.scss
@@ -48,15 +48,15 @@ a:active,
a:focus {
color: #333;
text-decoration: none;
- -webkit-transition: color 0.2s linear;
- -moz-transition: color 0.2s linear;
- -ms-transition: color 0.2s linear;
- -o-transition: color 0.2s linear;
- transition: color 0.2s linear;
+ -webkit-transition: border-bottom 0.2s linear;
+ -moz-transition: border-bottom 0.2s linear;
+ -ms-transition: border-bottom 0.2s linear;
+ -o-transition: border-bottom 0.2s linear;
+ transition: border-bottom 0.2s linear;
border-bottom: 3px solid rgb(84, 241, 210);
}
a:hover {
- color: rgb(84, 241, 210);
+ border-bottom: 3px solid #000;
}
a:active {