buildsomething/content/contact.md
gws 52f36b4ba4 removed dummy data
WIP note on the form
2024-11-06 13:18:05 +01:00

31 lines
700 B
Markdown

+++
title = "Contact"
description = "How to get in contact"
weight = 2
[extra]
disable_toc = true
+++
## Get in touch
Send a mail to [hello.vumwi@aleeas.com](mailto:hello.vumwi@aleeas.com)
Or use the form bellow:
<form class="contact-form">
<h2>Contact Form</h2>
<div class="input-fields">
<input type="text" class="input" placeholder="Your Name"\>
<input type="text" class="input" placeholder="Your Emaill "\>
<input type="text" class="input" placeholder="Your Phone "\>
</div>
<div class="msg">
<textarea placeholder="Message *"></textarea>
</div>
<div>
<button disabled> Send message</button>
</div>
<small> Form backend under construction</small>
</form>