Add US contact details

This commit is contained in:
Edin Dazdarevic
2019-04-04 14:25:22 +02:00
parent b5a847527e
commit dd291dd3dc
4 changed files with 46 additions and 5 deletions

View File

@@ -118,6 +118,13 @@ const Footer = () => (
</Link>
</ul>
</nav>
<div>
<p className="font-thin text-white opacity-80">Office - US</p>
<p className="text-white my-2 leading-normal">
Saburly<br />1819 S Pearl St<br />Denver, CO 80210<br />USA<br/>Phone: +1 720-643-2025
</p>
</div>
<div>
<p className="font-thin text-white opacity-80">Office - Bosnia</p>
<p className="text-white my-2 leading-normal">

Binary file not shown.

After

Width:  |  Height:  |  Size: 238 KiB

View File

@@ -7,6 +7,8 @@ import SEO from '../components/SEO'
import ContactImage from '../images/saburly-web-agency.jpg'
import Sarajevo from '../images/sarajevo-web-agency.jpg'
import Denver from '../images/denver-web-agency.jpg'
import FormImage from '../images/best-web-development-sweden.svg'
import PageTransition from 'gatsby-plugin-page-transitions'
@@ -28,7 +30,43 @@ const ContactPage = () => (
/>
<section className="my-20 container mx-auto w-full md:flex w-full">
<div className="p-2 sarajevo-office">
<div className="p-2">
<Card team teamMember={Denver} title="OFFICE IN DENVER">
<div className="xsm:flex text-left justify-around text-black text-base p-4">
<div className="py-2">
<h4 className="text-black">Adress</h4>
<p className="text-black-light font-serif">
Saburly <br />
1819 S Pearl St <br />
Denver, CO 80210<br />
USA <br />
</p>
</div>
<div className="py-2">
<h4 className="text-black">Contact</h4>
<p className="font-serif text-black-light">
Phone:{' '}
<a
className="saburly-color hover:text-purple-light no-underline"
href="tel:+17206432025"
>
+1 720-643-2025
</a>
<br />
E-mail:{' '}
<a
className="saburly-color hover:text-purple-light no-underline"
href="mailto:info@saburly.com"
>
info@saburly.com
</a>{' '}
</p>
</div>
</div>
</Card>
</div>
<div className="p-2">
<Card team teamMember={Sarajevo} title="OFFICE IN SARAJEVO">
<div className="xsm:flex text-left justify-around text-base p-4">
<div className="py-2">

View File

@@ -238,7 +238,3 @@ a {
font-weight: normal;
}
}
.sarajevo-office {
margin: 0 auto;
}