Skip to content

Commit

Permalink
Fix speakers CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
nhocki committed Apr 25, 2017
1 parent 2a01708 commit 18763aa
Show file tree
Hide file tree
Showing 18 changed files with 371 additions and 359 deletions.
8 changes: 8 additions & 0 deletions config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,11 @@
# Or use a different image path
# set :http_prefix, "/Content/images/"
end

after_build do |builder|
src = File.join(config[:source],"CNAME")
dst = File.join(config[:build_dir],"CNAME")
builder.source_paths << File.dirname(__FILE__)
builder.copy_file(src,dst)
FileUtils.cp(src, dst)
end
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
691 changes: 347 additions & 344 deletions docs/assets/stylesheets/application.css

Large diffs are not rendered by default.

14 changes: 6 additions & 8 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ <h4 class='speakers__title'>Speakers:</h4>
<ul class='speakers__profiles'>
<li class='speakers__item'>
<a class='speakers__link' href='https://twitter.com/tenderlove' target='_blank'>
<img alt='Aaron Patterson' src='./assets/images/speakers/Aaron-Patterson.png'>
<img alt='Aaron Patterson' src='./assets/images/speakers/aaron.png'>
<p class='profile_woodroffe'>
Aaron
</p>
Expand All @@ -173,7 +173,7 @@ <h4 class='speakers__title'>Speakers:</h4>
</li>
<li class='speakers__item'>
<a class='speakers__link' href='https://twitter.com/Chanelle777' target='_blank'>
<img alt='Channelle Henry' src='./assets/images/speakers/Channelle-Henry.jpg'>
<img alt='Channelle Henry' src='./assets/images/speakers/channelle.jpg'>
<p class='profile_woodroffe'>
Channelle
</p>
Expand All @@ -184,7 +184,7 @@ <h4 class='speakers__title'>Speakers:</h4>
</li>
<li class='speakers__item'>
<a class='speakers__link' href='https://twitter.com/eileencodes' target='_blank'>
<img alt='Eileen M. Uchitelle' src='./assets/images/speakers/Eileen-M-Uchitelle.jpeg'>
<img alt='Eileen M. Uchitelle' src='./assets/images/speakers/eileen.jpg'>
<p class='profile_woodroffe'>
Eileen
</p>
Expand All @@ -195,7 +195,7 @@ <h4 class='speakers__title'>Speakers:</h4>
</li>
<li class='speakers__item'>
<a class='speakers__link' href='https://twitter.com/jmcharnes' target='_blank'>
<img alt='Jason Charnes' src='./assets/images/speakers/Jason-Charnes.jpg'>
<img alt='Jason Charnes' src='./assets/images/speakers/jason.jpg'>
<p class='profile_woodroffe'>
Jason
</p>
Expand All @@ -204,11 +204,9 @@ <h4 class='speakers__title'>Speakers:</h4>
</p>
</a>
</li>
</ul>
<ul class='speakers__profiles'>
<li class='speakers__item'>
<a class='speakers__link' href='https://twitter.com/buritica' target='_blank'>
<img alt='Juan P Buritica' src='./assets/images/speakers/Juan-P-Buritica.jpg'>
<img alt='Juan P Buritica' src='./assets/images/speakers/juanp.jpg'>
<p class='profile_woodroffe'>
Juan P.
</p>
Expand All @@ -219,7 +217,7 @@ <h4 class='speakers__title'>Speakers:</h4>
</li>
<li class='speakers__item'>
<a class='speakers__link' href='https://twitter.com/konstantinhaase' target='_blank'>
<img alt='Konstantin Hasse' src='./assets/images/speakers/Konstantin-Haase.jpeg'>
<img alt='Konstantin Hasse' src='./assets/images/speakers/konstantin.jpg'>
<p class='profile_woodroffe'>
Konstantin
</p>
Expand Down
1 change: 1 addition & 0 deletions source/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
www.rubyconf.co
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
3 changes: 3 additions & 0 deletions source/assets/stylesheets/application/_landing.css.sass
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,8 @@ a.button_buy_tickets
list-style: none
display: flex
padding: 0
flex-wrap: wrap
justify-content: flex-start
@media screen and (max-width: 39.9375em)
flex-direction: row
justify-content: flex-start
Expand All @@ -367,6 +369,7 @@ a.button_buy_tickets
width: 110px
max-width: 110px
margin-right: 25px
margin-top: 1.5rem
@media screen and (max-width: 39.9375em)
margin-top: 1.5rem
width: 50%
Expand Down
13 changes: 6 additions & 7 deletions source/index.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -97,43 +97,42 @@ title: RubyConf Colombia 2017
%ul.speakers__profiles
%li.speakers__item
%a.speakers__link{:href => "https://twitter.com/tenderlove", :target => "_blank"}
%img{:src => "./assets/images/speakers/Aaron-Patterson.png", :alt => "Aaron Patterson"}
%img{:src => "./assets/images/speakers/aaron.png", :alt => "Aaron Patterson"}
%p.profile_woodroffe
Aaron
%p.profile_woodroffe
Patterson
%li.speakers__item
%a.speakers__link{:href => "https://twitter.com/Chanelle777", :target => "_blank"}
%img{:src => "./assets/images/speakers/Channelle-Henry.jpg", :alt => "Channelle Henry"}
%img{:src => "./assets/images/speakers/channelle.jpg", :alt => "Channelle Henry"}
%p.profile_woodroffe
Channelle
%p.profile_woodroffe
Henry
%li.speakers__item
%a.speakers__link{:href => "https://twitter.com/eileencodes", :target => "_blank"}
%img{:src => "./assets/images/speakers/Eileen-M-Uchitelle.jpeg", :alt => "Eileen M. Uchitelle"}
%img{:src => "./assets/images/speakers/eileen.jpg", :alt => "Eileen M. Uchitelle"}
%p.profile_woodroffe
Eileen
%p.profile_woodroffe
M. Uchitelle
%li.speakers__item
%a.speakers__link{:href => "https://twitter.com/jmcharnes", :target => "_blank"}
%img{:src => "./assets/images/speakers/Jason-Charnes.jpg", :alt => "Jason Charnes"}
%img{:src => "./assets/images/speakers/jason.jpg", :alt => "Jason Charnes"}
%p.profile_woodroffe
Jason
%p.profile_woodroffe
Charnes
%ul.speakers__profiles
%li.speakers__item
%a.speakers__link{:href => "https://twitter.com/buritica", :target => "_blank"}
%img{:src => "./assets/images/speakers/Juan-P-Buritica.jpg", :alt => "Juan P Buritica"}
%img{:src => "./assets/images/speakers/juanp.jpg", :alt => "Juan P Buritica"}
%p.profile_woodroffe
Juan P.
%p.profile_woodroffe
Buritica
%li.speakers__item
%a.speakers__link{:href => "https://twitter.com/konstantinhaase", :target => "_blank"}
%img{:src => "./assets/images/speakers/Konstantin-Haase.jpeg", :alt => "Konstantin Hasse"}
%img{:src => "./assets/images/speakers/konstantin.jpg", :alt => "Konstantin Hasse"}
%p.profile_woodroffe
Konstantin
%p.profile_woodroffe
Expand Down

0 comments on commit 18763aa

Please sign in to comment.