-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
45 lines (44 loc) · 1.46 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
39
40
41
42
43
44
45
---
layout: base
---
<style type="text/css">
article img{margin: 0px;}
</style>
<div class="blog-cover" style="background-image:url(/images/{{ site.to.contact-cover }});">
<section>
<div class="container">
<h1 class="text-normal"> </h1>
</div>
</section>
</div>
<div class="container">
<section class="row">
<div class="col-md-12">
<h1 class="contact-header">Contact Us</h1>
<hr>
</div>
</section>
<section class="row">
<div class="col-md-8 contact-details">
<p class="p-font custom-p">
TimbaObjects is currently accepting new projects, so please get in touch with us today. You can reach us with the contact information specified. TimbaObjects currently runs a virtual office, but we are available via phone and email 24 hours.
</p>
</div>
<div class="col-md-4">
<p class="plast">
<strong>Email: </strong>
<a href="mailto:[email protected]" target="_blank"> [email protected]</a>
<br>
<strong>Phone: </strong>
<span> +2348033797801</span>
<br>
<strong>Facebook: </strong>
<span><a href="http://facebook.com/{{ site.to.facebook }}" title="Follow on Facebook" target="_blank"> timbaobjects</a></span>
<br>
<strong>Twitter: </strong>
<span><a href="http://twitter.com/{{ site.to.twitter }}" title="Follow on Twitter" target="_blank"> @timbaobjects</a></span>
</p>
</div>
</section>
</div>
<div class="clear"></div>