diff --git a/src/index.html b/src/index.html index 1b774f2..a68e474 100644 --- a/src/index.html +++ b/src/index.html @@ -7,20 +7,22 @@ Jordan Hanrahan - Portfolio -
+
+

Projects

-
+ diff --git a/src/projects/2016-XXXX.html b/src/projects/2016-XXXX.html index ad4da35..a8ab517 100644 --- a/src/projects/2016-XXXX.html +++ b/src/projects/2016-XXXX.html @@ -23,12 +23,13 @@ Jordan Hanrahan - Portfolio -
+
-
+ +

XX XX

Until it's recent closure, **XX XX** was one of South-East Asia's premiere venues for dance music, bringing local DJs and producers to the fore, while hosting international acts such as **Kevin Saunderson** (KMS, Detroit), **FJAAK** (50Weapons, Berlin), **Answer Code Request** (Berghain/Ostgut Ton, Berlin), Jamie XX, **Chris Cruse** (Spotlight, LA), **ND_Baumecker** (Ostgut Ton, Berlin), **Sofie** (Stones Throw/Boiler Room, LA), **Milton Bradley** (Do Not Resist The Beat/Alien Rain, Berlin) and many more.

@@ -118,8 +119,9 @@ -
+ diff --git a/src/styles/main.css b/src/styles/main.css index 594388c..1b0245c 100644 --- a/src/styles/main.css +++ b/src/styles/main.css @@ -4,14 +4,14 @@ html { font-family: sans-serif; } -body { +main { padding: 80px 16px; margin: 0 auto; max-width: 1280px; } .masthead { - position: absolute; + position: fixed; left: 0; top: 0; width: 100%; @@ -19,14 +19,24 @@ body { } .masthead .logo h1 { - font-size: 1.375rem; /*22pt*/ + font-size: 1.375rem; /*22px*/ line-height: 0.5rem; } .masthead .logo h2 { - font-size: 0.5rem; + font-size: 0.5rem; /*8px*/ } -.projects li { - list-style:none; +footer { + position: relative; + width: 100%; + font-size: 0.75rem; /*12px*/ + text-align: center; +} + +/* homepage */ + +.projects li { + list-style: none; + }