Adding Saburly logo variations

This commit is contained in:
Moris Zen
2018-08-28 14:31:19 +02:00
parent 7f0b27dac4
commit cb2e52dbf9
8 changed files with 251 additions and 3 deletions

View File

@@ -9,9 +9,14 @@ import MeaningSaburly from '../images/coding-practice.svg'
class AboutPage extends Component {
componentDidMount() {
let tiltjs = require('vanilla-tilt')
tiltjs.init(document.querySelector('.postImgContainer'), {
max: 25,
tiltjs.init(document.querySelector('.tiltImage'), {
max: 35,
speed: 400,
scale: 1.1,
glare: true,
'max-glare': 0.8,
'glare-prerender': false,
easing: 'cubic-bezier(.03,.98,.52,.99)',
})
}
@@ -22,7 +27,7 @@ class AboutPage extends Component {
headline="Founded by developers"
text="Saburly was founded in 2017 by experienced software developers that understand what it takes to create modern digital solutions. Our focus is on gathering and guiding the best talents in the industry in order to create digital experiences that make valuable impact."
image={IntroImage}
imgClasses="border-white border-8 rounded postImgContainer -mb-12"
imgClasses="border-white border-8 rounded tiltImage -mb-12"
/>
<section className="container mx-auto my-12 p-4">