First Upload

This commit is contained in:
2024-10-24 19:11:39 +00:00
commit c56235352f
149 changed files with 443280 additions and 0 deletions

146
docker-persist/html/index.php Executable file
View File

@@ -0,0 +1,146 @@
<!doctype html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-82490272-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-82490272-1');
</script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="img/favicon.ico">
<link rel="stylesheet" href="css/vendor/fluidbox.min.css">
<link rel="stylesheet" href="css/main.css">
<title>dhitechnical.com</title>
</head>
<body>
<header>
<div id="logo-container">
<div id="logo"><a href="/">DHI Technical Services</a></div>
<div id="subtitle">Managed IT Services & Computer Repair</div>
</div>
<!-- <nav>
<ul>
<li><a href="#">Link 1</a></li>
<li><a href="#">Link 2</a></li>
<li><a href="#">Link 3</a></li>
<li><a href="mailto:paulmataruso@dhitechnical.com" class="bordered">Contact</a></li>
</ul>
</nav> -->
</header>
<div id="content">
<section class="intro">
<h1>Hello, <span class="nl"></span>welcome</h1>
<p>
DHI Technical Services located in Newport, NH provides tailored and personal IT solutions to local businesses. We focus on managed IT services, networking and VoIP systems. For non- business and individuals, we offer mobile computer repair services.
</p>
</section>
<section class="row">
<div class="col-full">
<h2>Managed IT Services</h2>
<p>
Many businesses find it tough to justify the expense of a full time onsite IT staff. Most find it easier and more cost effective to outsource their entire IT operations to us for a flat monthly fee. Please contact us for a free on-site estimate to outsource your operations today.
</p>
</div>
</section>
<section class="row">
<div class="col-full">
<h2>Computer Repair</h2>
<p>
We make service calls to anywhere in Sullivan county. On-Site computer repair rates are $95.00/Hour. We service all brands and all systems including Windows, Linux, Apple OS and Unix.
</p>
</div>
</section>
<section class="row">
<div class="col-full">
<h2>Phone Systems</h2>
<p>
If youre thinking about switching to a VoIP phone system for your business, we specialize in FreePBX/Sangoma onsite systems. Not ready to move to VoIP? We can support your current
TDM infrastructure or key system as well.
</p>
</div>
</section>
<section class="row">
<div class="col">
<h2>Contact</h2>
<p>
Questions? Just send us an <a href="mailto:paulmataruso@dhitechnical.com">email</a>.
</p>
<p>
You may also call us via at: +1 (603) 865.1200
</p>
<p>
IT Emergency? Call 24/7/365: +1 (603) 477.1783
</p>
</div>
<div class="col">
<h2>Follow us</h2>
<p>
We are on <a href="https://www.facebook.com/dhitechnical">Facebook</a>
</p>
</div>
</section>
<center>
<section class="row">
<div class="col-full">
<p>
<center>
Your IP address is: <font color="pink"><?php $the_ip = filter_var( $_SERVER['REMOTE_ADDR'], FILTER_VALIDATE_IP, FILTER_FLAG_IPV4 ); print($the_ip); ?></font>
<br>
<br>
<img src="img/redhatlogo.jpg" height="25%" width="25%">
</center>
</p>
</div>
</section>
</center>
<section class="row">
<div class="col-full">
<p>
© 2020 - DHI Technical Services LLC.
</p>
</div>
</section>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script>
if (!window.jQuery)
{
document.write('<script src="js/vendor/jquery.1.11.min.js"><\/script>');
}
</script>
<script src="js/vendor/jquery.fluidbox.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>