Repository: jclouds-site Updated Branches: refs/heads/master c4f2455b8 -> 2c51202dc
Promote ApacheCon Project: http://git-wip-us.apache.org/repos/asf/jclouds-site/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-site/commit/2c51202d Tree: http://git-wip-us.apache.org/repos/asf/jclouds-site/tree/2c51202d Diff: http://git-wip-us.apache.org/repos/asf/jclouds-site/diff/2c51202d Branch: refs/heads/master Commit: 2c51202dc973ce37b820cb35ee078982568e9ad0 Parents: c4f2455 Author: Ignasi Barrera <[email protected]> Authored: Thu Jan 26 11:41:40 2017 +0100 Committer: Ignasi Barrera <[email protected]> Committed: Thu Jan 26 11:44:13 2017 +0100 ---------------------------------------------------------------------- _includes/apachecon.html | 12 ++++++++++++ _layouts/home.html | 2 ++ 2 files changed, 14 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/2c51202d/_includes/apachecon.html ---------------------------------------------------------------------- diff --git a/_includes/apachecon.html b/_includes/apachecon.html new file mode 100644 index 0000000..5dbd6b3 --- /dev/null +++ b/_includes/apachecon.html @@ -0,0 +1,12 @@ +<div id="apachecon" class="alert alert-success"> + <p> + <a href="http://www.apache.org/events/current-event.html"> + <img style="float: left; margin-right: 10px;" src="http://www.apache.org/events/current-event-234x60.png"/> + </a> + <strong>ApacheCon North America</strong> is coming to Miami!<br/> + ApacheCon is the premier community event of the Apache Software Foundation. + It's the best place to meet the other people in your community, learn about Apache software projects, and hack on ASF code. + See the <a href="http://www.apache.org/events/current-event.html">main conference site</a> for details and registration. + </p> + <div style="clear: both;"></div> +</div> http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/2c51202d/_layouts/home.html ---------------------------------------------------------------------- diff --git a/_layouts/home.html b/_layouts/home.html index 90123c8..c50228c 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -36,6 +36,8 @@ </div> </div> + {% include apachecon.html %} + <div id="releasenews" class="alert alert-info"> <p>The <a href="/start/install/">latest version</a> is {{ site.latest_version }} released on {{ site.latest_version_date }}! Read the <a href="/releasenotes/{{ site.latest_version }}/">release notes</a>.</p> </div>
