-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
392e8af
commit 9ada479
Showing
1 changed file
with
12 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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'); | ||
|