Update hero.html

Link should wrap button, not just text.
This commit is contained in:
Joshua Woodward 2014-08-05 00:12:59 -07:00
parent e9c8811c0a
commit ae810c7e9a

View file

@ -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 -->