minor tweaks

This commit is contained in:
gws 2024-11-06 14:19:46 +01:00
parent 474c65d154
commit 5607e42cc1
4 changed files with 50 additions and 22 deletions

View file

@ -2,6 +2,7 @@
title = "Contact"
description = "How to get in contact"
weight = 2
template = "contact.html"
[extra]
disable_toc = true
+++

View file

@ -4,25 +4,11 @@ description = "Software Development Consulting"
weight = 1
+++
## Get in touch
## TODO
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>
```rust
fn main() {
println!("Hello, World!");
}
```