osb/resources/views/theme/frontend/metronic/welcome/widgets/servicebox.blade.php
2021-06-29 16:40:54 +10:00

27 lines
1.2 KiB
PHP

<!-- 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 -->