forked from ritsec/ritsec.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdonors.html
50 lines (47 loc) · 1.47 KB
/
donors.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
---
layout: info_page
title: Donation
---
<style>
input {
background-color: orange;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
width: 50%;
font-size: 30px;
font-weight: bold;
}
</style>
<div style="text-align: center">
<p style="font-size: 18px">
Although we have very supportive sponsors, we welcome donations from the
entire community. We have never, and will never ask for membership fees. Our
members pay for the club with their passion and hard work. This passion is
enough to keep the club running forever. However, funding allows us to apply
our passion to really awesome projects and events. Your donations will go
towards competitions, social events, conference scholarships, and other
general club activities.
</p>
</div>
<br />
<div style="text-align: center">
<input
type="button"
value="Donate!"
onclick="window.open('http://www.rit.edu/giving/RITSEC')"
/>
</div>
<br />
<div style="text-align: center">
<h1 style="color: black">Thank you to our donors!</h1>
<h4 style="color:black; font-weight: bold; font-size: 24px">2018-2019</h4>
<h4 style="color: black">The O’Brien Family</h4>
<br/>
<h4 style="color:black; font-weight: bold; font-size: 24px">2019-2020</h4>
<h4 style="color: black">Nick O'Brien</h4>
<h4 style="color: black">Jaime Geiger</h4>
</div>