---
![[IMG-Contact Me-20250625195659766.gif]]
<div class="contact-form-container">
<h3></h3>
<p>Have a question or want to connect? Send me a message below!</p>
<form action="https://formspree.io/f/mblypqro" method="POST">
<!-- Row for Name and Email -->
<div class="form-row">
<div class="form-field">
<label for="name">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"></path><circle cx="12" cy="7" r="4"></circle></svg>
<span>Your Name:</span>
</label>
<input id="name" type="text" name="name" placeholder="e.g., The Doctor" required>
</div>
<div class="form-field">
<label for="email">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="4"></circle><path d="M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-3.92 7.94"></path></svg>
<span>Your Email:</span>
</label>
<input id="email" type="email" name="email" placeholder="e.g.,
[email protected]" required>
</div>
</div>
<!-- Subject Field -->
<div class="form-field">
<label for="subject">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="4" y1="9" x2="20" y2="9"></line><line x1="4" y1="15" x2="20" y2="15"></line><line x1="10" y1="3" x2="8" y2="21"></line><line x1="16" y1="3" x2="14" y2="21"></line></svg>
<span>Subject:</span>
</label>
<input id="subject" type="text" name="subject" placeholder="e.g., Bad Wolf…" required>
</div>
<!-- Message Field -->
<div class="form-field">
<label for="message">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"></path></svg>
<span>Message:</span>
</label>
<textarea id="message" name="message" rows="8" placeholder="I seem to have misplaced my sonic screwdriver..." required></textarea>
</div>
<!-- Hidden fields for spam and redirection -->
<input type="text" name="_gotcha" style="display:none">
<input type="hidden" name="_next" value="https://davidrusho.com/f7438850-af14-468a-a151-3e2e1a094860">
<!-- Submit Button -->
<div class="form-field form-field-submit">
<button type="submit">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-send"><line x1="22" y1="2" x2="11" y2="13"></line><polygon points="22 2 15 22 11 13 2 9 22 2"></polygon></svg>
<span>Send</span>
</button>
</div>
</form>
</div>