-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathenter.html
64 lines (47 loc) · 2.77 KB
/
enter.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
57
58
59
60
61
62
63
64
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>The Bay Open</title>
<link href='http://fonts.googleapis.com/css?family=Aldrich' rel='stylesheet' type='text/css'>
<link href='css/style.css' rel='stylesheet' type='text/css'>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script type="text/javascript" src="js/background.js"></script>
</head>
<body>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a class="selected" href="enter.html">Enter</a></li>
<li><a href="entry.html">Entry</a></li>
<li><a href="ontheday.html">On The Day</a></li>
<li><a href="rules.html">Rules</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="results.html">Results</a></li>
</ul>
</nav>
<div class="wrapper">
<h1><span>The Bay Open 2019 - Enter</span></h1>
<h2><span>Stop!</span></h2>
<p>
Before you go any further, make sure you've read the <a href="rules.html">competition rules</a>. Please pay close attention to the
rules about consent. Don't say we didn't warn you.
</p>
<h2><span>Enter Online</span></h2>
<p>
We're special. You can enter TheBay all <a href="http://www.youtube.com/watch?v=R706isyDrqI">modern-like</a> on t'Internet using
t'form below. Have your <a href="http://www.youtube.com/watch?v=srw22MMYLkM">credit card</a> or Paypal account ready.
</p>
<p><em>Please Note: You may only enter one weapon per competitor.</em></p>
<div style="width:100%; text-align:left;"><iframe src="https://eventbrite.co.uk/tickets-external?eid=8961428875&ref=etckt" frameborder="0" height="445" width="100%" vspace="0" hspace="0" marginheight="5" marginwidth="5" scrolling="auto" allowtransparency="true"></iframe><div style="font-family:Helvetica, Arial; font-size:12px; padding:10px 0 5px; margin:2px; width:100%; text-align:left;" ><a class="powered-by-eb" style="color: #ADB0B6; text-decoration: none;" target="_blank" href="https://www.eventbrite.co.uk/">Powered by Eventbrite</a></div></div>
<h2><span>Enter Offline</span></h2>
<p>If you want to do this the old-fashioned way, you can enter via post. The <a href="offline/entryform.pdf">attached entry form</a> should get you started.</p>
<footer>
Site: © 2019 Designed By A <a class="tentacle" href="http://www.orangetentacle.co.uk/">Tentacle</a>.<br />
Photo: <a class="photocredit" href="#">Photo Credit</a>. Some Rights Reserved.
</footer>
</div>
<div class="shade"></div>
</body>
</html>