diff --git a/Amiga_1000DP.jpeg b/Amiga_1000DP.jpeg new file mode 100644 index 0000000..5aeae1c Binary files /dev/null and b/Amiga_1000DP.jpeg differ diff --git a/DEADCRT.ttf b/DEADCRT.ttf new file mode 100644 index 0000000..7b37a1b Binary files /dev/null and b/DEADCRT.ttf differ diff --git a/hero-bg.jpg b/hero-bg.jpg new file mode 100644 index 0000000..dc16050 Binary files /dev/null and b/hero-bg.jpg differ diff --git a/index.html b/index.html index 5f8f269..8cd62c0 100644 --- a/index.html +++ b/index.html @@ -1,36 +1,124 @@ - - Title - - - - + + Tomodachi + + + - - + - - - - + + - - -
+ + -
-
+ + + + + + +
+ +

TOMODACHI

+
+
+
+
+
+

Keep updated

+
+
+
Tell us about you
+
+
+
+
+ + +
+
+
+
+
+
+ + +
+
+
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+
+
+ + +
+
+
+
+
+ + +
+
+
+
+ +
+
+
+
+
+
+
+

The Retro Renaissance is Here!

+

Lorem ipsum dolor sit amet consectetur adipisicing elit. Voluptas exercitationem impedit nobis delectus aliquam.

+
+
+
+
+
+
+

Powerful 16-bit Computing, in an Affordable Package!

+

Lorem ipsum dolor sit amet consectetur, adipisicing elit. Fuga velit nesciunt id error nobis iste sequi hic voluptates ut cupiditate.

+
+
+ +
+ +
+ + + + + + -
- - - - - - \ No newline at end of file diff --git a/style.css b/style.css index e69de29..ffbe343 100644 --- a/style.css +++ b/style.css @@ -0,0 +1,47 @@ +:root { + --light-text: #FFFFFFD0; + --dark-bg: darkred; +} + +@font-face { + font-family: "DEADCRT"; + src: url("DEADCRT.ttf") +} + +header { + display: flex; + align-items: center; + font-family: "DEADCRT"; + background-color: var(--dark-bg); + color: white; + padding-left: 2em; + padding-right: 2em; + padding-top: 1em; + height: 10vh; + width: 100vw; + padding-bottom: 1em; + position: fixed; + top: 0px; + z-index: 99; +} + +main { + margin-top: 10vh; + height: 500vh; +} + +#hero-img { + background-image: url("hero-bg.jpg"); + min-height: 60vh; + background-size: cover; +} + +#signup-box h4, #ovly-text{ + color: var(--light-text); +} + +#pitch-bar { + min-height: 30vh; + background-color: var(--dark-bg); + color: var(--light-text); +} \ No newline at end of file