-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
73 lines (62 loc) · 2.38 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>EduFlix</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="navbar">
<div class="logo">
<img src="logos.jpeg" width="150px" height="80px">
</div>
<nav>
<ul id="menu-items">
<li><a href="main.html">Home</a></li>
<li><a href="about.html">Categories</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="help.html">Help Desk</a></li>
<button class="loginbtn" onclick="document.getElementById('login-form').style.display='block'" style="width: auto;">Login
</button>
</ul>
</nav>
</div>
<section id="about us">
<h2>About Us</h2>
<p>
<li>Our Mission: To empower students with comprehensive career insights based on their subject choices, helping them make informed decisions about their future.</li>
<br>
What We Do: We provide detailed information on career paths, including:
<br>
<ol>
<li>Expected fresher salary</li>
<li>Relevant entrance exams</li>
<li>Best colleges in India and abroad</li>
<li>Why Choose Us: Our platform bridges the gap between education and career, ensuring that students can align their academic interests with realistic career options.
</li>
<li>Our Vision: To be the go-to resource for students seeking clear, accurate, and actionable career guidance, tailored to their subject preferences.
</li>
<li> Our Value Proposition: We make the career decision process easier and more transparent.
</li>
<li> Whether you're just starting or making a career shift, we're here to guide you every step of the way. </ul>
</li>
</ol>
</p>
</section>
</div>
<footer>
<div class="footer">
<nav>
<ul id="menu-items">
<li><a href="main.html">Home</a></li>
<li><a href="feed.html">Feedback</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="terms.html">Terms and Conditions</a></li>
<li><a href="help.html">Help </a></li>
</ul>
</nav>
</div>
</footer>
</body>
</html>