From 4d3ae14656c1e6beadb63fb1a271880cd7a2dae5 Mon Sep 17 00:00:00 2001 From: samuel-p Date: Wed, 10 Oct 2018 20:56:01 +0200 Subject: [PATCH] updated v2 test version: added headings --- index-v2.html | 53 +++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 49 insertions(+), 4 deletions(-) diff --git a/index-v2.html b/index-v2.html index a488c1f..1147ef0 100644 --- a/index-v2.html +++ b/index-v2.html @@ -6,7 +6,7 @@ - + @@ -52,14 +52,45 @@ /*justify-content: stretch;*/ align-items: stretch; /*align-content: stretch;*/ + text-align: center; + } + + .headers .magician { + color: #000000; + font-family: "Minotaur", cursive; + font-weight: normal; + font-size: 5rem; + text-shadow: 0 0 1rem #ffffff; + } + + .headers .developer { + color: #ffffff; + font-family: "Minotaur", monospace; + font-weight: bold; + font-size: 5rem; + text-shadow: 0 0 1rem #000000; + } + + .headers a { + text-decoration: none; } .headers .codes { flex-grow: 1; + display: flex; + align-items: center; + justify-content: center; } .headers .magic { - flex-grow: 1.8; + flex-grow: 0.6; + display: flex; + align-items: center; + justify-content: center; + } + + .headers .padding { + flex-grow: 1.3; } @@ -92,6 +123,10 @@ "left": traX + "px", "top": traY + "px" }); + $('#links').css({ + "left": traX + "px", + "top": traY + "px" + }); $('#top-image').css({ "left": traX2 + "px", "top": traY2 + "px" @@ -101,8 +136,18 @@
- - +
+
+

Software Engineer

+
+
+
+

Magician

+
+
+ +