Social media changes and styling
This commit is contained in:
@@ -4,7 +4,7 @@ import Link from 'gatsby-link'
|
||||
import ImgSprint from '../images/wow-we-did-design-sprint-remotely.png'
|
||||
|
||||
const Card = ({ ...props }) => (
|
||||
<div className="m-4 w-full rounded overflow-hidden shadow-md hover:shadow-lg">
|
||||
<div className="my-4 lg:my-2 lg:mx-2 w-full rounded overflow-hidden shadow-md hover:shadow-lg">
|
||||
<img className="w-full" src={ImgSprint} alt="Sprint Work" />
|
||||
<div className="px-6 py-4">
|
||||
<div className="font-bold text-xl mb-2">
|
||||
|
||||
@@ -19,32 +19,40 @@ const Footer = () => (
|
||||
<img src={LogoSaburly} alt="Saburly Logo" className="w-full" />
|
||||
<div className="flex justify-between social-icons py-2">
|
||||
<div>
|
||||
<img
|
||||
src={Facebook}
|
||||
alt="Facebook Social Media"
|
||||
className="max-w-2.5 opacity-50 hover:opacity-100 w-full"
|
||||
/>
|
||||
<a href="https://facebook.com/saburly" target="_blank">
|
||||
<img
|
||||
src={Facebook}
|
||||
alt="Facebook Social Media"
|
||||
className="max-w-2.5 opacity-50 hover:opacity-100 w-full"
|
||||
/>
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
<img
|
||||
src={Instagram}
|
||||
alt="Instagram Social Media"
|
||||
className="max-w-2.5 opacity-50 hover:opacity-100 w-full"
|
||||
/>
|
||||
<a href="https://instagram.com/saburly" target="_blank">
|
||||
<img
|
||||
src={Instagram}
|
||||
alt="Instagram Social Media"
|
||||
className="max-w-2.5 opacity-50 hover:opacity-100 w-full"
|
||||
/>
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
<img
|
||||
src={Twitter}
|
||||
alt="Twitter Social Media"
|
||||
className="max-w-2.5 opacity-50 hover:opacity-100 w-full"
|
||||
/>
|
||||
<a href="https://twitter.com/saburly" target="_blank">
|
||||
<img
|
||||
src={Twitter}
|
||||
alt="Twitter Social Media"
|
||||
className="max-w-2.5 opacity-50 hover:opacity-100 w-full"
|
||||
/>
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
<img
|
||||
src={LinkedIn}
|
||||
alt="LinkedIn Social Media"
|
||||
className="max-w-2.5 opacity-50 hover:opacity-100 w-full"
|
||||
/>
|
||||
<a href="https://www.linkedin.com/company/saburly/" target="_blank">
|
||||
<img
|
||||
src={LinkedIn}
|
||||
alt="LinkedIn Social Media"
|
||||
className="max-w-2.5 opacity-50 hover:opacity-100 w-full"
|
||||
/>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user