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 { .menu_bar-mid {
width: 15px; width: 20px;
} }
.menu_bar-bot { .menu_bar-bot {
width: 20px; width: 25px;
} }
.menu-opened .menu_bar-bot { .menu-opened .menu_bar-bot {

View File

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

View File

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

View File

@@ -189,7 +189,7 @@ const IndexPage = ({ ...props }) => (
<Fade> <Fade>
<Button <Button
standard standard
text="Our Blog" text="More Posts"
url="/blog" url="/blog"
classes="mt-2 mb-8 hover:shadow-md rounded-full text-grey-darker" 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" h2Classes="text-5xl saburly-color font-light"
headline="Flexible Workflow" headline="Flexible Workflow"
text="We are helping everything from Fortune 500 companies to startups text="We are helping everything from Fortune 500 companies to startups
and tailor our processes based on your scale and needs. We and tailor our processes based on your scale and needs. "
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"
classes="container mx-auto" classes="container mx-auto"
/> />
<img src={HowWeWork} className="w-full -mb-16" alt="DevOps Agency" /> <img src={HowWeWork} className="w-full -mb-16" alt="DevOps Agency" />

View File

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