diff --git a/content/index.erb b/content/index.erb index 924b049..00cf1bc 100644 --- a/content/index.erb +++ b/content/index.erb @@ -34,8 +34,8 @@ $(document).ready(function () { <a class="pull-left" href="#"> <img class="media-object img-rounded" src="/images/centoslogo-32.png" width="32" alt="..."></a> <div class="media-body"> - <h4 class="media-heading"><a href="http://collaborationsummit2014.sched.org/event/78fa87fdf75c2b9444ac7c7ddc41006f?iframe=no#.Uw4Ww3Wx0oY">Collaboration Summit</a> <small><em>Mar 27th 2014</em></small></h4> - <p>Karsten Wade of The CentOS Board will be presenting at the <a href="http://collaborationsummit2014.sched.org/">Collaboration Summit</a> and will be on-hand afterwards to answer questions.</p> + <h4 class="media-heading"><a href="http://wiki.centos.org/Events/Dojo/SaoPaulo2014">CentOS Dojo - Sao Paulo</a> <small><em>5 May 2014</em></small></h4> + <p>Come join the CentOS team in Sao Paulo Brazil</p> <p> <a href="http://wiki.centos.org/Events/Dojo/">More about Dojos and other Events</a></p> </div> </div> @@ -43,8 +43,8 @@ $(document).ready(function () { <a class="pull-left" href="#"> <img class="media-object img-rounded" src="/images/centoslogo-32.png" width="32" alt="..."></a> <div class="media-body"> - <h4 class="media-heading"><a href="http://wiki.centos.org/Events/Dojo/Denver2014">Denver Dojo</a> <small><em>April 10th 2014</em></small></h4> - <p>The Denver Dojo is colocated with the <a href="http://events.linuxfoundation.org/events/cloudstack-collaboration-conference-north-america/program/tutorialsandmore">CloudStack Collaboration Conference</a> at <a href="http://events.linuxfoundation.org/events/apachecon-north-america">ApacheCon 2014</a> and is located in the Westin Denver Downtown facility.</p> + <h4 class="media-heading"><a href="http://softwarelivre.org/fisl15">CentOS at FISL15</a> <small><em>7-10 May 2014</em></small></h4> + <p>The CentOS Team will be at the 15th International Free Software Forum in Porto Alegre Brazil. Come for the presentations, stay for the community interaction! </p> <p> <a href="http://wiki.centos.org/Events/Dojo/">More about Dojos and other Events</a></p> </div> </div> diff --git a/static/assets/stylesheet.css b/static/assets/stylesheet.css index 0a83048..02d9fac 100644 --- a/static/assets/stylesheet.css +++ b/static/assets/stylesheet.css @@ -221,3 +221,8 @@ ul#markdown-toc:before { #CSVTable a { color: #ddd; } + +ul.sessions a { + font-weight: 600; + color: #aaa; +}