-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpatient-information.html
More file actions
200 lines (181 loc) · 11.4 KB
/
patient-information.html
File metadata and controls
200 lines (181 loc) · 11.4 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Patient Information - FORM DENTAL | What to Expect Cambridge</title>
<meta name="description" content="Everything you need to know about visiting FORM DENTAL. Patient information, appointment preparation, and what to expect during your visit.">
<!-- Favicon -->
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<link rel="alternate icon" href="/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600&family=Source+Sans+Pro:wght@300;400;500;600&family=Nunito+Sans:wght@200;300;400;500;600;700;800&display=swap" rel="stylesheet">
</head>
<body>
<!-- Navigation -->
<nav class="navbar">
<div class="container">
<div class="nav-brand">
<a href="/" class="logo">
<div class="logo-main">FORM</div>
<div class="logo-sub">DENTAL</div>
</a>
</div>
<ul class="nav-menu">
<li><a href="index.html">Home</a></li>
<li><a href="index.html#about">About</a></li>
<li><a href="index.html#services">Services</a></li>
<li><a href="fees.html">Fees</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="index.html#contact">Contact</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle">More</a>
<ul class="dropdown-menu">
<li><a href="patient-information.html" class="active">Patient Information</a></li>
<li><a href="privacy.html">Privacy</a></li>
<li><a href="complaints.html">Complaints</a></li>
</ul>
</li>
</ul>
<a href="index.html#contact" class="book-now-btn">Book Now</a>
<div class="nav-toggle">
<span></span>
<span></span>
<span></span>
</div>
</div>
</nav>
<!-- Patient Information Hero Section -->
<section class="patient-hero">
<div class="container">
<h1>Patient Information</h1>
<p>Everything you need to know about visiting FORM DENTAL</p>
</div>
</section>
<!-- Patient Information Content -->
<section class="patient-content">
<div class="container">
<div class="patient-intro">
<h2>Welcome to FORM DENTAL</h2>
<p>We want to ensure your visit is comfortable and stress-free. Here's everything you need to know about your dental care experience with us.</p>
</div>
<div class="patient-sections">
<div class="patient-section">
<h2>Your First Visit</h2>
<p>Your initial consultation is designed to understand your dental health needs and goals. We'll take time to discuss your medical history, current concerns, and treatment preferences.</p>
<h3>What to Bring</h3>
<ul>
<li>Valid photo identification</li>
<li>Recent X-rays (if available)</li>
<li>List of current medications</li>
<li>Previous dental treatment records</li>
<li>Insurance information (if applicable)</li>
</ul>
<h3>What to Expect</h3>
<ul>
<li>Comprehensive oral examination</li>
<li>Discussion of treatment options</li>
<li>Personalised treatment plan</li>
<li>Questions and concerns addressed</li>
<li>Follow-up appointment scheduling</li>
</ul>
</div>
<div class="patient-section">
<h2>Before Your Appointment</h2>
<h3>Preparation Tips</h3>
<ul>
<li>Arrive 15 minutes early for check-in</li>
<li>Brush and floss normally before your visit</li>
<li>Avoid eating immediately before treatment</li>
<li>Wear comfortable clothing</li>
<li>Bring headphones if you'd like to listen to music</li>
</ul>
<h3>If You're Anxious</h3>
<p>We understand dental anxiety is common. Please let us know about any concerns so we can make your visit as comfortable as possible. We offer various relaxation techniques and will work at your pace.</p>
</div>
<div class="patient-section">
<h2>After Your Treatment</h2>
<h3>Post-Treatment Care</h3>
<ul>
<li>Follow all post-treatment instructions</li>
<li>Take prescribed medications as directed</li>
<li>Attend all follow-up appointments</li>
<li>Contact us if you have concerns</li>
<li>Maintain good oral hygiene</li>
</ul>
<h3>Emergency Contact</h3>
<p>If you experience a dental emergency outside of practice hours, please contact us immediately. We provide guidance and emergency care when needed.</p>
</div>
<div class="patient-section">
<h2>Practice Policies</h2>
<h3>Appointment Scheduling</h3>
<p>We recommend booking appointments well in advance. Please provide 24 hours' notice for any cancellations to avoid cancellation fees.</p>
<h3>Payment Options</h3>
<p>We accept cash, cheque, and card payments. Payment plans may be available for comprehensive treatments. Please discuss payment options during your consultation.</p>
<h3>Hygiene and Safety</h3>
<p>We maintain the highest standards of infection control and sterilisation. All equipment is properly cleaned and sterilised between patients for your safety.</p>
</div>
<div class="patient-section">
<h2>Contact Information</h2>
<div class="contact-details">
<div class="contact-item">
<h3>Practice Address</h3>
<p>65 London Road<br>Stapleford<br>Cambridge<br>CB22 5DG</p>
</div>
<div class="contact-item">
<h3>Phone & Email</h3>
<p>Phone: 07817171714<br>Email: hello@formdental.com</p>
</div>
<div class="contact-item">
<h3>Practice Hours</h3>
<p>Monday - Friday: 8:00 AM - 6:00 PM<br>Saturday: 9:00 AM - 2:00 PM<br>Sunday: Closed</p>
</div>
</div>
</div>
</div>
<div class="patient-cta">
<h2>Ready to Book Your Appointment?</h2>
<p>Contact us today to schedule your consultation and begin your journey to optimal dental health.</p>
<a href="index.html#contact" class="cta-button">Book Consultation</a>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-content">
<div class="footer-brand">
<a href="/" class="logo">
<div class="logo-main">FORM</div>
<div class="logo-sub">DENTAL</div>
</a>
<p>Boutique Dental Studio</p>
</div>
<div class="footer-info">
<p>65 London Road, Stapleford, Cambridge CB22 5DG</p>
<div class="social-icons">
<a href="https://www.instagram.com/_formdental" class="social-icon" aria-label="Instagram @_formdental">
<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor">
<path d="M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z"/>
</svg>
</a>
<a href="https://www.facebook.com/people/Form-Dental/61576818637400/" class="social-icon" aria-label="Facebook">
<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor">
<path d="M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z"/>
</svg>
</a>
<a href="https://www.tiktok.com/@formdental" class="social-icon" aria-label="TikTok">
<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor">
<path d="M12.525.02c1.31-.02 2.61-.01 3.91-.02.08 1.53.63 3.09 1.75 4.17 1.12 1.11 2.7 1.62 4.24 1.79v4.03c-1.44-.05-2.89-.35-4.2-.97-.57-.26-1.1-.59-1.62-.93-.01 2.92.01 5.84-.02 8.75-.08 1.4-.54 2.79-1.35 3.94-1.31 1.92-3.58 3.17-5.91 3.21-1.43.08-2.86-.31-4.08-1.03-2.02-1.19-3.44-3.37-3.65-5.71-.02-.5-.03-1-.01-1.49.18-1.9 1.12-3.72 2.58-4.96 1.66-1.44 3.98-2.13 6.15-1.72.02 1.48-.04 2.96-.04 4.44-.99-.32-2.15-.23-3.02.37-.63.41-1.11 1.04-1.36 1.75-.21.51-.15 1.07-.14 1.61.24 1.64 1.82 3.02 3.5 2.87 1.12-.01 2.19-.66 2.77-1.61.19-.33.4-.67.41-1.06.1-1.79.06-3.57.07-5.36.01-4.03-.01-8.05.02-12.07z"/>
</svg>
</a>
</div>
<p>© 2024 FORM DENTAL. All rights reserved.</p>
</div>
</div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>