-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcontact.html
38 lines (34 loc) · 1.78 KB
/
contact.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
layout: page
title: Contact Us
background: '/img/bg-contact.jpg'
---
<div class="container">
<div class="row">
<div class="col-lg-6 justify-content-center">
<p>
<b>Questions?</b> Want to get in touch?<br>
You can reach out to us here.
</p>
<p>
<b>Email:</b>
<a class="text-decoration-none text-primary" href="mailto:[email protected]">[email protected]</a>
</p>
<p>
<b>Mobile:</b> +256-773525037<br>
<b>Telegram & Whatsapp:</b> +256-754937311
</p>
<p>
Or follow us on
<a class="text-decoration-none text-primary" href="https://twitter.com/{{ site.twitter_username }}" target="_blank" rel="noopener noreferrer">twitter</a>,
<a class="text-decoration-none text-primary" href="https://facebook.com/{{ site.faccebook_username }}" target="_blank" rel="noopener noreferrer">facebook</a>, and
<a class="text-decoration-none text-primary" href="https://youtube.com/{{ site.youtbue_username }}" target="_blank" rel="noopener noreferrer">youtube</a>.
</p>
</div>
<div class="col-lg-6">
<div class="embed-responsive embed-responsive-4by3 justify-content-center">
<iframe width="425" height="350" scrolling="no" marginheight="0" marginwidth="0" src="https://www.openstreetmap.org/export/embed.html?bbox=31.393609642982486%2C2.9672451209777564%2C31.400690674781803%2C2.9719701841226636&layer=mapnik&marker=2.9696076550769823%2C31.39715015888214" style="border: 1px solid black"></iframe><br/><small><a class="text-decoration-none text-primary" href="https://www.openstreetmap.org/?mlat=2.96961&mlon=31.39715#map=18/2.96961/31.39715" target="_blank" rel="noopener noreferrer">View Larger Map</a></small>
</div>
</div>
</div>
</div>