<!
DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BrightFutures Hub: Your Post-10th Career Guide</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap"
rel="stylesheet">
<style>
body {
font-family: 'Roboto', sans-serif;
margin: 0;
padding: 0;
line-height: 1.6;
background-color: #f4f4f9;
color: #333;
scroll-behavior: smooth;
header {
background: linear-gradient(90deg, #0078D7, #005BB5);
color: #fff;
padding: 1.5rem 0;
text-align: center;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
header h1 {
margin: 0;
font-size: 2.8rem;
nav {
background: #005BB5;
padding: 0.8rem 0;
text-align: center;
position: sticky;
top: 0;
width: 100%;
z-index: 1000;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
nav a {
color: #fff;
text-decoration: none;
margin: 0 1.5rem;
font-weight: bold;
transition: color 0.3s ease;
nav a:hover {
color: #FFD700;
.container {
width: 90%;
max-width: 1200px;
margin: 2rem auto;
padding: 1.5rem;
background: #fff;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
border-radius: 10px;
.section {
margin-bottom: 2.5rem;
text-align: center;
}
.section h2 {
color: #0078D7;
margin-bottom: 1rem;
font-size: 2rem;
.grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 1.2rem;
.card {
padding: 1.5rem;
border: 1px solid #ddd;
border-radius: 10px;
background: #fafafa;
text-align: center;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease, box-shadow 0.3s ease;
cursor: pointer;
.card:hover {
transform: translateY(-5px);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
.card h3 {
color: #005BB5;
margin-bottom: 0.8rem;
.footer {
background: linear-gradient(90deg, #333, #444);
color: #fff;
text-align: center;
padding: 1.2rem 0;
margin-top: 2rem;
font-size: 1rem;
ul {
list-style-type: none;
padding: 0;
ul li {
margin: 0.5rem 0;
ul li a {
text-decoration: none;
color: #0078D7;
font-weight: bold;
transition: color 0.3s ease;
ul li a:hover {
color: #005BB5;
</style>
<script>
function redirectToPage(page) {
window.location.href = page;
</script>
</head>
<body>
<header>
<h1>BrightFutures Hub</h1>
<p>Your Ultimate Post-10th Career Guide</p>
</header>
<nav>
<a href="#streams">Streams</a>
<a href="#careers">Career Options</a>
<a href="#resources">Resources</a>
</nav>
<div class="container">
<section id="streams" class="section">
<h2>Choosing Your Stream</h2>
<p>After Class 10, selecting the right stream is crucial for your future. Here are your
options:</p>
<div class="grid">
<div class="card" onclick="redirectToPage('science.html')">
<h3>Science</h3>
<p>Click for information.</p>
</div>
<div class="card" onclick="redirectToPage('commerce.html')">
<h3>Commerce</h3>
<p>Click for information.</p>
</div>
<div class="card" onclick="redirectToPage('arts.html')">
<h3>Arts</h3>
<p>Click for information.</p>
</div>
<div class="grid">
<div class="card" onclick="redirectToPage('engineering.html')">
<h3>Engineering</h3>
<p>Click for information.</p>
</div>
</section>
</div>
</div>
<footer class="footer">
<p>© 2024 BrightFutures Hub. All Rights Reserved.</p>
</footer>
</body>
</html>
Code for Information of science
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Science Stream - BrightFutures Hub</title>
<link
href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap"
rel="stylesheet">
<style>
body {
font-family: 'Roboto', sans-serif;
margin: 0;
padding: 0;
line-height: 1.6;
background-color: #f4f4f9;
color: #333;
}
header {
background: linear-gradient(90deg, #0078D7, #005BB5);
color: #fff;
padding: 1.5rem 0;
text-align: center;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
header h1 {
margin: 0;
font-size: 2.5rem;
}
.container {
width: 90%;
max-width: 1000px;
margin: 2rem auto;
padding: 1.5rem;
background: #fff;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
border-radius: 10px;
}
.section {
margin-bottom: 2rem;
}
.section h2 {
color: #0078D7;
margin-bottom: 1rem;
font-size: 2rem;
text-align: center;
}
.list {
padding: 0;
list-style-type: none;
}
.list li {
margin: 0.5rem 0;
font-size: 1.2rem;
padding: 0.5rem;
background: #f0f0f5;
border-radius: 5px;
}
.back-btn {
display: block;
width: max-content;
margin: 1rem auto;
padding: 0.8rem 1.5rem;
background: #0078D7;
color: #fff;
text-decoration: none;
border-radius: 5px;
font-weight: bold;
transition: background 0.3s ease;
text-align: center;
}
.back-btn:hover {
background: #005BB5;
}
</style>
</head>
<body>
<header>
<h1>Science Stream</h1>
<p>Explore subjects, career options, and opportunities in Science.</p>
</header>
<div class="container">
<section class="section">
<h2>Subjects in Science</h2>
<ul class="list">
<li>Physics</li>
<li>Chemistry</li>
<li>Mathematics</li>
<li>Biology (Optional)</li>
<li>Computer Science (Optional)</li>
<li>Environmental Science</li>
</ul>
</section>
<section class="section">
<h2>Career Opportunities</h2>
<ul class="list">
<li>Engineering (Mechanical, Civil, Electrical, etc.)</li>
<li>Medicine (Doctor, Surgeon, Dentist, etc.)</li>
<li>Information Technology (Software Developer, Data Scientist)</li>
<li>Pure Sciences (Research, Physics, Chemistry, Biology)</li>
<li>Pharmacy, Biotechnology, and Environmental Science</li>
<li>Government & Defense Jobs (ISRO, DRDO, BARC, NPCIL, etc.)</li>
</ul>
</section>
<a href="redirect.html" class="back-btn">⬅ Back to Home</a>
</div>
</body>
</html>
Code for Information of commerce
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Commerce Stream - BrightFutures Hub</title>
<link
href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap"
rel="stylesheet">
<style>
body {
font-family: 'Roboto', sans-serif;
margin: 0;
padding: 0;
line-height: 1.6;
background-color: #f4f4f9;
color: #333;
}
header {
background: linear-gradient(90deg, #0078D7, #005BB5);
color: #fff;
padding: 1.5rem 0;
text-align: center;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
header h1 {
margin: 0;
font-size: 2.5rem;
}
.container {
width: 90%;
max-width: 1000px;
margin: 2rem auto;
padding: 1.5rem;
background: #fff;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
border-radius: 10px;
}
.section {
margin-bottom: 2rem;
}
.section h2 {
color: #0078D7;
margin-bottom: 1rem;
font-size: 2rem;
text-align: center;
}
.list {
padding: 0;
list-style-type: none;
}
.list li {
margin: 0.5rem 0;
font-size: 1.2rem;
padding: 0.5rem;
background: #f0f0f5;
border-radius: 5px;
}
.back-btn {
display: block;
width: max-content;
margin: 1rem auto;
padding: 0.8rem 1.5rem;
background: #0078D7;
color: #fff;
text-decoration: none;
border-radius: 5px;
font-weight: bold;
transition: background 0.3s ease;
text-align: center;
}
.back-btn:hover {
background: #005BB5;
}
</style>
</head>
<body>
<header>
<h1>Commerce Stream</h1>
<p>Explore subjects, career options, and opportunities in Commerce.</p>
</header>
<div class="container">
<section class="section">
<h2>Subjects in Commerce</h2>
<ul class="list">
<li>Accountancy</li>
<li>Business Studies</li>
<li>Economics</li>
<li>Mathematics (Optional)</li>
<li>Entrepreneurship (Optional)</li>
<li>Computer Applications</li>
</ul>
</section>
<section class="section">
<h2>Career Opportunities</h2>
<ul class="list">
<li>Chartered Accountant (CA)</li>
<li>Company Secretary (CS)</li>
<li>Banking & Finance (Investment Banker, Stock Market Analyst)</li>
<li>Business Management (MBA, Marketing, HR, Operations)</li>
<li>Law (Corporate Lawyer, Legal Advisor)</li>
<li>Entrepreneurship & Startups</li>
<li>Government Jobs (UPSC, RBI, SEBI, etc.)</li>
</ul>
</section>
<a href="redirect.html" class="back-btn">⬅ Back to Home</a>
</div>
</body>
</html>