Sha256: 24650bf928a61c60e69c7d9c747ca065db603c0ed47f3e0610c8f8f8c2402e1a
Contents?: true
Size: 821 Bytes
Versions: 1
Compression:
Stored size: 821 Bytes
Contents
<form class="contact-form" action="/assets/php/contact-submission.php" method="post" > <p class="form-instruction">Fill out the form, hit send, and your message will wizz its way to my inbox ⚡<br>Bet you knew that already.</p> <label for="name">Enter your name</label> <input type="text" class="form-element" name="name" id="name" placeholder="Give a name, any name" required> <label for="email">Enter your email</label> <input type="text" class="form-element" name="email" id="email" placeholder="Your real email, if you want a reply" required> <label for="message">Enter your message</label> <textarea class="form-element" rows="5" name="message" id="message" placeholder="'I want an awesome website'" required></textarea> <button class="btn btn-pop btn-outline btn-contact" type="submit">SEND</button> </form>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
made-slowly-0.0.1 | _includes/contact-form.html |