-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
23 lines (22 loc) · 869 Bytes
/
contact.html
File metadata and controls
23 lines (22 loc) · 869 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
layout: index
title: Kapcsolat
---
<form action="https://formspree.io/martonbognar@sch.bme.hu" method="POST" class="pure-form pure-form-stacked">
<input type="hidden" name="_cc" value="vista@national.shitposting.agency">
<input type="hidden" name="_subject" value="bme-notes message">
<input type="hidden" name="_next" value="//bme-notes.github.io/koszi" />
<input type="hidden" name="_format" value="plain">
<div>
<input type="text" name="name" placeholder="neved" class="pure-input-1-2">
</div>
<div>
<input type="email" name="_replyto" placeholder="e-mail címed (ha szeretnél választ kapni)" class="pure-input-1-2">
</div>
<div>
<textarea name="message" placeholder="üzeneted" class="pure-input-1-2"></textarea>
</div>
<div>
<input type="submit" value="Küldd" class="pure-button pure-button-primary">
</div>
</form>