Skip to content

Commit

Permalink
Revert "Fix/remove begin your journey"
Browse files Browse the repository at this point in the history
  • Loading branch information
Ojas-Arora authored Jan 3, 2025
1 parent af7832e commit b7457b6
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 54 deletions.
39 changes: 15 additions & 24 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -418,30 +418,21 @@ <h2>Ajivika</h2>
<button class="back-button" onclick="window.history.back();">
<i class="fas fa-arrow-left"></i>
</button>
<ul class="nav-links">
<li><a href="./index.html"><i class="fas fa-home"></i>Home</a></li>
<li><a href="./about.html"><i class="fas fa-address-card"></i> About Us</a></li>
<li><a href="./contact.html"><i class="fas fa-envelope"></i> Contact Us</a></li>
<li><a href="./pricing.html"><i class="fas fa-comments"></i>Go Pro</a></li>
<li><a href="./login.html"><i class="fas fa-sign-in-alt"></i>Register</a></li>

</ul>

</nav>
<button class="back-button" onclick="window.history.back();">
<i class="fas fa-arrow-left"></i>
</button>
<section class="about-section">
<div class="about-box">

<h1>
<i class="fas fa-info-circle" style="color: #cf00a3;"></i> About Us
</h1>
<div class="about-section">
<p>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:</p>

<!-- Features Section -->
<div class="features">
<section class="about-section">
<div class="about-box">
<h1>
<i class="fas fa-info-circle" style="color: #cf00a3"></i> About Us
</h1>
<div class="about-section">
<p>
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:
</p>

<!-- Features Section -->
<div class="features">
<div class="feature-card">
<i class="fas fa-file-alt"></i>
<h3>📄 Resume Making</h3>
Expand Down
33 changes: 13 additions & 20 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@
<link rel="manifest" href="/site.webmanifest">
<link rel="stylesheet" href="styles.css">
<style>
:root{
--primary-color: #d6a52b;
--secondary-color: #2b2b28;
--tertiary-color: #FFD465;
--nav-color: #fff;
--nav-bg: rgb(8, 7, 6);
--nav-hover: #000;
}
* {
box-sizing: border-box;
}
Expand Down Expand Up @@ -61,7 +53,7 @@
max-width: 100%;
margin: auto;
overflow: hidden;
color: var(--tertiary-color);
color: #FFD465;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

