Initial Commit
This commit is contained in:
26
.gitignore
vendored
Normal file
26
.gitignore
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
# Python
|
||||
*.pyc
|
||||
__pycache__/
|
||||
.pytest_cache/
|
||||
.coverage
|
||||
htmlcov/
|
||||
|
||||
# Virtual Environment
|
||||
.venv/
|
||||
venv/
|
||||
env/
|
||||
|
||||
# Flask-specific
|
||||
instance/
|
||||
*.sqlite
|
||||
*.db
|
||||
|
||||
# IDE and OS files
|
||||
.idea/
|
||||
.vscode/
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Logs and temporary files
|
||||
*.log
|
||||
tmp/
|
||||
131
About.html
Normal file
131
About.html
Normal file
@@ -0,0 +1,131 @@
|
||||
<!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>© 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>
|
||||
|
||||
56
Contact.html
Normal file
56
Contact.html
Normal file
@@ -0,0 +1,56 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Contact</title>
|
||||
<link rel="stylesheet" href="styles.css" type="text/css" />
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
||||
<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>
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.min.js" integrity="sha384-0pUGZvbkm6XF6gxjEnlmuGrJXVbNuzT9qBBavbLwCsOGabYfZo0T0to5eqruptLy" crossorigin="anonymous"></script>
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap" rel="stylesheet">
|
||||
</head>
|
||||
|
||||
<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 LLC</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 class="nav-item">
|
||||
<a class="nav-link" href="Review.html">Reviews</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<iframe class="airtable-embed" src="https://airtable.com/embed/appYir0rnFN9Q5SN9/pagbjz6JALjG763XY/form"
|
||||
frameborder="0" onmousewheel="" width="100%" height="1060" style="background: transparent; border: 1px solid #ccc;"></iframe>
|
||||
|
||||
<div class="image">
|
||||
<footer>2025 Thors Hammer Electrical LLC
|
||||
|
||||
<br>
|
||||
|
||||
<button class="button"><a href="https://www.bennyshouse.org"> Web Design by Benny's House. Click Here to Learn More
|
||||
|
||||
</a></button></footer>
|
||||
</div>
|
||||
BIN
License.jpg
Normal file
BIN
License.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 34 KiB |
97
Review.html
Normal file
97
Review.html
Normal file
@@ -0,0 +1,97 @@
|
||||
<!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>Customer Reviews</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>
|
||||
|
||||
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
|
||||
<img src="Logo.png" width="60" height="60" alt="">
|
||||
<a class="navbar-brand" href="thor.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>
|
||||
|
||||
<div class="wrapper text-center my-5">
|
||||
<h1 class="text-white">See What Our Customers Are Saying!</h1>
|
||||
<p class="text-white">Your reviews will also be featured here on our website. We appreciate your business and your feedback!</p>
|
||||
</div>
|
||||
|
||||
<div class="text-center my-5">
|
||||
<iframe class="text" src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fpermalink.php%3Fstory_fbid%3Dpfbid0hsfJ6TzR6YVhThHjB1KXX3zjHDz4bSiyjVs2HGh8mjWJPEbCJpa5V7CGGgoYgoDVl%26id%3D100008520403162&show_text=true&width=500&is_preview=true"
|
||||
width="350" height="228" style="border:none;overflow:hidden"
|
||||
scrolling="no" frameborder="0"
|
||||
allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share">
|
||||
</iframe>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
|
||||
<iframe class="text" src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Frojo1678%2Fposts%2Fpfbid07G3vZb4M3Cobru8PmNEKTiH4w66UKxqmoKzn63yqYpx8fqz1aDMyUCpAdU21r7Nkl&show_text=true&width=500&is_preview=true"
|
||||
width="500" height="250" style="border:none;overflow:hidden"
|
||||
scrolling="no" frameborder="0" allowfullscreen="true"
|
||||
allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share">
|
||||
</iframe>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Footer -->
|
||||
<footer class="text-center text-white py-4">
|
||||
<p>© 2025 Thor's 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>
|
||||
122
Services.html
Normal file
122
Services.html
Normal file
@@ -0,0 +1,122 @@
|
||||
<!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>Services</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">
|
||||
|
||||
<!-- Bootstrap Bundle JS -->
|
||||
<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">
|
||||
|
||||
</head>
|
||||
|
||||
<body style="background-color: #000000; color: white;">
|
||||
|
||||
<!-- 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">Thor's 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://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>
|
||||
|
||||
<!-- Main Content -->
|
||||
<div class="text-center my-5">
|
||||
<h1 class="display-3 text-white">Our Services</h1>
|
||||
<br>
|
||||
<h3 class="text-white">Thor's Hammer Electrical provides a diverse spread of services.</h3>
|
||||
</div>
|
||||
|
||||
<!-- Residential Section in Card Box -->
|
||||
<div class="container my-5">
|
||||
<div class="card text-white bg-dark-gray">
|
||||
<div class="card-body">
|
||||
<h3 class="card-title">Residential</h3>
|
||||
<p class="card-text">
|
||||
Our residential services are the bread and butter of Thor's Hammer. We live to serve our community members and make sure their needs are met.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Commercial Section in Card Box -->
|
||||
<div class="container my-5">
|
||||
<div class="card text-white bg-dark-gray">
|
||||
<div class="card-body">
|
||||
<h3 class="card-title">Commercial</h3>
|
||||
<p class="card-text">
|
||||
Part of serving your community is ensuring the needs of both the people and their businesses are met. Having spent multiple years servicing commercial products, Thor's Hammer is your go-to commercial contractor!
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- Jobs Completed Section in Card Box -->
|
||||
<div class="container my-5">
|
||||
<div class="card text-white bg-dark-gray">
|
||||
<div class="card-body text-center">
|
||||
<h4 class="card-title">Here are some specific jobs completed by Thor's Hammer in the past.</h4>
|
||||
<br>
|
||||
<h5 class="text-white">(Pictures coming soon!)</h5>
|
||||
<br>
|
||||
<ul class="list-unstyled text-white">
|
||||
<li><h5>Christmas Lights</h5></li>
|
||||
<li><h5>Cat5, Cat6, and Cat6a Network Installation</h5></li>
|
||||
<li><h5>Security Camera Installation</h5></li>
|
||||
<li><h5>Flood Light Installation</h5></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Footer -->
|
||||
<footer class="text-center text-white py-4">
|
||||
<p>© 2025 Thor's 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>
|
||||
|
||||
62
dash.html
Normal file
62
dash.html
Normal file
@@ -0,0 +1,62 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Website Analytics Dashboard</title>
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootswatch@5.3.0/dist/cyborg/bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container mt-5">
|
||||
<h1 class="text-center text-white">Website Analytics Dashboard</h1>
|
||||
|
||||
<div class="row">
|
||||
<!-- Total Visitors -->
|
||||
<div class="col-md-4">
|
||||
<div class="card text-center bg-primary text-white">
|
||||
<div class="card-body">
|
||||
<h4>Total Visitors</h4>
|
||||
<h2 id="total-visitors">Loading...</h2>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Page Views -->
|
||||
<div class="col-md-4">
|
||||
<div class="card text-center bg-success text-white">
|
||||
<div class="card-body">
|
||||
<h4>Page Views</h4>
|
||||
<h2 id="page-views">Loading...</h2>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Most Visited Page -->
|
||||
<div class="col-md-4">
|
||||
<div class="card text-center bg-warning text-white">
|
||||
<div class="card-body">
|
||||
<h4>Most Visited Page</h4>
|
||||
<h2 id="top-page">Loading...</h2>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Google Analytics API Script -->
|
||||
<script>
|
||||
async function fetchAnalytics() {
|
||||
// Simulated Data (Replace with API Fetch)
|
||||
setTimeout(() => {
|
||||
document.getElementById('total-visitors').textContent = "1,234";
|
||||
document.getElementById('page-views').textContent = "5,678";
|
||||
document.getElementById('top-page').textContent = "/home";
|
||||
}, 2000);
|
||||
}
|
||||
|
||||
fetchAnalytics();
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
1
github
Submodule
1
github
Submodule
Submodule github added at 3baabcf24e
93
index.html
Normal file
93
index.html
Normal file
@@ -0,0 +1,93 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<!-- 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 name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Thor's Hammer Electrical LLC</title>
|
||||
<link rel="stylesheet" href="styles.css" type="text/css" />
|
||||
|
||||
<link rel="icon" href="Logo.png" sizes="16x16">
|
||||
<link rel="icon" href="Logo.png" sizes="32x32">
|
||||
<link rel="icon" href="Logo.png" sizes="96x96">
|
||||
|
||||
<!-- 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="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>
|
||||
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
|
||||
<div class="container d-flex align-items-center justify-content-between">
|
||||
<!-- Logo and Brand Name -->
|
||||
<a class="navbar-brand d-flex align-items-center" href="index.html">
|
||||
<img src="Logo.png" width="50" height="50" class="me-2" alt="Logo">
|
||||
Thor's Hammer Electrical
|
||||
</a>
|
||||
|
||||
<!-- Navbar Toggler Button -->
|
||||
<button class="navbar-toggler ms-auto" 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>
|
||||
|
||||
<!-- Navbar Links -->
|
||||
<div class="collapse navbar-collapse justify-content-end" id="navbarNav">
|
||||
<ul class="navbar-nav text-end">
|
||||
<li class="nav-item"><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>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<div class="wrapper text-center my-5">
|
||||
<h1 class="text-white">Welcome to the Thor's Hammer Official Website!</h1>
|
||||
</div>
|
||||
|
||||
<div class="image text-center">
|
||||
<img class="licenseimage img-fluid" src="License.jpg" alt="License Image">
|
||||
</div>
|
||||
|
||||
<div class="wrapper text-center my-5">
|
||||
<h5 class="text-white">
|
||||
Thor's Hammer Electrical LLC is a local electrical services company based in Levelland, Texas.
|
||||
<br><br><br>
|
||||
Owned and operated by Leonard Johnson, Thor's Hammer Electrical LLC looks to serve customers far and wide, big and small.
|
||||
</h5>
|
||||
</div>
|
||||
|
||||
<div class="wrapper text-center my-5">
|
||||
<button class="btn btn-primary m-2"><a href="https://www.help.thorshammerelectrical.com." class="text-white text-decoration-none">Need Work Done?</a></button>
|
||||
|
||||
<button class="btn btn-primary m-2"><a href="Services.html" class="text-white text-decoration-none">See What We Do</a></button>
|
||||
|
||||
<button class="btn btn-primary m-2"><a href="About.html" class="text-white text-decoration-none">Company Background</a></button>
|
||||
</div>
|
||||
|
||||
<footer class="text-center text-white py-4">
|
||||
<div class="image">
|
||||
<p>© 2025 Thor's 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>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
11
styles.css
Normal file
11
styles.css
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
.bg-dark-gray {
|
||||
background-color: #333333; /* Darker Gray */
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #000000; /* Black background for body */
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user