-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.html
More file actions
207 lines (187 loc) · 13.3 KB
/
services.html
File metadata and controls
207 lines (187 loc) · 13.3 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
201
202
203
204
205
206
207
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Services | Learn by Design - ABA Therapy Programs</title>
<meta name="description" content="Comprehensive ABA therapy services including Early Development Support, In-Home Therapy, and Caregiver Training for children with autism.">
<!-- Favicon -->
<link rel="icon" type="image/png" sizes="32x32" href="Logos/IconOnly_Transparent_NoBuffer.png">
<link rel="icon" type="image/png" sizes="16x16" href="Logos/IconOnly_Transparent_NoBuffer.png">
<link rel="apple-touch-icon" href="Logos/IconOnly_Transparent_NoBuffer.png">
<link rel="shortcut icon" href="Logos/IconOnly_Transparent_NoBuffer.png">
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="accessibility.css">
</head>
<body class="font-sans">
<!-- Header/Navigation -->
<header class="bg-white shadow-sm sticky top-0 z-50">
<div class="container mx-auto px-4 py-3 flex justify-between items-center">
<div class="flex items-center space-x-3">
<img src="Logos/IconOnly_Transparent_NoBuffer.png" alt="Learn by Design Logo" class="h-12 w-auto">
<h1 class="text-2xl font-bold text-blueberry">Learn by Design</h1>
</div>
<nav class="hidden md:flex space-x-8">
<a href="index.html" class="text-blueberry font-medium hover:text-magenta transition">Home</a>
<a href="services.html" class="text-magenta font-medium">Services</a>
<a href="about-us.html" class="text-blueberry font-medium hover:text-magenta transition">About Us</a>
<a href="testimonials.html" class="text-blueberry font-medium hover:text-magenta transition">Resources</a>
<a href="contact.html" class="text-blueberry font-medium hover:text-magenta transition">Contact</a>
</nav>
<button class="md:hidden text-blueberry text-2xl" id="mobile-menu-button">
<i class="fas fa-bars"></i>
</button>
</div>
<!-- Mobile Menu -->
<div class="md:hidden hidden bg-white w-full py-4 px-4 shadow-md" id="mobile-menu">
<div class="flex flex-col space-y-4">
<a href="index.html" class="text-blueberry font-medium hover:text-magenta transition">Home</a>
<a href="services.html" class="text-magenta font-medium">Services</a>
<a href="about-us.html" class="text-blueberry font-medium hover:text-magenta transition">About Us</a>
<a href="testimonials.html" class="text-blueberry font-medium hover:text-magenta transition">Resources</a>
<a href="contact.html" class="text-blueberry font-medium hover:text-magenta transition">Contact</a>
</div>
</div>
</header>
<!-- Page Header -->
<section class="hero-section py-16">
<div class="container mx-auto px-4 text-center">
<h1 class="text-4xl md:text-5xl font-bold text-blueberry mb-6">Our ABA Therapy Services</h1>
<p class="text-xl text-sage max-w-3xl mx-auto">Comprehensive, evidence-based programs designed to meet the unique needs of each family we serve.</p>
</div>
</section>
<!-- Services Section -->
<section class="py-20 bg-gray-50">
<div class="container mx-auto px-4">
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8 mb-16">
<!-- Service Card 1 -->
<div class="bg-white rounded-xl shadow-md overflow-hidden service-card transition duration-300">
<div class="bg-magenta p-6 text-white">
<i class="fas fa-child text-4xl mb-4"></i>
<h3 class="text-xl font-bold">Early Development Support</h3>
</div>
<div class="p-6">
<p class="text-sage mb-4">Specialized programs for children ages 18 months to 3 years old focusing on foundational skills such as communication, early daily living skills, and behavior management.</p>
<ul class="space-y-2 text-sage mb-6">
<li class="flex items-center"><i class="fas fa-check text-magenta mr-2"></i> Individualized treatment plans</li>
<li class="flex items-center"><i class="fas fa-check text-magenta mr-2"></i> Caregiver training included</li>
<li class="flex items-center"><i class="fas fa-check text-magenta mr-2"></i> Play-based learning</li>
<li class="flex items-center"><i class="fas fa-check text-magenta mr-2"></i> Communication development</li>
<li class="flex items-center"><i class="fas fa-check text-magenta mr-2"></i> Daily living skills</li>
</ul>
<p class="text-sm text-sage"><strong>Best for:</strong> Toddlers and preschoolers just beginning their learning journey</p>
</div>
</div>
<!-- Service Card 2 -->
<div class="bg-white rounded-xl shadow-md overflow-hidden service-card transition duration-300">
<div class="bg-sage p-6 text-white">
<i class="fas fa-home text-4xl mb-4"></i>
<h3 class="text-xl font-bold">In-Home Therapy</h3>
</div>
<div class="p-6">
<p class="text-sage mb-4">Personalized therapy sessions conducted in the comfort of your home for optimal learning.</p>
<ul class="space-y-2 text-sage mb-6">
<li class="flex items-center"><i class="fas fa-check text-sage mr-2"></i> Convenient scheduling</li>
<li class="flex items-center"><i class="fas fa-check text-sage mr-2"></i> Natural environment teaching</li>
<li class="flex items-center"><i class="fas fa-check text-sage mr-2"></i> Family involvement</li>
<li class="flex items-center"><i class="fas fa-check text-sage mr-2"></i> Flexible hours</li>
<li class="flex items-center"><i class="fas fa-check text-sage mr-2"></i> Sibling integration</li>
</ul>
<p class="text-sm text-sage"><strong>Best for:</strong> Busy families seeking natural learning opportunities for their child.</p>
</div>
</div>
<!-- Service Card 3 -->
<div class="bg-white rounded-xl shadow-md overflow-hidden service-card transition duration-300">
<div class="bg-blueberry p-6 text-white">
<i class="fas fa-chalkboard-teacher text-4xl mb-4"></i>
<h3 class="text-xl font-bold">Caregiver Training</h3>
</div>
<div class="p-6">
<p class="text-sage mb-4">Comprehensive training programs to help caregivers implement ABA strategies at home and in the community.</p>
<ul class="space-y-2 text-sage mb-6">
<li class="flex items-center"><i class="fas fa-check text-blueberry mr-2"></i> Strategy implementation</li>
<li class="flex items-center"><i class="fas fa-check text-blueberry mr-2"></i> Behavior management</li>
<li class="flex items-center"><i class="fas fa-check text-blueberry mr-2"></i> Data collection training</li>
<li class="flex items-center"><i class="fas fa-check text-blueberry mr-2"></i> Progress monitoring</li>
<li class="flex items-center"><i class="fas fa-check text-blueberry mr-2"></i> Ongoing support</li>
</ul>
<p class="text-sm text-sage"><strong>Best for:</strong> Caregivers wanting to support their child's progress at home</p>
</div>
</div>
</div>
<!-- Process Section -->
<div class="bg-white rounded-xl p-8 mb-16">
<h2 class="text-3xl font-bold text-blueberry text-center mb-8">Our Process</h2>
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
<div class="text-center">
<div class="bg-magenta text-white w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4 text-2xl font-bold">1</div>
<h3 class="text-xl font-bold text-magenta mb-2">Initial Assessment</h3>
<p class="text-sage">Comprehensive evaluation to understand your child's unique strengths and differences.</p>
</div>
<div class="text-center">
<div class="bg-blueberry text-white w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4 text-2xl font-bold">2</div>
<h3 class="text-xl font-bold text-blueberry mb-2">Personalized Plan</h3>
<p class="text-sage">Individualized treatment plan designed specifically for your child's goals and learning style.</p>
</div>
<div class="text-center">
<div class="bg-sage text-white w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4 text-2xl font-bold">3</div>
<h3 class="text-xl font-bold text-sage mb-2">Implementation</h3>
<p class="text-sage">Begin therapy sessions with our qualified team using evidence-based techniques.</p>
</div>
<div class="text-center">
<div class="bg-magenta text-white w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4 text-2xl font-bold">4</div>
<h3 class="text-xl font-bold text-magenta mb-2">Progress Monitoring</h3>
<p class="text-sage">Regular review and adjustment of plans based on your child's progress and growth.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-blueberry text-white py-12">
<div class="container mx-auto px-4">
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<div>
<div class="flex items-center space-x-3 mb-4">
<img src="Logos/IconOnly_Transparent_NoBuffer.png" alt="Learn by Design Logo" class="h-10 w-auto">
<h3 class="text-xl font-bold">Learn by Design</h3>
</div>
<p class="text-blue-100">Providing exceptional ABA therapy services with compassion and expertise since 2025.</p>
</div>
<div>
<h4 class="text-lg font-bold mb-4">Quick Links</h4>
<ul class="space-y-2">
<li><a href="index.html" class="text-blue-100 hover:text-white transition">Home</a></li>
<li><a href="services.html" class="text-blue-100 hover:text-white transition">Services</a></li>
<li><a href="about-us.html" class="text-blue-100 hover:text-white transition">About Us</a></li>
<li><a href="testimonials.html" class="text-blue-100 hover:text-white transition">Resources</a></li>
<li><a href="contact.html" class="text-blue-100 hover:text-white transition">Contact</a></li>
</ul>
</div>
<div>
<h4 class="text-lg font-bold mb-4">Services</h4>
<ul class="space-y-2">
<li><a href="services.html" class="text-blue-100 hover:text-white transition">Early Development Support</a></li>
<li><a href="services.html" class="text-blue-100 hover:text-white transition">In-Home Therapy</a></li>
<li><a href="services.html" class="text-blue-100 hover:text-white transition">Caregiver Training</a></li>
</ul>
</div>
</div>
<div class="border-t border-blue-700 mt-12 pt-8 flex flex-col md:flex-row justify-between items-center">
<p class="text-blue-100 mb-4 md:mb-0">© 2025 Learn by Design. All rights reserved.</p>
<div class="flex space-x-6">
<a href="#" class="text-blue-100 hover:text-white transition">Privacy Policy</a>
<a href="#" class="text-blue-100 hover:text-white transition">Terms of Service</a>
</div>
</div>
</div>
</footer>
<!-- Back to Top Button -->
<button id="back-to-top" class="fixed bottom-8 right-8 bg-magenta text-white w-12 h-12 rounded-full shadow-lg flex items-center justify-center opacity-0 invisible transition-all duration-300">
<i class="fas fa-arrow-up"></i>
</button>
<script src="script.js"></script>
</body>
</html>