diff --git a/site/secret.html b/site/secret.html new file mode 100644 index 0000000..000a2a6 --- /dev/null +++ b/site/secret.html @@ -0,0 +1,5 @@ + + + + + diff --git a/src/css/style.css b/src/css/style.css index 6c8ee70..c4a7ff9 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -5,6 +5,8 @@ html { top: 0; margin-top: 0; font-family: sans-serif; + background-color: black; + color: red; } h1 { margin-top: 1em; @@ -35,17 +37,81 @@ nav { max-width: 100%; width: 100%; } +.ButtonStyle { + text-decoration: none; + color: magenta; + display: inline; + padding: 0.25em; + border: 1px solid magenta; + background-color: transparent; + border-radius: 0.1em; +} +.ButtonStyle:visited { + color: magenta; + border: 1px solid magenta; +} +.ButtonStyle:hover { + background-color: #440044; +} +.ButtonStyle:active { + background-color: #770077; +} +button { + font-size: medium; + text-decoration: none; + color: magenta; + display: inline; + padding: 0.25em; + border: 1px solid magenta; + background-color: transparent; + border-radius: 0.1em; +} +button:visited { + color: magenta; + border: 1px solid magenta; +} +button:hover { + background-color: #440044; +} +button:active { + background-color: #770077; +} #nav-list { max-width: 100%; width: 100%; float: left; - background-color: #ffcdcd; padding: 0.5em; border-radius: 0.1em; + border-color: red; + border: 1px solid; + line-height: 2em; + margin-bottom: 1em; +} +#nav-list #logo { + width: 2em; + height: 2em; + float: right; } #nav-list a { + font-size: 1.2em; text-decoration: none; + color: magenta; + display: inline; + padding: 0.25em; + border: 1px solid magenta; + background-color: transparent; + border-radius: 0.1em; +} +#nav-list a:visited { + color: magenta; + border: 1px solid magenta; +} +#nav-list a:hover { + background-color: #440044; +} +#nav-list a:active { + background-color: #770077; } -.reset-float { +#nav-list .reset-float { float: none; } diff --git a/src/css/style.less b/src/css/style.less index cf2f204..61f6b51 100644 --- a/src/css/style.less +++ b/src/css/style.less @@ -5,6 +5,8 @@ html { top: 0; margin-top: 0; font-family: sans-serif; + background-color: black; + color: red; } h1 { @@ -43,19 +45,57 @@ nav { width: 100%; } +.ButtonStyle { + text-decoration: none; + color: magenta; + display: inline; + padding: 0.25em; + border: 1px solid magenta; + background-color: transparent; + border-radius: 0.1em; + + &:visited { + color: magenta; + border: 1px solid magenta; + } + + &:hover { + background-color: #440044; + } + + &:active { + background-color: #770077; + } +} + +button { + font-size: medium; + .ButtonStyle(); +} + #nav-list { max-width: 100%; width: 100%; float: left; - background-color: rgb(255, 205, 205); padding: 0.5em; border-radius: 0.1em; + border-color: red; + border: 1px solid; + line-height: 2em; + margin-bottom: 1em; + + #logo { + width: 2em; + height: 2em; + float: right; + } a { - text-decoration: none; + font-size: 1.2em; + .ButtonStyle(); } -} -.reset-float { - float: none; + .reset-float { + float: none; + } } diff --git a/src/html/404.html b/src/html/404.html index f2621ea..20948e5 100644 --- a/src/html/404.html +++ b/src/html/404.html @@ -1,2 +1,2 @@ -
Page not found
diff --git a/src/html/home.html b/src/html/home.html index 71dfd4e..360b0cb 100644 --- a/src/html/home.html +++ b/src/html/home.html @@ -1,4 +1,7 @@ -I am bored
-Sorry about it
- +Welcome, internet traveler! CEV autonomy works at the cutting edge of industry, designing and integrating + infrastructure and algorithms for self-driving cars.
+Right now, we're working on prototyping with small remote-controlled vehicles; our end goal is to achieve Level 2+ + autonomy, whence we will tackle an actual car.
+Feel free to check out our GitHub page to see our members and projects + we're working on.
diff --git a/src/html/nav.html b/src/html/nav.html index 94293f7..c108d60 100644 --- a/src/html/nav.html +++ b/src/html/nav.html @@ -1,12 +1,11 @@ +