From 923650e69991aa3f615900e0a36d8723231375ba Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Mon, 30 Jul 2018 03:39:04 -0400 Subject: Initial commit --- favicon.png | Bin 0 -> 29818 bytes index.html | 22 ++++++++++++++++++++++ instagram-brands.svg | 1 + soundcloud-brands.svg | 1 + style.css | 32 ++++++++++++++++++++++++++++++++ tako.jpg | Bin 0 -> 14086 bytes 6 files changed, 56 insertions(+) create mode 100644 favicon.png create mode 100644 index.html create mode 100644 instagram-brands.svg create mode 100644 soundcloud-brands.svg create mode 100644 style.css create mode 100644 tako.jpg diff --git a/favicon.png b/favicon.png new file mode 100644 index 0000000..72af42b Binary files /dev/null and b/favicon.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..ce00fae --- /dev/null +++ b/index.html @@ -0,0 +1,22 @@ + + + + DJ TAKO + + + + + + + + + + + diff --git a/instagram-brands.svg b/instagram-brands.svg new file mode 100644 index 0000000..0fad7fe --- /dev/null +++ b/instagram-brands.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/soundcloud-brands.svg b/soundcloud-brands.svg new file mode 100644 index 0000000..3981a45 --- /dev/null +++ b/soundcloud-brands.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..fb82ad2 --- /dev/null +++ b/style.css @@ -0,0 +1,32 @@ +html { + font-family: Helvetica, sans-serif; + text-align: center; + font-size: 18px; + width: 100%; +} + +body { + max-width: 900px; + padding: 0 20px; + margin: 0 auto; +} + +.logo { + width: 100%; + height: auto; + max-width: 400px; + margin: auto; +} + +.links { + display: flex; + flex-flow: row nowrap; + justify-content: center; + align-items: center; +} + +.links img { + width: 40px; + height: auto; + margin: 0 20px; +} diff --git a/tako.jpg b/tako.jpg new file mode 100644 index 0000000..360e03d Binary files /dev/null and b/tako.jpg differ -- cgit v1.3