new cards and testimonials
This commit is contained in:
Vendored
BIN
Binary file not shown.
|
After Width: | Height: | Size: 7.4 KiB |
+199
-142
@@ -1,12 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" class="no-js">
|
||||
|
||||
<head>
|
||||
<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>
|
||||
<link href="https://fonts.googleapis.com/css?family=Heebo:400,700|Playfair+Display:700" rel="stylesheet">
|
||||
<link rel="stylesheet" href="dist/css/style.css">
|
||||
<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>
|
||||
<link href="https://fonts.googleapis.com/css?family=Heebo:400,700|Playfair+Display:700" rel="stylesheet">
|
||||
<link rel="stylesheet" href="dist/css/style.css">
|
||||
<script src="https://unpkg.com/scrollreveal@4.0.5/dist/scrollreveal.min.js"></script>
|
||||
|
||||
<link rel="stylesheet" href="src/scss/added.css">
|
||||
@@ -14,46 +15,51 @@
|
||||
<!-- Chart.js CDN -->
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.7.3/Chart.bundle.js"></script>
|
||||
</head>
|
||||
<body class="is-boxed has-animations">
|
||||
<div class="body-wrap boxed-container">
|
||||
<header class="site-header text-light">
|
||||
<div class="container">
|
||||
<div class="site-header-inner">
|
||||
<div class="brand header-brand">
|
||||
<h1 class="m-0">
|
||||
<a href="#">
|
||||
<img class="header-logo-image" src="dist/images/logo.svg" alt="Logo">
|
||||
</a>
|
||||
</h1>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
<section class="hero text-center text-light">
|
||||
<div class="container-sm">
|
||||
<div class="hero-inner">
|
||||
<body class="is-boxed has-animations">
|
||||
<div class="body-wrap boxed-container">
|
||||
<header class="site-header text-light">
|
||||
<div class="container">
|
||||
<div class="site-header-inner">
|
||||
<div class="brand header-brand">
|
||||
<h1 class="m-0">
|
||||
<a href="#">
|
||||
<img class="header-logo-image" src="dist/images/logo.svg" alt="Logo">
|
||||
</a>
|
||||
</h1>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
<section class="hero text-center text-light">
|
||||
<div class="container-sm">
|
||||
<div class="hero-inner">
|
||||
<div class="hero-copy">
|
||||
<h1 class="hero-title mt-0">Donate where it really matters</h1>
|
||||
<p class="hero-paragraph">Our platform connects donors with small charities to maximize impact over a longer period of time. Reach out to more places and lives, see the impact every day.</p>
|
||||
<div class="hero-cta">
|
||||
<a class="button button-primary button-wide-mobile" href="#">Early access</a>
|
||||
<h1 class="hero-title mt-0">Donate where it really matters</h1>
|
||||
<p class="hero-paragraph">Our platform connects donors with small charities to maximize
|
||||
impact over a
|
||||
longer period of time. Reach out to more places and lives, see the impact every day.</p>
|
||||
<div class="hero-cta">
|
||||
<!-- <a class="button button-primary button-wide-mobile" href="#">Early access</a> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="features section">
|
||||
<div class="container">
|
||||
<section class="features section">
|
||||
<div class="container">
|
||||
<div class="features-inner section-inner has-bottom-divider">
|
||||
|
||||
|
||||
|
||||
<div class="features-header text-center">
|
||||
<div class="container-sm">
|
||||
<!-- <h2 class="section-title mt-0 is-revealing">Our social problems are massive in scale, our organizations are tiny up against them.</h2> -->
|
||||
<h3 class="section-title mt-0 is-revealing">Giving in the U.S. stuck at 2% of GDP for the last 50 years.</h3>
|
||||
<h3 class="section-title mt-0 is-revealing">Giving in the U.S. stuck at 2% of GDP for
|
||||
the last 50 years.
|
||||
</h3>
|
||||
<div class="chartsContainer">
|
||||
<canvas id="gdpChart" class="chart"></canvas>
|
||||
<!-- <canvas id="distributionChart" class="chart"></canvas> -->
|
||||
@@ -61,46 +67,52 @@
|
||||
<!-- <img class="features-illustration is-revealing" src="dist/images/features-illustration.svg" alt="Features illustration"> -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="features-wrap">
|
||||
|
||||
<div class="features-wrap">
|
||||
<div class="container-sm margin-top">
|
||||
<h3 class="section-title mt-0 is-revealing">What we offer</h3>
|
||||
</div>
|
||||
<div class="feature text-center is-revealing">
|
||||
<div class="feature-inner">
|
||||
<div class="feature-icon mb-16">
|
||||
<img src="dist/images/feature-01.svg" alt="Feature 01">
|
||||
</div>
|
||||
<div class="feature-content">
|
||||
<h4 class="feature-title mt-0 mb-8">Value Matching</h4>
|
||||
<p class="text-sm mb-0">Focus on making an impact on things that you care about. Trust only those organizations that understand you.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="feature text-center is-revealing">
|
||||
<div class="feature-inner">
|
||||
<div class="feature-icon mb-16">
|
||||
<img src="dist/images/feature-02.svg" alt="Feature 02">
|
||||
</div>
|
||||
<div class="feature-inner">
|
||||
<div class="feature-icon mb-16">
|
||||
<img src="dist/images/feature-01.svg" alt="Feature 01">
|
||||
</div>
|
||||
<div class="feature-content">
|
||||
<h4 class="feature-title mt-0 mb-8">Payments</h4>
|
||||
<p class="text-sm mb-0">We're ensuring that it gets in the right hands, and maximizing your tax deductions.</p>
|
||||
<h4 class="feature-title mt-0 mb-8">Value Matching</h4>
|
||||
<p class="text-sm mb-0">Focus on making an impact on things that you care about.
|
||||
Trust only those
|
||||
organizations that understand you.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="feature text-center is-revealing">
|
||||
<div class="feature-inner">
|
||||
<div class="feature-icon mb-16">
|
||||
<img src="dist/images/feature-02.svg" alt="Feature 02">
|
||||
</div>
|
||||
<div class="feature-content">
|
||||
<h4 class="feature-title mt-0 mb-8">Payments</h4>
|
||||
<p class="text-sm mb-0">We're ensuring that it gets in the right hands, and
|
||||
maximizing your tax
|
||||
deductions.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="features-wrap">
|
||||
<div class="feature text-center is-revealing">
|
||||
<div class="feature-inner">
|
||||
<div class="feature-icon mb-16">
|
||||
<div class="feature-inner">
|
||||
<div class="feature-icon mb-16">
|
||||
<img src="dist/images/feature-03.svg" alt="Feature 03">
|
||||
</div>
|
||||
</div>
|
||||
<div class="feature-content">
|
||||
<h4 class="feature-title mt-0 mb-8">Trust and Engagement</h4>
|
||||
<p class="text-sm mb-0">Track where your money is going and closely engage with those organizations.</p>
|
||||
<h4 class="feature-title mt-0 mb-8">Trust and Engagement</h4>
|
||||
<p class="text-sm mb-0">Track where your money is going and closely engage with
|
||||
those organizations.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="feature text-center is-revealing">
|
||||
<div class="feature-inner">
|
||||
<div class="feature-icon mb-16">
|
||||
@@ -108,23 +120,25 @@
|
||||
</div>
|
||||
<div class="feature-content">
|
||||
<h4 class="feature-title mt-0 mb-8">Global Impact</h4>
|
||||
<p class="text-sm mb-0">We easily distribute your money so that you can reach more people.</p>
|
||||
<p class="text-sm mb-0">We easily distribute your money so that you can reach
|
||||
more people.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="features-extended section">
|
||||
<div class="features-extended-inner section-inner">
|
||||
<div class="features-extended-header text-center">
|
||||
<div class="container-sm">
|
||||
<h2 class="section-title mt-0">What makes Ruby great</h2>
|
||||
<p class="section-paragraph">Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur sed vulputate mi sit.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="features-extended-inner section-inner">
|
||||
<div class="features-extended-header how-it-works-container text-center ">
|
||||
<div class="container-sm">
|
||||
<h2 class="section-title how-it-works-title mt-0">How it Works</h2>
|
||||
<p class="section-paragraph">One place to track and manage all of your grants, and maximize
|
||||
your impact globally.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="features-extended-wrap">
|
||||
<div class="container">
|
||||
<div class="feature-extended">
|
||||
@@ -132,8 +146,13 @@
|
||||
<img src="dist/images/feature-extended-01.svg" alt="Feature extended 01">
|
||||
</div>
|
||||
<div class="feature-extended-body is-revealing">
|
||||
<h3 class="mt-0">Freedom from designers</h3>
|
||||
<p class="mb-0">Nisi porta lorem mollis aliquam ut. Ac tincidunt vitae semper quis lectus nulla at volutpat. Est ultricies integer quis auctor elit sed.</p>
|
||||
<h3 class="mt-0">Create a Grant.</h3>
|
||||
<p class="mb-0">Simply choose <b>causes and regions</b> you want to support.
|
||||
Take a
|
||||
look at
|
||||
the
|
||||
charities we match you with according to <b>ratings and personal
|
||||
preferences,</b> or use our charity finder to add more.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="feature-extended">
|
||||
@@ -141,8 +160,10 @@
|
||||
<img src="dist/images/feature-extended-02.svg" alt="Feature extended 02">
|
||||
</div>
|
||||
<div class="feature-extended-body is-revealing">
|
||||
<h3 class="mt-0">Freedom from designers</h3>
|
||||
<p class="mb-0">Nisi porta lorem mollis aliquam ut. Ac tincidunt vitae semper quis lectus nulla at volutpat. Est ultricies integer quis auctor elit sed.</p>
|
||||
<h3 class="mt-0">Stay Engaged with Your Money.</h3>
|
||||
<p class="mb-0">Easily keep track of what your charities are doing with your money.
|
||||
Check out <b>live media updates</b> along with other <b>transparent metrics.</b>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="feature-extended">
|
||||
@@ -150,26 +171,31 @@
|
||||
<img src="dist/images/feature-extended-03.svg" alt="Feature extended 03">
|
||||
</div>
|
||||
<div class="feature-extended-body is-revealing">
|
||||
<h3 class="mt-0">Freedom from designers</h3>
|
||||
<p class="mb-0">Nisi porta lorem mollis aliquam ut. Ac tincidunt vitae semper quis lectus nulla at volutpat. Est ultricies integer quis auctor elit sed.</p>
|
||||
<h3 class="mt-0">We keep payments simple.</h3>
|
||||
<p class="mb-0">Whether you create one grant for a few charities or twenty grants
|
||||
for <b>a hundred charities</b>, transactions are easy to manage. Come tax
|
||||
season, and
|
||||
you know where to look.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="pricing section text-light">
|
||||
<div class="container">
|
||||
<div class="pricing-inner section-inner">
|
||||
<h2 class="section-title mt-0 text-center">Simple, transarent pricing</h2>
|
||||
<section class="pricing section text-light">
|
||||
<div class="container">
|
||||
<div class="pricing-inner section-inner">
|
||||
<h2 class="section-title mt-0 text-center">Simple, transarent pricing</h2>
|
||||
<div class="pricing-tables-wrap">
|
||||
<div class="pricing-table is-revealing">
|
||||
<div class="pricing-table-inner">
|
||||
<div class="pricing-table-main">
|
||||
<div class="pricing-table-header mb-24 pb-24">
|
||||
<div class="pricing-table-title text-sm mt-0 mb-12">Individual</div>
|
||||
<div class="pricing-table-price"><span class="pricing-table-price-currency">$</span><span class="pricing-table-price-amount h1">19</span>/m</div>
|
||||
<div class="pricing-table-price"><span
|
||||
class="pricing-table-price-currency">$</span><span
|
||||
class="pricing-table-price-amount h1">19</span>/m</div>
|
||||
</div>
|
||||
<div class="pricing-table-features-title text-xs mb-24">Top features</div>
|
||||
<ul class="pricing-table-features list-reset text-xs">
|
||||
@@ -197,7 +223,9 @@
|
||||
<div class="pricing-table-main">
|
||||
<div class="pricing-table-header mb-24 pb-24">
|
||||
<div class="pricing-table-title text-sm mt-0 mb-12">Agency</div>
|
||||
<div class="pricing-table-price"><span class="pricing-table-price-currency">$</span><span class="pricing-table-price-amount h1">49</span>/m</div>
|
||||
<div class="pricing-table-price"><span
|
||||
class="pricing-table-price-currency">$</span><span
|
||||
class="pricing-table-price-amount h1">49</span>/m</div>
|
||||
</div>
|
||||
<div class="pricing-table-features-title text-xs mb-24">Top features</div>
|
||||
<ul class="pricing-table-features list-reset text-xs">
|
||||
@@ -225,7 +253,9 @@
|
||||
<div class="pricing-table-main">
|
||||
<div class="pricing-table-header mb-24 pb-24">
|
||||
<div class="pricing-table-title text-sm mt-0 mb-12">Enterprise</div>
|
||||
<div class="pricing-table-price"><span class="pricing-table-price-currency">$</span><span class="pricing-table-price-amount h1">69</span>/m</div>
|
||||
<div class="pricing-table-price"><span
|
||||
class="pricing-table-price-currency">$</span><span
|
||||
class="pricing-table-price-amount h1">69</span>/m</div>
|
||||
</div>
|
||||
<div class="pricing-table-features-title text-xs mb-24">Top features</div>
|
||||
<ul class="pricing-table-features list-reset text-xs">
|
||||
@@ -250,50 +280,38 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="testimonials section">
|
||||
<div class="container">
|
||||
<div class="testimonials-inner section-inner">
|
||||
<h2 class="section-title mt-0 text-center">Loved by users worldwide</h2>
|
||||
<div class="container">
|
||||
<div class="testimonials-inner section-inner">
|
||||
<h2 class="section-title mt-0 text-center">Why we are doing this</h2>
|
||||
<div class="testimonials-wrap">
|
||||
<div class="testimonial is-revealing">
|
||||
<!-- <div class="testimonial is-revealing">
|
||||
<div class="testimonial-inner">
|
||||
<div class="testimonial-main mb-32">
|
||||
<div class="testimonial-rating mb-24">
|
||||
<img src="dist/images/5-stars.svg" alt="Rating">
|
||||
</div>
|
||||
<div class="testimonial-body">
|
||||
<p class="text-sm m-0">Lorem ipsum is placeholder text commonly used in the graphic, print, and publishing industries for previewing layouts and visual mockups.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="testimonial-footer">
|
||||
<div class="testimonial-image">
|
||||
<img src="dist/images/testimonial-01.png" alt="Mark Walker">
|
||||
</div>
|
||||
<div class="testimonial-name text-sm">Mark Walker</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="testimonial is-revealing">
|
||||
<div class="testimonial-inner">
|
||||
<div class="testimonial-main mb-32">
|
||||
<div class="testimonial-rating mb-24">
|
||||
<img src="dist/images/5-stars.svg" alt="Rating">
|
||||
</div>
|
||||
<div class="testimonial-body">
|
||||
<p class="text-sm m-0">Lorem ipsum is placeholder text commonly used in the graphic, print, and publishing industries for previewing layouts and visual mockups.</p>
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
<div class="testimonial-footer">
|
||||
<div class="testimonial-image">
|
||||
<img src="dist/images/testimonial-02.png" alt="Marta Smirth">
|
||||
</div>
|
||||
<div class="testimonial-name text-sm">Marta Smirth</div>
|
||||
<div class="testimonial-name text-sm">Amal Bhatnagar</div>
|
||||
<div class="testimonial-position">Business</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
<div class="testimonial is-revealing">
|
||||
<div class="testimonial-inner">
|
||||
<div class="testimonial-main mb-32">
|
||||
@@ -301,37 +319,69 @@
|
||||
<img src="dist/images/5-stars.svg" alt="Rating">
|
||||
</div>
|
||||
<div class="testimonial-body">
|
||||
<p class="text-sm m-0">Lorem ipsum is placeholder text commonly used in the graphic, print, and publishing industries for previewing layouts and visual mockups.</p>
|
||||
<p class="text-sm m-0">I want everyone to feel the way I do when I give to
|
||||
someone, on a consistent basis. My family runs an animal shelter in
|
||||
North India out
|
||||
of our own pockets. I know that the millions of people giving to
|
||||
Redcross would be more satisfied supporting meaningful missions around
|
||||
the world.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="testimonial-footer">
|
||||
<div class="testimonial-image">
|
||||
<img src="dist/images/testimonial-03.png" alt="Evan Hill">
|
||||
<img src="dist/images/testimonial-01.JPG" alt="Mark Walker">
|
||||
</div>
|
||||
<div class="testimonial-name text-sm">Evan Hill</div>
|
||||
<div class="testimonial-name text-sm">Arjun Patel</div>
|
||||
<div class="testimonial-position">CEO + Product</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="cta section text-light">
|
||||
<div class="container">
|
||||
<div class="cta-inner section-inner is-revealing">
|
||||
<h3 class="section-title mt-0">Nisi porta lorem mollis aliquam ut.</h3>
|
||||
<div class="cta-cta">
|
||||
<a class="button button-wide-mobile" href="#">Get started</a>
|
||||
<!-- <div class="testimonial is-revealing">
|
||||
<div class="testimonial-inner">
|
||||
<div class="testimonial-main mb-32">
|
||||
<div class="testimonial-rating mb-24">
|
||||
<img src="dist/images/5-stars.svg" alt="Rating">
|
||||
</div>
|
||||
<div class="testimonial-body">
|
||||
<p class="text-sm m-0">I want everyone to feel the way I do when I give to
|
||||
someone, on a consistent basis. My family runs an animal shelter in
|
||||
North India out
|
||||
of our own pockets. I know that the millions of people giving to
|
||||
Redcross would be more satisfied supporting meaningful missions around
|
||||
the world.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="testimonial-footer">
|
||||
<div class="testimonial-image">
|
||||
<img src="dist/images/testimonial-01.JPG" alt="Mark Walker">
|
||||
</div>
|
||||
<div class="testimonial-name text-sm">Rodrigo Palmaka</div>
|
||||
<div class="testimonial-position">CEO + Product</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<footer class="site-footer">
|
||||
<div class="container">
|
||||
<div class="site-footer-inner">
|
||||
<section class="cta section text-light">
|
||||
<div class="container">
|
||||
<div class="cta-inner section-inner is-revealing">
|
||||
<h3 class="section-title mt-0">Contact us with any inquiries.</h3>
|
||||
<div class="cta-cta">
|
||||
<a class="button button-wide-mobile" href="#">team@ucharify.com</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<footer class="site-footer">
|
||||
<div class="container">
|
||||
<div class="site-footer-inner">
|
||||
<div class="site-footer-top">
|
||||
<div class="site-footer-unit">
|
||||
<div class="site-footer-unit-inner">
|
||||
@@ -345,7 +395,9 @@
|
||||
<a href="#">
|
||||
<span class="screen-reader-text">Facebook</span>
|
||||
<svg width="16" height="16" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M6.023 16L6 9H3V6h3V4c0-2.7 1.672-4 4.08-4 1.153 0 2.144.086 2.433.124v2.821h-1.67c-1.31 0-1.563.623-1.563 1.536V6H13l-1 3H9.28v7H6.023z" fill="#FFF"/>
|
||||
<path
|
||||
d="M6.023 16L6 9H3V6h3V4c0-2.7 1.672-4 4.08-4 1.153 0 2.144.086 2.433.124v2.821h-1.67c-1.31 0-1.563.623-1.563 1.536V6H13l-1 3H9.28v7H6.023z"
|
||||
fill="#FFF" />
|
||||
</svg>
|
||||
</a>
|
||||
</li>
|
||||
@@ -353,7 +405,9 @@
|
||||
<a href="#">
|
||||
<span class="screen-reader-text">Twitter</span>
|
||||
<svg width="16" height="16" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M16 3c-.6.3-1.2.4-1.9.5.7-.4 1.2-1 1.4-1.8-.6.4-1.3.6-2.1.8-.6-.6-1.5-1-2.4-1-1.7 0-3.2 1.5-3.2 3.3 0 .3 0 .5.1.7-2.7-.1-5.2-1.4-6.8-3.4-.3.5-.4 1-.4 1.7 0 1.1.6 2.1 1.5 2.7-.5 0-1-.2-1.5-.4C.7 7.7 1.8 9 3.3 9.3c-.3.1-.6.1-.9.1-.2 0-.4 0-.6-.1.4 1.3 1.6 2.3 3.1 2.3-1.1.9-2.5 1.4-4.1 1.4H0c1.5.9 3.2 1.5 5 1.5 6 0 9.3-5 9.3-9.3v-.4C15 4.3 15.6 3.7 16 3z" fill="#FFF"/>
|
||||
<path
|
||||
d="M16 3c-.6.3-1.2.4-1.9.5.7-.4 1.2-1 1.4-1.8-.6.4-1.3.6-2.1.8-.6-.6-1.5-1-2.4-1-1.7 0-3.2 1.5-3.2 3.3 0 .3 0 .5.1.7-2.7-.1-5.2-1.4-6.8-3.4-.3.5-.4 1-.4 1.7 0 1.1.6 2.1 1.5 2.7-.5 0-1-.2-1.5-.4C.7 7.7 1.8 9 3.3 9.3c-.3.1-.6.1-.9.1-.2 0-.4 0-.6-.1.4 1.3 1.6 2.3 3.1 2.3-1.1.9-2.5 1.4-4.1 1.4H0c1.5.9 3.2 1.5 5 1.5 6 0 9.3-5 9.3-9.3v-.4C15 4.3 15.6 3.7 16 3z"
|
||||
fill="#FFF" />
|
||||
</svg>
|
||||
</a>
|
||||
</li>
|
||||
@@ -361,7 +415,9 @@
|
||||
<a href="#">
|
||||
<span class="screen-reader-text">Google</span>
|
||||
<svg width="16" height="16" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M7.9 7v2.4H12c-.2 1-1.2 3-4 3-2.4 0-4.3-2-4.3-4.4 0-2.4 2-4.4 4.3-4.4 1.4 0 2.3.6 2.8 1.1l1.9-1.8C11.5 1.7 9.9 1 8 1 4.1 1 1 4.1 1 8s3.1 7 7 7c4 0 6.7-2.8 6.7-6.8 0-.5 0-.8-.1-1.2H7.9z" fill="#FFF"/>
|
||||
<path
|
||||
d="M7.9 7v2.4H12c-.2 1-1.2 3-4 3-2.4 0-4.3-2-4.3-4.4 0-2.4 2-4.4 4.3-4.4 1.4 0 2.3.6 2.8 1.1l1.9-1.8C11.5 1.7 9.9 1 8 1 4.1 1 1 4.1 1 8s3.1 7 7 7c4 0 6.7-2.8 6.7-6.8 0-.5 0-.8-.1-1.2H7.9z"
|
||||
fill="#FFF" />
|
||||
</svg>
|
||||
</a>
|
||||
</li>
|
||||
@@ -444,14 +500,15 @@
|
||||
<a href="#">Terms</a>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="footer-copyright">© 2018 Ruby, all rights reserved</div>
|
||||
<div class="footer-copyright">© 2018 Ucharify, all rights reserved</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
<script src="dist/js/main.min.js"></script>
|
||||
<script src="./src/js/charts.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
</html>
|
||||
@@ -18,4 +18,20 @@
|
||||
|
||||
.margin-top {
|
||||
margin-top: 3em;
|
||||
}
|
||||
|
||||
|
||||
.how-it-works-container {
|
||||
padding: 60px;
|
||||
background-color: #161E2A;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.how-it-works-title {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.testimonial-position {
|
||||
margin-left: 10px;
|
||||
font-size: 13px;
|
||||
}
|
||||
Reference in New Issue
Block a user