-
Notifications
You must be signed in to change notification settings - Fork 4
/
campaign2015.html
146 lines (129 loc) · 5.66 KB
/
campaign2015.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>The OpenBSD Foundation 2015 Fundraising Campaign</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Le styles -->
<link href="css/bootstrap.css" rel="stylesheet">
<style type="text/css">
body {
padding-top: 20px;
padding-bottom: 40px;
}
/* Custom container */
.container-narrow {
margin: 0 auto;
max-width: 800px;
}
.container-narrow > hr {
margin: 30px 0;
}
/* Main marketing message and sign up button */
.jumbotron {
margin: 20px 0;
text-align: center;
}
.jumbotron h1 {
font-size: 72px;
line-height: 1;
}
.jumbotron .btn {
font-size: 21px;
padding: 14px 24px;
}
/* Supporting marketing content */
.marketing {
margin: 60px 0;
}
.marketing p + h4 {
margin-top: 28px;
}
</style>
<link href="css/bootstrap-responsive.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Fav and touch icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="ico/apple-touch-icon-57-precomposed.png">
<link rel="shortcut icon" href="ico/favicon.ico">
</head>
<body>
<div class="container-narrow">
<div class="masthead">
<ul class="nav nav-pills pull-right">
<li><a href="index.html">Home</a></li>
<li><a href="foundation/bylaws.html">Our Bylaws</a></li>
<li class="active"><a href="donations.html">Donations</a></li>
<li><a href="activities.html">Activities</a></li>
<li><a href="contributors.html">Contributors</a></li>
<li><a href="membership.html">Membership</a></li>
</ul>
<h3 class="muted">The OpenBSD Foundation</h3>
<hr>
</div>
<div class="marketing">
<h4>Our 2015 Fundraising Campaign</h4><p>
<P> The OpenBSD Foundation needs your help to achieve our
fundraising goal of $200,000 for 2015.
<P>
Reaching this goal will ensure the
continued health of the projects we support, will enable us to
help them do more, and will avoid the distraction of financial
emergencies that could spell the end of the projects.
<P>
2014 was a very good year for the foundation financially, due to a
number of unique events. A very public financial crisis at the start
of the year generated extensive community support, and the releases of
<A HREF="http://www.libressl.org">LibreSSL</A> generated significant interest and support.
<P>
It is important for us not to rely on one time events for our success.
<P>
Our goal for 2015 is to increase the amount of support we offer
for development, without compromising our regular support for the projects.
We would like to:
<UL>
<LI> Plan and support more developer events (hackathons), and allow for more developers to attend these events.
<LI> Continue to improve the project infrastructure.
<LI> Fund more dedicated developer time for targeted development of specific projects.
</UL>
<br>
<P> To achieve our goal we need both Individual and Corporate sponsorship of the foundation. To put our goal in context:
<UL>
<LI>If $10 were given for every installation of OpenBSD in the last year from the master site (ignoring the mirrors) we would be at our goal.
<LI>If $2 were given for every download of the OpenSSH source code in the last year from the master site (ignoring the mirrors) we would be at our goal.
<LI>If a penny was donated for every pf or OpenSSH installed with a mainstream operating system or phone in the last year we would be at our goal.
</UL>
<P>
As an individual or corporation, the best kind of donation we can receive is a recurring donation. This allows longer term planning on our part, instead of hoping for one time cash infusions. The easiest way for an individual to support us in this way is a recurring PayPal donation, which is our preference.
<P> Donations to the foundation can be made on our <A HREF="donations.html">Donations Page</A>. We can be contacted regarding corporate sponsorship at <A HREF="mailto:[email protected]">[email protected]</A>
<BR>
<BR><HR>
<center>
<!-- www.entropyfarm.org/software/thermo -->
<img src="thermometer2015.jpg"/>
</center>
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap-transition.js"></script>
<script src="js/bootstrap-alert.js"></script>
<script src="js/bootstrap-modal.js"></script>
<script src="js/bootstrap-dropdown.js"></script>
<script src="js/bootstrap-scrollspy.js"></script>
<script src="js/bootstrap-tab.js"></script>
<script src="js/bootstrap-tooltip.js"></script>
<script src="js/bootstrap-popover.js"></script>
<script src="js/bootstrap-button.js"></script>
<script src="js/bootstrap-collapse.js"></script>
<script src="js/bootstrap-carousel.js"></script>
<script src="js/bootstrap-typeahead.js"></script>
</body>
</html>