-
Notifications
You must be signed in to change notification settings - Fork 0
/
fund.html
64 lines (53 loc) · 3.22 KB
/
fund.html
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
<!DOCTYPE html lang="en">
<html>
<head>
<meta charset="UTF-8">
<title>Red Burns Fund</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
<style>
.navbar {
border-color: black;
}
</style>
</head>
<body>
<script src="http://code.jquery.com/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<div class="container">
<nav class="navbar navbar-default" role="navigation">
<div class="navbar-header">
<img class="navbar-brand" src="img/nyutisch_color.png" alt="NYU ITP" height="50">
<ul class="nav navbar-nav">
<li class="active"><a href="/redburnsfund">Red Burns Fund</a></li>
<li><a href="bio.html">About Red</a></li>
<li><a href="/redburnsfund/donate.html">Donate</a></li>
<li><a href="/redburnsfund/share.php">Share Your Story</a></li>
</ul>
</div> <!-- navbar-header -->
</nav>
<div class="jumbotron">
<h1>Red Burns Fund</h1>
<p>KEEP THE SPIRIT ALIVE!</p>
<p>Here is the video of Red that was shown at the Memorial on Nov.2. She still is as wise as Yoda, but here she looks like our Red.</p>
<iframe src="//player.vimeo.com/video/78544041" width="500" height="281" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> <p><a href="http://vimeo.com/78544041">Red - In Her Own Words</a></p>
<p>There is no more important way to honor Red Burns’ life and work than to help us keep ITP alive and well by donating to the Red Burns Scholarship Fund.</p>
<p>We are seeking to raise $5 million dollars,which will serve as a solid base to build the future of ITP. We are almost 20% of the way to our goal, thanks to the alumni contributions at the 30th anniversary.</p>
<p>Your contributions to the Red Burns Scholarship Fund will keep ITP within the reach of the best and the brightest students, from all over the world, from diverse backgrounds and who will continue to discover and make an as yet unimagined future.</p>
<!-- <p>Here’s one incentive. Donate $100 or more to get "In Her Own Words", the book of quotes from Red Burns. It’s yours for a $100 donation!</p> -->
<p>Maybe you’d be able to pledge $100 a year for 10 years, 20?<br />
Maybe you can give more and want to make a matching pledge?</p>
<p>Are we starting to sound like NPR yet? Let’s sound like ITP. What are your ideas for raising money...and think outside the box. Assume the expected fundraising activities are going on.</p>
<p>If you have a suggestion, <a href="mailto:[email protected]">click here</a>.</p>
<div class="text-center">
<a class="btn btn-primary btn-large" href="https://itp.nyu.edu/redburnsfund/donate.html">Make a donation</a>
</div> <!-- text-center -->
</div> <!-- jumbotron -->
</div> <!-- container -->
<div id="footer">
<div class="container">
<p class="text-muted text-center"><a href="http://www.tisch.nyu.edu"><img src="img/nyutisch_color.png" alt="NYU ITP" height="25"></a> | <a href="http://itp.nyu.edu">ITP</a></p>
</div> <!-- container -->
</div> <!-- footer -->
</body>
</html>