Add technologies, component restructure, config changes and style fixes

This commit is contained in:
Moris Zen
2018-07-09 20:53:11 +02:00
parent 04287d5615
commit 5b959fba75
22 changed files with 3453 additions and 158 deletions

View File

@@ -14,7 +14,7 @@ let menuClasses =
const Footer = () => (
<footer className="bg-indigo-darker">
<div className="container mx-auto pt-10 lg:flex">
<div className="container mx-auto py-10 lg:flex">
<div className="lg:w-1/4 p-4">
<img src={LogoSaburly} alt="Saburly Logo" className="w-full" />
<div className="flex justify-between social-icons py-2">
@@ -106,14 +106,6 @@ const Footer = () => (
</div>
</div>
</div>
<div className="sm:flex items-center text-center justify-center pb-8">
<Button
text="Say Hello"
standard
classes="rounded-full text-white hover:shadow mx-2"
url="/contact"
/>
</div>
</footer>
)