forked from aditya-bhaumik/Pathsphere
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
202 lines (195 loc) · 8.96 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PathSphere | Forum</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css"
integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="about.css">
</head>
<body>
<header>
<nav>
<a href="index.html" class="logo"><img src="logo.png">PathSphere</a>
<!-- <ul>
<li><a href="index.html">Home</a></li>
<li><a href="scholarships.html">Scholarships</a></li>
<li><a href="jobs.html">Jobs</a></li>
<li><a href="forum.html">Forum</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="faqs.html">FAQs</a></li>
</ul> -->
<ul id="tabs">
<li class="tab"><a href="index.html">Home</a></li>
<li class="tab"><a href="scholarships.html">Scholarships</a></li>
<li class="tab"><a href="jobs.html">Jobs</a></li>
<li class="tab"><a href="forum.html">Forum</a></li>
<li class="tab"><a href="faqs.html">FAQs</a></li>
<li class="tab"><a href="blog.html">Blog</a></li>
</ul>
<div class="cursor"></div>
</nav>
</header>
<main>
<section class="hero">
<h1>About Us</h1>
<h2>Empowering Futures, One Opportunity at a Time</h2>
</section>
<!-- Mission and Vision Section -->
<section class="content-section">
<div class="section-content">
<h1>Our Mission</h1>
<div class="cards-grid">
<div class="content-card">
<h3>Empowerment</h3>
<p>Empowering students and educators by providing a seamless platform for discovering and
connecting
with relevant educational and career opportunities.</p>
</div>
<div class="content-card">
<h3>Accessibility</h3>
<p>Democratizing access to education and employment by removing barriers and making
opportunities
accessible to all.</p>
</div>
<div class="content-card">
<h3>Innovation</h3>
<p>Driving innovation in education and career development through technology and
community-driven
solutions.</p>
</div>
<div class="content-card">
<h3>Impact</h3>
<p>Creating a lasting positive impact on individuals and communities by fostering lifelong
learning and
career growth.</p>
</div>
<div class="content-card">
<h3>Equity</h3>
<p>Promoting equity and inclusivity in education and employment by ensuring that all individuals
have
equal
opportunities to succeed.</p>
</div>
</div>
</div>
<div class="section-content bg-highlight">
<h1>Our Vision</h1>
<div class="cards-grid">
<div class="content-card">
<h3>Global Leader</h3>
<p>To become the global leader in connecting students with scholarships and educators with job
openings,
revolutionizing the way education and career paths are discovered.</p>
</div>
<div class="content-card">
<h3>Impactful Community</h3>
<p>To cultivate a vibrant and supportive online community where students and educators can
connect,
collaborate, and learn from each other.</p>
</div>
<div class="content-card">
<h3>Driving Positive Change</h3>
<p>To be a catalyst for positive change in education and the workforce by fostering innovation,
accessibility, and equity.</p>
</div>
<div class="content-card">
<h3>Trusted Partner</h3>
<p>To be a trusted partner to students, educators, institutions, and organizations, providing
valuable
resources and services.</p>
</div>
<div class="content-card">
<h3>Empowered Future</h3>
<p>To empower individuals to achieve their full potential by providing them with the tools,
resources,
and
support they need to succeed in their academic and professional journeys.</p>
</div>
</div>
</div>
</section>
<!-- Team Section -->
<section class="content-section">
<h2>Meet Our Team</h2>
<div class="cards-grid">
<div class="team-card">
<img src="/images/team1.png" alt=" John Doe">
<h3>Aditya Bhaumik</h3>
<p>Founder & CEO</p>
</div>
<div class="team-card">
<img src="/images/team2.png" alt="Jane Smith">
<h3>Vivek Vardhan</h3>
<p>Cofounder</p>
</div>
<div class="team-card">
<img src="/images/team3.jpeg" alt="Emily Johnson">
<h3>Apoorva Singh</h3>
<p>Mentor</p>
</div>
<div class="team-card">
<img src="/images/team4.jpeg" alt="Michael Brown">
<h3>Avinash Pradhan</h3>
<p>Mentor</p>
</div>
</div>
</section>
<!-- Offerings Section -->
<section class="content-section bg-light">
<h2>What We Offer</h2>
<div class="cards-grid">
<div class="offering-card">
<i class="fa fa-briefcase"></i>
<h3>Find Jobs</h3>
<p>Discover job opportunities that align with your skills and career goals.</p>
</div>
<div class="offering-card">
<i class="fa fa-graduation-cap"></i>
<h3>Find Scholarships</h3>
<p>Explore scholarships tailored to your academic background and needs.</p>
</div>
<div class="offering-card">
<i class="fa fa-comments"></i>
<h3>Discussion Forum</h3>
<p>Connect with peers and mentors to discuss education and career-related topics.</p>
</div>
</div>
</section>
</main>
<div class="footer-container">
<div class="footer-description">
<h3>PathSphere</h3>
<p>PathSphere is a comprehensive platform designed to connect students with scholarship opportunities and
educators with job openings. It features dynamic search tools and community discussions to enhance
access to educational and career resources.</p>
</div>
<div class="footer-list">
<h3>Quick links</h3>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="scholarships.html">Scholarships</a></li>
<li><a href="jobs.html">Jobs</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="forum.html">Forum</a></li>
</ul>
</div>
<div class="footer-list">
<h3>Follow us on</h3>
<div class="social-icons">
<ul>
<a href="#"><i class="fa-brands fa-linkedin"></i></a>
<a href="#"><i class="fa-brands fa-github"></i></a>
<a href="#"><i class="fa-brands fa-x-twitter"></i></a>
<a href="#"><i class="fa-brands fa-instagram"></i></a>
<a href="#"><i class="fa-brands fa-facebook"></i></a>
</ul>
</div>
</div>
</div>
<div class="copyright">© 2024 PathSphere. All rights reserved.</div>
</body>
</html>