-
Notifications
You must be signed in to change notification settings - Fork 0
/
payment.html
157 lines (133 loc) · 4.1 KB
/
payment.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vampire: The Masquerade LARP</title>
<link rel="stylesheet" href="styles.css">
<style>
body {
background-image: url("background2");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
color: #fff;
}
header {
text-align: center;
max-width: device-width;
}
h1 {
margin: 0;
font-size: 5vw;
}
main {
font-family: "Franklin Gothic";
opacity: 0.75;
background-color: #2B2B2C;
opacity: 0.75;
background-position: center;
padding: 5%;
text-align: left;
font-size: 2vw;
color: #fff;
}
section {
margin-bottom: 5%;
}
h2 {
font-size: 4vw;
margin-bottom: 5%;
text-align: center;
}
p {
margin: 0;
line-height: 1.5;
}
a {
color: #fff;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
footer {
background-color: #393636;
padding: 5%;
text-align: center;
}
footer p {
color: #fff;
margin: 0;
font-size:1.5vw;
}
</style>
<header> </header>
<body>
<header>
<h1><img src="header" alt="VampireHeader" width="100%" height="auto"></h1>
</header>
<main>
<center>
<nav>
<ul>
<a href="index.html">Home</a>
<a href="overview.html">Overview</a>
<a href="setting.html">Setting</a>
<a href="conduct.html">Conduct</a>
<a href="rules.html">Rules</a>
<a href="theclans.html">The Clans</a>
<a href="payment.html">Payment</a>
<a href="contact.html">Contact Us</a>
<a href="finances.html">Finances</a>
<a href="creation.html">Character Creation</a>
<a href="coterie-creation.html">Coterie Creation</a>
<a href="new-player.html">New Player Content</a>
<a href="lexicon.html">Lexicon</a>
</ul>
</nav>
</center>
<section>
<h2>Our Pricing</h2>
<p>The flat price for our game is £45</p> </section>
<section>
<p>We will be accepting deposits of £15 in the coming weeks to help pay for venue deposit and to lock in our players.</p>
</section>
<section>
<h2>Concessions</h2>
<p>We recognise that everyone has different financial backgrounds, because of this we wish to offer £35 concession price for any of our players who feel they need it.</p> </section>
<section>
<p>These reasons could be but not limited to the following</p></section>
<section>
<li>Low Income</li></section>
<section>
<li>A parent/s</li></section>
<section>
<li>A student</li></section>
<section>
<li>Simply in hard times</li></section>
<section>
<li>Any other reason</li></section>
<section>
<p>We expect no proof. As organisers who have, and currently do, fall within this categories recognise that "proving" these can be demeaning and frustrating. If you need any further help please do not hesitate to contact us.</p></section>
<section>
<h2>Payment Guidelines</h2>
<p>To participate in our Vampire: The Masquerade LARP, please follow the payment guidelines below:</p>
<ol>
<p>Step 1: Visit the PayPal website</p>
<p>Step 2: Log in to your PayPal account (or create a new one)</p>
<p>Step 3: Click on the "Send & Request" tab</p>
<p>Step 4: Enter the payment amount and our PayPal email address</p>
<p>Step 5: Add a note with your name and "R&R LARP"</p>
<p>Step 6: Review the payment details and click "Send"</p>
</ol>
</section>
<section>
<h2>PayPal Payment Link</h2>
<p>If you're ready to make a payment, use our email below:</p>
<p>raves-revolts@outlook.com</p>
</section>
<footer>
<p>© 2023 Raves and Revolt Vampire: The Masquerade LARP. All rights reserved.</p>
</footer>
</body>
</html>