datamad2017/_includes/rockstar-speakers.html

14 lines
731 B
HTML
Raw Permalink Normal View History

2014-07-28 21:27:01 +02:00
<!-- Begin Rockstar Speakers Section -->
<section id="rockstar-speakers" class="rockstar-speakers image-section parallax" style="background-image: url({{ site.baseurl }}/img/sections-background/{{ site.rockstarSpeakersImage }});">
<div class="overlay solid-overlay"></div>
2014-07-28 21:27:01 +02:00
<div class="content-wrapper">
<div class="col-lg-10 col-lg-offset-1 rockstar-speakers-list">
<h3 id="rockstar-speaker-title">{{ site.rockstarSpeakersTitle }}</h3>
2014-07-28 21:27:01 +02:00
<div class="clearfix"></div>
2014-08-14 23:27:17 +02:00
<span class="bordered">
<a href="{{ site.baseurl }}/ponentes/" class="bottom-section-link waves-effect waves-button waves-light">{{ site.rockstarSpeakersButtonText }}</a>
2014-08-14 23:27:17 +02:00
</span>
2014-07-28 21:27:01 +02:00
</div>
</div>
</section>
<!-- End Rockstar Speakers Section -->