-
Notifications
You must be signed in to change notification settings - Fork 0
/
psychologist.html
93 lines (84 loc) · 3.61 KB
/
psychologist.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Psychologists </title>
<link rel="stylesheet" href="css/psychologist.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>Available Psychologists</h1>
<!-- <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> -->
</div>
<section>
<h2>Our Psychologist: Your Guide to Emotional Well-being</h2>
<p>
Our psychologist is here to offer valuable assistance and support throughout your journey towards better mental and
emotional well-being. By seeking help from ourexpert psychologist, you can expect a safe and compassionate environment
where you can freely express your thoughts and feelings.
</p>
<p>
Whether you're dealing with anxiety, stress, relationship issues, or any other mental health concern, our psychologist is
equipped to provide professional guidance and personalized interventions.They will help you gain insights into your thoughts
and behaviors, empowering you to make positive changes in your life.
</p>
<p>
Don't hesitate to reach out to our psychologist and take the first step towards a brighter future. Remember, seeking help
is a sign of strength and a crucial step towards personal growth and healing. Let our psychologist be your
partner in this transformative journey, guiding you towards a healthier and happier life.
</p>
</section>
<section >
<h2>Our Psychologists</h2>
<div class="psychologist-card">
<img src="images/human_icon.png" alt="Psychologist 1">
<h3>Mrs. Bhagyashree Kshirsagar
</h3>
<p>
M.Sc, B.Ed., M.A. (Psychology), P.G. Diploma in Psychological Counselling Skills.
</p>
<ul>
<li>Specialization: Individual Therapy, Anxiety, Stress Management</li>
<li>Email: [email protected]</li>
<li>Contact: +91 98493 71242</li>
</ul>
</div>
<div class="psychologist-card">
<img src="images/human_icon.png" alt="Psychologist 2">
<h3>Dr. Anitha Are</h3>
<p>
M.Sc, M.Phil in Clinical Psychology, ph.D from Bharathiar University, Certified NLP Practitioner.
</p>
<ul>
<li>Specialization: Couples Counselling, Marriage Therapy,Student Counsellor</li>
<li>Contact: +91 89771 36536</li>
</ul>
</div>
</section>
<footer>
<p>© 2023 SAHAH' Psychologists. All rights reserved.</p>
</footer>
</body>
</html>