[git] gnupg-doc - branch, preview, updated. 2eb366c730c45ae507792d448f34ccc684d678d6

by Kai Michaelis cvs at cvs.gnupg.org
Thu May 18 16:43:51 CEST 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GnuPG website and other docs".

The branch, preview has been updated
       via  2eb366c730c45ae507792d448f34ccc684d678d6 (commit)
      from  72361567206fc2f2dd1155ca23eff1b6f20ca022 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2eb366c730c45ae507792d448f34ccc684d678d6
Author: Kai Michaelis <kai at gnupg.org>
Date:   Thu May 18 16:45:25 2017 +0200

    campaign: boostrap checkout-se

diff --git a/web/donate/checkout-se.org b/web/donate/checkout-se.org
index 9ebd91d..e037827 100644
--- a/web/donate/checkout-se.org
+++ b/web/donate/checkout-se.org
@@ -1,69 +1,163 @@
+#                                                    -*- html -*-
 #+TITLE: GnuPG - Donate - Checkout using SEPA
 #+STARTUP: showall
 #+SETUPFILE: "../share/setup.inc"
 
-* Donate - Checkout using SEPA
+#+BEGIN_HTML
+<!--custom-page-->  <!-- this disables all standard processing. -->
+  <!-- bootstrap core and site css -->
+  <link href="/share/3rdparty/bootstrap/bootstrap-gnupg.css" rel="stylesheet">
+  <link href="/share/campaign/campaign.css" rel="stylesheet">
 
-  Single Euro Payments Area credit transfers can be used to transfer
-  Euro within the 34 states of the European Union and 6 associated
-  states.
+  <script defer src="/share/3rdparty/jquery/jquery.min.js"></script>
+  <script defer src="/share/3rdparty/bootstrap/bootstrap.min.js"></script>
 
-#+BEGIN_HTML
-  <table border="0" cellpadding="0" cellspacing="4" id="checkoutSummary">
-   <tr>
-     <td align="right">Name: </td>
-     <td><!--NAME--></td>
-   </tr>
-   <tr>
-     <td align="right">Mail: </td>
-     <td><!--MAIL--></td>
-   </tr>
-   <tr>
-     <td align="right" valign="top">Message: </td>
-     <td><!--MESSAGE_FMT--></td>
-   </tr>
-  </table>
-#+END_HTML
+</head>
+  <body lang="en">
+    <style>
+.control-label {
+  padding-top: 0 !important;
+}
 
-  Please send your donation to this bank account:
+.form-control-static {
+  padding-top: 0 !important;
+  padding-bottom: 0 !important;
+  min-height: 0 !important;
+}
+    </style>
 
-#+BEGIN_HTML
-  <table border="0" cellpadding="0" cellspacing="4" id="checkoutSummary">
-   <tr>
-     <td align="right">Owner: </td>
-     <td>g10 Code GmbH</td>
-   </tr>
-   <tr>
-     <td align="right">IBAN: </td>
-     <td>DE76 3015 0200 0002 1086 03</td>
-   </tr>
-   <tr>
-     <td align="right">BIC: </td>
-     <td>WELADED1KSD</td>
-   </tr>
-   <tr>
-     <td align="right">Reference: </td>
-     <td><!--SEPA_REF--></td>
-   </tr>
-   <tr>
-     <td align="right">Amount: </td>
-     <td><!--AMOUNT-->
-         EUR</td>
-   </tr>
-  </table>
-#+END_HTML
+    <!-- Fixed navbar -->
+    <nav class="navbar navbar-default navbar-fixed-top">
+      <div class="container">
 
-  Take care to give the reference number so that we can match your
-  data with your actual donation and list you as donor if desired.
-  The given reference number expires in 30 days, thus please act in
-  time.  You may send a different amount but please send at least 5
-  Euro to cover our bookkeeping costs.  Using the reference number for
-  recurring donations is also possible.
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle collapsed"
+                  data-toggle="collapse" data-target="#navbar"
+                  aria-expanded="false" aria-controls="navbar">
+            <span class="sr-only">Toggle navigation</span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <img class="navbar-brand" alt="GnuPG"
+               src="/share/gnupg-lock-white-250x250.png">
+        </div>
 
