diff --git a/assets/avi.jpg b/assets/avi.jpg new file mode 100644 index 0000000..d4060c8 Binary files /dev/null and b/assets/avi.jpg differ diff --git a/assets/favicon.png b/assets/favicon.png new file mode 100644 index 0000000..2b882a5 Binary files /dev/null and b/assets/favicon.png differ diff --git a/index.html b/index.html index c0463a2..83f64c9 100755 --- a/index.html +++ b/index.html @@ -2,6 +2,7 @@ Quad's site + @@ -10,12 +11,19 @@
-

- Quad -

-

- AKA Dominik (Vincent) Salonen -

+
+
+ +
+
+

+ Quad +

+

+ AKA Dominik (Vincent) Salonen +

+
+
-

Click a button!

+

Hold on. We gotta finish loading.

diff --git a/main.js b/main.js index 47a19e5..75bdba2 100755 --- a/main.js +++ b/main.js @@ -56,4 +56,6 @@ function initialContent() { button3.addEventListener('click', function() { activatePage(button3, page3); }, false); + + setContent(contentArea, '

Click a button!

'); } diff --git a/style.css b/style.css index caeab60..816ba1f 100755 --- a/style.css +++ b/style.css @@ -62,7 +62,7 @@ a:hover { } #main-container { - max-height: 65vh; + max-height: 60vh; } } @@ -78,17 +78,49 @@ a:hover { padding: 15px 5px 8px 5px; } +#splits { + text-align: center; + width: 100%; + font-size: 0; +} + +#split1, #split2 { + display: inline-block; + width:50%; + height: 100%; + vertical-align: middle; + padding: 5px; + box-sizing: border-box; +} + +#split1 { + display: inline-block; + width: 40%; + text-align: right; +} + +#split2 { + display: inline-block; + width: 40%; + text-align: left; +} + /* Core site components */ +#split1 img { + height: 120px; + width: auto; + border-radius: 100%; + box-shadow: 2px 2px 8px rgba(0,0,0,0.25); +} + .title { font-size: 32pt; font-weight: 300; - text-align: center; } .sub-title { font-size: 10pt; color: #AAA; - text-align: center; } .sub-title span { @@ -214,7 +246,8 @@ a.mastodon { #page p { margin-top: 5px; margin-bottom: 15px; - font-size: 13pt + font-size: 13pt; + line-height: 1.25em; } #page p:last-child {