summaryrefslogtreecommitdiff
path: root/design.html
diff options
context:
space:
mode:
Diffstat (limited to 'design.html')
-rw-r--r--design.html82
1 files changed, 82 insertions, 0 deletions
diff --git a/design.html b/design.html
new file mode 100644
index 0000000..529dc77
--- /dev/null
+++ b/design.html
@@ -0,0 +1,82 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <link rel="stylesheet" type="text/css" href="main.css">
+ <title>Home - Sanders Technology Group</title>
+</head>
+<body>
+ <div id="Main">
+ <div class="navBar">
+ <div class="hamburger">&#9776;</div>
+ <ul>
+ <li><a href="#" alt="Home">Home</a></li>
+ <li><a href="#about" alt="About">About</a></li>
+ <li><a href="#blog" alt="Blog">Blog</a></li>
+ <li><img class="logo" src="STG-logo-v1.png"></li>
+ <li><a href="#solutions" alt="Solutions">Solutions</a></li>
+ <li><a href="#our-work" alt="Our Work">Our Work</a></li>
+ <li><a href="#contact" alt="Contact">Contact</a></li>
+ </ul>
+ </div>
+ <div id="heroImage">
+ <h1>Transform Your Business Presence Online</h1>
+ <p>
+ Your customers are searching for you – make sure they find a website that reflects your brand’s quality and trustworthiness.
+ We design beautiful, effective websites that drive results.
+ </p>
+ <a href="mailto:sales@sanderstg.com">Get <b>FREE</b> Consulation</a>
+ </div>
+ <div id="mainContent">
+ <div id="about">
+ <h2>About Us</h2>
+ <p>
+ Sanders Technology Group is a web design and technology agency based in the beautiful Northeast Georgia Mountains. As a family-owned business led by two brothers, we are dedicated to providing exceptional web design and technology services to businesses throughout Northeast Georgia.
+
+ Whether your needs are big or small, we are ready to help solve your technology challenges and empower your business with reliable solutions. Contact us today to discuss how we can support your business goals.
+ </p>
+ <h2>Our Ideology</h2>
+ <p>
+ We value every website the same whether it’s a large company or a small town store. We will help you fulfill your vision and move your business forward. We believe that every business should have a quality website and we know how important it is to your customers to have this connection with you!
+
+ We also believe that larger web development companies may not have your business in their best interest. We highly value every single website and aim to maintain each site individually at a high level.
+ </p>
+ </div>
+ <div id="blog">
+ <h2>Blog</h2>
+ <ul>
+ <li><a href="#"><img src="pexels-markus-spiske-2004161.jpg"><h3>Blog Title</h3><p>Blog Description</p></a></li>
+ <li><a href="#"><img src="pexels-markus-spiske-2004161.jpg"><h3>Blog Title</h3><p>Blog Description</p></a></li>
+ <li><a href="#"><img src="pexels-markus-spiske-2004161.jpg"><h3>Blog Title</h3><p>Blog Description</p></a></li>
+ <li><a href="#"><img src="pexels-markus-spiske-2004161.jpg"><h3>Blog Title</h3><p>Blog Description</p></a></li>
+ <li><a href="#"><img src="pexels-markus-spiske-2004161.jpg"><h3>Blog Title</h3><p>Blog Description</p></a></li>
+ <li><a href="#"><img src="pexels-markus-spiske-2004161.jpg"><h3>Blog Title</h3><p>Blog Description</p></a></li>
+ </ul>
+ </div>
+ <div id="solutions">
+ <h2>Solutions</h2>
+ <ul>
+ <li>Web Development</li>
+ <li>PC Repair</li>
+ <li>Data Recovery</li>
+ <li>Remote Support</li>
+ <li>Website Hosting</li>
+ </ul>
+ </div>
+ <div id="our-work">
+ <h2>Our Work</h2>
+ <p>In Progress</p>
+ </div>
+ <div id="contact">
+ <h2>Contact Us</h2>
+ <p>Contact info goes here.</p>
+ </div>
+ </div>
+ <footer id="footer">
+ <small>&copy; Sanders Technology Group, LLC Designed by <a href="https://ben.sanders.life/">Ben Sanders</a></small>
+ </footer>
+ </div>
+ <script src="main.js"></script>
+</body>
+</html> \ No newline at end of file