Skip to content

Commit

Permalink
Additional mailto parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Raccoon254 committed Jun 24, 2024
1 parent 392e8af commit 9ada479
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions resources/views/layouts/footer.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,18 @@
<i class="fas fa-phone"></i>
+254 790 743 009
</a>
<p class="text-sm flex gap-4 items-center mb-1 text-gray-300"> <i class="fas fa-envelope"></i>
<a href="mailto:{{ env('OWNER_EMAIL') }}" class="hover:text-blue-500">[email protected]</a>
<p class="text-sm flex gap-4 items-center mb-1 text-gray-300"><i class="fas fa-envelope"></i>
<a href="mailto:{{ env('OWNER_EMAIL') }}?subject=Hello Scholarspace&body=I need help with my assignment"
class="text-blue-500 hover:text-blue-700 transition duration-300 ease-in-out underline">
[email protected]
</a>
</p>
<p class="text-sm flex gap-4 items-center mb-1 text-gray-300">
<i class="fas fa-clock"></i>
Available 24/7
</p>
<a class="btn btn-sm ring mt-4" href="https://wa.me/254790743009?text=Hello%20Scholarspace\n I%20need%20help%20with%20my%20assignment">
<a class="btn btn-sm ring mt-4"
href="https://wa.me/254790743009?text=Hello%20Scholarspace\n I%20need%20help%20with%20my%20assignment">
<i class="fab fa-whatsapp"></i>
Chat with us
</a>
Expand All @@ -45,7 +49,11 @@
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HREX4BCHME"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-HREX4BCHME');
Expand Down

0 comments on commit 9ada479

Please sign in to comment.