thursdaynetwork / UNhackthevote2017

A splash page for announcing the TN Hackathon in July.
https://thursdaynetwork.github.io/UNhackthevote2017
2 stars 0 forks source link

Thank you, signup and photo modal #69

Open amyleew opened 7 years ago

amyleew commented 7 years ago

@mvaden @impreze -

Let's add a modal pop-up to the site that pops up for new visitors and includes a "THANK YOU for attendees, sponsors, collaborators, and interested parties! Want to follow us into 2018? Please signup for our newsletter to keep track of our progress and stay involved!" and then embed the tinyletter newsletter signup:

 <form style="border:1px solid #ccc;padding:3px;text-align:center;" action="https://tinyletter.com/unhackthevote" method="post" target="popupwindow" onsubmit="window.open('https://tinyletter.com/unhackthevote', 'popupwindow', 'scrollbars=yes,width=800,height=600');return true"><p><label for="tlemail">Enter your email address</label></p><p><input type="text" style="width:140px" name="email" id="tlemail" /></p><input type="hidden" value="1" name="embed"/><input type="submit" value="Subscribe" /><p><a href="https://tinyletter.com" target="_blank">powered by TinyLetter</a></p></form>

And is there an elegant way to add an animated slideshow of some photos from the event? If not let's just link to lenzy's photos: http://www.lenzyruffin.com/blog/2017/7/23/un-hack-the-vote-2017

mvaden commented 7 years ago

For this issue, I'm thinking that using launching a modal with the library, semantic-ui, on page load may be the easiest way to go that is attractive. Will commence work on this issue soon...

@amyleew, the animated slideshow: In the modal or on the main page?

impreze commented 7 years ago

I added a carousel with some images. Place will need to be considered.

amyleew commented 7 years ago

I was thinking on the modal @mvaden