This repository has been archived by the owner on Apr 18, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
virtual-about-fgt.php
67 lines (61 loc) · 2.98 KB
/
virtual-about-fgt.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<?
$page_title = "Donation Details";
$page_template = "donation-details";
?>
<?php include("includes/_virtual-header.php"); ?>
<div class="container header">
<div class="row">
<div class="ten columns">
<h1 class="purple">Back to School Drive</h1>
</div>
<div class="two columns company">
<img src="vgt-images/cisco.png"/>
</div>
</div>
</div>
<div class="row">
<div class="nine columns">
<div class="row">
<div class="twelve columns">
<a href="virtual-giving.php">« Back</a>
<h2>About Family Giving Tree</h2>
<div class="row">
<div class="four columns">
<h3>970,516 Children</h3>
<p>Have received holiday gifts or back-to-school supplies through Family Giving Tree since 1990</p>
</div>
<div class="four columns">
<h3>1,123,228 Gifts</h3>
<p>Delivered to needy children. We provide gifts during the holidays, and back-to-school supplies during the school year.</p>
</div>
<div class="four columns">
<h3>89%</h3>
<p>of every donation we raise goes straight to participating charities</p>
</div>
</div>
<div class="row">
<div class="twelve columns">
<h3>About</h3>
<div class="row">
<div class="nine columns">
<p>Believe it or not, the seed of Family Giving Tree was planted as a San Jose State MBA class project. The assignment: "create a program that adds value to someone else's life. Originally, Family Giving Tree fulfilled the wishes of 2,010 children in East Palo Alto. From there, it continued to grow and grow under the leadership of co-founder Jennifer Cullenbine, who believes in nurturing children's precious memories by fulfilling their needs.</p>
<p>Today, Family Giving Tree continues to fulfill the unique holiday wishes of children in low-income communities and provide donated backpacks stuffed with school supplies so they?re prepared to learn. It's not just about gifts or rulers or even backpacks. It's about giving children happy memories and bestowing joy. Over the years, we've helped put smiles on the faces of a million kids. <a href="http://familygivingtree.org" title="learn more">Learn more »</a></p>
</div>
<div class="three columns">
<img src="vgt-images/c-photo9.png">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="three columns">
<div class="fixed panel">
<h6>About Cicso and Family Giving Tree!</h6>
<p>Donec id elit non mi porta gravida at eget metus. Nullam quis risus eget urna mollis ornare vel eu leo. Nullam id dolor id nibh ultricies vehicula ut id elit. Donec sed odio dui.</p>
<a href="#" class="button purple">Donate Now</a>
</div>
</div>
</div>
<?php include("includes/_virtual-footer.php"); ?>