[Midnightbsd-cvs] www: donations.html: adding donations page.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Oct 23 14:19:15 EDT 2007


Log Message:
-----------
adding donations page.

Added Files:
-----------
    www/community:
        donations.html (r1.1)

-------------- next part --------------
--- /dev/null
+++ community/donations.html
@@ -0,0 +1,83 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+        "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+<title>MidnightBSD :: Community :: Donations</title>
+<link rel="stylesheet" type="text/css" media="all" href="/css/base.css" />
+<!-- $MidnightBSD: www/community/donations.html,v 1.1 2007/10/23 18:19:15 laffer1 Exp $ -->
+</head>
+
+<body>
+
+<!--#include virtual="/header.html" -->
+
+<div id="content">
+
+<div id="rnav">
+        <ul>
+            <li><a href="/index.html" title="Home">Home</a></li>
+            <li><a href="/about/index.html" title="About">About</a></li>
+            <li><a href="/download/index.html" title="Get MidnightBSD">Get MidnightBSD</a></li>
+            <li><a href="/docs/index.html" title="Documentation">Documentation</a></li>
+
+            <li><a href="/community/index.html" title="Community">Community</a></li>
+            <li><a href="/developer/index.html" title="Developers">Developers</a></li>
+            <li><a href="/support/index.html" title="Support">Support</a></li>
+        </ul>
+
+        <p>
+            <a href="/de/index.html" title="German">DE</a>
+            <a href="/index.html" title="English">EN</a>
+        <a href="/ru/index.html" title="Russian">RU</a>
+    </p>
+
+        <p style="border-top: thin dashed silver; padding-top: 10px;"><img src="/images/feed.gif" alt="RSS Feed" />
+        <a href="http://www.justjournal.com/users/mbsd/rss">Developer Blog</a></p>
+</div>
+
+  <h2>Donations</h2>
+<!-- Based on DragonFly's page -->
+
+  <p>MidnightBSD is not yet incorporated as a non-profit, meaning no tax benefit is available for donating to the project. However, developers can still use your contributed hardware.</p>
+
+<p>Please email luke at midnightbsd.org to make a request or when a request is filled, so that we may update this page. Requestors on this page should have at least one accepted contribution to MidnightBSD.
+</p>
+
+<p>Donors, please contact the requestor directly and CC the above address. The MidnightBSD project cannot assist with aranging delivery and is not responsible for any transactions.</p>
+
+<p>Check with your local post office for requirements to send out of the country if needed.</p>
+
+<table width="100%" cellpadding="2" cellspacing="0" border="1">
+<tr style="background-color: navy; color: white;">
+	<th>Requestor</th>
+	<th>Requested Items</th>
+	<th>Used for</th>
+</tr>
+
+<!-- use this as a template -->
+
+<!-- posted dd/mm/yyyy -->
+<!--
+<tr>
+	<td> 
+		Joe Schmoe<br />
+		joe at schmoe dot com<br />
+		California, USA	
+	</td>
+	<td>
+	Orbitech, Onitron, or Obzug Electronics SCSI drive, any size.
+	</td>
+	<td>
+	SCSI controller support
+	</td>
+</tr>
+-->
+</table>
+</div>
+<!-- END CONTENT -->
+
+<!--#include virtual="/footer.html" -->
+
+</body>
+</html>


More information about the Midnightbsd-cvs mailing list