diff --git a/src/components/Button.js b/src/components/Button.js index 5b3a6e3..bb0b9bd 100644 --- a/src/components/Button.js +++ b/src/components/Button.js @@ -2,7 +2,7 @@ import React from 'react' import Link from 'gatsby-link' let defaultClasses = - 'px-6 py-3 leading-none inline-block text-sm no-underline uppercase' + 'px-6 py-2 leading-none inline-block text-sm no-underline uppercase' let standardBtn = 'border hover:bg-teal hover:text-white hover:border-teal' diff --git a/src/components/Footer.js b/src/components/Footer.js index 6eb3579..17fedf2 100644 --- a/src/components/Footer.js +++ b/src/components/Footer.js @@ -4,6 +4,11 @@ import Button from './Button' import LogoSaburly from '../images/logo-saburly-colorful.svg' +import Facebook from '../images/facebook.svg' +import Instagram from '../images/instagram.svg' +import Twitter from '../images/twitter.svg' +import LinkedIn from '../images/linkedin.svg' + let menuClasses = 'no-underline mt-4 lg:inline-block opacity-100 lg:mt-0 text-white hover:opacity-100 uppercase mr-4' @@ -12,12 +17,52 @@ const Footer = () => (
Saburly Logo - E: info@saburly.com - P: +46760477717 +
+
+ Facebook Social Media +
+
+ Instagram Social Media +
+
+ Twitter Social Media +
+
+ LinkedIn Social Media +
+
+ + E-mail: info@saburly.com + + + Phone: +46760477717 +
-
+

Let's start a new project together

@@ -31,7 +76,7 @@ const Footer = () => (
-

Office - Sweden

-

+

Office - Sweden

+

Saburly AB
Vretenvägen 13
171 54 Solna
Sweden

-

Office - Bosnia

-

+

Office - Bosnia

+

Saburly d.o.o
Hakije Turajlica 2
71 000 Sarajevo
Bosnia & Herzegovina

diff --git a/src/images/facebook.svg b/src/images/facebook.svg new file mode 100644 index 0000000..e16b208 --- /dev/null +++ b/src/images/facebook.svg @@ -0,0 +1,12 @@ + + + + +Facebook icon + + diff --git a/src/images/instagram.svg b/src/images/instagram.svg new file mode 100644 index 0000000..19b206e --- /dev/null +++ b/src/images/instagram.svg @@ -0,0 +1,21 @@ + + + + +Instagram icon + + diff --git a/src/images/linkedin.svg b/src/images/linkedin.svg new file mode 100644 index 0000000..2e8e29c --- /dev/null +++ b/src/images/linkedin.svg @@ -0,0 +1,13 @@ + + + + +LinkedIn icon + + diff --git a/src/images/twitter.svg b/src/images/twitter.svg new file mode 100644 index 0000000..ecf29d0 --- /dev/null +++ b/src/images/twitter.svg @@ -0,0 +1,14 @@ + + + + +Twitter icon + + diff --git a/src/styles/custom.css b/src/styles/custom.css index 32cfbcb..f334611 100644 --- a/src/styles/custom.css +++ b/src/styles/custom.css @@ -34,5 +34,5 @@ } .client-logo { - max-height: 4rem; + max-height: 3rem; } diff --git a/src/styles/index.css b/src/styles/index.css index 64fab05..1b9a246 100644 --- a/src/styles/index.css +++ b/src/styles/index.css @@ -3094,6 +3094,34 @@ table { max-height: 100vh; } +.max-w-1 { + max-width: 1rem; +} + +.max-w-2 { + max-width: 2rem; +} + +.max-w-3 { + max-width: 3rem; +} + +.max-w-4 { + max-width: 4rem; +} + +.max-w-5 { + max-width: 5rem; +} + +.max-w-10 { + max-width: 10rem; +} + +.max-w-2\.5 { + max-width: 2.5rem; +} + .max-w-xs { max-width: 20rem; } @@ -7370,6 +7398,34 @@ table { max-height: 100vh; } + .sm\:max-w-1 { + max-width: 1rem; + } + + .sm\:max-w-2 { + max-width: 2rem; + } + + .sm\:max-w-3 { + max-width: 3rem; + } + + .sm\:max-w-4 { + max-width: 4rem; + } + + .sm\:max-w-5 { + max-width: 5rem; + } + + .sm\:max-w-10 { + max-width: 10rem; + } + + .max-w-2\.sm\:5 { + max-width: 2.5rem; + } + .sm\:max-w-xs { max-width: 20rem; } @@ -11631,6 +11687,34 @@ table { max-height: 100vh; } + .md\:max-w-1 { + max-width: 1rem; + } + + .md\:max-w-2 { + max-width: 2rem; + } + + .md\:max-w-3 { + max-width: 3rem; + } + + .md\:max-w-4 { + max-width: 4rem; + } + + .md\:max-w-5 { + max-width: 5rem; + } + + .md\:max-w-10 { + max-width: 10rem; + } + + .max-w-2\.md\:5 { + max-width: 2.5rem; + } + .md\:max-w-xs { max-width: 20rem; } @@ -15892,6 +15976,34 @@ table { max-height: 100vh; } + .lg\:max-w-1 { + max-width: 1rem; + } + + .lg\:max-w-2 { + max-width: 2rem; + } + + .lg\:max-w-3 { + max-width: 3rem; + } + + .lg\:max-w-4 { + max-width: 4rem; + } + + .lg\:max-w-5 { + max-width: 5rem; + } + + .lg\:max-w-10 { + max-width: 10rem; + } + + .max-w-2\.lg\:5 { + max-width: 2.5rem; + } + .lg\:max-w-xs { max-width: 20rem; } @@ -20153,6 +20265,34 @@ table { max-height: 100vh; } + .xl\:max-w-1 { + max-width: 1rem; + } + + .xl\:max-w-2 { + max-width: 2rem; + } + + .xl\:max-w-3 { + max-width: 3rem; + } + + .xl\:max-w-4 { + max-width: 4rem; + } + + .xl\:max-w-5 { + max-width: 5rem; + } + + .xl\:max-w-10 { + max-width: 10rem; + } + + .max-w-2\.xl\:5 { + max-width: 2.5rem; + } + .xl\:max-w-xs { max-width: 20rem; } diff --git a/tailwind.config.js b/tailwind.config.js index 6f959a7..0d7a7c9 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -574,6 +574,13 @@ module.exports = { */ maxWidth: { + '1': '1rem', + '2': '2rem', + '2.5': '2.5rem', + '3': '3rem', + '4': '4rem', + '5': '5rem', + '10': '10rem', xs: '20rem', sm: '30rem', md: '40rem',