Author: dlester
Date: Sun Sep 20 00:53:47 2015
New Revision: 1704096

URL: http://svn.apache.org/viewvc?rev=1704096&view=rev
Log:
Update website homepage to give a shout-out for Mesoscon Europe.

Modified:
    mesos/site/publish/assets/css/main.css
    mesos/site/publish/index.html
    mesos/site/publish/sitemap.xml
    mesos/site/source/assets/css/main.css
    mesos/site/source/index.html.md

Modified: mesos/site/publish/assets/css/main.css
URL: 
http://svn.apache.org/viewvc/mesos/site/publish/assets/css/main.css?rev=1704096&r1=1704095&r2=1704096&view=diff
==============================================================================
--- mesos/site/publish/assets/css/main.css (original)
+++ mesos/site/publish/assets/css/main.css Sun Sep 20 00:53:47 2015
@@ -38,6 +38,36 @@ ul.breadcrumb {
        padding-right: 65px;
 }
 
+.homepage-featured {
+  /*margin-left: 0;
+  margin-right: 0;
+  border-color: #ddd;
+  border-width: 1px;
+  border-radius: 4px 4px 0 0;
+  padding: 50px 0;*/
+  margin: 0 -5px 5px;
+  padding: 45px 15px 45px;
+  background-color: #fff;
+  border-color: #ddd;
+  border-width: 1px;
+  border-radius: 4px 4px 0 0;
+  border-style: solid;
+  -webkit-box-shadow: none;
+  box-shadow: none;
+}
+
+.homepage-featured:after {
+  position: absolute;
+  top: 65px;
+  left: 15px;
+  font-size: 12px;
+  font-weight: 700;
+  color: #959595;
+  text-transform: uppercase;
+  letter-spacing: 1px;
+  content: "Upcoming Event";
+}
+
 .nopadding {
    padding: 0 !important;
    margin: 0 !important;

Modified: mesos/site/publish/index.html
URL: 
http://svn.apache.org/viewvc/mesos/site/publish/index.html?rev=1704096&r1=1704095&r2=1704096&view=diff
==============================================================================
--- mesos/site/publish/index.html (original)
+++ mesos/site/publish/index.html Sun Sep 20 00:53:47 2015
@@ -71,10 +71,17 @@
       <div class="col-md-7 nopadding">
         <h1>Program against your datacenter like it’s a single pool of 
resources</h1>
         <p class="lead">Apache Mesos abstracts CPU, memory, storage, and other 
compute resources away from machines (physical or virtual), enabling 
fault-tolerant and elastic distributed systems to easily be built and run 
effectively.</p>
+
+            <p> <a href="downloads/"><span class="glyphicon 
glyphicon-download"></span> Download Mesos 0.24.0</a> or learn how to <a 
href="gettingstarted/">get started</a></p>
       </div>
     <div class="col-md-5 text-center download">
-        <a class="btn btn-lg btn-success" href="downloads/"><span 
class="glyphicon glyphicon-download"></span> Download Mesos 0.24.0</a>
-        <p>or learn how to <a href="gettingstarted/">get started</a></p>
+            <div class="homepage-featured">
+                <h2>MesosCon Europe</h2>
+                <p>Dublin, October 8 - 9th, 2015</p>
+                #MesosCon Europe is conference organized by the Apache Mesos 
community, bringing together users and developers to share and learn about the 
project and its growing ecosystem.
+                <br /><br />
+                <a class="btn btn-default btn-success" 
href="http://events.linuxfoundation.org/events/mesoscon-europe/attend/register"; 
role="button">REGISTER TODAY</a>
+            </div>
     </div>
     </div>
 </div>
@@ -116,8 +123,6 @@
         <li><em>July 22, 2015</em> - Mesos 0.23.0 is released! See the <a 
href="https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=0.23.0";>CHANGELOG</a>
 and <a href="/blog/mesos-0-23-0-released/">blog post</a> for more details.</li>
         <li><em>July 13, 2015</em> - MesosCon pre-conference and social 
activities announced! See the <a 
href="/blog/mesoscon-seattle-preconference-and-social-activities/">blog 
post</a> for more details.</li>
         <li><em>July 1, 2015</em> - MesosCon Seattle 2015 keynote speakers 
announced! See the <a 
href="/blog/mesoscon-seattle-keynote-speakers-announced/">blog post</a> for 
more details.</li>
-        <li><em>May 12, 2015</em> - Mesos 0.22.1 is released! See the <a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12329855";>0.22.1
 release notes</a> and <a href="/blog/mesos-0-22-1-released/">blog post</a> for 
more details.</li>
-        <li><em>March 25, 2015</em> - Mesos 0.22.0 is released! See the <a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12328650";>0.22.0
 release notes</a> and <a href="/blog/mesos-0-22-0-released/">blog post</a> for 
more details.</li>
       </ul>
 
       <h3>Follow Us</h3>


Reply via email to