From deecc29fb4b50274a01e2000887c54c56ff4a965 Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Fri, 20 Sep 2024 20:37:27 -0700 Subject: [PATCH] feat: update design to match current branding colours --- favicon.ico | Bin 1150 -> 1220 bytes img/Dallas_Skyline.svg | 6 +-- img/landingIcon.svg | 93 +++++++++++++++++++++++++++++++++++++++++ index.html | 2 +- style.css | 13 +++--- 5 files changed, 104 insertions(+), 10 deletions(-) create mode 100644 img/landingIcon.svg diff --git a/favicon.ico b/favicon.ico index 1f12708425d25edecbf6180af181cd4e7bf47f33..a9f8b8ec772646e826882a84b3e097d4d3ea727d 100644 GIT binary patch literal 1220 zcmV;#1UvhQP)gw(2=<4U^>g43+nT?H@jEtCxiI$0pm4=3sgoKcTgOGxPkAQ%UetwI6eT#j4ihO*D zdU}U1_mDm1s??k9s~p)1Oy!e104ec z90LOy0sP02lxO7XSbj000#L02BZK6951b z000ax;DX`+00KNoL_t(|+Rc+!R}*m%#peEt_qfz32j3E!88K zw7o08xI%4V57hRo3Wi-gU~a>XnA11BEd9Y6Fl_ohU?VDyEUj zHn4D@pE}mzadW_qFdsOs>xK3r>2KYN0g@}*cX?GYK#?l5KRs`h?9vA#0{?pZB0nTB7T2dRhY@I zU&nGy5ZBgB?O$dHQjGI!bwMP5J5XfEB%0n$PJ7s7r_*kyW>hpXu~u3cVh&ea)smuC z%)>cLb}xDXv+e70L^wLacIG@BHf180xN;&KB%;74TdMY*x#d!!JvYhz#zuJz@P!dKp~(AL>x#lFaYI*xFHzK2NH@Y4*v%OR!VgQ zyF($_{=Z6^Ggd60WcMGY4%y90DUSa^a&k$w|J5^G{|iJIqF{a?Uog_>zhxrqurhvs?bRuA270c4`0r`ehUUx2>A~KX+y$SS){b^M9czW1#z- z!0rXP6=Zhx;y$oC(HOJ;nbYh3=gn#YiuL|4n%f4}n>nrSzba7e>Lc6!+f_tjxMRuw zjbOLS0sX-nrvE>CM#F!NOt=54=`R0$o72Ezf|17mD!k67X!Kz zThvnTDkNzLLa_axdn-~7SeE;UZ8qggQaTfobs$>37 z-MZvI$e$qn^2v5!cQ4+*;Xf$ul!0O*(Wd_+y9@q<_GI5NHNS4=DU$dSGb;#s|3{n_ieaAzFzBc@ \ No newline at end of file diff --git a/img/landingIcon.svg b/img/landingIcon.svg new file mode 100644 index 0000000..71b105d --- /dev/null +++ b/img/landingIcon.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/index.html b/index.html index b001d01..e9068a2 100644 --- a/index.html +++ b/index.html @@ -89,7 +89,7 @@

Learn To Code With Your Neighbors

- +
Dallas Skyline diff --git a/style.css b/style.css index c7d50eb..a78c912 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,7 @@ body { padding-top: 70px; font-family: 'Lato', sans-serif; - background: #006400; + background: #0a0a23; } .spacer { @@ -12,7 +12,7 @@ body { /*Navigation Bar Color*/ .navbar { - background-color: #006400; + background-color: #0a0a23; } @@ -35,8 +35,9 @@ body { font-size: 20px; } -.navbar-default .navbar-nav>li>a:hover { - color: #006400; +.navbar-default .navbar-nav>li>a:hover, +.navbar-default .navbar-nav>li>a:focus { + color: #0a0a23; background: #fff; } @@ -52,14 +53,14 @@ body { .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover { background-color: #fff; - color: #006400; + color: #0a0a23; } /*Main Area*/ .mainarea { - background: #006400; + background: #0a0a23; text-align: center; color: #fff; margin: 0;