-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
239 lines (215 loc) · 15.5 KB
/
index.html
File metadata and controls
239 lines (215 loc) · 15.5 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Learn by Design | ABA Therapy Services</title>
<!-- 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">
<!-- Skip Link for Screen Readers -->
<a href="#main-content" class="skip-link">Skip to main content</a>
<!-- Header/Navigation -->
<header class="bg-white shadow-sm sticky top-0 z-50" role="banner">
<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" role="navigation" aria-label="Main navigation">
<a href="index.html" class="text-magenta font-medium" aria-current="page">Home</a>
<a href="services.html" class="text-blueberry font-medium hover:text-magenta transition">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"
aria-expanded="false"
aria-controls="mobile-menu"
aria-label="Toggle mobile menu">
<i class="fas fa-bars" aria-hidden="true"></i>
<span class="sr-only">Menu</span>
</button>
</div>
<!-- Mobile Menu -->
<div class="md:hidden hidden bg-white w-full py-4 px-4 shadow-md"
id="mobile-menu"
role="navigation"
aria-label="Mobile navigation"
aria-expanded="false">
<div class="flex flex-col space-y-4" role="list">
<a href="index.html" class="text-magenta font-medium" role="listitem" aria-current="page">Home</a>
<a href="services.html" class="text-blueberry font-medium hover:text-magenta transition" role="listitem">Services</a>
<a href="about-us.html" class="text-blueberry font-medium hover:text-magenta transition" role="listitem">About Us</a>
<a href="testimonials.html" class="text-blueberry font-medium hover:text-magenta transition" role="listitem">Resources</a>
<a href="contact.html" class="text-blueberry font-medium hover:text-magenta transition" role="listitem">Contact</a>
</div>
</div>
</header>
<!-- Main Content -->
<main id="main-content" role="main">
<!-- Hero Section -->
<section id="home" class="hero-section py-20" aria-labelledby="hero-heading">
<div class="container mx-auto px-4 flex flex-col md:flex-row items-center md:gap-12">
<div class="md:w-1/2 mb-16 md:mb-0">
<h1 id="hero-heading" class="text-4xl md:text-5xl font-bold text-blueberry mb-6">Personalized ABA Therapy for Lasting Growth</h1>
<p class="text-lg text-sage mb-8">At Learn by Design, we create customized ABA programs that help children with autism develop essential life skills through evidence-based practices.</p>
<div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4" role="group" aria-label="Call to action buttons">
<a href="contact.html" class="bg-magenta text-white px-8 py-3 rounded-full font-medium hover:bg-opacity-90 transition text-center btn" role="button" aria-describedby="get-started-desc">Get Started</a>
<span id="get-started-desc" class="sr-only">Contact us to begin your child's ABA therapy journey</span>
<a href="services.html" class="border-2 border-blueberry text-blueberry px-8 py-3 rounded-full font-medium hover:bg-blueberry hover:text-white transition text-center btn" role="button" aria-describedby="services-desc">Our Services</a>
<span id="services-desc" class="sr-only">Learn about our comprehensive ABA therapy programs</span>
</div>
</div>
<div class="md:w-1/2 flex justify-center">
<img src="https://images.unsplash.com/photo-1588072432836-e10032774350?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1472&q=80"
alt="A child with autism learning social skills with their ABA therapist in a bright, welcoming therapy room"
class="rounded-lg shadow-xl w-full max-w-lg"
loading="eager">
</div>
</div>
</section>
<!-- Services Section -->
<section id="services" class="py-20 bg-gray-50" aria-labelledby="services-heading">
<div class="container mx-auto px-4">
<div class="text-center mb-16">
<h2 id="services-heading" class="text-3xl font-bold text-blueberry mb-4">Our Services</h2>
<p class="text-lg text-sage max-w-2xl mx-auto">We offer comprehensive ABA therapy designed to meet the unique needs of each child and family we serve.</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8" role="list" aria-label="ABA therapy services">
<!-- Service Card 1 -->
<article class="bg-white rounded-xl shadow-md overflow-hidden service-card transition duration-300" role="listitem" tabindex="0" aria-labelledby="service-1-title">
<div class="bg-magenta p-6 text-white">
<i class="fas fa-child text-4xl mb-4" aria-hidden="true"></i>
<h3 id="service-1-title" 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" role="list" aria-label="Early development support features">
<li class="flex items-center" role="listitem"><i class="fas fa-check text-magenta mr-2" aria-hidden="true"></i> Individualized treatment plans</li>
<li class="flex items-center" role="listitem"><i class="fas fa-check text-magenta mr-2" aria-hidden="true"></i> Caregiver training included</li>
<li class="flex items-center" role="listitem"><i class="fas fa-check text-magenta mr-2" aria-hidden="true"></i> Play-based learning</li>
</ul>
</div>
</article>
<!-- 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">
<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>
</ul>
</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">
<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>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- About Us Section -->
<section id="about" class="py-20">
<div class="container mx-auto px-4">
<div class="flex flex-col lg:flex-row items-center">
<div class="lg:w-1/2 mb-10 lg:mb-0 lg:pr-10">
<img src="https://images.unsplash.com/photo-1573497491208-6b1acb260507?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Therapist working with child" class="rounded-lg shadow-xl">
</div>
<div class="lg:w-1/2">
<h2 class="text-3xl font-bold text-blueberry mb-6">About Learn by Design</h2>
<p class="text-sage mb-6">Founded in 2025 and owners with 10 years of experience in the field, Learn by Design has been providing high-quality Applied Behavior Analysis (ABA) therapy to children with Autism Spectrum Disorder (ASD) and related developmental differences.</p>
<p class="text-sage mb-6">Our team of Board Certified Behavior Analysts (BCBAs) and Registered Behavior Technicians (RBTs) are dedicated to creating meaningful, lasting change through individualized treatment plans.</p>
<div class="bg-gray-50 p-6 rounded-lg mb-6">
<h2 class="text-xl font-bold text-magenta mb-3">Our Mission</h2>
<p class="text-sage">To empower children with autism to reach their full potential through scientifically validated ABA therapy, while supporting families with compassion and expertise.</p>
</div>
<div class="flex flex-wrap gap-4">
<div class="flex items-center bg-blueberry px-4 py-2 rounded-full">
<i class="fas fa-certificate text-white mr-2"></i>
<span class="text-white">BCBA Certified</span>
</div>
<div class="flex items-center bg-magenta px-4 py-2 rounded-full">
<i class="fas fa-heart text-white mr-2"></i>
<span class="text-white">Compassionate Care</span>
</div>
<div class="flex items-center bg-sage px-4 py-2 rounded-full">
<i class="fas fa-chart-line text-white mr-2"></i>
<span class="text-white">Data-Driven</span>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<!-- Footer -->
<footer class="bg-blueberry text-white py-12" role="contentinfo">
<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>