diff --git a/TWA-App/Views/Partial/Footer.cshtml b/TWA-App/Views/Partial/Footer.cshtml index 2a95254..2ac5d35 100644 --- a/TWA-App/Views/Partial/Footer.cshtml +++ b/TWA-App/Views/Partial/Footer.cshtml @@ -1,3 +1,66 @@ -
-

© 2025 Aviationaly. All rights reserved.

+ + + \ No newline at end of file diff --git a/TWA-App/wwwroot/css/site.css b/TWA-App/wwwroot/css/site.css index d605bbb..e336290 100644 --- a/TWA-App/wwwroot/css/site.css +++ b/TWA-App/wwwroot/css/site.css @@ -24,6 +24,8 @@ --text-color-white: #f5f5f5; --text-color-lW1: #dfdfdf; --text-color-lW2: #4E4E4E; + --text-color-lW3:#f8f8f8; + --text-color-dark: #3f485d; @@ -111,6 +113,10 @@ body { /*Home Page*/ +.desc { + margin-top: 15px +} + .btn { border-radius: var(--radius); font-weight: 600; @@ -200,6 +206,7 @@ body { margin: 10px 20px; } + .nav-col .title{ font-size: 1.1rem; font-weight: 700 !important; @@ -213,16 +220,22 @@ body { box-shadow: none; } -.sub-item .nav-link{ +.nav-link { font-size: .92rem; - font-weight:400; + font-weight: 400; padding: 10px 15px; color: var(--text-color-dark); border-radius: var(--radius); transition: .3s all ease-in-out } -.sub-item .nav-link:hover{ +.sub-item .nav-link { + padding: 10px 15px; + transition: .3s all ease-in-out; + color: var(--text-color-dark) +} + +.nav-link:hover{ color: var(--color-primary); padding-left: 25px; background: var(--color-1) @@ -561,3 +574,45 @@ div[class*=sec]{ transform-origin: center; } + + +/**Footer Section*/ +#footer{ + color: var(--text-color-dark) +} + +.c-footer { + border-top: 1px solid #E0E1E3; + padding: 20px 0; + border-bottom: 1px solid #E0E1E3; +} + +.c-footer-1 { + padding-top: 50px; + padding-bottom: 80px +} + +.c-footer-1 .title { + padding-left: 0; + padding-right: 0; + border: none +} + .c-footer-1 .nav-link { + background-color: transparent; + padding-right: 0; + padding-left: 0 !important + } + + + +.c-footer-1 .c_logo img{ + height: 45px +} + +.c-footer-2{ + background: var(--text-color-lW3) +} + +.c-footer-2 span { + padding: 15px 0; +} \ No newline at end of file