-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
54 lines (40 loc) · 2.65 KB
/
index.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
<!DOCTYPE html lang="en">
<html lang="en">
<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">
<?php include "nav.php"; ?>
<div class="jumbotron">
<h1>Red Burns Scholarship Fund</h1>
<p>KEEP THE SPIRIT ALIVE!</p>
<p>This video was shown at the Red Burns Memorial on November 2, 2013.</p>
<iframe src="https://player.vimeo.com/video/78998056" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
<p><a href="https://vimeo.com/78998056">Red Burns: In Her Own Words</a> from <a href="https://vimeo.com/itpred">ITP_NYU</a> on <a href="https://vimeo.com">Vimeo</a>.</p>
<p>The Red Burns Scholarship Fund, begun in 2009 at the time of the ITP30 celebration, was made possible by the donations of generous ITP alums and leadership grants by members of the ITP extended family.</p>
<p>The Fund allows ITP to support current students in need, particularly second year students who typically are not able to access other funding opportunities.</p>
<p>The Fund is named in honor of Red Burns, one of the founders of ITP, and Chair for 28 years. With the belief in the power of collective action -- that motivated, engaged people can make a difference -- please honor her with a pledge to the Red Burns Fund.</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>All who donate $100 or more will receive a copy of "In Her Own Words," a book of Red's quotes.</p> -->
<p>Maybe you’d be able to pledge $100 a year for 10 years, 20? 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. Help us reach our goal to provide funding for scholarships.</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://www.nyu.edu/giving/give-now/?id=1000381">Make a donation</a>
</div> <!-- text-center -->
</div> <!-- jumbotron -->
</div> <!-- container -->
<?php include "footer.php"; ?>
</body>
</html>