diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 19a628a..470e2db 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -11,31 +11,31 @@
{{ if .Site.Params.github }}
-
+
{{ end }}
{{ if .Site.Params.twitter }}
-
+
{{ end }}
{{ if .Site.Params.linkedin }}
-
+
{{ end }}
{{ if .Site.Params.email }}
-
+
{{ end }}
{{ if .Site.RSSLink }}
-
+
{{ end }}
diff --git a/layouts/partials/head_includes.html b/layouts/partials/head_includes.html
index e00e699..df731df 100644
--- a/layouts/partials/head_includes.html
+++ b/layouts/partials/head_includes.html
@@ -1,7 +1,6 @@
-
{{ if .Site.Params.highlightjs }}
diff --git a/static/css/main.v0.9.1.css b/static/css/main.v0.9.1.css
index 8f78d61..3bf5251 100644
--- a/static/css/main.v0.9.1.css
+++ b/static/css/main.v0.9.1.css
@@ -275,11 +275,11 @@ section.footer .container a {
font-size: 14px;
margin-left: 6px;
margin-right: 6px;
- color: #555555;
- -webkit-transition: color 0.1s cubic-bezier(0.47, 0, 0.75, 0.72);
- -moz-transition: color 0.1s cubic-bezier(0.47, 0, 0.75, 0.72);
- -ms-transition: color 0.1s cubic-bezier(0.47, 0, 0.75, 0.72);
- -o-transition: color 0.1s cubic-bezier(0.47, 0, 0.75, 0.72);
+ opacity: 0.6;
+ -webkit-transition: opacity 0.1s cubic-bezier(0.47, 0, 0.75, 0.72);
+ -moz-transition: opacity 0.1s cubic-bezier(0.47, 0, 0.75, 0.72);
+ -ms-transition: opacity 0.1s cubic-bezier(0.47, 0, 0.75, 0.72);
+ -o-transition: opacity 0.1s cubic-bezier(0.47, 0, 0.75, 0.72);
}
section.footer .container a:first-child {
margin-left: 0;
@@ -288,13 +288,11 @@ section.footer .container a:last-child {
margin-right: 0;
}
section.footer .container a:hover {
- color: #111111;
+ opacity: 0.8;
}
section.footer .container a .icon {
- font-size: 20px;
-}
-section.footer .container a .icon.larger {
- font-size: 22px;
+ width: 16px;
+ height: 16px;
}
section.footer .container .copyright {
flex-grow: 0.5;
diff --git a/static/fonts/ionicons.eot b/static/fonts/ionicons.eot
deleted file mode 100644
index 92a3f20..0000000
Binary files a/static/fonts/ionicons.eot and /dev/null differ
diff --git a/static/fonts/ionicons.svg b/static/fonts/ionicons.svg
deleted file mode 100644
index 49fc8f3..0000000
--- a/static/fonts/ionicons.svg
+++ /dev/null
@@ -1,2230 +0,0 @@
-
-
-
-
diff --git a/static/fonts/ionicons.ttf b/static/fonts/ionicons.ttf
deleted file mode 100644
index c4e4632..0000000
Binary files a/static/fonts/ionicons.ttf and /dev/null differ
diff --git a/static/fonts/ionicons.woff b/static/fonts/ionicons.woff
deleted file mode 100644
index 5f3a14e..0000000
Binary files a/static/fonts/ionicons.woff and /dev/null differ
diff --git a/static/img/email.svg b/static/img/email.svg
new file mode 100644
index 0000000..13c8bde
--- /dev/null
+++ b/static/img/email.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/img/github.svg b/static/img/github.svg
new file mode 100644
index 0000000..59d57b9
--- /dev/null
+++ b/static/img/github.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/img/linkedin.svg b/static/img/linkedin.svg
new file mode 100644
index 0000000..91d7ee8
--- /dev/null
+++ b/static/img/linkedin.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/img/rss.svg b/static/img/rss.svg
new file mode 100644
index 0000000..3b73970
--- /dev/null
+++ b/static/img/rss.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/img/twitter.svg b/static/img/twitter.svg
new file mode 100644
index 0000000..4d3fbe4
--- /dev/null
+++ b/static/img/twitter.svg
@@ -0,0 +1 @@
+
\ No newline at end of file