-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
195 lines (176 loc) · 5.11 KB
/
contact.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
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact Us - Medical Health Center</title>
<!-- Link to Font Awesome for icons -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" rel="stylesheet">
</head>
<body>
<style>
/* Eco-Friendly Colors */
:root {
--primary-green: #4caf50;
--light-green: #81c784;
--earth-brown: #8d6e63;
--soft-beige: #f9f5f0;
--white: #ffffff;
--dark-green: #2e7d32;
}
/* General Styles */
body {
font-family: 'Arial', sans-serif;
margin: 0;
padding: 0;
line-height: 1.6;
color: #333;
background: linear-gradient(to bottom, var(--soft-beige), var(--light-green));
}
/* Header */
.eco-header {
background: linear-gradient(to right, var(--primary-green), var(--light-green));
color: var(--white);
text-align: center;
padding: 30px 15px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.eco-header h1 {
font-size: 2.8rem;
margin: 0;
font-family: 'Georgia', serif;
}
.eco-header p {
font-size: 1.2rem;
margin-top: 10px;
}
/* Sections */
.eco-section {
margin: 20px auto;
padding: 20px;
max-width: 800px;
background: var(--white);
border-radius: 15px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
border-left: 5px solid var(--primary-green);
transform: translateY(50px);
opacity: 0;
animation: slideIn 1.5s forwards;
}
/* Icons and Lists */
h2 {
color: var(--dark-green);
font-family: 'Georgia', serif;
}
ul {
list-style: none;
padding-left: 0;
}
ul li {
margin: 10px 0;
font-size: 1rem;
}
ul li i {
margin-right: 10px;
color: var(--primary-green);
}
/* Social Media Buttons */
.social-links {
margin-top: 15px;
}
.eco-social {
display: inline-block;
padding: 10px 20px;
margin: 5px 10px;
border-radius: 25px;
background: var(--primary-green);
color: var(--white);
text-decoration: none;
font-size: 1.1rem;
transition: background-color 0.3s ease, transform 0.2s ease;
}
.eco-social:hover {
background: var(--dark-green);
transform: scale(1.1);
}
/* Address Styling */
address {
font-style: normal;
padding: 15px;
background: var(--soft-beige);
border-radius: 8px;
font-size: 1rem;
color: var(--earth-brown);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
address::before {
content: "\f3c5";
font-family: "Font Awesome 5 Free";
margin-right: 8px;
color: var(--primary-green);
}
/* Footer */
.eco-footer {
background: var(--earth-brown);
color: var(--white);
text-align: center;
padding: 15px 0;
margin-top: 30px;
font-size: 0.9rem;
}
/* Animations */
@keyframes slideIn {
from {
opacity: 0;
transform: translateY(50px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.animated-section:nth-child(odd) {
animation-delay: 0.2s;
}
.animated-section:nth-child(even) {
animation-delay: 0.4s;
}
</style>
<header class="eco-header">
<h1><i class="fas fa-leaf"></i> Contact Us</h1>
<p>Have questions or need assistance? We're here to help!</p>
</header>
<main>
<section id="customer-support" class="eco-section animated-section">
<h2><i class="fas fa-headset"></i> Customer Support</h2>
<p>Our dedicated customer support team is here to help with inquiries, feedback, or technical issues. Don't hesitate to reach out to us!</p>
</section>
<section id="get-in-touch" class="eco-section animated-section">
<h2><i class="fas fa-envelope-open-text"></i> Get in Touch</h2>
<p>Contact us via email or phone, or use the form below to send us a message. We value your feedback and are committed to enhancing your experience.</p>
<ul>
<li><i class="fas fa-envelope"></i> Email: <a href="mailto:[email protected]">[email protected]</a></li>
<li><i class="fas fa-phone-alt"></i> Phone: <a href="tel:+917205252871">+91 7205252871</a></li>
</ul>
</section>
<section id="stay-connected" class="eco-section animated-section">
<h2><i class="fas fa-share-alt"></i> Stay Connected</h2>
<p>Follow us on social media for health tips, updates, and a vibrant community of health-conscious individuals!</p>
<div class="social-links">
<a href="https://github.com/OmTheWhiteHat" target="_blank" class="social-icon eco-social"><i class="fab fa-github"></i> GitHub</a>
<a href="https://www.linkedin.com/in/omprakash-cse/" target="_blank" class="social-icon eco-social"><i class="fab fa-linkedin"></i> Linkedin</a>
</div>
</section>
<section id="location" class="eco-section animated-section">
<h2><i class="fas fa-map-marker-alt"></i> Location</h2>
<p>Visit us at our serene, eco-friendly workspace:</p>
<address>
Asurali, Bhadrak, Odisha, 756137
</address>
</section>
</main>
<footer class="eco-footer">
<p>© 2024 Medical Health Center. Together for a healthier, greener future.</p>
</footer>
</body>
</html>