[git] gnupg-doc - branch, preview, updated. c30f8cf895e13cf25606274978379ccb9ae79ea5

by Kai Michaelis cvs at cvs.gnupg.org
Mon May 22 16:37:38 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  c30f8cf895e13cf25606274978379ccb9ae79ea5 (commit)
      from  e9e3d7c5baadc47758a6013515f3efad62444aae (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 c30f8cf895e13cf25606274978379ccb9ae79ea5
Author: Kai Michaelis <kai at gnupg.org>
Date:   Mon May 22 16:38:34 2017 +0200

    campaign: new css on paypal cancel page

diff --git a/web/donate/paypal-can.org b/web/donate/paypal-can.org
index b73a9fc..51d2cd1 100644
--- a/web/donate/paypal-can.org
+++ b/web/donate/paypal-can.org
@@ -1,14 +1,81 @@
-#+TITLE: GnuPG - Donate - Canceled
+#                                                    -*- html -*-
+#+TITLE: GnuPG - Donate - Paypal Cancelled
 #+STARTUP: showall
 #+SETUPFILE: "../share/setup.inc"
 
-* Donate - Canceled
+#+BEGIN_HTML
+<!--custom-page-->  <!-- this disables all standard processing. -->
+<!--html-->
+  <!--head-->
+    <!-- bootstrap core and site css -->
+    <link href="/share/3rdparty/bootstrap/bootstrap-gnupg.css" rel="stylesheet">
+    <link href="/share/campaign/campaign.css" rel="stylesheet">
 
-  *You canceled the donation process*
+    <script defer src="/share/3rdparty/jquery/jquery.min.js"></script>
+    <script defer src="/share/3rdparty/bootstrap/bootstrap.min.js"></script>
+  </head>
+  <body lang="en">
+    <!-- Fixed navbar -->
+    <nav class="navbar navbar-default navbar-fixed-top">
+      <div class="container">
 
-#+BEGIN_HTML
-  <ul>
-    <li><a href="/donate/index.html">Back to the donation page</a></li>
-    <li><a href="/index.html">Home</a></li>
-  </ul>
+        <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>
+
+        <div id="navbar" class="navbar-collapse collapse">
+          <ul class="nav navbar-nav">
+            <li><a href="/">Home</a></li>
+          </ul>
+        </div><!--/.nav-collapse -->
+      </div>
+    </nav>
+
+    <div class="camp-gutter container">
+      <div class="row">
+        <div class="col-md-7 col-md-offset-2">
+          <h2>Canceled</h2>
+          <p>
+          You cancelled the donation process.
+          </p>
+        </div>
+      </div>
+
+      <div class="row">
+        <div class="col-sm-5 col-md-offset-2">
+          <p>
+            <a class="btn btn-default btn-sm" href="/donate">Back</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/paypal-can.org | 83 ++++++++++++++++++++++++++++++++++++++++++-----
 1 file changed, 75 insertions(+), 8 deletions(-)


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




More information about the Gnupg-commits mailing list