20th may, 2010
+Heading 1
+Lorem ipsum dolor sit amet consectetur adipisicing elit. + Consectetur tempora ab laudantium voluptatibus aut eos placeat + laborum, quibusdam exercitationem labore.
+diff --git a/css/index.css b/css/index.css deleted file mode 100644 index 112e104..0000000 --- a/css/index.css +++ /dev/null @@ -1,133 +0,0 @@ -@import url("https://fonts.googleapis.com/css2?family=Lora&family=Poppins:wght@400700&display=swap"); -@font-face { - font-family: "Poppins"; - src: url("fonts/Poppins/Poppins-Regular.ttf"); -} -@font-face { - font-family: "Open Sans"; - src: url("fonts/Open_Sans/OpenSans-Regular.ttf"); -} -@font-face { - font-family: "Astro"; - src: url("fonts/astro.ttf"); -} -* { - margin: 0px; - padding: 0px; - box-sizing: border-box; - overflow-x: hidden; - background-color: #131313; -} - -.nav-wrapper { - position: fixed; - width: 100%; - top: 0; - z-index: 999; -} - -nav { - display: flex; - justify-content: space-around; - align-items: center; - min-height: 8vh; - background-color: #131313; - font-family: "Poppins", sans-serif; -} -nav .logo { - color: #d4d4d4; - text-transform: uppercase; - letter-spacing: 3px; - font-size: 1.75em; -} -nav .logo span { - padding-left: 20px; -} -nav ul { - display: flex; - justify-content: space-around; - width: 30%; -} -nav ul li { - list-style: none; -} -nav ul a { - font-family: "Open Sans", sans-serif; - color: #d4d4d4; - text-decoration: none; - font-weight: bold; - font-size: 1.1em; -} -nav ul a:hover { - color: white; -} - -.hero { - color: #d4d4d4; - position: relative; - width: 100%; - height: 100%; -} - -#hero { - position: absolute; - left: 10%; - top: 20%; - background-color: transparent; - z-index: 1; -} -#hero h1 { - font-family: "Astro", sans-serif; - text-align: left; - font-size: 8em; - padding: 0.5em; - background: -webkit-linear-gradient(#eee 70%, #333 100%); - -webkit-background-clip: text; - -webkit-text-fill-color: transparent; -} -#hero h3 { - font-family: "Open Sans", serif; - text-align: left; - font-size: 2em; - background-color: transparent; -} -#hero canvas { - z-index: 999; -} - -#about { - color: #d4d4d4; - position: absolute; - overflow: hidden; - height: 100%; - background-color: transparent; - text-align: center; -} -#about h1 { - font-size: 4em; - font-family: "Open Sans", sans-serif; -} -#about h4 { - font-size: 1em; - font-family: "Open Sans", sans-serif; - margin-left: 20%; - width: 60%; -} -#about button { - padding: 10px 20px; - border: 3px solid #d4d4d4; - text-transform: uppercase; - margin-top: 30px; - border-radius: 20px; - font-family: "Astro", sans-serif; -} -#about button a { - color: #d4d4d4; - text-decoration: none; -} -#about div canvas { - margin-top: -20%; - z-index: -1; -} - -/*# sourceMappingURL=index.css.map */ diff --git a/css/index.sass b/css/index.sass deleted file mode 100644 index e4192e2..0000000 --- a/css/index.sass +++ /dev/null @@ -1,138 +0,0 @@ -// colors - -$dark: #131313 -$light: #d4d4d4 - -// fonts - -@import url('https://fonts.googleapis.com/css2?family=Lora&family=Poppins:wght@400700&display=swap') - -@font-face - font-family: 'Poppins' - src: url('fonts/Poppins/Poppins-Regular.ttf') - -@font-face - font-family: 'Open Sans' - src: url('fonts/Open_Sans/OpenSans-Regular.ttf') - -@font-face - font-family: 'Astro' - src: url('fonts/astro.ttf') - -$hero-stack: 'Astro', sans-serif -$title-stack: 'Poppins', sans-serif -$subtitle-stack: 'Open Sans', sans-serif -$body-stack: 'Poppins', sans-serif - -* - margin: 0px - padding: 0px - box-sizing: border-box - overflow-x: hidden - background-color: $dark - -.nav-wrapper - position: fixed - width: 100% - top: 0 - z-index: 999 - -nav - display: flex - justify-content: space-around - align-items: center - min-height: 8vh - background-color: $dark - font-family: $title-stack - - .logo - color: $light - text-transform: uppercase - letter-spacing: 3px - font-size: 1.75em - - span - padding-left: 20px - - ul - display: flex - justify-content: space-around - width: 30% - - li - list-style: none - - a - font-family: $subtitle-stack - color: $light - text-decoration: none - font-weight: bold - font-size: 1.1em - - &:hover - color: white - -.hero - color: $light - position: relative - width: 100% - height: 100% - -#hero - position: absolute - left: 10% - top: 20% - background-color: transparent - z-index: 1 - - h1 - font-family: $hero-stack - text-align: left - font-size: 8em - padding: 0.5em - background: -webkit-linear-gradient(#eee 70%, #333 100%) - -webkit-background-clip: text - -webkit-text-fill-color: transparent - - h3 - font-family: "Open Sans", serif - text-align: left - font-size: 2em - background-color: transparent - - canvas - z-index: 999 - -#about - color: $light - position: absolute - overflow: hidden - height: 100% - background-color: transparent - text-align: center - - h1 - font-size: 4em - font-family: $subtitle-stack - - h4 - font-size: 1em - font-family: $subtitle-stack - margin-left: 20% - width: 60% - - button - padding: 10px 20px - border: 3px solid $light - text-transform: uppercase - margin-top: 30px - border-radius: 20px - font-family: $hero-stack - - a - color: $light - text-decoration: none - - div canvas - margin-top: -20% - z-index: -1 \ No newline at end of file diff --git a/index.html b/index.html index 9f26e55..7baf03f 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@
Lorem ipsum dolor sit amet consectetur adipisicing elit. + Consectetur tempora ab laudantium voluptatibus aut eos placeat + laborum, quibusdam exercitationem labore.
+Lorem ipsum dolor sit amet consectetur adipisicing elit. + Consectetur tempora ab laudantium voluptatibus aut eos placeat laborum, + quibusdam exercitationem labore.
+Lorem ipsum dolor sit amet consectetur adipisicing elit. + Consectetur tempora ab laudantium voluptatibus aut eos placeat laborum, + quibusdam exercitationem labore.
+Lorem ipsum dolor sit amet consectetur adipisicing elit. + Consectetur tempora ab laudantium voluptatibus aut eos placeat laborum, + quibusdam exercitationem labore.
+