Quickfixes design and text

This commit is contained in:
Moris Zen
2018-09-05 01:47:51 +02:00
parent 71e7ac4f88
commit 41cd42d1bc
6 changed files with 15 additions and 43 deletions

View File

@@ -22,11 +22,11 @@
}
.menu_bar-mid {
width: 15px;
width: 20px;
}
.menu_bar-bot {
width: 20px;
width: 25px;
}
.menu-opened .menu_bar-bot {

View File

@@ -84,7 +84,7 @@ class SideMenu extends Component {
</li>
</Link>
</ul>
<div className="absolute pin-b flex social-icons p-8 items-end">
<div className="absolute pin-b hidden social-icons p-8">
<div>
<a href="https://facebook.com/saburly" target="_blank">
<img

View File

@@ -19,7 +19,6 @@ import Almira from '../images/developer-almira.jpg'
import Mirna from '../images/developer-mirna.jpg'
import Mickey from '../images/developer-mickey.svg'
import Nedim from '../images/developer-nedim.svg'
import Emil from '../images/manager-emil.svg'
const AboutPage = () => (
<PageTransition>
@@ -84,39 +83,24 @@ const AboutPage = () => (
<Card
team
teamMember={Mediha}
title="Edin Dazdarevic"
title="Mediha Zukic"
subtitle="Developer"
/>
</div>
<div className="md:w-1/3 p-2">
<Card
team
teamMember={Mirna}
title="Edin Dazdarevic"
subtitle="CEO"
/>
<Card team teamMember={Mirna} title="Mirna Milic" subtitle="CEO" />
</div>
<div className="md:w-1/3 p-2">
<Card
team
teamMember={Nina}
title="Edin Dazdarevic"
subtitle="CEO"
/>
<Card team teamMember={Nina} title="Nina Juresic" subtitle="CEO" />
</div>
<div className="md:w-1/3 p-2">
<Card
team
teamMember={Bilal}
title="Edin Dazdarevic"
subtitle="CEO"
/>
<Card team teamMember={Bilal} title="Bilal Catic" subtitle="CEO" />
</div>
<div className="md:w-1/3 p-2">
<Card
team
teamMember={Almira}
title="Edin Dazdarevic"
title="Almira Krdzic"
subtitle="CEO"
/>
</div>
@@ -129,20 +113,7 @@ const AboutPage = () => (
/>
</div>
<div className="md:w-1/3 p-2">
<Card
team
teamMember={Nedim}
title="Edin Dazdarevic"
subtitle="CEO"
/>
</div>
<div className="md:w-1/3 p-2">
<Card
team
teamMember={Emil}
title="Emil"
subtitle="Project Manager"
/>
<Card team teamMember={Nedim} title="Nedim Uka" subtitle="CEO" />
</div>
</div>
</Fade>

View File

@@ -189,7 +189,7 @@ const IndexPage = ({ ...props }) => (
<Fade>
<Button
standard
text="Our Blog"
text="More Posts"
url="/blog"
classes="mt-2 mb-8 hover:shadow-md rounded-full text-grey-darker"
/>

View File

@@ -166,10 +166,7 @@ const ServicesPage = () => (
h2Classes="text-5xl saburly-color font-light"
headline="Flexible Workflow"
text="We are helping everything from Fortune 500 companies to startups
and tailor our processes based on your scale and needs. We
collaborate closely with our clients at each step of the
development process and make sure that the solutions deliver great
value and meets your specific business requirements"
and tailor our processes based on your scale and needs. "
classes="container mx-auto"
/>
<img src={HowWeWork} className="w-full -mb-16" alt="DevOps Agency" />

View File

@@ -176,3 +176,7 @@ a {
.bg-white-opacity {
background: rgba(255, 255, 255, 0.9);
}
.slideout-open .social-icons {
display: flex;
}