-  *Thank you in advance for your donation.*
+        <div id="navbar" class="navbar-collapse collapse">
+          <ul class="nav navbar-nav">
+            <li><a href="/">Home</a></li>
+          </ul>
+        </div><!--/.nav-collapse -->
+      </div>
+    </nav>
 
-#+BEGIN_HTML
-  <ul>
-    <li><a href="/index.html">Continue</a></li>
-  </ul>
+    <div class="camp-gutter container">
+      <div class="row">
+        <div class="col-md-7 col-md-offset-2">
+          <h2>Summary</h2>
+          <p>
+          Single Euro Payments Area credit transfers can be used to transfer
+          Euro within the 34 states of the European Union and 6 associated
+          states.
+          </p>
+          <form class="form-horizontal">
+            <div class="form-group">
+              <label class="col-sm-3 control-label">Name</label>
+              <div class="col-sm-9">
+                <p class="form-control-static"><!--NAME--></p>
+              </div>
+            </div>
+            <div class="form-group">
+              <label class="col-sm-3 control-label">Mail</label>
+              <div class="col-sm-9">
+                <p class="form-control-static"><!--MAIL--></p>
+              </div>
+            </div>
+            <div class="form-group">
+              <label class="col-sm-3 control-label">Message</label>
+              <div class="col-sm-9">
+                <p class="form-control-static"><!--MESSAGE_FMT--></p>
+              </div>
+            </div>
+          </form>
+
+          <p>
+          Please send your donation to this bank account:
+          </p>
+
+          <form class="form-horizontal">
+            <div class="form-group">
+              <label class="col-sm-3 control-label">Owner</label>
+              <div class="col-sm-9">
+                <p class="form-control-static">g10 Code GmbH</p>
+              </div>
+            </div>
+            <div class="form-group">
+              <label class="col-sm-3 control-label">IBAN</label>
+              <div class="col-sm-9">
+                <p class="form-control-static">DE76 3015 0200 0002 1086 03</p>
+              </div>
+            </div>
+            <div class="form-group">
+              <label class="col-sm-3 control-label">BIC</label>
+              <div class="col-sm-9">
+                <p class="form-control-static">WELADED1KSD</p>
+              </div>
+            </div>
+            <div class="form-group">
+              <label class="col-sm-3 control-label">Reference</label>
+              <div class="col-sm-9">
+                <p class="form-control-static"><!--SEPA_REF--></p>
+              </div>
+            </div>
+            <div class="form-group">
+              <label class="col-sm-3 control-label">Amount</label>
+              <div class="col-sm-9">
+                <p class="form-control-static"><!--AMOUNT--> EUR</p>
+              </div>
+            </div>
+          </form>
+
+          <p>
+            Take care to give the reference number so that we can match your
+            data with your actual donation and list you as donor if desired.
+            The given reference number expires in 30 days, thus please act in
+            time.  You may send a different amount but please send at least 5
+            Euro to cover our bookkeeping costs.  Using the reference number for
+            recurring donations is also possible.
+          </p>
+          <p>
+            <strong>Thank you in advance for your donation.</strong>
+          </p>
+        </div>
+      </div>
+
+      <div class="row">
+        <div class="col-sm-5 col-md-offset-2">
+          <p>
+            <a class="btn btn-default btn-sm" href="/">Continue</a>
+          </p>
+        </div>
+      </div>
+    </div>
+
+    <div class="camp-gutter container-fluid" id="camp-footer">
+      <div class="container">
+        <div class="row">
+          <div id="cpyright">
+            <a rel="license" href="https://creativecommons.org/licenses/by-sa/3.0/">
+              <img alt="CC-BY-SA 4.0" style="border: 0"
+                    src="/share/cc-by-sa_80x15.png"/></a> 
+            This web page is
+            Copyright 2017 The GnuPG Project and licensed under a
+            <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">
+            Creative Commons Attribution-ShareAlike 4.0 International License</a>.  See
+            <a href="/copying.html">copying</a> for details.
+          </div>
+        </div>
+      </div>
+    </div>
+
+  </body>
+</html>
 #+END_HTML

-----------------------------------------------------------------------

Summary of changes:
 web/donate/checkout-se.org | 208 ++++++++++++++++++++++++++++++++-------------
 1 file changed, 151 insertions(+), 57 deletions(-)


hooks/post-receive
-- 
The GnuPG website and other docs
http://git.gnupg.org




More information about the Gnupg-commits mailing list