-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsubmit.html
30 lines (25 loc) · 876 Bytes
/
submit.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
layout: default
ref: submit
lang: en
---
<div class="template contact">
<h1 class="header">Submit a resourse</h1>
<h4 class="sub header">Thanks for sharing any resourse, app, or article build with open source technologies</h4>
<form class="ui form" accept-charset="UTF-8" action="https://formspree.io/[email protected]" method="POST">
<div class="required field">
<label>Your Name</label>
<input type="text" name="name" placeholder="Alan for example">
</div>
<div class="field">
<label>Your Mail</label>
<input type="email" name="email" placeholder="for science things">
</div>
<div class="required field">
<label>Rersourse link</label>
<input type="text" name="link" placeholder="share it">
</div>
<input type="hidden" name="utf8" value="✓">
<button class="ui button purple" type="submit">Send it</button>
</form>
</div>