update branding to use lowercase 'd@n tech' throughout index.html

This commit is contained in:
2025-02-27 09:41:43 -05:00
parent de0d0e996a
commit 6b3a398c09

View File

@@ -3,11 +3,11 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="D@N Tech offers professional web development services including custom website development, responsive design, e-commerce solutions, SEO optimization, and website maintenance.">
<meta name="description" content="d@n tech offers professional web development services including custom website development, responsive design, e-commerce solutions, SEO optimization, and website maintenance.">
<meta name="keywords" content="web development, custom websites, responsive design, e-commerce, SEO, website maintenance">
<meta name="author" content="Dustin Newkirk">
<link rel="canonical" href="https://dev.dustin.coffee/index.html">
<title>D@N Tech - Web Development Services</title>
<title>d@n tech - Web Development Services</title>
<!-- Bootstrap CSS and JS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.min.js" integrity="sha384-0pUGZvbkm6XF6gxjEnlmuGrJXVbNuzT9qBBavbLwCsOGabYfZo0T0to5eqruptLy" crossorigin="anonymous"></script>
@@ -20,15 +20,15 @@
</style>
</head>
<body>
<header class="text-center py-2">
<h1 style="color: var(--bs-secondary);">D@N Tech</h1>
<header class="text-center py-1">
<h1 style="color: var(--bs-secondary);">d@n tech</h1>
<p>Your partner in web development</p>
<p><a href="https://dustin.coffee" target="_blank" class="text-white">Visit my main site</a></p>
</header>
<div class="d-flex flex-column min-vh-100" style="position: relative;">
<div class="container mt-4">
<h2>About Us</h2>
<p>Welcome to D@N Tech! We specialize in creating stunning and efficient websites for businesses of all sizes. Our team of experienced developers is dedicated to delivering high-quality web solutions that meet your unique needs.</p>
<p>Welcome to d@n tech! We specialize in creating stunning and efficient websites for businesses of all sizes. Our team of experienced developers is dedicated to delivering high-quality web solutions that meet your unique needs.</p>
<h2>Services</h2>
<ul class="list-group">
@@ -83,7 +83,7 @@
<div class="col-md-6">
<div class="card">
<div class="card-body">
<p class="card-text">"D@N Tech exceeded our expectations! Our new website is beautiful and functional."</p>
<p class="card-text">"d@n tech exceeded our expectations! Our new website is beautiful and functional."</p>
<p class="card-text">- T, PCW</p>
</div>
</div>
@@ -91,7 +91,7 @@
<div class="col-md-6">
<div class="card">
<div class="card-body">
<p class="card-text">"The team at D@N Tech is professional and responsive. We highly recommend their services."</p>
<p class="card-text">"The team at d@n tech is professional and responsive. We highly recommend their services."</p>
<p class="card-text">- MP, 4th</p>
</div>
</div>
@@ -99,12 +99,19 @@
</div>
</div>
<div class="container mt-4">
<h2>Contact Us</h2>
<p>For inquiries, please email us at <a href="mailto:info@dustin.coffee">info@dustin.coffee</a></p>
<p>View your invoices at <a href="https://invoice.dustin.coffee/client" target="_blank">invoice.dustin.coffee</a></p>
<div class="card">
<div class="card-body">
<p class="card-text">For inquiries, please email us at <a href="mailto:info@dustin.coffee">info@dustin.coffee</a></p>
<p class="card-text">View your invoices at <a href="https://invoice.dustin.coffee/client" target="_blank">invoice.dustin.coffee</a></p>
</div>
</div>
</div>
</div>
<footer class="bg-dark text-white text-center py-1 mt-5" style="position: static;">
<p>&copy; <span id="currentYear"></span> D@N Tech. All rights reserved.</p>
<p>&copy; <span id="currentYear"></span> d@n tech. All rights reserved.</p>
<p><a href="tos.php" class="text-white">Terms of Service</a> | <a href="privacy.html" class="text-white">Privacy Policy</a></p>
</footer>
<script>