Skip to content
This repository has been archived by the owner on Apr 3, 2018. It is now read-only.

Commit

Permalink
Add workshops on homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien Catteau committed Jun 14, 2013
1 parent f388453 commit fa6252c
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 2 deletions.
1 change: 0 additions & 1 deletion _includes/workshops.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ <h3>
</h3>
<h4>
Laurent Sansonetti
</span>
<i>from</i>
<span class="company">
<a href="http://www.rubymotion.com/">HipByte</a>
Expand Down
50 changes: 50 additions & 0 deletions _includes/workshops_overview.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
<div class="span12">
<h2><img src="/assets/img/workshops-ribbon.png"></h2>
</div>
<div class="description">
<p>
Don't forget to register for one of the three workshops!
There is no extra charge. All you need is a valid RuLu ticket.
Register before it's too late!
</p>
</div>

<div class="span2 workshop">
<a href="/workshops#rubymotion">
<img src="/assets/img/facilitators/laurent.png" class="avatar">
</a>
<h3>
<a href="/workshops#rubymotion">RubyMotion</a>
</h3>
<p>
Write your very first iOS app using RubyMotion!
</p>
<a class="register" target="_blank" href="https://tito.io/rulu/workshop-rubymotion-rulu-2013?release_id=tpkltjs1yse" title="Register for RubyMotion workshop">Register now</a>
</div>

<div class="span3 workshop">
<a href="/workshops#rails4">
<img src="/assets/img/facilitators/damien.jpeg" class="avatar">
</a>
<h3>
<a href="/workshops#rails4">Rails 4</a>
</h3>
<p>
Ready to upgrade to Rails 4?
You know Rails, but there may be some tricks you don't know!
</p>
<a class="register" target="_blank" href="https://tito.io/rulu/workshop-ruby-on-rails-4-rulu-2013?release_id=ejbgdziz0v8" title="Register for Rails4 workshop">Register now</a>
</div>

<div class="span2 workshop">
<a href="/workshops#codingdojo">
<img src="/assets/img/facilitators/haikel.jpeg" class="avatar">
</a>
<h3>
<a href="/workshops#codingdojo">Coding Dojo</a>
</h3>
<p>
Practice your skills without worrying about deadlines!
</p>
<a class="register" target="_blank" href="https://tito.io/rulu/coding-dojo-rulu-2013?release_id=mekxoxl2vni" title="Register for Coding Dojo">Register now</a>
</div>
14 changes: 14 additions & 0 deletions assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -797,3 +797,17 @@ h1.page-title {
display: block;
text-align: center;
}

.workshop img {
height: 100px;
}

.workshop {
text-align: center;
}

.workshop .register {
font-variant: small-caps;
font-weight: bold;
font-size: 120%;
}
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ <h3>Manufacture des Tabacs <small>(a.k.a "La Manu")</small></h3>

<hr class="spacer">

{% include workshops_overview.html %}

<hr class="spacer">

<div class="span12">
<h2><img src="assets/img/after-party-ribbon.png"></h2>
</div>
Expand Down
2 changes: 1 addition & 1 deletion workshops/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ <h2><img src="/assets/img/workshops-ribbon.png"></h2>

<section class="span10" id="talks">
<p>
Don't forget to register to one of the three workshops!
Don't forget to register for one of the three workshops!
</p>
<p>
Remember that all workshops will be on Friday morning,
Expand Down

0 comments on commit fa6252c

Please sign in to comment.