You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by tb...@apache.org on 2018/04/17 16:06:59 UTC

[1/2] brooklyn-docs git commit: Add ApacheCon logo button to landing page

Repository: brooklyn-docs
Updated Branches:
  refs/heads/website b8bbce907 -> 5fe92f629


Add ApacheCon logo button to landing page

As requested by Rich Bowen:

On Mon, 9 Apr 2018 at 14:07 Rich Bowen <rb...@apache.org> wrote:
Dear PMCs,

ApacheCon is our official community event, and is coming up in
September, in Montreal. We need your help getting the word out to your
user communities. (Details at http://apachecon.com/ )

We've made this as easy as possible - it's just a cut-and-paste
snippet that we ask you to add to your site to display the logo of the
nearest future event. That process is documented here:
http://apache.org/events/README.txt  You can see it in action on, for
example, http://httpd.apache.org/

If you follow these steps, it will automatically update for the next
event, and the one after that. We have two other events planned for
this year, and are already working on 5 events for 2019.

Note: If you don't like the available image sizes, please pitch in and
help us define better sizes/dimensions. Patches welcome. We also have
these banners - http://apachecon.com/acna18/banners/ - which can be
used instead, and can also be used for other, non-ASF sites.

This is also a good time to remind you that we have general site
requirements. These are outlined at
https://www.apache.org/foundation/marks/pmcs#navigation and you can
check your project's compliance at https://whimsy.apache.org/site/

Thanks, and don't hesitate to get in touch if you have any questions,
comments, or concerns.

Rich Bowen, VP, Events


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/aace9bf9
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/aace9bf9
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/aace9bf9

Branch: refs/heads/website
Commit: aace9bf9bfdf726f315e70deaa0ceab2d1025618
Parents: b8bbce9
Author: Geoff Macartney <ge...@cloudsoftcorp.com>
Authored: Wed Apr 11 21:57:33 2018 +0100
Committer: Geoff Macartney <ge...@cloudsoftcorp.com>
Committed: Wed Apr 11 21:57:33 2018 +0100

----------------------------------------------------------------------
 _includes/apache-promo.html | 3 +++
 index.md                    | 2 ++
 2 files changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/aace9bf9/_includes/apache-promo.html
----------------------------------------------------------------------
diff --git a/_includes/apache-promo.html b/_includes/apache-promo.html
new file mode 100644
index 0000000..976e343
--- /dev/null
+++ b/_includes/apache-promo.html
@@ -0,0 +1,3 @@
+<a  href="https://www.apache.org/events/current-event.html">
+    <img src="https://www.apache.org/events/current-event-234x60.png"/>
+</a>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/aace9bf9/index.md
----------------------------------------------------------------------
diff --git a/index.md b/index.md
index 2e4914e..f2d4eea 100644
--- a/index.md
+++ b/index.md
@@ -71,6 +71,8 @@ children:
 ---
 
 <section class="text-center hero" markdown="1">
+{% include apache-promo.html %}
+
 
 # <span class="text-apache">apache</span> <span class="text-brooklyn">brooklyn</span>
 


[2/2] brooklyn-docs git commit: This closes #251

Posted by tb...@apache.org.
This closes #251


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/5fe92f62
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/5fe92f62
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/5fe92f62

Branch: refs/heads/website
Commit: 5fe92f62930417fbbde6d30ac7bc39bc296e22dc
Parents: a8d735c aace9bf
Author: Thomas Bouron <th...@cloudsoftcorp.com>
Authored: Tue Apr 17 17:06:48 2018 +0100
Committer: Thomas Bouron <th...@cloudsoftcorp.com>
Committed: Tue Apr 17 17:06:48 2018 +0100

----------------------------------------------------------------------
 _includes/apache-promo.html |  3 +++
 community/gsoc.md           | 17 +++++------------
 index.md                    |  2 ++
 3 files changed, 10 insertions(+), 12 deletions(-)
----------------------------------------------------------------------