diff --git a/html/landingpage.html b/html/landingpage.html index b92dfa5..fec5a7a 100644 --- a/html/landingpage.html +++ b/html/landingpage.html @@ -1,113 +1,102 @@ + - The Advertisement + THE ADVERSARY + + + + + + -
- -
-
-

Welcome to the Advertisement

+ + +
-
+ + + diff --git a/img/logodark.svg b/img/logodark.svg new file mode 100644 index 0000000..13f4e04 --- /dev/null +++ b/img/logodark.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/img/logolight.svg b/img/logolight.svg new file mode 100644 index 0000000..58262b6 --- /dev/null +++ b/img/logolight.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/sass/index.css b/sass/index.css index 13ecc48..b7a0303 100644 --- a/sass/index.css +++ b/sass/index.css @@ -4,54 +4,111 @@ body { display: flex; flex-direction: column; background-color: #03071e; + color: #EAE2B7; } a { - color: #EAE2B7; + color: inherit; font-size: 150%; text-decoration: none; } h3 { font-size: 250%; + margin: 0; } p { + margin: 0; font-size: 175%; } +.divider { + height: 3px; + background-color: #ad080f; +} + .articles { margin: auto; - width: 50%; - padding: 10px; + width: 80%; font-family: 'Roboto', sans-serif; } -.navigation { - font-family: 'Roboto', sans-serif +.article { + padding: 2%; +} + +.article:hover { + color: white; +} + +.article-body { + width: 60%; + font-size: 80%; + font-weight: normal; + margin-top: 1%; + font-family: 'Roboto Mono', monospace; +} + +.article-description { + font-weight: 500; + font-family: 'Roboto Mono', monospace; + color: #D00000; + font-size: 75%; + margin-top: 0.5%; +} + +.article-description p { + white-space: pre; +} + +#logo { + width: 3%; + padding-left: 2.5%; } .header { - background-color: #03071e; - color: #EAE2B7; - font-family: 'Roboto', sans-serif; - width: 100%; - height: 100px; display: flex; align-items: center; - justify-content: flex-end; } + justify-content: space-between; + font-family: 'Roboto', sans-serif +} -ul { +.navigation { + background-color: black; + color: inherit; + font-family: 'Roboto', sans-serif; + width: 100%; + padding-top: 1%; + padding-bottom: 1%; + height: 5%; display: flex; - flex-direction: row; - font-size: 20px; - list-style: none; } - ul li { - padding-right: 30px; } + align-items: center; + justify-content: space-between; +} + +.navigation a { + padding-left: 2%; + padding-right: 2%; + font-size: 250%; + font-weight: bolder; + +} -ol { +.foot { display: flex; - flex-direction: column; - list-style: georgian; } + align-items: center; + justify-content: space-between; + width: 100%; + margin-top: 2.5%; + margin-bottom: 2.5%; +} + +.foot a { + font-family: 'Roboto Mono', monospace; + font-weight: normal; + padding-left: 10%; + padding-right: 10%; +} /*# sourceMappingURL=index.css.map */