-
Notifications
You must be signed in to change notification settings - Fork 0
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
6c630ce
commit c7a2f91
Showing
5 changed files
with
30 additions
and
10 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
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 |
---|---|---|
|
@@ -20,13 +20,28 @@ | |
<h3 class="fw-bold">{{ $t('orsimplyusethese') }}</h3> | ||
<div class="contact-info ps-4"> | ||
<h6 class="mt-4"><i class="bi bi-phone"></i> {{ $t('phonenumber') }}:</h6> | ||
<a @click="trackPhoneNumberClick">+966 56 664 2220</a> | ||
<!-- <a dir="ltr" href="tel:+966-566642220">+966 56 664 2220</a> --> | ||
<a | ||
dir="ltr" | ||
href="tel:+966566642220" | ||
@click="trackPhoneNumberClick" | ||
class="text-decoration-none text-dark"> | ||
+966 56 664 2220 | ||
</a> | ||
<h6 class="mt-4"><i class="bi bi-envelope"></i> {{ $t('emailaddress') }}:</h6> | ||
<a dir="ltr" href="mailto:[email protected]">[email protected]</a> | ||
<a | ||
dir="ltr" | ||
href="mailto:[email protected]" | ||
class="text-decoration-none text-dark"> | ||
[email protected] | ||
</a> | ||
<h6 class="mt-4"><i class="bi bi-globe"></i> {{ $t('address') }}:</h6> | ||
<p v-html="$t('address_details')"></p> | ||
<iframe class="w-100" src="https://snazzymaps.com/embed/281438" height="300px" style="border: none"></iframe> | ||
<p v-html="$t('address_details')"></p> | ||
<iframe | ||
class="w-100" | ||
src="https://snazzymaps.com/embed/281438" | ||
height="300px" | ||
style="border: none"> | ||
</iframe> | ||
</div> | ||
</div> | ||
</div> | ||
|
@@ -56,6 +71,5 @@ | |
</script> | ||
|
||
<style> | ||
/* Add your custom styles here */ | ||
</style> | ||
|
||
|
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
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
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<template> | ||
|
||
</template> |