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
|
|
|
+++
|
|
|
|
|
2024-11-06 13:18:05 +01:00
|
|
|
## Get in touch
|
2024-11-06 12:48:10 +01:00
|
|
|
|
2024-11-06 13:18:05 +01:00
|
|
|
Send a mail to [hello.vumwi@aleeas.com](mailto:hello.vumwi@aleeas.com)
|
2024-11-06 00:06:14 +01:00
|
|
|
|
2024-11-06 13:18:05 +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>
|
2024-11-06 13:18:05 +01:00
|
|
|
<button disabled> Send message</button>
|
2024-11-06 00:06:14 +01:00
|
|
|
</div>
|
2024-11-06 13:18:05 +01:00
|
|
|
<small> Form backend under construction</small>
|
2024-11-06 00:06:14 +01:00
|
|
|
</form>
|