-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
61 lines (53 loc) · 2.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Basic Homepage</title>
<link rel="stylesheet" href="css/about.css">
<link rel="stylesheet" href="css/style1.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<nav>
<input type="checkbox" id="check">
<label for="check" class="checkbtn">
<i class="fa fa-bars"></i>
</label>
<label class ="logo">SAHAH</label>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="questionnaire.html">Questionnaire</a></li>
<li><a href="psychologist.html">psychologist</a></li>
</ul>
</nav>
<div>
<h1>Welcome to SAHAH</h1>
</div>
<!-- <nav>
<ul>
<li><a href="#about">About</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav> -->
<section id="about">
<h2>About Us</h2>
<p>Life as a student can be crazy, right? We get it! That's why we're here – to be your virtual shoulder to lean on.
Whether you're feeling stressed, anxious, or just need someone to talk to, we've got your back! This is a judgment-free zone, and you can be as open and honest as you want.
Our team of mental health pros and fellow students are here to lend a listening ear and offer helpful tips. We've been through it all and know that sometimes, all you need is someone who gets it.
So take a deep breath, explore the resources, and remember – you're not alone in this wild ride called college life.</p>
</section>
<section id="services">
<h2>Services</h2>
<p>Welcome to our mental health website, a safe heaven for individuals seeking holistic well-being. Explore a diverse range of stress management techniques, engage in rejuvenating stress-relieving activities, and challenge your mind with thought-provoking quizzes. Connect with licensed therapists who are here to guide you on your journey towards mental wellness.
Join us in fostering a supportive community where your mental health takes center stage.</p>
</section>
<section id="contact">
<h2>Contact</h2>
<p>Email: [email protected]</p>
<p>Phone:6303868366</p>
</section>
</body>
</html>