-
Notifications
You must be signed in to change notification settings - Fork 0
/
about us.html
61 lines (58 loc) · 2.97 KB
/
about us.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us</title>
<link rel="icon" href="h.jpg">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Mooli&display=swap" rel="stylesheet">
<link rel="stylesheet" href="about us .css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" />
</head>
<body>
<div class="container">
<nav class="nav_bar">
<div>
<ul class="ul">
<li><a href="index.html"><img src="h.jpg" alt="h"></a></li>
<li class="li"><a href="about us.html">About Us</a></li>
<li class="li"><a href="resources.html">Resources</a></li>
<li class="li"><a href="find_a_therapist.html">Find a Therapist</a></li>
<li class="li"><a href="Support">Online Support Community</a></li>
</ul>
</div>
</nav>
<div class="main_page">
<div class="main_text" >
<h2 class="about">About Us</h2>
<section class="tag_line">
Empowering minds,
Healing hearts
</section>
<p class="paragraph">
Healta is a safe space dedicated to fostering awareness, understanding, and support for mental well-being. Our mission is to provide valuable resources, expert insights, and a compassionate community to empower individuals on their journey to better mental health. Join us in breaking the stigma and promoting holistic self-care for a happier, healthier life.
</p>
<div class="socials">
<a href="#"><i class="fa-brands fa-facebook"></i></i></a>
<a href="#"><i class="fa-brands fa-twitter"></i></a>
<a href="#"><i class="fa-brands fa-instagram"></i></i></a>
<a href="#"><i class="fa-brands fa-youtube"></i></a>
</div>
</div>
<div class="image">
<img src="mental-health-removebg-preview.png">
</div>
</div>
<footer class="footer">
<section class="base_line">
Contact us anytime, anywhere,<br>
Healta is always there for help
</section>
<section class="base_para">
Mental health is the foundation of our emotional and psychological well-being, influencing our daily functioning, relationships, and overall quality of life. Prioritizing it is crucial and major motive for a healthy and balanced existence.
</section>
</footer>
</body>
</html>