osb/resources/views/theme/frontend/metronic/welcome/widgets/blockquote.blade.php
Deon George 3ff34af7f0
All checks were successful
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 37s
Create Docker Image / Final Docker Image Manifest (push) Successful in 9s
Update laravel framework from 9 to 11, removed some old packages
2024-07-04 15:03:11 +10:00

12 lines
480 B
PHP

<!-- BEGIN BLOCKQUOTE BLOCK -->
<div class="row quote-v1 margin-bottom-30" style="background: #002090;">
<div class="col-md-9">
<span class="text-uppercase"><strong>Get in contact today</strong></span>
</div>
<div class="col-md-3 text-right">
<a class="btn-transparent" href="mailto:help@graytech.net.au" target="_blank"><i class="fas fa-pencil-alt margin-right-10"></i><email>help</email>@<domain>graytech.net.au</domain></a>
</div>
</div>
<!-- END BLOCKQUOTE BLOCK -->