diff options
Diffstat (limited to '_site/index.html')
| -rw-r--r-- | _site/index.html | 101 |
1 files changed, 101 insertions, 0 deletions
diff --git a/_site/index.html b/_site/index.html new file mode 100644 index 0000000..cc8eaab --- /dev/null +++ b/_site/index.html @@ -0,0 +1,101 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>Home - Sanders Technology Group</title> + <link rel="stylesheet" href="/assets/css/main.css"> +</head> +<body> + <div id="Main"> + <div class="navBar"> + <div class="hamburger">☰</div> + <ul> + <li><a href="/">Home</a></li> + <li><a href="/#about/">About</a></li> + <li><a href="/blog/">Blog</a></li> + <li><img class="logo" src="/assets/images/STG-logo-v1.png"></li> + <li><a href="/#solutions/">Solutions</a></li> + <li><a href="/#our-work/">Our Work</a></li> + <li><a href="/#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 a <b>FREE</b> Consultation</a> +</div> + +<div id="mainContent"> + <!-- About, Blog tiles, Solutions, etc. --> + <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="/happy-4th-july/"> + + <img src="/assets/images/pexels-designecologist-2526105.jpg"> + + <h3>Happy Fourth of July</h3> + <p><p>Happy Fourth of July from Your Friendly Neighborhood IT Shop!</p> +</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> + <ul> + <li> + <a href="https://centerbaptist.com/" target="_blank"> + <img src="/assets/images/cbc-screenshot-2025-07-03.png"> + </a> + </li> + <li> + <a href=""> + <img src=""> + </a> + </li> + </ul> + </div> + <div id="contact"> + <h2>Contact Us</h2> + <p>The best way to contact us is using the 'Get a FREE Consultation' link at thet op of this page.</p> + </div> +</div> + + <footer id="footer"> + <small>© Sanders Technology Group, LLC Designed by <a href="https://ben.sanders.life/">Ben Sanders</a></small> + </footer> + + </div> + <script src="/assets/js/main.js"></script> +</body> +</html> |
