[git] gnupg-doc - branch, preview, updated. 3b74cd116d4ab8a5166204a4bf7fc1d0389f784d
by Neal H. Walfield
cvs at cvs.gnupg.org
Tue May 16 11:10:06 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 3b74cd116d4ab8a5166204a4bf7fc1d0389f784d (commit)
from 30d3c6a0772441d060e3a62d9f6ada26aeb7d1cb (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 3b74cd116d4ab8a5166204a4bf7fc1d0389f784d
Author: Neal H. Walfield <neal at gnu.org>
Date: Tue May 16 11:08:29 2017 +0200
campaign: Use a dedicated class to shape the headshots.
diff --git a/web/donate/index.org b/web/donate/index.org
index d70422d..34a798a 100644
--- a/web/donate/index.org
+++ b/web/donate/index.org
@@ -177,7 +177,7 @@ href="https://lists.gnupg.org/pipermail/gnupg-devel/1997-December/014131.html"
communication.</strong>
<a href="https://www.eff.org/de/about/staff/cindy-cohn">Cindy
Cohn<img src="/share/campaign/img/headshots/cindy-cohn.png"
- alt="Picture of Cindy Cohn" class="media-object
+ alt="Picture of Cindy Cohn" class="camp-headshot
pull-right"></a>, Executive Director
of the <a href="https://www.eff.org/">Electronic Frontier
Foundation</a> (EFF), describes GnuPG as <i>"the way that
@@ -185,7 +185,7 @@ href="https://lists.gnupg.org/pipermail/gnupg-devel/1997-December/014131.html"
around the
world."</i> <a href="https://www.buzzfeed.com/sheerafrenkel">Sheera
Frenkel<img src="/share/campaign/img/headshots/sheera-frenkel.png"
- alt="Picture of Sheera Frenkel" class="media-object
+ alt="Picture of Sheera Frenkel" class="camp-headshot
pull-left"></a>, Foreign Correspondent for BuzzFeed News,
relates: <i>"<strong>As a news organization, we're trained
on using GPG.</strong> "It's about your sources and what
@@ -204,7 +204,7 @@ href="https://lists.gnupg.org/pipermail/gnupg-devel/1997-December/014131.html"
used by organizations and companies. For instance, Arthur
Jordan<img src="/share/campaign/img/headshots/arthur-jordan.png"
alt="Picture of Arthur Jordan"
- class="media-object pull-left">, Vice-President of
+ class="camp-headshot pull-left">, Vice-President of
Information Technology at 2U, told us:
<i>"when we reached out to universities about how they
wanted to do secure file transfer, they were already using
diff --git a/web/share/campaign/campaign.css b/web/share/campaign/campaign.css
index ffde211..0d07515 100644
--- a/web/share/campaign/campaign.css
+++ b/web/share/campaign/campaign.css
@@ -186,3 +186,8 @@ h4 small {
white-space: nowrap;
overflow: hidden;
}
+#camp-headshot {
+ height: 8em;
+ margin: 1.5em;
+ border-radius: 50%;
+}
-----------------------------------------------------------------------
Summary of changes:
web/donate/index.org | 6 +++---
web/share/campaign/campaign.css | 5 +++++
2 files changed, 8 insertions(+), 3 deletions(-)
hooks/post-receive
--
The GnuPG website and other docs
http://git.gnupg.org
More information about the Gnupg-commits
mailing list