Implemented metronic home page

This commit is contained in:
Deon George
2021-06-29 10:37:24 +10:00
parent d9c4aa5b92
commit 8899ade36b
113 changed files with 470 additions and 14578 deletions

View File

@@ -0,0 +1,27 @@
<!-- BEGIN SERVICE BOX -->
<div class="row service-box margin-bottom-40">
<div class="col-sm-4 col-1">
<div class="service-box-heading">
<em><i class="fas fa-globe blue"></i></em>
<span>Internet Domains</span>
</div>
<p>Graytech Hosting can get your internet domain name registered and active. For .AU domains, you'll need to have an ABN, but for everything else you just need to decide how you want to be known.</p>
</div>
<div class="col-sm-4 col-1">
<div class="service-box-heading">
<em><i class="fas fa-desktop red"></i></em>
<span>Website Hosting</span>
</div>
<p>Hosting websites is our speciality, regardless of whether it's public facing for your prospective customers, or internal for your employees.</p>
</div>
<div class="col-sm-4 col-1">
<div class="service-box-heading">
<em><i class="fas fa-link green"></i></em>
<span>Internet Connections</span>
</div>
<p>We have been providing companies and individuals Internet since it was available via dialup. Our extensive experience with IP, DNS, Firewalls and Routers we can get you online to the public internet, or via a virtual private network to your remote office(s).</p>
</div>
</div>
<!-- END SERVICE BOX -->