[git] gnupg-doc - branch, preview, updated. 3c81dbd76d26a9b30c54fd94f6563c2fbfde62c7

by Kai Michaelis cvs at cvs.gnupg.org
Thu May 18 17:22:30 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  3c81dbd76d26a9b30c54fd94f6563c2fbfde62c7 (commit)
      from  476481a505a77198465528622f5e3965efab0f7c (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 3c81dbd76d26a9b30c54fd94f6563c2fbfde62c7
Author: Kai Michaelis <kai at gnupg.org>
Date:   Thu May 18 17:24:16 2017 +0200

    campaign: boostrap checkout-bt

diff --git a/web/donate/checkout-bc.org b/web/donate/checkout-bc.org
index 9ba7f76..93b9a83 100644
--- a/web/donate/checkout-bc.org
+++ b/web/donate/checkout-bc.org
@@ -1,24 +1,90 @@
+#                                                    -*- html -*-
 #+TITLE: GnuPG - Donate - Donate Bitcoins
 #+STARTUP: showall
 #+SETUPFILE: "../share/setup.inc"
 
-* Donate Bitcoins to the GnuPG Project
+#+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">
 
-  Donated Bitcoins are collected by the [[https://www.gnupg.org/verein][GnuPG e.V.]]
+  <script defer src="/share/3rdparty/jquery/jquery.min.js"></script>
+  <script defer src="/share/3rdparty/bootstrap/bootstrap.min.js"></script>
 
-#+BEGIN_HTML
-  <p>
-  Send your Bitcoins to
-  <a href="bitcoin:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
-  ><tt>xxxxxxxxxxxxxxxxx­xxxxxxxxxxxxxxxxx</tt></a>.
-  </p>
-#+END_HTML
+</head>
+  <body lang="en">
+    <!-- Fixed navbar -->
+    <nav class="navbar navbar-default navbar-fixed-top">
+      <div class="container">
 
+        <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>
+          Donated Bitcoins are collected by the [[https://www.gnupg.org/verein][GnuPG e.V.]]
+          </p>
+
+          <p>
+          Send your Bitcoins to
+          <a href="bitcoin:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
+          ><tt>xxxxxxxxxxxxxxxxx­xxxxxxxxxxxxxxxxx</tt></a>.
+          </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-bc.org | 94 +++++++++++++++++++++++++++++++++++++++-------
 1 file changed, 80 insertions(+), 14 deletions(-)


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




More information about the Gnupg-commits mailing list