diff --git a/about.html b/about.html index 129007a..22cc046 100644 --- a/about.html +++ b/about.html @@ -418,30 +418,21 @@

Ajivika

- - - - -
-
- -

- About Us -

-
-

In order to address the lack of an intelligent and adaptive Job Recommendation Portal, the idea to create a website Ajivika (literal meaning: career) has been presented. This website covers all the features of a career portal, ranging from:

- - -
+
+
+

+ About Us +

+
+

+ In order to address the lack of an intelligent and adaptive Job + Recommendation Portal, the idea to create a website Ajivika (literal + meaning: career) has been presented. This website covers all the + features of a career portal, ranging from: +

+ + +

📄 Resume Making

diff --git a/index.html b/index.html index c450536..8e2361c 100644 --- a/index.html +++ b/index.html @@ -11,14 +11,6 @@ diff --git a/styles.css b/styles.css index e013c25..4c02ec2 100644 --- a/styles.css +++ b/styles.css @@ -15,7 +15,7 @@ body { display: flex; justify-content: space-between; align-items: center; - background-color: var(--secondary-color); + background-color: rgb(43, 43, 40); padding: 10px 20px; position: sticky; top: 0; @@ -36,7 +36,7 @@ body { } .nav-links a { - color: var(--nav-color); + color: #fff; text-decoration: double; font-size: 18px; display: flex; @@ -44,7 +44,7 @@ body { transition: color 0.3s ease, background-color 0.3s ease; padding: 5px 10px; border-radius: 50px; /* Rounded edges */ - background-color: var(--nav-bg); + background-color: rgb(8, 7, 6); /* Slightly darker than navbar */ } .nav-links a i { @@ -55,8 +55,8 @@ body { } .nav-links a:hover { - color: var(--nav-hover); - background-color: var(--primary-color); /* A bit lighter on hover */ + color: #000; + background-color: #efb106; /* A bit lighter on hover */ } /* Sections */ @@ -67,7 +67,7 @@ body { } .home-section { - background-color: var(--nav-color); + background-color: #ffffff; text-align: center; } @@ -98,7 +98,7 @@ body { .hamburger span { height: 3px; width: 100%; - background: var(--nav-color); + background: #fff; display: block; border-radius: 10px; margin: 8px 0; @@ -128,7 +128,7 @@ p { footer { background-color: rgb(45, 43, 42); - color: var(--nav-color); + color: #fff; text-align: center; padding: 20px 0; position: relative;