Skip to content

Instantly share code, notes, and snippets.

View funkybunch's full-sized avatar
🚀
Is the parking brake on?

Mark Adkins funkybunch

🚀
Is the parking brake on?
View GitHub Profile
@funkybunch
funkybunch / banner.html
Last active September 8, 2020 00:43
Voter Registration Banner
<div class="banner">
<div class="main-container">
<img src="icon-vote-color.svg" alt="Register to Vote Icon" height="40" width="40" />
<p>Have you registered to vote? Register now and make an impact in the U.S. 2020 Election. <a href="https://www.vote.org/register-to-vote/" target="_blank">Register to vote now!</a></p>
</div>
</div>