diff --git a/css/home.css b/css/home.css new file mode 100644 index 0000000..bc09bc4 --- /dev/null +++ b/css/home.css @@ -0,0 +1,13 @@ +.container { + padding: 80px 120px; + } +.person { + border: 10px solid transparent; + margin-bottom: 25px; + width: 80%; + height: 80%; + opacity: 0.7; + } +.person:hover { + border-color: #f1f1f1; + } \ No newline at end of file diff --git a/home.html b/home.html new file mode 100644 index 0000000..5605a3d --- /dev/null +++ b/home.html @@ -0,0 +1,89 @@ + + + + Home | WTFxUS + + + + + + + + + + +
+

Why They Fight

+

an open source record label

+

This will be the home page for WTFxUS. Check out our latest releases below.

+
+
+
+ Sinsations Soundtrack cover art +
+

Sinsations Soundtrack
crystalculture & Declinedreliable

+
+
+ Please Come Home cover art +
+

Please Come Home
Whit & Manny

+
+
+ Nightmare cover art +
+

Nightmare
crystalculture

+
+
+ Daydream cover art +
+

Daydream
crystalculture

+
+
+
+ + + diff --git a/images/daydream.jpg b/images/daydream.jpg new file mode 100644 index 0000000..a31b3c0 Binary files /dev/null and b/images/daydream.jpg differ diff --git a/images/nightmare.jpg b/images/nightmare.jpg new file mode 100644 index 0000000..da1341b Binary files /dev/null and b/images/nightmare.jpg differ diff --git a/images/pleasecomehome.jpg b/images/pleasecomehome.jpg new file mode 100644 index 0000000..82a6941 Binary files /dev/null and b/images/pleasecomehome.jpg differ diff --git a/images/sinsations.jpg b/images/sinsations.jpg new file mode 100644 index 0000000..63ed02c Binary files /dev/null and b/images/sinsations.jpg differ