adding in new logo and word changing for tagline
This commit is contained in:
+25
-25
@@ -4,14 +4,14 @@
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Ucharify</title>
|
||||
<title>Charify</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="src/scss/added.css" />
|
||||
<link rel="icon" href="./dist/images/logo_greens.png" />
|
||||
<link rel="icon" href="./dist/images/color_logo.png" />
|
||||
<!-- Material icons -->
|
||||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
|
||||
rel="stylesheet">
|
||||
@@ -37,9 +37,9 @@
|
||||
<header class="site-header">
|
||||
<div class="container">
|
||||
<div class="site-header-inner">
|
||||
<div class="brand header-brand">
|
||||
<h1 class="m-0">
|
||||
<a href="#">
|
||||
<ul class="brand-head header-links list-reset m-0">
|
||||
<li>
|
||||
|
||||
<!-- <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
|
||||
<title>Evelyn</title>
|
||||
<defs>
|
||||
@@ -50,23 +50,26 @@
|
||||
</defs>
|
||||
<path d="M16 32C7.163 32 0 24.837 0 16S7.163 0 16 0s16 7.163 16 16-7.163 16-16 16zm0-10a6 6 0 1 0 0-12 6 6 0 0 0 0 12z" fill="url(#logo-gradient)" fill-rule="evenodd"/>
|
||||
</svg> -->
|
||||
<img
|
||||
class="logo"
|
||||
src="./dist/images/logo_white.png"
|
||||
/>
|
||||
</a>
|
||||
</h1>
|
||||
</div>
|
||||
<ul class="header-links list-reset m-0">
|
||||
<li><a id="login" href="#">Login</a></li>
|
||||
<img
|
||||
class="logo"
|
||||
src="./dist/images/color_logo.png"
|
||||
/>
|
||||
|
||||
</li>
|
||||
<!-- <li class="brand-text">harify</li> -->
|
||||
</ul>
|
||||
|
||||
<ul class="header-links list-reset m-0">
|
||||
<li><a id="login" href="thecharify.com/login/">Login</a></li>
|
||||
<li>
|
||||
<a
|
||||
id="signup"
|
||||
class="button button-sm button-shadow"
|
||||
href="#"
|
||||
href="thecharify.com/login/"
|
||||
>Signup</a
|
||||
>
|
||||
</li>
|
||||
<li><a id="charity-login" class="button button-sm button-shadow" href="http://thecharify.com/org/login">Charity?</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@@ -77,17 +80,14 @@
|
||||
<div class="container-sm">
|
||||
<div class="hero-inner">
|
||||
<h1 class="hero-title h2-mobile mt-0 is-revealing">
|
||||
Give with peace of mind
|
||||
Personalized impact at your fingertips
|
||||
</h1>
|
||||
<p class="hero-paragraph is-revealing">
|
||||
Ucharify connects donors with small charities,
|
||||
<b>maximizing the impact</b> of every dollar.
|
||||
Reach out to more places and lives, see the
|
||||
impact every day.
|
||||
Charify lets you make your mark with <b>small, engaging, and trustworthy charities.</b> Maximize impact with charify bundles.
|
||||
</p>
|
||||
|
||||
<p class="join-paragraph hero-cta is-revealing">
|
||||
Signup below for updates on our progress!
|
||||
Signup below to follow our mission!
|
||||
</p>
|
||||
<form id="email-form" class="hero-cta is-revealing">
|
||||
<input
|
||||
@@ -477,7 +477,7 @@
|
||||
<div class="testimonial-inner">
|
||||
<div class="testimonial-main mb-32">
|
||||
<div class="testimonial-body">
|
||||
<p class="text-sm m-0">Having started a charity myself, I understand the challenges small organizations face when raising capital. I want ucharify to solve that gap and serve as an opportunity for charities to get a spotlight, scale, and maximize their potential impacts. Social entrepreneurs can change the world, and I hope ucharify can help make that happen.
|
||||
<p class="text-sm m-0">Having started a charity myself, I understand the challenges small organizations face when raising capital. I want charify to solve that gap and serve as an opportunity for charities to get a spotlight, scale, and maximize their potential impacts. Social entrepreneurs can change the world, and I hope charify can help make that happen.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -528,7 +528,7 @@
|
||||
During my time in the US, I created a connection
|
||||
between my home America by starting my own fundraiser for
|
||||
another Brazilian organization, this time dealing with
|
||||
children's cancer support/research. Ucharify supports the
|
||||
children's cancer support/research. Charify supports the
|
||||
vision of a global donor network and enables the noblest
|
||||
patrons to make the highest impact with their contributions.
|
||||
|
||||
@@ -592,7 +592,7 @@
|
||||
</svg> -->
|
||||
<img
|
||||
class="logo"
|
||||
src="./dist/images/logo_white.png"
|
||||
src="./dist/images/color_logo.png"
|
||||
/>
|
||||
</a>
|
||||
</div>
|
||||
@@ -658,7 +658,7 @@
|
||||
</li>
|
||||
</ul>
|
||||
<div class="footer-copyright small-white-font">
|
||||
© 2019 Ucharify, all rights reserved
|
||||
© 2019 Charify, all rights reserved
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user