-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
180 lines (163 loc) · 7.36 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<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=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css" />
<title>ZenCare</title>
</head>
<body>
<nav class="navbar background">
<div class="logo">
<img src="/imgs/logo.svg" alt="ZenCare Logo">
</div>
<ul class="nav-list">
<li><a href="#">HOME</a></li>
<li><a href="#about">ABOUT</a></li>
<li><a href="#services">SERVICES </a></li>
<li><a href="services\contact.html">CONTACT US </a></li>
</ul>
<ul class="nav-list1">
<div class="rightNav">
<input type="text" name="search" id="search" placeholder="Search">
<button class="btn">Search</button>
<button class="login-button">
<a href="login.html">SignUp / Login</a>
</button>
</div>
</ul>
</nav>
<header>
<div class="content">
<h1 class="header-header">Welcome to ZenCare</h1>
<p class="description">Elevate your well-being with guided therapies,
mindfulness practices, and expert resources for
a healthier, happier life.</p>
<h4>
<span class="auto-type"></span>
</h4>
<a href="#services" class="btn">EXPLORE</a>
</div>
</header>
<script src="https://unpkg.com/typed.js@2.0.15/dist/typed.umd.js"></script>
<script src="script.js"></script>
<section id="about" class="about">
<!-- Add your existing About Us section here -->
</section>
<section id="services">
<h1 class= "damn">Our Services</h1>
<div class="container">
<div class="row">
<!-- Cards in the first row -->
<div class="service-card" style="background-color: #ffd699;">
<div class="round-image">
<img src="./imgs/audiotherapy.jpg" alt="audio" loading="lazy">
</div>
<div class="description">
<h2>Audio Therapy</h2>
<p>
Listening to music & other audio files often enlightens our mood.
</p>
<a href="./services/audio.html" class="btn">Let's Explore</a>
</div>
</div>
<div class="service-card" style="background-color: #a2c4c9;">
<div class="round-image">
<img src="/imgs/readingtherapy.jpg" alt="read" loading="lazy">
</div>
<div class="description">
<h2>Reading Therapy</h2>
<p>
Motivational books can help us to divert and change our mood.
</p>
<a href="/services/library.html" class="btn">Let's Explore</a>
</div>
</div>
<div class="service-card" style="background-color: #80d4d4;">
<div class="round-image">
<img src="/imgs/meditation.jpg" alt="meditation" loading="lazy">
</div>
<div class="description">
<h2>Meditation</h2>
<p>
Find inner peace through meditation and mindfulness practices.
</p>
<a href="/services/meditation.html" class="btn">Let's Explore</a>
</div>
</div>
<!-- Cards in the second row -->
<div class="service-card" style="background-color: #7e57c2;">
<div class="round-image">
<img src="/imgs/yoga.jpg" alt="yoga" loading="lazy">
</div>
<div class="description">
<h2>Yoga Therapy</h2>
<p>
Yoga and exercise play a very important role in our lives.
</p>
<a href="https://theyogainstitute.org/certificate-yoga-therapy-course-online" class="btn">Let's Explore</a>
</div>
</div>
<div class="service-card" style="background-color: #ff9966;">
<div class="round-image">
<img src="/imgs/pomodoro.jpg" alt="pomodoro" loading="lazy">
</div>
<div class="description">
<h2>Pomodoro Technique</h2>
<p>
Improve productivity and focus using the Pomodoro technique.
</p>
<a href="https://pomofocus.io/" class="btn">Let's Explore</a>
</div>
</div>
<div class="service-card" style="background-color: #7f7676;">
<div class="round-image">
<img src="/imgs/shrink.jpg" alt="doctor" loading="lazy">
</div>
<div class="description">
<h2>Consult A Professional</h2>
<p>
If you're facing too much problem, you should consult a doctor.
</p>
<a href="https://www.practo.com/counselling-psychology" class="btn" target="_blank">Let's Explore</a>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="footer-container">
<div class="footer-logo">
<img src="/imgs/logo.svg" alt="ZenCare Logo">
</div>
<div class="footer-content">
<div class="footer-section">
<div class="footer-header">
<h4>ADDRESS:</h4>
<p>KJ Somaiya College of Engineering</p>
</div>
</div>
<div class="footer-section">
<h4>Contact Us:</h4>
<p>Phone: (9)999 999 9999<br>
Email: zencare@example.com</p>
</div>
<div class="footer-section">
<h4>Follow Us:</h4>
<a href="#" class="social-icon"><img src="/imgs/instagram.svg" alt="Instagram"></a>
<a href="#" class="social-icon"><img src="/imgs/linkedin.svg" alt="LinkedIn"></a>
<a href="#" class="social-icon"><img src="/imgs/twitter.svg" alt="Twitter"></a>
<a href="#" class="social-icon"><img src="/imgs/pinterest.svg" alt="Pinterest"></a>
</div>
</div>
</div>
<div class="copyright">
<p>Made with 🤍 by Team Maybe</p>
</div>
</footer>
</body>
</html>