Add US contact details
This commit is contained in:
@@ -118,6 +118,13 @@ const Footer = () => (
|
|||||||
</Link>
|
</Link>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</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>
|
<div>
|
||||||
<p className="font-thin text-white opacity-80">Office - Bosnia</p>
|
<p className="font-thin text-white opacity-80">Office - Bosnia</p>
|
||||||
<p className="text-white my-2 leading-normal">
|
<p className="text-white my-2 leading-normal">
|
||||||
|
|||||||
BIN
src/images/denver-web-agency.jpg
Normal file
BIN
src/images/denver-web-agency.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 238 KiB |
@@ -7,6 +7,8 @@ import SEO from '../components/SEO'
|
|||||||
|
|
||||||
import ContactImage from '../images/saburly-web-agency.jpg'
|
import ContactImage from '../images/saburly-web-agency.jpg'
|
||||||
import Sarajevo from '../images/sarajevo-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 FormImage from '../images/best-web-development-sweden.svg'
|
||||||
|
|
||||||
import PageTransition from 'gatsby-plugin-page-transitions'
|
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">
|
<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">
|
<Card team teamMember={Sarajevo} title="OFFICE IN SARAJEVO">
|
||||||
<div className="xsm:flex text-left justify-around text-base p-4">
|
<div className="xsm:flex text-left justify-around text-base p-4">
|
||||||
<div className="py-2">
|
<div className="py-2">
|
||||||
|
|||||||
@@ -238,7 +238,3 @@ a {
|
|||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.sarajevo-office {
|
|
||||||
margin: 0 auto;
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user