From 48c9132d3c52459abfc5dc57d7c5468cad5d5ab6 Mon Sep 17 00:00:00 2001 From: Unknown Date: Sat, 25 Nov 2017 05:50:52 -0500 Subject: Upcoming website rewrite (again) --- css/style.css | 68 +++++++++++++++++++++++++++++++++++++++ index2.html | 102 ---------------------------------------------------------- newsite.html | 32 ++++++++++++++++++ 3 files changed, 100 insertions(+), 102 deletions(-) create mode 100644 css/style.css delete mode 100644 index2.html create mode 100644 newsite.html diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..6f91db5 --- /dev/null +++ b/css/style.css @@ -0,0 +1,68 @@ +body { + font-family: Segoe UI, Helvetica, Arial; + padding:0; + margin:0; + background-color:#353b36; + color:white; +} + +.container { + width:80%; + margin:auto; + overflow:hidden; +} + +header { + background-color:#434c52; + color:white; + padding-top:30px; + min-height:70px; + border-bottom:#0ab12e 3px solid; +} + +header a { + color:white; + text-decoration:none; + font-size:16px; +} + +header ul { + margin:0; + padding:0; +} + +header li { + display:inline; + padding: 0 20px 0 20px; +} + +header #branding { + float:left; +} + +header #branding h1 { + margin:0; +} + +header nav { + float:right; + margin-top:10px; +} + +header .current a { + color:#0ab12e; + font-weight:bold; +} + +header a:hover { + color:#2f773d; + font-weight:Bold; +} + +footer { + padding:20px; + margin-top:20px; + color:white; + background-color: #0ab120; + text-align: center; +} \ No newline at end of file diff --git a/index2.html b/index2.html deleted file mode 100644 index 6efc22d..0000000 --- a/index2.html +++ /dev/null @@ -1,102 +0,0 @@ - - - - - - - - - - - - AleeCorp - Home - - - - - - - - - - - - - - - - - - - -
- -
-
-

Welcome to AleeCorp Website!!!

-

This website is soon going to change!

-

NOW HIRING DEVELOPERS!!!!!

-

Our Discord Server! - My Offical Website

-
-
- - -
- - - - - - - - - - - diff --git a/newsite.html b/newsite.html new file mode 100644 index 0000000..4453ba3 --- /dev/null +++ b/newsite.html @@ -0,0 +1,32 @@ + + + + + + AleeCorp Website | Home + + + +
+
+
+

AleeCorp Website

+
+ +
+
+
+

Shh don't leak our work!!!!

+
+ + + \ No newline at end of file -- cgit v1.2.3