-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
256 lines (239 loc) · 12.6 KB
/
index.html
File metadata and controls
256 lines (239 loc) · 12.6 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
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Blue Droid Technologies | Support Made Simple</title>
<meta name="description"
content="Local Milford tech support for residential and small business. Over 20 years experience. Personal, patient service.">
<!-- Security Headers (Meta Tags - Server-side headers recommended) -->
<meta http-equiv="Content-Security-Policy"
content="default-src 'self'; script-src 'self' https://www.googletagmanager.com https://static.cloudflareinsights.com 'unsafe-inline'; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' https://fonts.gstatic.com; img-src 'self' data: https://placehold.co https://*.google-analytics.com https://*.googletagmanager.com; connect-src 'self' https://*.google-analytics.com https://*.analytics.google.com https://*.googletagmanager.com https://stats.g.doubleclick.net https://cloudflareinsights.com https://static.cloudflareinsights.com;">
<meta http-equiv="X-Content-Type-Options" content="nosniff">
<meta name="referrer" content="strict-origin-when-cross-origin">
<link rel="stylesheet" href="styles.css?v=1.3">
<link rel="icon" type="image/png" href="images/favicon.png">
</head>
<body>
<header id="site-header">
<nav>
<div class="nav-container">
<img src="images/logo.png" alt="Blue Droid Technologies" class="logo" width="1500" height="450">
<button class="menu-toggle" data-menu-toggle="" aria-label="Toggle navigation">☰</button>
<ul class="nav-links" id="navLinks">
<li><a href="index.html">Home</a></li>
<li><a href="index.html#services">Services</a></li>
<li><a href="prices.html">Pricing</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="index.html#about">About</a></li>
<li><a href="index.html#contact">Contact</a></li>
</ul>
<a href="tel:5132126714" class="phone-btn">
<span class="full">Call or Text • (513) 212-6714</span>
<span class="short">(513) 212-6714</span>
</a>
</div>
</nav>
</header>
<!-- Hero Section -->
<section class="hero">
<div class="hero-content">
<h1>Support Made Simple</h1>
<p>Your local tech expert with over 20 years experience</p>
<a href="#contact" class="cta-button">Get Help Today</a>
</div>
</section>
<!-- Trust Indicators -->
<section class="trust-section">
<div class="trust-grid">
<div class="trust-item reveal">
<div class="trust-icon">🏠</div>
<h3>Locally Owned & Operated</h3>
<p>Proudly serving Milford & surrounding communities</p>
</div>
<div class="trust-item reveal">
<div class="trust-icon">⭐</div>
<h3>20+ Years Experience</h3>
<p>Trusted expertise you can count on</p>
</div>
<div class="trust-item reveal">
<div class="trust-icon">💙</div>
<h3>Personal Service</h3>
<p>Patient, friendly support without the jargon</p>
</div>
</div>
</section>
<!-- Services Section -->
<section id="services" class="services-section">
<div class="container">
<h2 class="section-title reveal">How Can I Help You?</h2>
<p class="section-subtitle reveal">Whether you're at home or running a business, I'm here to make technology
work
for you</p>
<!-- Residential Services -->
<div class="service-category">
<h3 class="category-title">Residential Services</h3>
<div class="service-grid">
<div class="service-card reveal" id="wifi">
<div class="service-icon">📶</div>
<h3>WiFi Dead Zones & Setup</h3>
<p>Upgrading or expanding your WiFi? I'll ensure full coverage throughout your home.</p>
</div>
<div class="service-card reveal">
<div class="service-icon">♻️</div>
<h3>Electronics Recycling</h3>
<p>Responsibly dispose of old equipment with secure data wiping or destruction.</p>
</div>
<div class="service-card reveal">
<div class="service-icon">📱</div>
<h3>Smartphone & Tablet Help</h3>
<p>New device setup, data migration, or just learning the features—I can help.</p>
</div>
<div class="service-card reveal">
<div class="service-icon">🏡</div>
<h3>Smart Home Setup</h3>
<p>Need help with smart speakers, displays, or home automation? I've got you covered.</p>
</div>
<div class="service-card reveal">
<div class="service-icon">🖥️</div>
<h3>Home Office Setup</h3>
<p>Working from home? Let me help you create a productive, organized workspace.</p>
</div>
<div class="service-card reveal">
<div class="service-icon">💻</div>
<h3>PC & Laptop Repair</h3>
<p>Computer running slow or acting up? I'll get it back to peak performance.</p>
</div>
</div>
</div>
<!-- Business Services -->
<div class="service-category">
<h3 class="category-title">Small Business Services</h3>
<div class="service-grid">
<div class="service-card reveal">
<div class="service-icon">🔧</div>
<h3>IT Support</h3>
<p>Onsite or remote support to keep your business technology running smoothly.</p>
</div>
<div class="service-card reveal">
<div class="service-icon">🌐</div>
<h3>Network & Mesh Installation</h3>
<p>Reliable network infrastructure tailored to your business needs.</p>
</div>
<div class="service-card reveal">
<div class="service-icon">🛡️</div>
<h3>Security Solutions</h3>
<p>Protect your business data with proper security measures and best practices.</p>
</div>
<div class="service-card reveal">
<div class="service-icon">📊</div>
<h3>Device Management</h3>
<p>Keep your business computers, phones, and tablets organized and up-to-date.</p>
</div>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="about-section">
<div class="container">
<div class="about-content">
<div class="about-text reveal">
<h2>About Blue Droid Technologies</h2>
<p>Hi, I'm your local tech expert here in Milford, OH. With over 20 years of experience in
technology support, I started Blue Droid Technologies to provide the kind of personal, patient
service that's missing from big box stores.</p>
<p>I believe technology should make your life easier, not more complicated. Whether you need help
with a simple question or a complex setup, I'm here to help—in plain English, without the
jargon.</p>
<p>When you work with me, you're supporting a local business and getting someone who genuinely cares
about solving your problem. No upselling, no pressure—just honest, reliable service.</p>
<p><strong>First responders, veterans, and teachers:</strong> Ask me about special discounts. Thank
you for your service!</p>
</div>
<div class="about-image reveal">
<img src="images/bjbeier.webp" alt="BJ Beier" class="about-photo" width="1024" height="935"
loading="lazy">
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="contact-section">
<div class="container">
<h2 class="section-title reveal">Get In Touch</h2>
<p class="section-subtitle reveal">Ready to get started? I'm just a phone call, text message or email away.
</p>
<div class="contact-methods">
<div class="contact-card reveal">
<h3>📞 Call or Text</h3>
<a href="tel:5132126714">(513) 212-6714</a>
</div>
<div class="contact-card reveal">
<h3>📧 Email</h3>
<!-- Email obfuscated via JavaScript -->
<a href="#" id="emailLink" data-user="contact" data-domain="bluedroidtech.com">Click to reveal
email</a>
</div>
<div class="contact-card reveal">
<h3>💬 Facebook Messenger</h3>
<a href="https://m.me/bluedroidtech" target="_blank" rel="noopener">Message Now</a>
</div>
</div>
</div>
</section>
<footer id="site-footer">
<div class="footer-content">
<div class="footer-section">
<h4>Blue Droid Technologies</h4>
<p>Support Made Simple</p>
<p>Milford, OH</p>
</div>
<div class="footer-section">
<h4>Services</h4>
<ul>
<li><a href="index.html#services">Residential Support</a></li>
<li><a href="index.html#services">Business IT Services</a></li>
<li><a href="index.html#services">Electronics Recycling</a></li>
</ul>
</div>
<div class="footer-section">
<h4>Quick Links</h4>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="prices.html">Pricing</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="index.html#about">About</a></li>
<li><a href="index.html#contact">Contact</a></li>
</ul>
</div>
<div class="footer-section">
<h4>Contact</h4>
<ul4>
<li><a href="tel:5132126714">(513) 212-6714</a></li>
<li><a href="#" id="emailLinkFooter" data-user="contact" data-domain="bluedroidtech.com">Click to
reveal
email</a></li>
<li>
<a href="https://www.facebook.com/bluedroidtech" target="_blank" rel="noopener noreferrer">
<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor"
style="display:inline-block;vertical-align:middle;margin-right:8px;">
<path
d="M22 12c0-5.52-4.48-10-10-10S2 6.48 2 12c0 4.99 3.66 9.13 8.44 9.88v-6.99h-2.54v-2.89h2.54V9.84c0-2.51 1.58-3.88 3.88-3.88 1.13 0 2.3.2 2.3.2v2.53h-1.29c-1.27 0-1.67.79-1.67 1.6v1.92h2.97l-.48 2.89h-2.49V22c4.78-.75 8.44-4.89 8.44-9.88z">
</path>
</svg>
Facebook
</a>
</li>
</ul4>
</div>
</div>
<div class="footer-bottom">
<p>© 2025 Blue Droid Technologies, LLC. All rights reserved.</p>
</div>
</footer>
<script src="analytics.js" defer></script>
<script src="consent-banner.js" defer></script>
<script src="scripts.js?v=1.2" defer></script>
</body>
</html>