forked from ThunderShadows/SocialSync
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappointment.html
417 lines (375 loc) · 19.8 KB
/
appointment.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
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>SocialSync-Appointment</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<link rel="stylesheet" href="lib/wow/customcursor.css">
<!-- Favicon -->
<link href="img/icon.png" rel="icon">
<!-- Google Web Fonts -->
<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=Open+Sans:wght@400;500&family=Roboto:wght@500;700;900&display=swap" rel="stylesheet">
<!-- Icon Font Stylesheet -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css" rel="stylesheet">
<!-- Libraries Stylesheet -->
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/tempusdominus/css/tempusdominus-bootstrap-4.min.css" rel="stylesheet" />
<!-- Customized Bootstrap Stylesheet -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Template Stylesheet -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<!-- Spinner Start -->
<div id="spinner" class="show bg-white position-fixed translate-middle w-100 vh-100 top-50 start-50 d-flex align-items-center justify-content-center">
<div class="spinner-grow text-primary" style="width: 3rem; height: 3rem;" role="status">
<span class="sr-only">Loading...</span>
</div>
</div>
<!-- Spinner End -->
<!-- Topbar Start -->
<div class="container-fluid bg-light p-0 wow fadeIn" data-wow-delay="0.1s">
<div class="row gx-0 d-none d-lg-flex">
<div class="col-lg-7 px-5 text-start">
<div class="h-100 d-inline-flex align-items-center py-3 me-4">
<small class="fa fa-map-marker-alt text-primary me-2"></small>
<small>XYZ State and District
</small>
</div>
<div class="h-100 d-inline-flex align-items-center py-3">
<small class="far fa-clock text-primary me-2"></small>
<small>Mon - Fri : 09.00 AM - 09.00 PM</small>
</div>
</div>
<div class="col-lg-5 px-5 text-end">
<div class="h-100 d-inline-flex align-items-center py-3 me-4">
<small class="fa fa-phone-alt text-primary me-2"></small>
<small>+012 345 6789</small>
</div>
<div class="h-100 d-inline-flex align-items-center">
<a class="btn btn-sm-square rounded-circle bg-white me-1 social-icon" href="https://www.facebook.com/psychologytoday">
<i class="fab fa-facebook-f"></i>
</a>
<a class="btn btn-sm-square rounded-circle bg-white me-1 social-icon" href="https://twitter.com/psychtoday">
<i class="fab fa-twitter"></i>
</a>
<a class="btn btn-sm-square rounded-circle bg-white me-1 social-icon" href="https://www.linkedin.com/company/psychology-today">
<i class="fab fa-linkedin-in"></i>
</a>
<a class="btn btn-sm-square rounded-circle bg-white me-0 social-icon" href="">
<i class="fab fa-instagram"></i>
</a>
</div>
</div>
</div>
</div>
<!-- Topbar End -->
<!-- Navbar Start -->
<nav class="navbar navbar-expand-lg bg-white navbar-light sticky-top p-0 wow fadeIn" data-wow-delay="0.1s">
<a href="index.html" class="navbar-brand d-flex align-items-center px-4 px-lg-5">
<h1 class="m-0 text-primary">
<i class="fas fa-brain"></i> SocialSync
</h1>
</a>
<button type="button" class="navbar-toggler me-4" data-bs-toggle="collapse" data-bs-target="#navbarCollapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<div class="navbar-nav mx-auto p-4 p-lg-0">
<a href="index.html" class="nav-item nav-link">Home</a>
<a href="about.html" class="nav-item nav-link">About</a>
<a href="https://www.verywellmind.com/" class="nav-item nav-link">Service</a>
<div class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle active" data-bs-toggle="dropdown">Pages</a>
<div class="dropdown-menu rounded-0 rounded-bottom m-0">
<a href="feature.html" class="dropdown-item">Feature</a>
<a href="team.html" class="dropdown-item">Our Renowned Therapist</a>
<a href="appointment.html" class="dropdown-item active">Appointment</a>
<a href="testimonial.html" class="dropdown-item">Testimonial</a>
</div>
</div>
<a href="contact.html" class="nav-item nav-link">Contact</a>
</div>
<a href="" class="btn btn-primary custom-btn">Appointment<i class="fa fa-arrow-right ms-3"></i></a>
</div>
<button id="theme-switch">
<svg id="theme-icon" xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#EFEFEF">
<!-- Light mode icon -->
<path id="light-icon" d="M480-120q-150 0-255-105T120-480q0-150 105-255t255-105q14 0 27.5 1t26.5 3q-41 29-65.5 75.5T444-660q0 90 63 153t153 63q55 0 101-24.5t75-65.5q2 13 3 26.5t1 27.5q0 150-105 255T480-120Z"/>
<!-- Dark mode icon -->
<path id="dark-icon" d="M480-280q-83 0-141.5-58.5T280-480q0-83 58.5-141.5T480-680q83 0 141.5 58.5T680-480q0 83-58.5 141.5T480-280ZM200-440H40v-80h160v80Zm720 0H760v-80h160v80ZM440-760v-160h80v160h-80Zm0 720v-160h80v160h-80ZM256-650l-101-97 57-59 96 100-52 56Zm492 496-97-101 53-55 101 97-57 59Zm-98-550 97-101 59 57-100 96-56-52ZM154-212l101-97 55 53-97 101-59-57Z"/>
</svg>
</button>
</nav>
<!-- Navbar End -->
<!-- Page Header Start -->
<div class="container-fluid page-header py-5 mb-5 wow fadeIn" data-wow-delay="0.1s">
<div class="container py-5">
<h1 class="display-3 text-black mb-3 animated slideInDown">Appointment</h1>
<nav aria-label="breadcrumb animated slideInDown">
<ol class="breadcrumb text-uppercase mb-0">
<li class="breadcrumb-item"><a class="text-black" href="index.html">Home</a></li>
<li class="breadcrumb-item"><a class="text-black" href="#">Pages</a></li>
<li class="breadcrumb-item text-primary active" aria-current="page">Appointment Schedule</li>
</ol>
</nav>
</div>
</div>
<!-- Page Header End -->
<!-- Appointment Start -->
<div class="container-xxl py-5">
<div class="container">
<div class="row g-5">
<div class="col-lg-6 wow fadeInUp" data-wow-delay="0.1s">
<p class="d-inline-block border rounded-pill py-1 px-4">Appointment</p>
<h1 class="mb-4">Make An Appointment To Visit Our Therapist Today</h1>
<p class="mb-4">"Take the first step towards a happier, more fulfilling life. Schedule an appointment with our experienced therapist today and embark on a journey of self-discovery and personal growth. Our compassionate and professional team is dedicated to providing you with the support and guidance you need to overcome challenges, improve your well-being, and achieve your goals. Your mental health is important, and we are here to help you every step of the way. Book your appointment now and invest in your future happiness."
</p>
<div class="bg-light rounded d-flex align-items-center p-5 mb-4">
<div class="d-flex flex-shrink-0 align-items-center justify-content-center rounded-circle bg-white" style="width: 55px; height: 55px;">
<i class="fa fa-phone-alt text-primary"></i>
</div>
<div class="ms-4">
<p class="mb-2">Call Us Now</p>
<h5 class="mb-0">+012 345 6789</h5>
</div>
</div>
<div class="bg-light rounded d-flex align-items-center p-5">
<div class="d-flex flex-shrink-0 align-items-center justify-content-center rounded-circle bg-white" style="width: 55px; height: 55px;">
<i class="fa fa-envelope-open text-primary"></i>
</div>
<div class="ms-4">
<p class="mb-2">Mail Us Now</p>
<h5 class="mb-0">info@example.com</h5>
</div>
</div>
</div>
<div class="col-lg-6 wow fadeInUp" data-wow-delay="0.5s">
<div class="bg-light rounded h-100 d-flex align-items-center p-5">
<form>
<div class="row g-3">
<div class="col-12 col-sm-6">
<input type="text" class="form-control border-0" placeholder="Your Name" style="height: 55px;" required>
</div>
<div class="col-12 col-sm-6">
<input type="email" class="form-control border-0" placeholder="Your Email" style="height: 55px;" required>
</div>
<div class="col-12 col-sm-6">
<input type="text" class="form-control border-0" placeholder="Your Mobile" style="height: 55px;" required>
</div>
<div class="col-12 col-sm-6">
<select class="form-select border-0" style="height: 55px;">
<option selected>Choose Specialists</option>
<option value="1">Raymond Osborn</option>
<option value="2">Mary Parker</option>
<option value="3">Flint Simpson</option>
</select>
</div>
<div class="col-12 col-sm-6">
<div class="date" id="date" data-target-input="nearest">
<input type="text"
class="form-control border-0 datetimepicker-input"
placeholder="Choose Date" data-target="#date" data-toggle="datetimepicker" style="height: 55px;" required>
</div>
</div>
<div class="col-12 col-sm-6">
<div class="time" id="time" data-target-input="nearest">
<input type="text"
class="form-control border-0 datetimepicker-input"
placeholder="Choose Date" data-target="#time" data-toggle="datetimepicker" style="height: 55px;" required>
</div>
</div>
<div class="col-12">
<textarea class="form-control border-0" rows="5" placeholder="Describe your problem"></textarea>
</div>
<div class="col-12">
<button class="btn btn-primary w-100 py-3" type="submit">Book Appointment</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<!-- Appointment End -->
<!-- Footer Start -->
<div class="container-fluid bg-dark text-light footer mt-5 pt-5 wow fadeIn" data-wow-delay="0.1s">
<div class="container py-5">
<div class="row g-5">
<div class="col-lg-3 col-md-6">
<h5 class="text-light mb-4">Address</h5>
<p class="mb-2"><i class="fa fa-map-marker-alt me-3"></i>XYZ State and District
</p>
<p class="mb-2"><i class="fa fa-phone-alt me-3"></i>+012 345 67890</p>
<p class="mb-2"><i class="fa fa-envelope me-3"></i>info@example.com</p>
<div class="d-flex pt-2">
<a class="btn btn-outline-light btn-social rounded-circle" href="https://twitter.com/psychtoday"><i class="fab fa-twitter"></i></a>
<a class="btn btn-outline-light btn-social rounded-circle" href="https://www.facebook.com/psychologytoday"><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-outline-light btn-social rounded-circle" href=""><i class="fab fa-youtube"></i></a>
<a class="btn btn-outline-light btn-social rounded-circle" href=""><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
<div class="col-lg-3 col-md-6">
<h5 class="text-light mb-4">Services</h5>
<a class="btn btn-link" href="https://www.goodtherapy.org/">Talk to our Clinical Psychologist</a>
<a class="btn btn-link" href="">Have a tea break with our Developmental Psychologist</a>
<a class="btn btn-link" href="">Chat with our Neuropsychologist</a>
<a class="btn btn-link" href="">Visit our clients</a>
<a class="btn btn-link" href="">Acupunture Room</a>
</div>
<div class="col-lg-3 col-md-6">
<h5 class="text-light mb-4">Quick Links</h5>
<a class="btn btn-link" href="about.html">About Us</a>
<a class="btn btn-link" href="contact.html">Contact Us</a>
<a class="btn btn-link" href="">Our Services</a>
<a class="btn btn-link" href="">Terms & Condition</a>
<a class="btn btn-link" href="">Support</a>
</div>
<div class="col-lg-3 col-md-6">
<h5 class="text-light mb-4">Newsletter</h5>
<p>Check out our daily publications!! Subscribe to our newsletter!!</p>
<div class="position-relative mx-auto" style="max-width: 400px;">
<input class="form-control border-0 w-100 py-3 ps-4 pe-5" type="text" placeholder="Your email">
<button type="button" class="btn btn-primary py-2 position-absolute top-0 end-0 mt-2 me-2">SignUp</button>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
<div class="row">
<div class="col-md-6 text-center text-md-start mb-3 mb-md-0">
© <a class="border-bottom" href="index.html">SocialSync</a>, All Right Reserved.
</div>
<div class="col-md-6 text-center text-md-end">
<!--/*** This template is free as long as you keep the footer author’s credit link/attribution link/backlink. If you'd like to use the template without the footer author’s credit link/attribution link/backlink, you can purchase the Credit Removal License from "https://htmlcodex.com/credit-removal". Thank you for your support. ***/-->
Designed By <a class="border-bottom" href="https://htmlcodex.com">HTML Codex</a>
</div>
</div>
</div>
</div>
</div>
<!-- Footer End -->
<!-- Back to Top -->
<a href="#" class="btn btn-lg btn-primary btn-lg-square rounded-circle back-to-top"><i class="bi bi-arrow-up"></i></a>
<!-- JavaScript Libraries -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/js/bootstrap.bundle.min.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/counterup/counterup.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/tempusdominus/js/moment.min.js"></script>
<script src="lib/tempusdominus/js/moment-timezone.min.js"></script>
<script src="lib/tempusdominus/js/tempusdominus-bootstrap-4.min.js"></script>
<!-- Template Javascript -->
<script src="js/main.js"></script>
<!-- custom cursor code -->
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<script src="lib/wow/customcursor.js"></script>
<script> window.chtlConfig = { chatbotId: "6729786373" } </script>
<script async data-id="6729786373" id="chatling-embed-script" type="text/javascript" src="https://chatling.ai/js/embed.js"></script>
<style>
:root {
--background-color-light: #ffffff;
--background-color-dark: #121212;
--text-color-light: #000000;
--text-color-dark: #ffffff;
--primary-color-light: #18131e;
--primary-color-dark: #d1830e;
}
body {
background-color: var(--background-color-light);
color: var(--text-color-light);
font-family: Arial, sans-serif;
transition: background-color 0.3s, color 0.3s;
}
body.darkmode {
background-color: var(--background-color-dark);
color: var(--text-color-dark);
}
#theme-switch {
position: fixed;
top: 65px;
right: 20px;
background: none;
border: 20px;
cursor: pointer;
padding: 10px;
border-radius: 90%;
transition: background-color 0.3s;
margin-top: 580px;
margin-right: 1410px;
z-index: 1000;
}
#theme-switch:hover {
background-color: rgba(151, 8, 8, 0.1);
transform: scale(1);
}
#theme-icon {
fill: var(--primary-color-light);
transition: fill 0.3s;
width: 60px;
height: 60px;
}
body.darkmode #theme-icon {
fill: var(--primary-color-dark);
}
#theme-icon #dark-icon {
display: none;
}
body.darkmode #theme-icon #light-icon {
display: none;
}
body.darkmode #theme-icon #dark-icon {
display: block;
}
</style>
<script>
document.addEventListener('DOMContentLoaded', () => {
const themeSwitch = document.getElementById('theme-switch');
const darkmode = localStorage.getItem('darkmode');
// Apply dark mode if the user has previously selected it
if (darkmode === 'active') {
document.body.classList.add('darkmode');
}
// Toggle dark mode on button click
themeSwitch.addEventListener('click', () => {
document.body.classList.toggle('darkmode');
const isDarkMode = document.body.classList.contains('darkmode');
localStorage.setItem('darkmode', isDarkMode ? 'active' : 'inactive');
});
});
</script>
</body>
</html>