-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.html
More file actions
250 lines (230 loc) · 13.5 KB
/
Copy pathservices.html
File metadata and controls
250 lines (230 loc) · 13.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
240
241
242
243
244
245
246
247
248
249
250
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preload" as="font" type="font/woff2" href="/fonts/inter-latin.woff2" crossorigin />
<link rel="preload" as="font" type="font/woff2" href="/fonts/outfit-latin.woff2" crossorigin />
<title>Electronics Repair Services in Barrie | Innovative Circuits</title>
<meta name="description" content="Repair, design, and install: industrial controllers, PLCs, HF amplifiers, amateur radio, custom PCB assembly, video surveillance, and networking. Serving Barrie and Simcoe County since 1991." />
<link rel="canonical" href="https://innovativecircuits.com/services.html" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Innovative Circuits" />
<meta property="og:locale" content="en_CA" />
<meta property="og:url" content="https://innovativecircuits.com/services.html" />
<meta property="og:title" content="Electronics Repair Services in Barrie | Innovative Circuits" />
<meta property="og:description" content="Industrial controllers, PLCs, amateur radio, custom PCB assembly, surveillance — serving Barrie and Simcoe County since 1991." />
<meta property="og:image" content="https://innovativecircuits.com/img/og-cover.jpg" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="Innovative Circuits — electronics repair in Barrie, Ontario, since 1991" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://innovativecircuits.com/services.html" />
<meta name="twitter:title" content="Electronics Repair Services in Barrie | Innovative Circuits" />
<meta name="twitter:description" content="Industrial controllers, PLCs, amateur radio, custom PCB assembly, surveillance — serving Barrie and Simcoe County since 1991." />
<meta name="twitter:image" content="https://innovativecircuits.com/img/og-cover.jpg" />
<meta name="twitter:image:alt" content="Innovative Circuits — electronics repair in Barrie, Ontario, since 1991" />
<link rel="apple-touch-icon" sizes="180x180" type="image/webp" href="/apple-touch-icon.webp" />
<link rel="apple-touch-icon" sizes="180x180" type="image/png" href="/apple-touch-icon.png" />
<link rel="icon" type="image/webp" sizes="32x32" href="/favicon-32x32.webp" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/webp" sizes="16x16" href="/favicon-16x16.webp" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#4094b8" />
<meta name="theme-color" content="#4094b8" />
<script>
(function () {
var qs = new URLSearchParams(location.search).get("season");
var seasons = ["spring", "summer", "autumn", "winter"];
if (qs && seasons.indexOf(qs) !== -1) {
document.documentElement.dataset.season = qs;
return;
}
var m = new Date().getMonth();
document.documentElement.dataset.season =
m === 11 || m < 2 ? "winter" : m < 5 ? "spring" : m < 8 ? "summer" : "autumn";
})();
</script>
<!-- partial: analytics -->
<!--
Google Analytics (GA4).
GA_ID below is the Measurement ID from your Google Analytics property
(looks like G-AB12CD34EF). Replace with the literal "DISABLED" to
switch analytics off without removing the partial wiring.
After editing this file, run `npm run build:partials` (or `npm run build`)
to fan the change out to every page.
-->
<script>
(function () {
var GA_ID = "G-0MGDZQPCGR";
if (!GA_ID || GA_ID === "DISABLED" || GA_ID.indexOf("XXXX") !== -1) return;
var s = document.createElement("script");
s.async = true;
s.src = "https://www.googletagmanager.com/gtag/js?id=" + GA_ID;
document.head.appendChild(s);
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag("js", new Date());
gtag("config", GA_ID, { anonymize_ip: true });
})();
</script>
<!-- /partial: analytics -->
<link rel="stylesheet" href="output.css" />
</head>
<body class="seasonal-bg text-white">
<a href="#main" class="sr-only focus:not-sr-only focus:fixed focus:top-2 focus:left-2 focus:z-50 focus:bg-white focus:text-black focus:px-4 focus:py-2 focus:rounded focus:font-semibold focus:shadow-lg focus:outline-none focus:ring-2 focus:ring-cyan-400">Skip to content</a>
<div class="container mx-auto mt-6 px-4 sm:px-6 lg:px-8">
<!-- partial: nav -->
<nav class="flex flex-wrap items-center justify-between p-6">
<div class="mr-6 flex flex-shrink-0 items-center">
<a href="index.html">
<img class="h-15 inline-block" src="img/icLogo.svg" alt="" />
<span class="ml-4 border-b-2 border-t-2 font-Inter text-xl tracking-tight">Innovative Circuits</span>
</a>
</div>
<div class="block lg:hidden">
<button
onclick="toggleNav()"
type="button"
aria-controls="menu"
aria-expanded="false"
class="flex items-center rounded border border-white px-3 py-2 hover:border-white focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-white"
>
<svg class="h-3 w-3 fill-current" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
<title>Menu</title>
<path d="M0 3h20v2H0V3zm0 6h20v2H0V9zm0 6h20v2H0v-2z" />
</svg>
</button>
</div>
<div id="menu" class="hidden w-full flex-grow lg:flex lg:w-auto lg:items-center">
<div class="text-2xl lg:flex lg:flex-grow lg:justify-end">
<a href="index.html" class="mr-4 mt-4 block border-b-2 border-transparent transition hover:border-white lg:mt-0 lg:inline-block">Home</a>
<a href="services.html" class="mr-4 mt-4 block border-b-2 border-transparent transition hover:border-white lg:mt-0 lg:inline-block">Services</a>
<a href="forsale.html" class="mr-4 mt-4 block border-b-2 border-transparent transition hover:border-white lg:mt-0 lg:inline-block">For Sale</a>
<a href="contact.html" class="mr-4 mt-4 block border-b-2 border-transparent transition hover:border-white lg:mt-0 lg:inline-block">Contact</a>
</div>
</div>
</nav>
<!-- /partial: nav -->
<main id="main" tabindex="-1">
<header>
<div class="mx-auto mt-6 max-w-6xl px-4 sm:px-6 lg:px-8">
<div class="rounded-lg bg-white/20 backdrop-blur-lg border border-white">
<div class="p-8 text-center md:flex md:text-left">
<div class="md:w-1/2">
<h1 class="font-Outfit text-3xl md:text-4xl lg:text-5xl">We fix what the other guys can’t.</h1>
<div class="pt-4 font-Inter">
<p>One of the only companies in Barrie that has componentry in stock when you need it.</p>
</div>
<div>
<p class="font-Inter">Resistors, Caps, Diodes and a full line of NTE Semiconductors.</p>
</div>
</div>
<div class="md:w-1/2">
<img class="mx-auto object-contain rounded-lg shadow-lg" src="img/IMG_4593.webp" alt="Workbench at Innovative Circuits with circuit boards under repair" width="1200" height="900" loading="eager" decoding="async" fetchpriority="high" />
</div>
</div>
</div>
</div>
</header>
<div class="container mx-auto mt-12 max-w-6xl px-4 sm:px-6 lg:px-8">
<h2 class="text-center font-Outfit text-3xl md:text-4xl">What we do</h2>
<div class="mt-10 grid grid-cols-1 gap-6 md:grid-cols-3">
<!-- Repair -->
<article class="rounded-2xl bg-cyan-800/40 border border-cyan-300 p-6 shadow-lg">
<h3 class="font-Outfit text-2xl font-semibold">Repair</h3>
<ul class="mt-4 space-y-3 font-Inter">
<li><span class="font-semibold">Amateur radio</span> — transceivers and peripherals from every major brand.</li>
<li><span class="font-semibold">HF amplifiers</span> — Icom PW-1, Yaesu Quadra, Ameritron, plus Mirage VHF/UHF. Subject to availability of output final transistors.</li>
<li><span class="font-semibold">Component-level board repair</span> — control and logic boards of many types.</li>
<li><span class="font-semibold">Computer service</span> — Intel and Apple; spinning-disk to SSD upgrades.</li>
<li><span class="font-semibold">Virus scanning</span> and removal.</li>
</ul>
</article>
<!-- Design & Build -->
<article class="rounded-2xl bg-cyan-800/40 border border-cyan-300 p-6 shadow-lg">
<h3 class="font-Outfit text-2xl font-semibold">Design & build</h3>
<ul class="mt-4 space-y-3 font-Inter">
<li><span class="font-semibold">Custom PCB assembly</span> — small production runs, SMT install/remove, wiring-harness final assembly.</li>
<li><span class="font-semibold">Schematic capture and PCB design</span> — one-off prototype builds with in-house photo-etch fabrication.</li>
<li><span class="font-semibold">Flash programming</span> — EPROMs, PROMs, microcontrollers, PIC processors.</li>
<li><span class="font-semibold">Reverse engineering</span> of existing products.</li>
</ul>
</article>
<!-- Install & Network -->
<article class="rounded-2xl bg-cyan-800/40 border border-cyan-300 p-6 shadow-lg">
<h3 class="font-Outfit text-2xl font-semibold">Install & network</h3>
<ul class="mt-4 space-y-3 font-Inter">
<li><span class="font-semibold">Video surveillance</span> — office, home, cottage. Video over LAN and WAN. Network video recorders with up to 40 days of on-site footage.</li>
<li><span class="font-semibold">Networking</span> and on-site service calls in the South Simcoe area.</li>
</ul>
</article>
</div>
</div>
<section class="container mx-auto mt-10 max-w-6xl px-4 sm:px-6 lg:px-8" aria-labelledby="dont-do-heading">
<h2 id="dont-do-heading" class="font-Outfit text-2xl md:text-3xl font-semibold flex items-center gap-3">
<span aria-hidden="true" class="inline-flex h-8 w-8 items-center justify-center rounded-full bg-amber-500/20 text-amber-300 ring-1 ring-amber-400/50 font-bold">!</span>
Things we don’t do
</h2>
<div class="mt-4 rounded-2xl bg-amber-500/10 border border-amber-400/40 p-6 font-Inter shadow-lg">
<ul class="space-y-3 list-disc list-outside pl-5 marker:text-amber-300/70">
<li>Amplifier repairs are <span class="font-semibold">not warrantied</span>.</li>
<li>We do <span class="font-semibold">not repair tube amplifiers</span>.</li>
</ul>
</div>
</section>
<div class="mt-6 h-auto w-full rounded-lg bg-cyan-800/30 border border-cyan-300 p-6">
<p class="text-balance font-Inter text-lg font-bold md:text-2xl">
Established in 1991, we bring over three decades of expertise to the Electronics Industry in Barrie, Ontario.<br />
We service Industrial Equipment, PLC’s and machine controllers as well as expensive to replace controller boards for Hot Tubs, Welders, Commercial Printers Etc.. All done at component level.<br />
If you have a board that needs work, it likely can be repaired.<br />
And yes, we are one of the only businesses left in Ontario that can service Amateur Radio and equipment from all the major manufacturers.<br />
Don’t throw it out. Call us first.
</p>
</div>
<!-- CTA -->
<div class="flex justify-center mt-6">
<a href="mailto:ron@innovativecircuits.com?subject=Get in touch message from site" class="btn-primary">Get in touch</a>
</div>
</main>
<!-- partial: footer -->
<div class="container mx-auto mt-6 px-4 sm:px-6 lg:px-8">
<footer class="mt-6 rounded-2xl bg-black/30 py-10 px-6 text-center font-Inter">
<img
src="img/innovativeLogo.svg"
alt=""
loading="lazy"
decoding="async"
class="mx-auto h-16 w-auto"
/>
<p class="mt-6">
<span class="font-semibold">Innovative Circuits</span> · Electronics Repair Centre
</p>
<address class="mt-2 not-italic">
#2040 30/31 Side Road West<br />
Oro-Medonte, Ontario L0L 2L0
</address>
<p class="mt-3">
<a href="tel:705-791-6634" class="underline-offset-4 hover:underline focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-white rounded">705-791-6634</a>
<span class="mx-2 text-white/50">·</span>
<a href="mailto:service@innovativecircuits.com" class="underline-offset-4 hover:underline focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-white rounded">service@innovativecircuits.com</a>
</p>
<p class="mt-6 text-xs text-white/60">© Innovative Circuits · Since 1991</p>
</footer>
</div>
<!-- /partial: footer -->
</div>
<!-- partial: scripts -->
<script>
function toggleNav() {
var nav = document.getElementById("menu");
var btn = document.querySelector('[aria-controls="menu"]');
var isHidden = nav.classList.contains("hidden");
nav.classList.toggle("hidden");
if (btn) btn.setAttribute("aria-expanded", String(isHidden));
}
</script>
<!-- /partial: scripts -->
</body>
</html>