-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsubmit.html
More file actions
44 lines (33 loc) · 1.84 KB
/
submit.html
File metadata and controls
44 lines (33 loc) · 1.84 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>Made By Immigrants</title>
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<div class="container">
<div class="formContainer">
<h1>Submit a company for the showcase</h1>
<form method="POST" action="http://formspree.io/madebyimmigrants.org@gmail.com">
<input type="email" name="email" placeholder="Your email">
<input type="text" name="company_name" placeholder="Company, Project, Artist Name">
<input type="text" name="company_link" placeholder="Link to company">
<input type="text" name="jobs" placeholder="Number of jobs created (if applicable)">
<input type="text" name="statement_link" placeholder="Link to statement (if you have made one publicly)">
<textarea name="message" placeholder="Short description to display on showcase card"></textarea>
<input type="text" name="vector" placeholder="Link to a vector version of your logo">
<input type="text" name="heard_how" placeholder="How did you hear about madebyimmigrants? (optional)">
<input type="hidden" name="_next" value="http://www.madebyimmigrants.org/thanks.html" />
<button type="submit">Send</button>
</form>
<a href="index.html">Go back home</a>
</div>
</div>
<!-- JQuery -->
<script src="https://code.jquery.com/jquery-3.1.1.slim.min.js" integrity="sha384-A7FZj7v+d/sdmMqp/nOQwliLvUsJfDHW+k9Omg/a/EheAdgtzNs3hpfag6Ed950n" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js" integrity="sha384-DztdAPBWPRXSA/3eYEEUWrWCy7G5KFbe8fFjk5JAIxUYHKkDx6Qin1DkWx51bBrb" crossorigin="anonymous"></script>
</body>
</html>