adding in proper images for slideshow, and main features section text and footer

This commit is contained in:
Arjun Patel
2019-01-26 14:15:08 -08:00
parent 730fd80225
commit 1bb0b81ebc
15 changed files with 466 additions and 225 deletions
+10 -7
View File
@@ -6,13 +6,16 @@
document.body.classList.contains('has-animations'))
) {
const e = (window.sr = ScrollReveal());
e.reveal('.hero-title, .hero-paragraph, .join-paragraph, .hero-cta', {
duration: 1e3,
distance: '40px',
easing: 'cubic-bezier(0.5, -0.01, 0, 1.005)',
origin: 'bottom',
interval: 150
}),
e.reveal(
'.hero-title, .hero-paragraph, .join-paragraph, .hero-cta, #countdown',
{
duration: 1e3,
distance: '40px',
easing: 'cubic-bezier(0.5, -0.01, 0, 1.005)',
origin: 'bottom',
interval: 150
}
),
e.reveal('.feature, .pricing-table', {
duration: 600,
distance: '40px',