Research verified from https://clearviewelectric.ca/: - Location: 205 Side St Unit D, Stayner, ON L0M1S0 - Phone: (705) 627-8103 - 22 years experience, family-first company - ESA Registered (0007009272), ECRA Licensed (7009272) - Services: New Builds, Renovations, Commercial, Panel Upgrades, EV Chargers, Hot Tub Wiring, Lighting, Safety Inspections - Service areas: Collingwood, Stayner, Wasaga Beach, Thornbury, Clarksburg, Blue Mountains, Creemore, Elmvale, Tiny, Simcoe County - Certifications: WSIB, CSA, ESA Changes: - New post with detailed case study - New /electrical-contractors/ page (new trade category) - Header nav: added Electrical Contractors link (desktop + mobile) - Index: added Clear View Electric card, updated count to 4 - Footer: added contractor link, updated coverage areas - Coverage area: added South Georgian Bay (Electrical) section - Config: updated site description to include electrical services
48 lines
2.6 KiB
HTML
48 lines
2.6 KiB
HTML
<footer class="bg-slate-950 border-t border-slate-800 text-slate-400 py-12 mt-20">
|
|
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
|
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
|
|
<!-- Col 1 -->
|
|
<div class="md:col-span-2">
|
|
<div class="flex items-center gap-3 mb-4">
|
|
<div class="w-8 h-8 rounded bg-amber-500 flex items-center justify-center text-slate-950 font-extrabold text-base">
|
|
STJ
|
|
</div>
|
|
<span class="text-lg font-bold text-white font-heading">
|
|
SIMCOE <span class="text-amber-400">TRADES JOURNAL</span>
|
|
</span>
|
|
</div>
|
|
<p class="text-sm text-slate-400 max-w-md leading-relaxed">
|
|
An independent trade journal showcasing local construction, roofing, electrical, and custom carpentry work in Barrie, Orillia, Collingwood, Stayner, and Simcoe County. Highlighting craftsmanship, project specifications, and verified contractor profiles.
|
|
</p>
|
|
</div>
|
|
|
|
<!-- Col 2 -->
|
|
<div>
|
|
<h4 class="text-white font-semibold text-sm tracking-wider uppercase mb-4 font-heading">Featured Contractors</h4>
|
|
<ul class="space-y-2.5 text-sm">
|
|
<li><a href="https://midhurstroofing.ca" target="_blank" rel="noopener" class="hover:text-amber-400 transition-colors">Midhurst Roofing Barrie</a></li>
|
|
<li><a href="https://severnroofing.ca" target="_blank" rel="noopener" class="hover:text-amber-400 transition-colors">Severn Roofing Orillia</a></li>
|
|
<li><a href="https://clearviewelectric.ca" target="_blank" rel="noopener" class="hover:text-amber-400 transition-colors">Clear View Electric Collingwood</a></li>
|
|
<li><a href="https://www.instagram.com/seanprocontracting/" target="_blank" rel="noopener" class="hover:text-amber-400 transition-colors">Sean Pro Contracting</a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
<!-- Col 3 -->
|
|
<div>
|
|
<h4 class="text-white font-semibold text-sm tracking-wider uppercase mb-4 font-heading">Coverage Areas</h4>
|
|
<ul class="space-y-2 text-sm text-slate-400">
|
|
<li>Barrie & Innisfil</li>
|
|
<li>Orillia & Severn Township</li>
|
|
<li>Collingwood, Stayner & Muskoka</li>
|
|
<li>Wasaga Beach & Blue Mountains</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="border-t border-slate-800/80 mt-10 pt-6 flex flex-col md:flex-row items-center justify-between text-xs text-slate-500">
|
|
<p>© {{ 'now' | date: "%Y" }} Simcoe Trades Journal. All contractor case studies are curated for community reference.</p>
|
|
<p class="mt-2 md:mt-0">Built with Jekyll & Tailwind CSS</p>
|
|
</div>
|
|
</div>
|
|
</footer>
|