changing tag line and favicon add

This commit is contained in:
Arjun Patel
2019-01-26 02:03:40 -08:00
parent ff4c7bbd2b
commit 7c54bb721d
5 changed files with 476 additions and 7 deletions
+432
View File
File diff suppressed because one or more lines are too long
+6 -2
View File
File diff suppressed because one or more lines are too long
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

+31 -1
View File
@@ -1 +1,31 @@
!function(){const e=document.documentElement;if(e.classList.remove("no-js"),e.classList.add("js"),document.body.classList.contains("has-animations")){const e=window.sr=ScrollReveal();e.reveal(".hero-title, .hero-paragraph, .hero-cta",{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",easing:"cubic-bezier(0.5, -0.01, 0, 1.005)",interval:100,origin:"bottom",viewFactor:.5}),e.reveal(".feature-extended-image",{duration:600,scale:.9,easing:"cubic-bezier(0.5, -0.01, 0, 1.005)",viewFactor:.5})}}();
!(function() {
const e = document.documentElement;
if (
(e.classList.remove('no-js'),
e.classList.add('js'),
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('.feature, .pricing-table', {
duration: 600,
distance: '40px',
easing: 'cubic-bezier(0.5, -0.01, 0, 1.005)',
interval: 100,
origin: 'bottom',
viewFactor: 0.5
}),
e.reveal('.feature-extended-image', {
duration: 600,
scale: 0.9,
easing: 'cubic-bezier(0.5, -0.01, 0, 1.005)',
viewFactor: 0.5
});
}
})();
+7 -4
View File
@@ -4,9 +4,10 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Evelyn Template</title>
<title>Ucharify</title>
<link href="https://fonts.googleapis.com/css?family=Lato:400,400i|PT+Serif:700" rel="stylesheet">
<link rel="stylesheet" href="dist/css/style.css">
<link rel="stylesheet" href="dist/css/style.css">
<link rel="icon" href="./dist/images/logo_greens.png">
<script src="https://unpkg.com/scrollreveal@4.0.0/dist/scrollreveal.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
</head>
@@ -48,8 +49,10 @@
<section class="hero text-light text-center">
<div class="container-sm">
<div class="hero-inner">
<h1 class="hero-title h2-mobile mt-0 is-revealing">The new standard in donations</h1>
<p class="hero-paragraph is-revealing">Join the greatest network of donors and charities for worldwide impact every day of the year</p>
<h1 class="hero-title h2-mobile mt-0 is-revealing">Donate where it really matters</h1>
<p class="hero-paragraph is-revealing">Get ready for an easy way to consistently impact the causes you care about, seeing the impact year round</p>
<p class="join-paragraph is-revealing">Signup below for updates on our progress and also promotional events!</p>
<form id="email-form" class="hero-cta is-revealing">
<input name="email" class="email-input" placeholder="Enter email" />
<button class="button button-secondary button-shadow" href="#">Join List</button>