diff --git a/index.html b/index.html index 83f64c9..4d5eb81 100755 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - + diff --git a/main.js b/main.js index 75bdba2..62d404f 100755 --- a/main.js +++ b/main.js @@ -14,7 +14,7 @@ var page3 = "pages/projects.html"; const contentArea = document.getElementById("page"); -const spinner = ''; +const spinner = '
'; // Very bad function to get rid of the "active" class wherever it is atm function resetButtons() { diff --git a/pages/social.html b/pages/social.html index 7da9937..115b67d 100644 --- a/pages/social.html +++ b/pages/social.html @@ -1,7 +1,8 @@ - +
-
Twitter
-
E-Mail
+
Twitter
+
diaspora
+
E-Mail

Also available via XMPP.

diff --git a/style.css b/style.css index 5213e3f..6ef18c6 100755 --- a/style.css +++ b/style.css @@ -172,11 +172,18 @@ a:hover { margin-bottom: 70px; } +.loading-box { + display: block; + overflow: hidden; + margin: 70px auto; +} + .loading { font-size: 26pt; color: #FF5555; display: block; - margin: 70px auto; + margin: 5px; + text-align: center; animation-name: spin; animation-duration: 2000ms; animation-iteration-count: infinite; @@ -224,7 +231,7 @@ a:hover { text-decoration: none; } -.icon-container a svg { +.icon-container a .fa { font-size: 42pt; }