mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2024-12-26 04:31:22 +01:00
Update hero.html
Link should wrap button, not just text.
This commit is contained in:
parent
e9c8811c0a
commit
ae810c7e9a
1 changed files with 4 additions and 4 deletions
|
@ -7,9 +7,9 @@
|
|||
<div class="animated hiding" data-animation="fadeInDown" data-delay="500">
|
||||
<h1>GDG DevFest <span id="typeout-text"></span> 2014</h1>
|
||||
<p>{{site.eventDate}}</p>
|
||||
<span class="btn btn-primary waves-element waves-button waves-light waves-will-raise">
|
||||
<a href="{{ site.c4pUrl }}" target="_blank">Become a speaker</a>
|
||||
</span>
|
||||
<a href="{{ site.c4pUrl }}" target="_blank">
|
||||
<span class="btn btn-primary waves-element waves-button waves-light waves-will-raise">Become a speaker</span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<a href="#about" class="explore">
|
||||
|
@ -18,4 +18,4 @@
|
|||
</svg>
|
||||
</a>
|
||||
</section>
|
||||
<!-- End Top Section -->
|
||||
<!-- End Top Section -->
|
||||
|
|
Loading…
Reference in a new issue