-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAcknowledge.html
56 lines (53 loc) · 3.03 KB
/
Acknowledge.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Pirate Game</title>
<link rel="stylesheet" type="text/css" href="css/MainPage.css">
<link rel="icon" href="logo.png" type="image/x-icon">
</head>
<body>
<div id="nav">
<ul>
<li><a id="logo" href="index.html"><img border="0" src="logo.png" width="100" height="100"></a></li>
<li><a href="Start.html">Start a<br>Game</a></li>
<li><a href="Join.html">Join a<br>Game</a></a></li>
<li><a href="Acknowledge.html">Acknowledgements</a></li>
</ul>
<h1 id="title"><u> Acknowledgements </u></h1>
</div>
<br>
<div class="sometext" style="background-color:lightblue;">
<p>Ya-harr! We here at The Pirate Game be wanting to thank:<br>
    <a href="https://pages.github.com/">GitHub Pages</a> for originally hosting our lovely website<br>
    <a href="https://www.netlify.com/">Netlify</a> for hosting it in all its glory wi' functions 'n' things<br>
    <a href="https://formsubmit.io/">FormSubmit.io</a> for originally handling our forms<br>
    <a href="https://www.tes.com/teaching-resource/the-pirate-game-end-of-term-activity-6258063">paulcollins</a> for providing the idea for the Pirate Game and allowing us to use it under the Tes Classic Free Licence<br>
    <a href="https://www.tes.com/teaching-resource/the-pirate-game-square-picker-6437335">htmort</a> for providing the 'Square Picker' and allowing us to use it with attribution under the Creative Commons "Sharealike"<br>
<br><br>
If you believe that we are using any of this in error and would like us to change our website - or you have anything else you'd like to speak to us about - please contact us with the form below. You <b>do not</b> need to put your email address it will send fine with a fake one like "fake@fake" and <b>do not</b> send us your email address if you are not completely comfortable with our having it.
</p>
</div>
<br>
<div class="sometext" style="background-color:pink;">
<form id="contactform" action="https://formsubmit.io/send/c0c7255c-0a38-4439-9a85-f5d3efa40665" method="POST">
<input name="_redirect" type="hidden" id="name" value="https://pirate-game.github.io/Submitted.html">
<div class="row">
<div class="col-25"><label>What ye be called:</label></div>
<div class="col-75"><input name="name" type="text" id="name"></div>
</div>
<div class="row">
<div class="col-25"><label>Email Address:</label></div>
<div class="col-75"><input name="email" type="email" id="email"></div>
</div>
<div class="row">
<div class="col-25"><label>What ye be saying:</label></div>
<div class="col-75"><textarea name="comment" id="comment" rows="3"></textarea></div>
</div>
<input name="_formsubmit_id" type="text" style="display:none">
<input value="Submit" type="submit">
<br>
</form>
</div>
</body>
</html>