fixed README
This commit is contained in:
274
index.html
274
index.html
@@ -1,137 +1,137 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<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="keywords" content="web development, custom websites, responsive design, e-commerce, SEO, website maintenance">
|
||||||
<meta name="author" content="Dustin Newkirk">
|
<meta name="author" content="Dustin Newkirk">
|
||||||
<link rel="canonical" href="https://dev.dustin.coffee/index.html">
|
<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 -->
|
<!-- 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">
|
<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>
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.min.js" integrity="sha384-0pUGZvbkm6XF6gxjEnlmuGrJXVbNuzT9qBBavbLwCsOGabYfZo0T0to5eqruptLy" crossorigin="anonymous"></script>
|
||||||
<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/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
|
||||||
<link rel="stylesheet" href="styles.css">
|
<link rel="stylesheet" href="styles.css">
|
||||||
<style>
|
<style>
|
||||||
html {
|
html {
|
||||||
scroll-behavior: smooth;
|
scroll-behavior: smooth;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header class="text-center py-1">
|
<header class="text-center py-1">
|
||||||
<h1 style="color: var(--bs-secondary);">d@n tech</h1>
|
<h1 style="color: var(--bs-secondary);">d@n tech</h1>
|
||||||
<p>Your partner in web development</p>
|
<p>Your partner in web development</p>
|
||||||
<p><a href="https://dustin.coffee" target="_blank" class="text-white">Visit my main site</a></p>
|
<p><a href="https://dustin.coffee" target="_blank" class="text-white">Visit my main site</a></p>
|
||||||
</header>
|
</header>
|
||||||
<div class="d-flex flex-column min-vh-100" style="position: relative;">
|
<div class="d-flex flex-column min-vh-100" style="position: relative;">
|
||||||
<div class="container mt-4">
|
<div class="container mt-4">
|
||||||
<h2>About Us</h2>
|
<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>
|
<h2>Services</h2>
|
||||||
<ul class="list-group">
|
<ul class="list-group">
|
||||||
<li class="list-group-item">Custom Website Development</li>
|
<li class="list-group-item">Custom Website Development</li>
|
||||||
<li class="list-group-item">Responsive Design</li>
|
<li class="list-group-item">Responsive Design</li>
|
||||||
<li class="list-group-item">E-commerce Solutions</li>
|
<li class="list-group-item">E-commerce Solutions</li>
|
||||||
<li class="list-group-item">SEO Optimization</li>
|
<li class="list-group-item">SEO Optimization</li>
|
||||||
<li class="list-group-item">Website Maintenance</li>
|
<li class="list-group-item">Website Maintenance</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="container mt-4">
|
<div class="container mt-4">
|
||||||
<h2>Portfolio</h2>
|
<h2>Portfolio</h2>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-6 mb-2">
|
<div class="col-md-6 mb-2">
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<img src="assets/images/pcw.png" class="card-img-top" alt="Project 1">
|
<img src="assets/images/pcw.png" class="card-img-top" alt="Project 1">
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<h5 class="card-title">Pemu Counseling and Wellness</h5>
|
<h5 class="card-title">Pemu Counseling and Wellness</h5>
|
||||||
<p class="card-text">Pemu Counseling and Wellness is a comprehensive mental health service provider offering personalized counseling and wellness programs to help individuals achieve their mental health goals.</p>
|
<p class="card-text">Pemu Counseling and Wellness is a comprehensive mental health service provider offering personalized counseling and wellness programs to help individuals achieve their mental health goals.</p>
|
||||||
<a href="https://pemucounselingandwellness.com" target="_blank" class="btn btn-primary">Learn More</a>
|
<a href="https://pemucounselingandwellness.com" target="_blank" class="btn btn-primary">Learn More</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-6 mb-2">
|
<div class="col-md-6 mb-2">
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<img src="assets/images/knphd.png" class="card-img-top" alt="Project 2">
|
<img src="assets/images/knphd.png" class="card-img-top" alt="Project 2">
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<h5 class="card-title">Kayla Newkirk</h5>
|
<h5 class="card-title">Kayla Newkirk</h5>
|
||||||
<p class="card-text">Kayla Newkirk is a PhD candidate specializing in mental health counseling and supervision, dedicated to advancing the field through research and practice.</p>
|
<p class="card-text">Kayla Newkirk is a PhD candidate specializing in mental health counseling and supervision, dedicated to advancing the field through research and practice.</p>
|
||||||
<a href="https://kaylassafe.space" target="_blank" class="btn btn-primary">Learn More</a>
|
<a href="https://kaylassafe.space" target="_blank" class="btn btn-primary">Learn More</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-6 mb-2">
|
<div class="col-md-6 mb-2">
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<img src="assets/images/4th.png" class="card-img-top" alt="Project 3">
|
<img src="assets/images/4th.png" class="card-img-top" alt="Project 3">
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<h5 class="card-title">4th & Goal</h5>
|
<h5 class="card-title">4th & Goal</h5>
|
||||||
<p class="card-text">4th & Goal is a hardcore band based out of Syracuse, NY, known for their intense performances and powerful music that resonates with fans across the state.</p>
|
<p class="card-text">4th & Goal is a hardcore band based out of Syracuse, NY, known for their intense performances and powerful music that resonates with fans across the state.</p>
|
||||||
<a href="https://4th.hobokenchicken.com" target="_blank" class="btn btn-primary">Learn More</a>
|
<a href="https://4th.hobokenchicken.com" target="_blank" class="btn btn-primary">Learn More</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-6 mb-2">
|
<div class="col-md-6 mb-2">
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<img src="assets/images/pha.png" class="card-img-top" alt="Project 4">
|
<img src="assets/images/pha.png" class="card-img-top" alt="Project 4">
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<h5 class="card-title">Powerful Healing Arts</h5>
|
<h5 class="card-title">Powerful Healing Arts</h5>
|
||||||
<p class="card-text">Powerful Healing Arts is a sanctuary for women seeking to move beyond physical healing into deeper, energetic and spiritual transformation. Discover how shamanic wisdom and energy work can unlock new pathways to healing and personal growth.</p>
|
<p class="card-text">Powerful Healing Arts is a sanctuary for women seeking to move beyond physical healing into deeper, energetic and spiritual transformation. Discover how shamanic wisdom and energy work can unlock new pathways to healing and personal growth.</p>
|
||||||
<a href="https://powerfulhealingarts.com" target="_blank" class="btn btn-primary">Learn More</a>
|
<a href="https://powerfulhealingarts.com" target="_blank" class="btn btn-primary">Learn More</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="container mt-4">
|
<div class="container mt-4">
|
||||||
<h2>Testimonials</h2>
|
<h2>Testimonials</h2>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<p class="card-text">"It was a pleasure working with Dustin on my counseling practice website. Throughout the process, he was thoughtful, responsive, and truly understood my vision. In addition to bringing my ideas to life with a clean, professional design, he made the entire process enjoyable and easy. His attention to detail, creativity, and technical skills are excellent. As a result of Dustin's work, I now have a website that truly represents my practice. There is no better person to recommend than him!"</p>
|
<p class="card-text">"It was a pleasure working with Dustin on my counseling practice website. Throughout the process, he was thoughtful, responsive, and truly understood my vision. In addition to bringing my ideas to life with a clean, professional design, he made the entire process enjoyable and easy. His attention to detail, creativity, and technical skills are excellent. As a result of Dustin's work, I now have a website that truly represents my practice. There is no better person to recommend than him!"</p>
|
||||||
<p class="card-text">- Margaret Pemu, Pemu Counseling and Wellness</p>
|
<p class="card-text">- Margaret Pemu, Pemu Counseling and Wellness</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<p class="card-text">"Working with Dustin at d@n tech was an absolute pleasure from start to finish. He is funny, engaging, and listens well. He offered grace for my lack of technical skill and worked from simple examples provided, which translated into a functional and funky-professional website that represents my brand.
|
<p class="card-text">"Working with Dustin at d@n tech was an absolute pleasure from start to finish. He is funny, engaging, and listens well. He offered grace for my lack of technical skill and worked from simple examples provided, which translated into a functional and funky-professional website that represents my brand.
|
||||||
|
|
||||||
His patience and technical skills are truly impressive. Furthermore, he was responsive throughout the entire process, always open to feedback, and quick to implement changes. What I appreciated most was how he spent time working toward what I wanted and was supportive in my goals."</p>
|
His patience and technical skills are truly impressive. Furthermore, he was responsive throughout the entire process, always open to feedback, and quick to implement changes. What I appreciated most was how he spent time working toward what I wanted and was supportive in my goals."</p>
|
||||||
<p class="card-text"> -Laura, Woman-Owned Small Business</p>
|
<p class="card-text"> -Laura, Woman-Owned Small Business</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div class="container mt-4">
|
<div class="container mt-4">
|
||||||
<h2>Contact Us</h2>
|
<h2>Contact Us</h2>
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<div class="card-body">
|
<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">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>
|
<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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<footer class="bg-dark text-white text-center py-1 mt-5" style="position: static;">
|
<footer class="bg-dark text-white text-center py-1 mt-5" style="position: static;">
|
||||||
<p>© <span id="currentYear"></span> d@n tech. All rights reserved.</p>
|
<p>© <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>
|
<p><a href="tos.php" class="text-white">Terms of Service</a> | <a href="privacy.html" class="text-white">Privacy Policy</a></p>
|
||||||
</footer>
|
</footer>
|
||||||
<script>
|
<script>
|
||||||
// Display the current year in the footer
|
// Display the current year in the footer
|
||||||
document.getElementById('currentYear').textContent = new Date().getFullYear();
|
document.getElementById('currentYear').textContent = new Date().getFullYear();
|
||||||
</script>
|
</script>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
86
privacy.html
86
privacy.html
@@ -1,44 +1,44 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Privacy Policy</title>
|
<title>Privacy Policy</title>
|
||||||
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet">
|
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="styles.css">
|
<link rel="stylesheet" href="styles.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="container mt-5">
|
<div class="container mt-5">
|
||||||
<h1 class="text-center">Privacy Policy</h1>
|
<h1 class="text-center">Privacy Policy</h1>
|
||||||
<p class="mt-4">
|
<p class="mt-4">
|
||||||
Your privacy is important to us. It is our policy to respect your privacy regarding any information we may collect from you across our website, D@N Tech, and other sites we own and operate.
|
Your privacy is important to us. It is our policy to respect your privacy regarding any information we may collect from you across our website, D@N Tech, and other sites we own and operate.
|
||||||
</p>
|
</p>
|
||||||
<h2>1. Information we collect</h2>
|
<h2>1. Information we collect</h2>
|
||||||
<p>
|
<p>
|
||||||
We only collect information about you if we have a reason to do so — for example, to provide our services, to communicate with you, or to make our services better.
|
We only collect information about you if we have a reason to do so — for example, to provide our services, to communicate with you, or to make our services better.
|
||||||
</p>
|
</p>
|
||||||
<h2>2. How we use information</h2>
|
<h2>2. How we use information</h2>
|
||||||
<p>
|
<p>
|
||||||
We use the information we collect in various ways, including to provide, operate, and maintain our website, improve, personalize, and expand our website, understand and analyze how you use our website, develop new products, services, features, and functionality, communicate with you, either directly or through one of our partners, including for customer service, to provide you with updates and other information relating to the website, and for marketing and promotional purposes.
|
We use the information we collect in various ways, including to provide, operate, and maintain our website, improve, personalize, and expand our website, understand and analyze how you use our website, develop new products, services, features, and functionality, communicate with you, either directly or through one of our partners, including for customer service, to provide you with updates and other information relating to the website, and for marketing and promotional purposes.
|
||||||
</p>
|
</p>
|
||||||
<h2>3. Sharing information</h2>
|
<h2>3. Sharing information</h2>
|
||||||
<p>
|
<p>
|
||||||
We do not share your personal information with anyone except to comply with the law, develop our products, or protect our rights.
|
We do not share your personal information with anyone except to comply with the law, develop our products, or protect our rights.
|
||||||
</p>
|
</p>
|
||||||
<h2>4. Security</h2>
|
<h2>4. Security</h2>
|
||||||
<p>
|
<p>
|
||||||
We take the security of your personal information seriously and take reasonable measures to protect it.
|
We take the security of your personal information seriously and take reasonable measures to protect it.
|
||||||
</p>
|
</p>
|
||||||
<h2>5. Changes to this policy</h2>
|
<h2>5. Changes to this policy</h2>
|
||||||
<p>
|
<p>
|
||||||
We may update our Privacy Policy from time to time. We will notify you of any changes by posting the new Privacy Policy on this page.
|
We may update our Privacy Policy from time to time. We will notify you of any changes by posting the new Privacy Policy on this page.
|
||||||
</p>
|
</p>
|
||||||
<p class="mt-4">
|
<p class="mt-4">
|
||||||
If you have any questions about this Privacy Policy, please contact us.
|
If you have any questions about this Privacy Policy, please contact us.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
|
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
|
||||||
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.5.4/dist/umd/popper.min.js"></script>
|
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.5.4/dist/umd/popper.min.js"></script>
|
||||||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
|
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
82
styles.css
82
styles.css
@@ -1,41 +1,41 @@
|
|||||||
:root {
|
:root {
|
||||||
--bs-primary: #3D3300;
|
--bs-primary: #3D3300;
|
||||||
--bs-secondary: #F8FDDD;
|
--bs-secondary: #F8FDDD;
|
||||||
--bs-success: #4CAF50;
|
--bs-success: #4CAF50;
|
||||||
--bs-info: #17A2B8;
|
--bs-info: #17A2B8;
|
||||||
--bs-warning: #FFC107;
|
--bs-warning: #FFC107;
|
||||||
--bs-danger: #DC3545;
|
--bs-danger: #DC3545;
|
||||||
--bs-light: #F8F9FA;
|
--bs-light: #F8F9FA;
|
||||||
--bs-dark: #343A40;
|
--bs-dark: #343A40;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: 'IBM Plex Mono', monospace;
|
font-family: 'IBM Plex Mono', monospace;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
background-color: var(--bs-secondary); /* Updated background color */
|
background-color: var(--bs-secondary); /* Updated background color */
|
||||||
color: var(--bs-primary); /* Updated text color */
|
color: var(--bs-primary); /* Updated text color */
|
||||||
}
|
}
|
||||||
header {
|
header {
|
||||||
background-color: var(--bs-primary); /* Updated background color */
|
background-color: var(--bs-primary); /* Updated background color */
|
||||||
color: var(--bs-secondary); /* Updated text color */
|
color: var(--bs-secondary); /* Updated text color */
|
||||||
padding: 1rem 0;
|
padding: 1rem 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.container {
|
.container {
|
||||||
padding: 2rem;
|
padding: 2rem;
|
||||||
max-width: 800px;
|
max-width: 800px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
h1, h2 {
|
h1, h2 {
|
||||||
color: var(--bs-primary); /* Updated heading color */
|
color: var(--bs-primary); /* Updated heading color */
|
||||||
}
|
}
|
||||||
footer {
|
footer {
|
||||||
background-color: var(--bs-primary); /* Updated background color */
|
background-color: var(--bs-primary); /* Updated background color */
|
||||||
color: var(--bs-secondary); /* Updated text color */
|
color: var(--bs-secondary); /* Updated text color */
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 1rem 0;
|
padding: 1rem 0;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
}
|
}
|
||||||
|
|||||||
102
tos.php
102
tos.php
@@ -1,52 +1,52 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Terms of Service</title>
|
<title>Terms of Service</title>
|
||||||
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet">
|
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="styles.css">
|
<link rel="stylesheet" href="styles.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="container mt-5">
|
<div class="container mt-5">
|
||||||
<h1 class="text-center">Terms of Service</h1>
|
<h1 class="text-center">Terms of Service</h1>
|
||||||
<p class="mt-4">Welcome to our website. If you continue to browse and use this website, you are agreeing to comply with and be bound by the following terms and conditions of use, which together with our privacy policy govern D@N Tech's relationship with you in relation to this website. If you disagree with any part of these terms and conditions, please do not use our website.</p>
|
<p class="mt-4">Welcome to our website. If you continue to browse and use this website, you are agreeing to comply with and be bound by the following terms and conditions of use, which together with our privacy policy govern D@N Tech's relationship with you in relation to this website. If you disagree with any part of these terms and conditions, please do not use our website.</p>
|
||||||
|
|
||||||
<h2>1. Terms</h2>
|
<h2>1. Terms</h2>
|
||||||
<p>By accessing this website, you are agreeing to be bound by these website Terms and Conditions of Use, all applicable laws and regulations, and agree that you are responsible for compliance with any applicable local laws. If you do not agree with any of these terms, you are prohibited from using or accessing this site.</p>
|
<p>By accessing this website, you are agreeing to be bound by these website Terms and Conditions of Use, all applicable laws and regulations, and agree that you are responsible for compliance with any applicable local laws. If you do not agree with any of these terms, you are prohibited from using or accessing this site.</p>
|
||||||
|
|
||||||
<h2>2. Use License</h2>
|
<h2>2. Use License</h2>
|
||||||
<p>Permission is granted to temporarily download one copy of the materials (information or software) on D@N Tech's website for personal, non-commercial transitory viewing only. This is the grant of a license, not a transfer of title, and under this license you may not:</p>
|
<p>Permission is granted to temporarily download one copy of the materials (information or software) on D@N Tech's website for personal, non-commercial transitory viewing only. This is the grant of a license, not a transfer of title, and under this license you may not:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>modify or copy the materials;</li>
|
<li>modify or copy the materials;</li>
|
||||||
<li>use the materials for any commercial purpose, or for any public display (commercial or non-commercial);</li>
|
<li>use the materials for any commercial purpose, or for any public display (commercial or non-commercial);</li>
|
||||||
<li>attempt to decompile or reverse engineer any software contained on D@N Tech's website;</li>
|
<li>attempt to decompile or reverse engineer any software contained on D@N Tech's website;</li>
|
||||||
<li>remove any copyright or other proprietary notations from the materials; or</li>
|
<li>remove any copyright or other proprietary notations from the materials; or</li>
|
||||||
<li>transfer the materials to another person or "mirror" the materials on any other server.</li>
|
<li>transfer the materials to another person or "mirror" the materials on any other server.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h2>3. Disclaimer</h2>
|
<h2>3. Disclaimer</h2>
|
||||||
<p>The materials on D@N Tech's website are provided "as is". D@N Tech makes no warranties, expressed or implied, and hereby disclaims and negates all other warranties, including without limitation, implied warranties or conditions of merchantability, fitness for a particular purpose, or non-infringement of intellectual property or other violation of rights.</p>
|
<p>The materials on D@N Tech's website are provided "as is". D@N Tech makes no warranties, expressed or implied, and hereby disclaims and negates all other warranties, including without limitation, implied warranties or conditions of merchantability, fitness for a particular purpose, or non-infringement of intellectual property or other violation of rights.</p>
|
||||||
|
|
||||||
<h2>4. Limitations</h2>
|
<h2>4. Limitations</h2>
|
||||||
<p>In no event shall D@N Tech or its suppliers be liable for any damages (including, without limitation, damages for loss of data or profit, or due to business interruption) arising out of the use or inability to use the materials on D@N Tech's website, even if D@N Tech or a D@N Tech authorized representative has been notified orally or in writing of the possibility of such damage.</p>
|
<p>In no event shall D@N Tech or its suppliers be liable for any damages (including, without limitation, damages for loss of data or profit, or due to business interruption) arising out of the use or inability to use the materials on D@N Tech's website, even if D@N Tech or a D@N Tech authorized representative has been notified orally or in writing of the possibility of such damage.</p>
|
||||||
|
|
||||||
<h2>5. Revisions and Errata</h2>
|
<h2>5. Revisions and Errata</h2>
|
||||||
<p>The materials appearing on D@N Tech's website could include technical, typographical, or photographic errors. D@N Tech does not warrant that any of the materials on its website are accurate, complete, or current. D@N Tech may make changes to the materials contained on its website at any time without notice. D@N Tech does not, however, make any commitment to update the materials.</p>
|
<p>The materials appearing on D@N Tech's website could include technical, typographical, or photographic errors. D@N Tech does not warrant that any of the materials on its website are accurate, complete, or current. D@N Tech may make changes to the materials contained on its website at any time without notice. D@N Tech does not, however, make any commitment to update the materials.</p>
|
||||||
|
|
||||||
<h2>6. Links</h2>
|
<h2>6. Links</h2>
|
||||||
<p>D@N Tech has not reviewed all of the sites linked to its website and is not responsible for the contents of any such linked site. The inclusion of any link does not imply endorsement by D@N Tech of the site. Use of any such linked website is at the user's own risk.</p>
|
<p>D@N Tech has not reviewed all of the sites linked to its website and is not responsible for the contents of any such linked site. The inclusion of any link does not imply endorsement by D@N Tech of the site. Use of any such linked website is at the user's own risk.</p>
|
||||||
|
|
||||||
<h2>7. Site Terms of Use Modifications</h2>
|
<h2>7. Site Terms of Use Modifications</h2>
|
||||||
<p>D@N Tech may revise these terms of use for its website at any time without notice. By using this website you are agreeing to be bound by the then current version of these Terms and Conditions of Use.</p>
|
<p>D@N Tech may revise these terms of use for its website at any time without notice. By using this website you are agreeing to be bound by the then current version of these Terms and Conditions of Use.</p>
|
||||||
|
|
||||||
<h2>8. Governing Law</h2>
|
<h2>8. Governing Law</h2>
|
||||||
<p>Any claim relating to D@N Tech's website shall be governed by the laws of the State without regard to its conflict of law provisions.</p>
|
<p>Any claim relating to D@N Tech's website shall be governed by the laws of the State without regard to its conflict of law provisions.</p>
|
||||||
|
|
||||||
<p class="mt-5">These terms and conditions were last updated on <?php echo date('F j, Y'); ?>.</p>
|
<p class="mt-5">These terms and conditions were last updated on <?php echo date('F j, Y'); ?>.</p>
|
||||||
</div>
|
</div>
|
||||||
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
|
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
|
||||||
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.5.4/dist/umd/popper.min.js"></script>
|
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.5.4/dist/umd/popper.min.js"></script>
|
||||||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
|
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user