Add signup form, fix links

This commit is contained in:
Mikko Ahlroth 2017-08-22 10:15:47 +03:00
parent 2e0ab70d17
commit af89d42382
2 changed files with 3 additions and 7 deletions

View file

@ -29,7 +29,7 @@
<div class="pure-g">
<div class="l-box-lrg pure-u-1 pure-u-md-1-2">
<p>
The first TRElixir event is on the 21<sup>st</sup> of September at Vincit premises in Hervanta, Tampere. The evening will start at 18.00. Free attendance, food and drinks will be provided. After the talks there will be time to hang around and get to know other Elixir devs.
The first TRElixir event is on the 21<sup>st</sup> of September at <a href="https://www.google.fi/maps/place/Vincit/@61.4481532,23.8608591,17z/data=!3m1!4b1!4m5!3m4!1s0x468edfb7a8f2c79f:0x71c0801aebd30465!8m2!3d61.4481532!4d23.8630531">Vincit premises in Hervanta, Tampere</a>. The evening will start at 18.00. Free attendance, food and drinks will be provided. After the talks there will be time to hang around and get to know other Elixir devs.
</p>
<p>
@ -38,9 +38,7 @@
</div>
<div class="l-box-lrg pure-u-1 pure-u-md-1-2 signupform">
<form method="get" action="">
<button type="submit" class="pure-button">Sign up for event</button>
</form>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSc85ojHMI2ZHKLlRJHydFvB0z3Q3QJm53FTED0VkBH4vv-dbQ/viewform?usp=sf_link" class="pure-button">Sign up for event</a>
</div>
</div>
</section>

View file

@ -52,9 +52,7 @@
</div>
<div class="l-box-lrg pure-u-1 pure-u-md-1-2 signupform">
<form method="get" action="event-2017-09-21.html">
<button type="submit" class="pure-button">Go to event page</button>
</form>
<a href="event-2017-09-21.html" class="pure-button">Go to event page</a>
</div>
</div>
</section>