Files
2025-11-20 23:35:55 +00:00

132 lines
4.8 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ZJ4YKQNNG1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-ZJ4YKQNNG1');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About</title>
<link rel="stylesheet" href="styles.css" type="text/css" />
<!-- Cyborg Bootstrap Theme -->
<link href="https://cdn.jsdelivr.net/npm/bootswatch@5.3.0/dist/cyborg/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js" integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r" crossorigin="anonymous"></script>
<link rel="icon" href="Logo.png" sizes="16x16">
<link rel="icon" href="Logo.png" sizes="32x32">
<link rel="icon" href="Logo.png" sizes="96x96">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap" rel="stylesheet">
</head>
<body>
<!-- Navbar -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<img src="Logo.png" width="60" height="60" alt="">
<a class="navbar-brand" href="index.html">Thors Hammer Electrical</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item active">
<a class="nav-link" href="About.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Services.html">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www.help.thorshammerelectrical.com">Submit Work-Order</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Review.html">Reviews</a>
</li>
</ul>
</div>
</nav>
<!-- About Us Section -->
<div class="text-center my-5">
<h1 class="text-white">About Us</h1>
</div>
<!-- Mission Statement Section -->
<div class="container my-5">
<div class="card text-white bg-dark-gray">
<div class="card-body">
<h2 class="card-title">Mission Statement</h2>
<p class="card-text">
We at Thors Hammer Electrical strive to be the best in the field. We proudly serve Levelland and the surrounding areas.</p>
<p>Remember, at Thor's Hammer Electrical, we put the power back in the panel!</p>
</div>
</div>
</div>
<!-- Company History Section -->
<div class="container my-5">
<div class="card text-white bg-dark-gray">
<div class="card-body">
<h2 class="card-title">Company History</h2>
<p class="card-text">
Thor's Hammer Electrical LLC was founded in April 2023. We have over 20 years of electrical experience. We are a small company with family values.</p>
<p> When you choose Thors Hammer Electrical for your electrical needs, you become part of the family.</p>
</div>
</div>
</div>
<div class="container my-6">
<div class="card text-white bg-dark-gray">
<div class="card-body text-center">
<h2 class="text-white">Our Team Includes:</h2>
<br>
<h3 class="text-white">Leonard Johnson:</h3>
<h4 class="text-white">Master Electrician, Company Owner and Operator</h4>
<br>
<h3 class="text-white">Makayla Johnson:</h3>
<h4 class="text-white">Electrician's Apprentice</h4>
<br>
<h3 class="text-white">Robert Johnson:</h3>
<h4 class="text-white">Electrician's Apprentice</h4>
</div>
</div>
</div>
<!-- Footer Section -->
<footer class="text-center text-white py-4">
<p>&copy; 2025 Thors Hammer Electrical LLC</p>
<button class="btn btn-light"><a href="https://www.bennyshouse.net" class="text-dark text-decoration-none">Web Design by Benny's House. Click Here to Learn More</a></button>
</footer>
</body>
</html>