Styling about page
This commit is contained in:
@@ -32,19 +32,19 @@ const AboutPage = () => (
|
|||||||
/>
|
/>
|
||||||
</Fade>
|
</Fade>
|
||||||
|
|
||||||
<section className="container mx-auto my-20 p-10">
|
<section className="container mx-auto my-20">
|
||||||
<Fade>
|
<Fade>
|
||||||
<div className="text-center lg:flex justify-center items-center">
|
<div className="saburly-main-bg rounded-lg p-10 text-center lg:flex justify-center items-center">
|
||||||
<img
|
<img
|
||||||
src={MeaningSaburly}
|
src={MeaningSaburly}
|
||||||
className="max-h-xs"
|
className="max-h-xs"
|
||||||
alt="User Experience Design Agency"
|
alt="User Experience Design Agency"
|
||||||
/>
|
/>
|
||||||
<div>
|
<div>
|
||||||
<p className="py-2 font-light text-grey-darkest text-center">
|
<p className="py-2 font-light text-white opacity-80 text-center">
|
||||||
Saburly comes from an old Bosnian saying and is about
|
Saburly comes from an old Bosnian saying and is about
|
||||||
</p>
|
</p>
|
||||||
<h5 className="text-center text-xl md:text-2xl lg:text-4xl italic font-light text-black">
|
<h5 className="text-center text-xl md:text-2xl lg:text-4xl italic font-light text-black text-white opacity-100">
|
||||||
"Achieving success through patience, strategic planning and
|
"Achieving success through patience, strategic planning and
|
||||||
perseverance"
|
perseverance"
|
||||||
</h5>
|
</h5>
|
||||||
@@ -53,7 +53,7 @@ const AboutPage = () => (
|
|||||||
</Fade>
|
</Fade>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section className="container mx-auto my-20 p-4">
|
<section className="container mx-auto my-20">
|
||||||
<Fade>
|
<Fade>
|
||||||
<SectionIntro
|
<SectionIntro
|
||||||
classes="max-w-lg mx-auto"
|
classes="max-w-lg mx-auto"
|
||||||
@@ -64,7 +64,7 @@ const AboutPage = () => (
|
|||||||
/>
|
/>
|
||||||
</Fade>
|
</Fade>
|
||||||
<Fade>
|
<Fade>
|
||||||
<div className="container mx-auto p-4 w-full md:flex md:flex-wrap items-stretch w-full">
|
<div className="container mx-auto w-full md:flex md:flex-wrap items-stretch w-full">
|
||||||
<div className="md:w-1/3 p-2">
|
<div className="md:w-1/3 p-2">
|
||||||
<Card team teamMember={Moris} title="Moris Pasic" subtitle="CEO" />
|
<Card team teamMember={Moris} title="Moris Pasic" subtitle="CEO" />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user