From 3fa3357c3e4c3063f59fc68076babac91b028a72 Mon Sep 17 00:00:00 2001 From: rushilwiz Date: Tue, 18 Aug 2020 22:54:27 -0400 Subject: [PATCH] setup master --- css/styles.css | 46 ---------------------------------------------- index.html | 18 ------------------ js/index.js | 9 --------- js/main.js | 0 4 files changed, 73 deletions(-) delete mode 100644 js/index.js create mode 100644 js/main.js diff --git a/css/styles.css b/css/styles.css index 8ec3942..e69de29 100644 --- a/css/styles.css +++ b/css/styles.css @@ -1,46 +0,0 @@ - -@import url('https://fonts.googleapis.com/css?family=Major+Mono+Display|Cutive+Mono'); - - -body { - background-color: #ffd1dc; - overflow: hidden; -} - -div { - height: 100%; - color: #090909; - } - - h1 { - margin: 50px; - position: relative; - text-decoration: none; - left: 50%; - transform: translateX(-50%); - text-align: center; - font-weight: 1; - font-family: Major Mono Display, sans-serif; - letter-spacing: 3px; - width: 100%; - font-size: 40px - - } - -h3, h5 { - position: relative; - text-decoration: none; - font-weight: 10; - font-family: Cutive Mono; - left: 50%; - transform: translateX(-50%); - text-align: center; - margin-top: 70px; - width: 100%; -} - -button { - position: relative; - left: 50%; - font-family: monospace, sans-serif; -} \ No newline at end of file diff --git a/index.html b/index.html index ed2a7f1..e69de29 100644 --- a/index.html +++ b/index.html @@ -1,18 +0,0 @@ - - - - Under Construction - - - - - -
-

hi. Welcome to DearAnon

-

The podcast's site is currently under construction (i'm not magic), but feel free to hit this button while you wait.

- -
-
- - - \ No newline at end of file diff --git a/js/index.js b/js/index.js deleted file mode 100644 index 86d9c79..0000000 --- a/js/index.js +++ /dev/null @@ -1,9 +0,0 @@ -$(document).ready(function() { - $("#nothing").on("click", function() { - setText(); - }); -}); - -function setText () { - $("#nothing-header").text("don't you have anything better to do?"); -} \ No newline at end of file diff --git a/js/main.js b/js/main.js new file mode 100644 index 0000000..e69de29