Adding Saburly logo variations
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user