commit 715a8019ec2c494ff237b7426bf5c16cc2291dc0 Author: Benny Date: Thu Nov 20 23:35:55 2025 +0000 Initial Commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d4ffcaa --- /dev/null +++ b/.gitignore @@ -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/ diff --git a/About.html b/About.html new file mode 100644 index 0000000..f385358 --- /dev/null +++ b/About.html @@ -0,0 +1,131 @@ + + + + + + + + + + + + About + + + + + + + + + + + + + + + + + + + + + + + +
+

About Us

+
+ + + +
+
+
+

Mission Statement

+

+ We at Thors Hammer Electrical strive to be the best in the field. We proudly serve Levelland and the surrounding areas.

+ + +

Remember, at Thor's Hammer Electrical, we put the power back in the panel!

+
+
+
+ + + +
+
+
+

Company History

+

+ 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.

+ +

When you choose Thors Hammer Electrical for your electrical needs, you become part of the family.

+
+
+
+ + + +
+
+
+

Our Team Includes:

+ +
+ +

Leonard Johnson:

+

Master Electrician, Company Owner and Operator

+ +
+ +

Makayla Johnson:

+

Electrician's Apprentice

+ +
+ +

Robert Johnson:

+

Electrician's Apprentice

+
+
+
+ + + + + + + + diff --git a/Contact.html b/Contact.html new file mode 100644 index 0000000..c310988 --- /dev/null +++ b/Contact.html @@ -0,0 +1,56 @@ + + + + + + + Contact + + + + + + + + + + + + + + + + +
+ +
diff --git a/License.jpg b/License.jpg new file mode 100644 index 0000000..84adadc Binary files /dev/null and b/License.jpg differ diff --git a/Logo.png b/Logo.png new file mode 100644 index 0000000..4244d4e Binary files /dev/null and b/Logo.png differ diff --git a/Review.html b/Review.html new file mode 100644 index 0000000..1785ec7 --- /dev/null +++ b/Review.html @@ -0,0 +1,97 @@ + + + + + + + + + + + + Customer Reviews + + + + + + + + + + + + + + + + + + + + + +
+

See What Our Customers Are Saying!

+

Your reviews will also be featured here on our website. We appreciate your business and your feedback!

+
+ +
+ + +
+
+
+ + + + +
+ + + + + + + diff --git a/Services.html b/Services.html new file mode 100644 index 0000000..3931ec7 --- /dev/null +++ b/Services.html @@ -0,0 +1,122 @@ + + + + + + + + + + + + Services + + + + + + + + + + + + + + + + + + + + + +
+

Our Services

+
+

Thor's Hammer Electrical provides a diverse spread of services.

+
+ + +
+
+
+

Residential

+

+ 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. +

+
+
+
+ + +
+
+
+

Commercial

+

+ 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! +

+
+
+
+ + + +
+
+
+

Here are some specific jobs completed by Thor's Hammer in the past.

+
+
(Pictures coming soon!)
+
+
    +
  • Christmas Lights
  • +
  • Cat5, Cat6, and Cat6a Network Installation
  • +
  • Security Camera Installation
  • +
  • Flood Light Installation
  • +
+
+
+
+ + + + + + + + diff --git a/dash.html b/dash.html new file mode 100644 index 0000000..59c2bad --- /dev/null +++ b/dash.html @@ -0,0 +1,62 @@ + + + + + + Website Analytics Dashboard + + + +
+

Website Analytics Dashboard

+ +
+ +
+
+
+

Total Visitors

+

Loading...

+
+
+
+ + +
+
+
+

Page Views

+

Loading...

+
+
+
+ + +
+
+
+

Most Visited Page

+

Loading...

+
+
+
+
+
+ + + + + + + diff --git a/github b/github new file mode 160000 index 0000000..3baabcf --- /dev/null +++ b/github @@ -0,0 +1 @@ +Subproject commit 3baabcf24e8ddcc8b8d2b6961dddc266c0671f27 diff --git a/index.html b/index.html new file mode 100644 index 0000000..a1a68e8 --- /dev/null +++ b/index.html @@ -0,0 +1,93 @@ + + + + + + + + + Thor's Hammer Electrical LLC + + + + + + + + + + + + + + + + + + + + +
+

Welcome to the Thor's Hammer Official Website!

+
+ +
+ License Image +
+ +
+
+ Thor's Hammer Electrical LLC is a local electrical services company based in Levelland, Texas. +


+ Owned and operated by Leonard Johnson, Thor's Hammer Electrical LLC looks to serve customers far and wide, big and small. +
+
+ +
+ + + + + +
+ + + + + + diff --git a/static b/static new file mode 100644 index 0000000..4244d4e Binary files /dev/null and b/static differ diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..6136311 --- /dev/null +++ b/styles.css @@ -0,0 +1,11 @@ + +.bg-dark-gray { + background-color: #333333; /* Darker Gray */ + } + + body { + background-color: #000000; /* Black background for body */ +} + + +