buildsomething/content/contact.md

31 lines
700 B
Markdown
Raw Normal View History

2024-11-06 00:06:14 +01:00
+++
title = "Contact"
description = "How to get in contact"
weight = 2
2024-11-06 12:48:10 +01:00
[extra]
disable_toc = true
2024-11-06 00:06:14 +01:00
+++
## Get in touch
2024-11-06 12:48:10 +01:00
Send a mail to [hello.vumwi@aleeas.com](mailto:hello.vumwi@aleeas.com)
2024-11-06 00:06:14 +01:00
Or use the form bellow:
2024-11-06 00:06:14 +01:00
<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>
2024-11-06 00:06:14 +01:00
</div>
<small> Form backend under construction</small>
2024-11-06 00:06:14 +01:00
</form>