Remove Stockholm office & update some images
This commit is contained in:
@@ -113,20 +113,11 @@ const Footer = () => (
|
||||
<Link className="block my-2 hover:opacity-70" to="/about">
|
||||
<li className={menuClasses}>About us</li>
|
||||
</Link>
|
||||
<Link className="block my-2 hover:opacity-70" to="/blog">
|
||||
<li className={menuClasses}>Blog</li>
|
||||
</Link>
|
||||
<Link className="block my-2 hover:opacity-70" to="/contact">
|
||||
<li className={menuClasses}>Contact</li>
|
||||
</Link>
|
||||
</ul>
|
||||
</nav>
|
||||
<div>
|
||||
<p className="font-thin text-white opacity-80">Office - Sweden</p>
|
||||
<p className="text-white my-2 leading-normal">
|
||||
Saburly AB<br />Vretenvägen 13<br />171 54 Solna<br />Sweden
|
||||
</p>
|
||||
</div>
|
||||
<div>
|
||||
<p className="font-thin text-white opacity-80">Office - Bosnia</p>
|
||||
<p className="text-white my-2 leading-normal">
|
||||
|
||||
@@ -42,10 +42,6 @@ class Header extends Component {
|
||||
<Link to="/about">
|
||||
<li className={menuClasses}>About Us</li>
|
||||
</Link>
|
||||
<Link to="/blog">
|
||||
<li className={menuClasses}>Blog</li>
|
||||
</Link>
|
||||
|
||||
<Button
|
||||
text="Contact"
|
||||
standard
|
||||
|
||||
@@ -73,11 +73,6 @@ class SideMenu extends Component {
|
||||
About Us
|
||||
</li>
|
||||
</Link>
|
||||
<Link to="/blog" className="side-close menu-blog no-underline">
|
||||
<li className="hover:bg-white hover:text-black text-right no-underline text-2xl uppercase p-4 text-white">
|
||||
Blog
|
||||
</li>
|
||||
</Link>
|
||||
<Link to="/contact" className="side-close menu-contact no-underline">
|
||||
<li className="hover:bg-white hover:text-black text-right no-underline text-2xl uppercase p-4 text-white">
|
||||
Contact
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 100 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 213 KiB After Width: | Height: | Size: 107 KiB |
@@ -11,7 +11,6 @@ import MeaningSaburly from '../images/coding-tutorials-patience.svg'
|
||||
|
||||
import Nina from '../images/ux-designer-nina.jpg'
|
||||
import Edin from '../images/coo-edin.jpg'
|
||||
import Moris from '../images/ceo-moris.jpg'
|
||||
import Senad from '../images/cto-senad.jpg'
|
||||
import Bilal from '../images/developer-bilal.jpg'
|
||||
import Mediha from '../images/developer-mediha.jpg'
|
||||
|
||||
@@ -7,7 +7,6 @@ import SEO from '../components/SEO'
|
||||
|
||||
import ContactImage from '../images/saburly-web-agency.jpg'
|
||||
import Sarajevo from '../images/sarajevo-web-agency.jpg'
|
||||
import Stockholm from '../images/stockholm-web-agency.jpg'
|
||||
import FormImage from '../images/best-web-development-sweden.svg'
|
||||
|
||||
import PageTransition from 'gatsby-plugin-page-transitions'
|
||||
@@ -29,42 +28,7 @@ const ContactPage = () => (
|
||||
/>
|
||||
|
||||
<section className="my-20 container mx-auto w-full md:flex w-full">
|
||||
<div className="p-2">
|
||||
<Card team teamMember={Stockholm} title="OFFICE IN STOCKHOLM">
|
||||
<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 AB <br />
|
||||
Vretenvägen 13 <br />
|
||||
171 54 Solna <br />
|
||||
Sweden <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:+46760477717"
|
||||
>
|
||||
+46760477717
|
||||
</a>
|
||||
<br />
|
||||
E-mail:{' '}
|
||||
<a
|
||||
className="saburly-color hover:text-purple-light no-underline"
|
||||
href="mailto:sweden@saburly.com"
|
||||
>
|
||||
sweden@saburly.com
|
||||
</a>{' '}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</Card>
|
||||
</div>
|
||||
<div className="p-2">
|
||||
<div className="p-2 sarajevo-office">
|
||||
<Card team teamMember={Sarajevo} title="OFFICE IN SARAJEVO">
|
||||
<div className="xsm:flex text-left justify-around text-base p-4">
|
||||
<div className="py-2">
|
||||
@@ -90,9 +54,9 @@ const ContactPage = () => (
|
||||
E-mail:{' '}
|
||||
<a
|
||||
className="saburly-color hover:text-purple-light no-underline"
|
||||
href="mailto:bosnia@saburly.com"
|
||||
href="mailto:info@saburly.com"
|
||||
>
|
||||
bosnia@saburly.com
|
||||
info@saburly.com
|
||||
</a>{' '}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
@@ -237,4 +237,8 @@ a {
|
||||
content: "by ";
|
||||
font-weight: normal;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.sarajevo-office {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user