-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
103 lines (92 loc) · 4.26 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<link rel="stylesheet" href="aboutstyles.css" />
</head>
<body>
<nav id="navbar">
<a id="logo" href="index.html">emPathy</a>
<a href="about.html">About</a>
<a href="questions.html">Quiz</a>
<form id="searchbox">
<input type="text" id="search-input" aria-label="Search" placeholder="search..."/>
<svg id="search-icon" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search"><circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line></svg>
</form>
<a href="login.html">Login</a>
<a href="career.html">Career</a>
</nav>
<div class="heading">
<h1>About Us</h1>
<p>
<strong>Welcome to emPathy –</strong> Your Pathway to Success! At
emPathy, we believe in the transformative power of empathy, guidance,
and opportunity. Our platform is more than just a website – it's a
beacon of hope, a toolkit for growth, and a community of support. We're
here to empower underserved individuals like you with the resources you
need to navigate the complexities of the professional world and unlock
your true potential.
</p>
<div class="container">
<section class="about">
<div class="about-image">
<img src="assets/about2.jpg" alt="" />
</div>
<div class="about-content">
<h2>Our Journey:</h2>
<p>
<strong>emPathy</strong> was born from a shared vision to break
down barriers and create bridges towards success. We understand
that the path to a brighter future can be filled with challenges,
especially for those who haven't had equal access to
opportunities. That's why we're dedicated to providing you with
the insights, knowledge, and connections you need to flourish in
your career journey.
</p>
</div>
</section>
<div class="more">
<br>
<h2 class="offer">What We Offer:</h2>
<p>
<ul>
<li><strong>Career Insights:</strong> We're your compass in the vast landscape of
industries and professions. Our curated resources and expert advice
will help you make informed decisions and set a clear direction for
your career.</li><br>
<li><strong>Job Opportunities:</strong> Discover a plethora of job listings from companies that
value diversity
and inclusion. Our platform connects you with employers who are actively seeking the unique
talents and perspectives you bring to the table.</li><br>
<li><strong>Skill-Building Resources:</strong> Acquire new skills and enhance existing ones with our
comprehensive collection of learning materials. From online courses to workshops, we're here to
help you stay competitive in an ever-evolving job market.</li>
</ul>
</p>
</div>
<div class="lastinfo">
<h2>Join the emPathy Community:</h2>
<br>
<p>When you step into emPathy, you're not just gaining access to a platform – you're becoming a part of
a supportive community. Here, you'll find fellow individuals who share your aspirations, mentors who
have walked similar paths, and a network that believes in your potential.</p>
<p>Together, we're shattering limitations, unleashing possibilities, and building a brighter future.
Let's chart your course towards success, one step at a time. Join us in the emPathy movement and be
a catalyst for change in your own life and the lives of others.</p>
<p>Your journey is unique, and so are your dreams. Let emPathy be your guiding light as you navigate
the exciting road ahead. Together, we can turn dreams into achievements, obstacles into stepping
stones, and potential into reality.
Step into emPathy today – where success and empathy converge.</p>
</div>
</div>
</div>
<footer>
<hr>
©2023 by emPathy<br>
Made for AllStarCode demo day by Zhejie, Pius, and Ivan
</footer>
<script src="search.js"></script>
</body>
</html>