diff --git a/content/index.erb b/content/index.erb index 98a275f..4896d12 100644 --- a/content/index.erb +++ b/content/index.erb @@ -30,22 +30,15 @@ $(document).ready(function () { </div> <div class="col-sm-4"> <h2 class="text-center">News & Events</h2> - <div class="media"> - <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/Timisoara2014">CentOS Dojo in Timisoara, Romania</a> <small><em>9 27 2014</em></small></h4> - <p>Presentations include Container Orchestration, Docker, foreman and more. <a href="http://centosdojotimisoara2014.eventbrite.co.uk/">Register here</a> </p> - <p> <a href="http://wiki.centos.org/Events/Dojo/">More about Dojos and other Events</a></p> - </div> - </div> <div class="media"> <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://conference14.cpanel.net/">cPanel Conference - Houston, Texas</a> <small><em>29 Sept - 1 Oct 2014</em></small></h4> - <p>Come join the CentOS team at Hands On Houston, by cPanel!</p> + <h4 class="media-heading"><a href="http://wiki.centos.org/Events/Dojo/Barcelona2014">CentOS Dojo - Barcelona, Spain</a> <small><em>29 Oct 2014</em></small></h4> + <p>Come join the CentOS team in Barcelona</p> + <p>Sponsored by <a href="http://www.csuc.cat/">CSUC</a></p> + <p> <a href="http://wiki.centos.org/Events/Dojo/">More about Dojos and other Events</a></p> </div> </div> @@ -53,9 +46,9 @@ $(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/Barcelona2014">CentOS Dojo - Barcelona, Spain</a> <small><em>29 Oct 2014</em></small></h4> - <p>Come join the CentOS team in Barcelona</p> - <p>Sponsored by <a href="http://www.csuc.cat/">CSUC</a></p> + <h4 class="media-heading"><a href="http://wiki.centos.org/Events/Dojo/LISA14">CentOS Dojo - Seattle, Washington</a> <small><em>10 Nov 2014</em></small></h4> + <p>Talks covering CI autoscaling, EPEL's history, Docker, and controlling DevOps cultural changes</p> + <p>Sponsored by <a href="https://www.usenix.org/conference/lisa14/attend">USENIX LISA14</a></p> <p> <a href="http://wiki.centos.org/Events/Dojo/">More about Dojos and other Events</a></p> </div> </div> @@ -75,7 +68,7 @@ $(document).ready(function () { data-cycle-slides="> a" data-cycle-pause-on-hover="true" > <% @site.items.select { |i| i[:sponsor] }.each do|i| %> - <a href="<%= i[:url] %>"><img class="img-rounded" src="<%= i[:img] %>" /></a> <% end %> + <a href="<%= i[:url] %>" rel="nofollow"><img class="img-rounded" src="<%= i[:img] %>" /></a> <% end %> </div> <br /> <p><a href="/sponsors/">If you value our work, please consider becoming a sponsor!</a></p> diff --git a/content/sponsors.erb b/content/sponsors.erb index 9604800..044131c 100644 --- a/content/sponsors.erb +++ b/content/sponsors.erb @@ -21,7 +21,7 @@ is_hidden: false <img class="rounded" src="<%= i[:img] %>"> <div class="caption"> <h3><%= i[:name] %> </h3> - <p> <a href="<%= i[:url] %>"><%= i[:url] %></a></p> + <p> <a href="<%= i[:url] %>" rel="nofollow"><%= i[:url] %></a></p> </div> </div> </div>