[gimp-web/static-html5] basic menu, donation page.



commit b1ff4d5c16b5db2300dcec1e9258b5952c80bf90
Author: Jakub Steiner <jimmac novell com>
Date:   Tue Jun 29 22:30:13 2010 +0200

    basic menu, donation page.

 css/gimp.css     |   20 ++++++++++
 css/gimp.sass    |   20 ++++++++++
 donating.html    |  105 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 inc/_footer.html |   31 +++++++++++++++-
 4 files changed, 174 insertions(+), 2 deletions(-)
---
diff --git a/css/gimp.css b/css/gimp.css
index 3c27d43..9769062 100644
--- a/css/gimp.css
+++ b/css/gimp.css
@@ -169,3 +169,23 @@ a {
 
 #content {
   min-height: 400px; }
+
+#footer {
+  margin: 2em 0 0;
+  min-height: 200px;
+  border-top: 1px solid #1c1c1c;
+  font-size: 90%;
+  background-color: #3c3c3c;
+  overflow: hidden;
+  line-height: 170%; }
+  #footer ul {
+    margin: 0;
+    padding: 1em; }
+    #footer ul li {
+      display: block;
+      list-style: none; }
+  #footer a {
+    text-decoration: none;
+    color: #ff9d00; }
+    #footer a:hover {
+      color: #ffc100; }
diff --git a/css/gimp.sass b/css/gimp.sass
index 3dddf06..1f62e6c 100644
--- a/css/gimp.sass
+++ b/css/gimp.sass
@@ -191,3 +191,23 @@ a
 #content
   min-height: 400px
 
+#footer
+  margin: 2em 0 0
+  min-height: 200px
+  border-top: 1px solid #1c1c1c
+  font-size: 90%
+  background-color: #3c3c3c
+  overflow: hidden
+  line-height: 170%
+  ul
+    margin: 0
+    padding: 1em
+    li
+      display: block
+      list-style: none
+  a
+    text-decoration: none
+    color: $select * 1.3
+    &:hover
+      color: $select * 1.6
+
diff --git a/donating.html b/donating.html
new file mode 100644
index 0000000..083db76
--- /dev/null
+++ b/donating.html
@@ -0,0 +1,105 @@
+<!DOCTYPE html>
+<html>
+<head>
+<!--#include virtual="/inc/_links.html" -->
+</head>
+<body>
+<!--#include virtual="/inc/_header.html" -->
+
+<!-- main -->
+<div class="container-12 clearfix" id="content">
+  <div class="grid-12">
+  <h1>Donating to GIMP</h1>
+
+<form action="https://www.paypal.com/cgi-bin/webscr"; method="post">
+  <input name="cmd" type="hidden" value="_xclick" />
+  <input name="business" type="hidden" value="gimp gnome org" />
+  <input name="item_name" type="hidden" value="Donation to GIMP Project" />
+  <input name="item_number" type="hidden" value="106" />
+  <!-- <input value="http://www.gimp.org/donating/thanks.html";
+         name="return" type="hidden" /> -->
+  <input name="no_shipping" type="hidden" value="1" />
+
+  <input alt="Support GIMP" name="submit" src="donate.png" class="button" type="submit" value="Donate" />
+</form>
+<p>
+  Donating money to the GIMP project is easy! The 
+  <a href="http://www.gnome.org/";>GNOME Foundation</a> 
+  has graciously agreed to act as fiscal agents for us.
+  Contributions to the GIMP project can be made by donating to the GNOME
+  Foundation and specifying the GIMP project as the recipient. The GNOME
+  Foundation is a tax-exempt, non-profit 501(c)(3) organization and all
+  donations are tax-deductible in the USA.  </p>
+<p> 
+  There are 3 ways to support GIMP financially. Financial help is needed
+  for many different reasons. Our annual GIMP developer conference is one
+  things that the money will go to. It helps us to get as many
+  <a href="http://developer.gimp.org/";>GIMP Developers</a> to the conference as possible.
+</p> 
+<p>
+
+  Remember that if you want to be anonymous on the list of contributers
+  you need to tell this when donating. You can do this as a message in
+  paypal, then we will see that you do not want to be mentioned on the
+  site.
+</p>
+<p>
+  Many thanks to all our <a href="sponsors.html">sponsors</a>!
+</p>
+
+<h2>Cheque</h2>
+<p>
+  Cheque, made payable to the 
+  <a href="http://www.gnome.org/";>GNOME Foundation</a>, and sent to:
+
+</p>
+<p>
+  GNOME Foundation<br />
+  PO Box 101<br />
+  Groton, MA  01450<br />
+  USA
+</p>
+<p>
+  with a cover-letter (or a note in the "memo" field) saying it is for
+  the GIMP project.
+
+</p>
+
+<h2>Wire Transfer</h2>
+<p>
+  Send an email to <a href="mailto:fundraising gnome org">fundraising gnome org</a>,
+  requesting bank details, and specifying that you are donating to the
+  GIMP.
+</p>
+
+<h3>Paypal</h3>
+<p>
+  Donate to gimp gnome org, this will notify us, and the GNOME board,
+  that funds have been donated to the GIMP project.  Credit card donations
+  are also accepted via this route.
+</p>
+
+<p>
+  Please indicate whether you would like your donation to remain
+  anonymous, as otherwise you will be listed as a sponsor on the
+  gimp.org web-pages.
+</p>
+<form action="https://www.paypal.com/cgi-bin/webscr"; method="post">
+  <input name="cmd" type="hidden" value="_xclick" />
+  <input name="business" type="hidden" value="gimp gnome org" />
+  <input name="item_name" type="hidden" value="Donation to GIMP Project" />
+  <input name="item_number" type="hidden" value="106" />
+  <!-- <input value="http://www.gimp.org/donating/thanks.html";
+         name="return" type="hidden" /> -->
+  <input name="no_shipping" type="hidden" value="1" />
+
+  <input alt="Support GIMP" name="submit" src="donate.png" class="button" type="submit" value="Donate" />
+</form>
+
+  </div>
+</div>
+
+
+<!--#include virtual="/inc/_footer.html" -->
+</body>
+</html>
diff --git a/inc/_footer.html b/inc/_footer.html
index c11354d..e3115ea 100644
--- a/inc/_footer.html
+++ b/inc/_footer.html
@@ -1,7 +1,34 @@
 <div id="footer">
   <div class="container-12">
-    <div class="grid-12">
-      FIXME: menu
+    <div class="grid-3">
+      <ul>
+        <li><a href="/features.html">Features</a></li>
+        <li><a href="/download.html">Download</a></li>
+        <li><a href=""></a></li>
+      </ul>
     </div>
+    <div class="grid-3">
+      <ul>
+        <li><a href="http://docs.gimp.org";>Documentation</a></li>
+        <li><a href="/userfaq.html">FAQ</a></li>
+        <li><a href="/books.html">Books</a></li>
+        <li><a href="/tutorials.html">Tutorials</a></li>
+        <li><a href="/links.html">Links</a></li>
+      </ul>
+    </div>
+    <div class="grid-3">
+     <ul>
+        <li><a href="/history.html">Ancient History</a></li>
+        <li><a href="/splashes.html">Splash Archive</a></li>
+      </ul>
+    </div>
+    <div class="grid-3">
+     <ul>
+        <li><a href="/donating.html">Donating</a></li>
+        <li><a href="/bugs.html">Bug Reports</a></li>
+        <li><a href="/merchandise.html">GIMP Goods</a></li>
+        <li><a href="http://devel.gimp.org";>Developers</a></li>
+      </ul>    
+    </div>        
   </div>
 </div>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]