-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmembership.php
57 lines (52 loc) · 1.48 KB
/
membership.php
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
<html>
<head>
<?php include 'head.php'; ?>
</head>
<body>
<div id="container">
<?php include 'header.php'; ?>
<div id="spacer"><img src="img/barstaff.png" alt="staff2circuit" style="width:900px"></div>
<div id="content-container">
<?php include 'navigation.php'; ?>
<div id="content">
<h2>Membership</h2>
<p>
As a non-profit organization with nary a revenue stream, the society relies almost
entirely on membership dues to cover operational costs.
</br>
</p>
<h3>Benefits</h3>
<p>
<ul>
<li>Membership rates for conference attendance.</li>
<li>Voting rights at the annual business meeting.</li>
<li>Spiritual enlightenment and generally good karma.</li>
</ul>
</br>
</p>
<h3>Becoming a Member</h3>
<p>
So you've decided to join the society? That's fantastic news! Follow these
simple steps to make it official:
<ol>
<li>Go to the <a href="https://www.softconf.com/f/ismir-member" target="_blank">membership portal</a></li>
<li>Choose "For participants: Click HERE to register as a participant to the event."</li>
<li>Enter your "Contact information"</li>
<li>Select "Checkout"</li>
<li>Complete the checkout process with PayPal</li>
</ol>
</p>
<p>
And that's it! Once you've completed the process, you will be redirected back
to the "softconf-ISMIR" website, showing payment confirmation.
</p>
<p>
If you happen upon any difficulties or questions, please
<a href="mailto:webmaster@ismir.net">contact the webmaster</a>.
</p>
</div>
<?php include 'footer.php'; ?>
</div>
</div>
</body>
</html>