buildsomething/content/contact.md
2024-11-06 00:06:14 +01:00

28 lines
557 B
Markdown

+++
title = "Contact"
description = "How to get in contact"
weight = 2
+++
You can reachout through:
- phone 1234 56 78 90
- ...
<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> Send message</button>
</div>
</form>