66 lines
2 KiB
HTML
66 lines
2 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Garrity Software - Donate</title>
|
|
<meta name="author" content="pfm" />
|
|
<meta name="description" content="Garrity Software - Donate" />
|
|
<link rel="stylesheet" type="text/css" href="assets/gs.css">
|
|
</head>
|
|
<body>
|
|
|
|
<div id="container">
|
|
|
|
<!-- Header/Logo -------------------------------------------------------------->
|
|
<header>
|
|
<h1>Garrity Software</h1>
|
|
</header>
|
|
|
|
<!-- Navigation --------------------------------------------------------------->
|
|
<nav>
|
|
<ul>
|
|
<li><a href="index.html">about</a></li>
|
|
<li><a href="products.html">products</a></li>
|
|
<li><a href="oss.html">open source</a></li>
|
|
<li><a href="donate.html">donate</a></li>
|
|
<li><a href="contact.html">contact</a></li>
|
|
</ul>
|
|
</nav>
|
|
|
|
<!-- Main Content ------------------------------------------------------------->
|
|
<main>
|
|
|
|
<section id="donate">
|
|
<h1>Donate</h1>
|
|
<p>Garrity Software is a fledgling organization that produces open source
|
|
libraries and intends to sell software. If you like the open source work, or you
|
|
want to support Pat in achieving the <a href="index.html#mission">Mission</a> of
|
|
a sustainable organization and lifestyle, please consider donating!</p>
|
|
<p><strong><a href="https://ko-fi.com/gspfm">Donate to Pat on Ko-fi</a></strong></p>
|
|
|
|
<h2>What do my donations do?</h2>
|
|
<p>Donations help to cover the costs of anything related to open source
|
|
development (servers, subscriptions, etc.) or community development. Donations
|
|
also serve as a general source of encouragement, and help move the needle
|
|
towards <em><a href="index.html#roadmap">independence</a></em>.</p>
|
|
|
|
<p>Donations are not (and will not be) used for any paid product hosting or
|
|
other payment-related services.</p>
|
|
</section>
|
|
|
|
<section id="sponsor">
|
|
<h1>Sponsorship</h1>
|
|
<p>If, for some reason, your company wants to <em>sponsor</em> Garrity Software,
|
|
please <a href="contact.html">contact Pat directly</a>.</p>
|
|
</section>
|
|
|
|
</main>
|
|
|
|
<!-- Footer ------------------------------------------------------------------->
|
|
<footer>
|
|
Content Copyright © Patrick Garrity
|
|
</footer>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|