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