37 lines
642 B
Markdown
37 lines
642 B
Markdown
+++
|
|
title = "Contact"
|
|
description = "How to get in contact"
|
|
weight = 2
|
|
[extra]
|
|
disable_toc = true
|
|
+++
|
|
|
|
## NOTE WIP:
|
|
|
|
This page has dummy data
|
|
|
|
|
|
## Contact Info
|
|
|
|
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>
|