Expand Down Expand Up @@ -137,8 +129,8 @@
height: 15px;
width: 15px;
margin: 0 2px;
background-color:var(--tertiary-color);;
color: var(--tertiary-color);;
background-color:#FFD465;
color: #FFD465;
border-radius: 50%;
display: inline-block;
transition: background-color 0.6s ease;
Expand Down Expand Up @@ -193,7 +185,7 @@
color: #333;
}
.options-container:hover{
color: var(--tertiary-color);;
color: #FFD465;
}
.option:hover {
transform: translateY(-10px);
Expand All @@ -205,7 +197,7 @@


.orange {
color: var(--primary-color);
color: #d6a52b;
}

section h2 {
Expand All @@ -220,7 +212,7 @@
position: fixed;
bottom: 20px;
right: 20px;
background-color:var(--primary-color);
background-color:#d6a52b;
color: white;
border: none;
border-radius: 50%;
Expand Down Expand Up @@ -552,6 +544,7 @@ <h2>Ajivika</h2>
<li><a href="./about.html"><i class="fas fa-address-card"></i> <span>About Us</span></a></li>
<li><a href="./contact.html"><i class="fas fa-envelope"></i> <span>Contact Us</span></a></li>
<li><a href="./pricing.html"><i class="fas fa-comments"></i><span>Go Pro</span></a></li>
<li><a href="./login.html"><i class="fas fa-sign-in-alt"></i><span>Log In</span></a></li>
<li><a href="./register.html"><i class="fas fa-user-plus"></i> <span>Register</span></a></li>
<li><button class="translate-button" onclick="toggleTranslate()">🌐</button>
<div id="google_translate_element"></div></li>
Expand Down Expand Up @@ -634,7 +627,7 @@ <h2>Ajivika</h2>
}
</script>

<h1 style="color: var(--primary-color);">Welcome to Ajivika</h1>
<h1 style="color: #d6a52b;">Welcome to Ajivika</h1>
<p>Your one-stop destination for career growth and learning.</p>
<div class="slideshow-container">
<!-- Slide 1 -->
Expand Down Expand Up @@ -670,25 +663,25 @@ <h2 style="color: black;">What are
</h2>
<p>Prepare for the next step in your career with the following options.</p>
<div class="options-container" style="display: flex; gap: 20px;">
<div class="option" style="text-align: center; padding: 20px; border: 1px solid #ccc; transition: background-color 0.3s ease; cursor: pointer;" onmouseover="this.style.backgroundColor='var(--tertiary-color);'" onmouseout="this.style.backgroundColor='white'">
<div class="option" style="text-align: center; padding: 20px; border: 1px solid #ccc; transition: background-color 0.3s ease; cursor: pointer;" onmouseover="this.style.backgroundColor='#FFD465'" onmouseout="this.style.backgroundColor='white'">
<a href="./resume.html" style="text-decoration: none; color: black;">
<img src="./resume.png" alt="Resume" style="width: 100px; height: 100px;">
<p>Resume</p>
</a>
</div>
<div class="option" style="text-align: center; padding: 20px; border: 1px solid #ccc; transition: background-color 0.3s ease; cursor: pointer;" onmouseover="this.style.backgroundColor='var(--tertiary-color);'" onmouseout="this.style.backgroundColor='white'">
<div class="option" style="text-align: center; padding: 20px; border: 1px solid #ccc; transition: background-color 0.3s ease; cursor: pointer;" onmouseover="this.style.backgroundColor='#FFD465'" onmouseout="this.style.backgroundColor='white'">
<a href="./index2.html" style="text-decoration: none; color: black;">
<img src="./job.webp" alt="Apply for Jobs" style="width: 100px; height: 100px;">
<p>Apply for Jobs</p>
</a>
</div>
<div class="option" style="text-align: center; padding: 20px; border: 1px solid #ccc; transition: background-color 0.3s ease; cursor: pointer;" onmouseover="this.style.backgroundColor='var(--tertiary-color);'" onmouseout="this.style.backgroundColor='white'">
<div class="option" style="text-align: center; padding: 20px; border: 1px solid #ccc; transition: background-color 0.3s ease; cursor: pointer;" onmouseover="this.style.backgroundColor='#FFD465'" onmouseout="this.style.backgroundColor='white'">
<a href="https://vwfds2rwkfwfree87eappta.streamlit.app/" style="text-decoration: none; color: black;">
<img src="./courses.png" alt="Courses" style="width: 100px; height: 100px;">
<p>Courses</p>
</a>
</div>
<div class="option" style="text-align: center; padding: 20px; border: 1px solid #ccc; transition: background-color 0.3s ease; cursor: pointer;" onmouseover="this.style.backgroundColor='var(--tertiary-color);'" onmouseout="this.style.backgroundColor='white'">
<div class="option" style="text-align: center; padding: 20px; border: 1px solid #ccc; transition: background-color 0.3s ease; cursor: pointer;" onmouseover="this.style.backgroundColor='#FFD465'" onmouseout="this.style.backgroundColor='white'">
<a href="https://public.tableau.com/app/profile/ojas.arora/viz/JobTrendAnalysis_17349777011460/HighestPayingJobs2" style="text-decoration: none; color: black;">
<img src="./dashboard.jpg" alt="Dashboard" style="width: 100px; height: 100px;">
<p>Dashboard</p>
Expand All @@ -701,7 +694,7 @@ <h2 style="color: black;">What are

<!-- Footer -->
<footer>
<p style="color: var(--primary-color);">&copy; 2024 Ajivika™. All rights reserved.</p>
<p style="color: #d6a52b;">&copy; 2024 Ajivika™. All rights reserved.</p>
</footer>

<!-- Floating Chat Button -->
Expand Down
2 changes: 0 additions & 2 deletions resume.html
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@
}
.option a {
text-decoration: none;

}

.orange {
Expand Down Expand Up @@ -499,7 +498,6 @@
z-index: 2;
position: relative;
}

</style>
</head>
<body>
Expand Down
16 changes: 8 additions & 8 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -36,15 +36,15 @@ body {
}

.nav-links a {
color: var(--nav-color);
color: #fff;
text-decoration: double;
font-size: 18px;
display: flex;
align-items: center;
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 {
Expand All @@ -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 */
Expand All @@ -67,7 +67,7 @@ body {
}

.home-section {
background-color: var(--nav-color);
background-color: #ffffff;
text-align: center;
}

Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit b7457b6

Please sign in to comment.