Remove Stockholm office & update some images

This commit is contained in:
=
2019-01-25 06:03:07 -08:00
parent abc8a10ed2
commit b5a847527e
8 changed files with 8 additions and 59 deletions

View File

@@ -113,20 +113,11 @@ const Footer = () => (
<Link className="block my-2 hover:opacity-70" to="/about"> <Link className="block my-2 hover:opacity-70" to="/about">
<li className={menuClasses}>About us</li> <li className={menuClasses}>About us</li>
</Link> </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"> <Link className="block my-2 hover:opacity-70" to="/contact">
<li className={menuClasses}>Contact</li> <li className={menuClasses}>Contact</li>
</Link> </Link>
</ul> </ul>
</nav> </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> <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">

View File

@@ -42,10 +42,6 @@ class Header extends Component {
<Link to="/about"> <Link to="/about">
<li className={menuClasses}>About Us</li> <li className={menuClasses}>About Us</li>
</Link> </Link>
<Link to="/blog">
<li className={menuClasses}>Blog</li>
</Link>
<Button <Button
text="Contact" text="Contact"
standard standard

View File

@@ -73,11 +73,6 @@ class SideMenu extends Component {
About Us About Us
</li> </li>
</Link> </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"> <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"> <li className="hover:bg-white hover:text-black text-right no-underline text-2xl uppercase p-4 text-white">
Contact 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

View File

@@ -11,7 +11,6 @@ import MeaningSaburly from '../images/coding-tutorials-patience.svg'
import Nina from '../images/ux-designer-nina.jpg' import Nina from '../images/ux-designer-nina.jpg'
import Edin from '../images/coo-edin.jpg' import Edin from '../images/coo-edin.jpg'
import Moris from '../images/ceo-moris.jpg'
import Senad from '../images/cto-senad.jpg' import Senad from '../images/cto-senad.jpg'
import Bilal from '../images/developer-bilal.jpg' import Bilal from '../images/developer-bilal.jpg'
import Mediha from '../images/developer-mediha.jpg' import Mediha from '../images/developer-mediha.jpg'

View File

@@ -7,7 +7,6 @@ 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 Stockholm from '../images/stockholm-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'
@@ -29,42 +28,7 @@ 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"> <div className="p-2 sarajevo-office">
<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">
<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">
@@ -90,9 +54,9 @@ const ContactPage = () => (
E-mail:{' '} E-mail:{' '}
<a <a
className="saburly-color hover:text-purple-light no-underline" 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>{' '} </a>{' '}
</p> </p>
</div> </div>

View File

@@ -237,4 +237,8 @@ a {
content: "by "; content: "by ";
font-weight: normal; font-weight: normal;
} }
} }
.sarajevo-office {
margin: 0 auto;
}