root/static/People/Staff.cy.txt @ 82

Revision 82, 3.4 KB (checked in by dez, 7 years ago)

Adds Planet and Welsh Staff

Line 
1<h2>Y Gweithredol</h2>
2<p>The following people were elected to the following posts in accordance with the <a
3href="/Info/Constitution">SUCS constitution</a>.</p>
4
5<ul>
6<li><strong>Chairman:</strong> James Frost (<a href="/~frosty">frosty</a>)</li>
7<li><strong>Publicity Officer:</strong> Chris Elsmore (<a href="/~elsmorian">elsmorian</a>)</li>
8<li><strong>Secretary:</strong> Sean Handley (<a href="/~talyn256">talyn256</a>)</li>
9<li><strong>Treasurer:</strong> Andrew Price (<a href="/~welshbyte">welshbyte</a>)</li>
10</ul>
11
12<h2>Additional Staff</h2>
13<ul>
14<li>Justin Mitchell (<a href="/~arthur">arthur</a>) - <em>Administrator</em></li>
15<li>Dave Arter (<a href="/~davea">davea</a>) - <em>Administrator</em></li>
16<li>Finn Wilcox (<a href="/~finnw">finnw</a>) - <em>Administrator</em></li>
17<li>Chris Jones (<a href="/~rollercow">rollercow</a>) - <em>Administrator</em></li>
18<li>Sitsofe Wheeler (<a href="/~sits">sits</a>) - <em>Administrator</em></li>
19<li>Steve Hill (<a href="/~firefury">firefury</a>) - <em>ex-Admin</em></li>
20<li>Sharon Fawcett (<a href="/~crystal">crystal</a>) - <em>Helper</em></li>
21<li>Dave Brooks (<a href="/~daveb">daveb</a>) - <em>Helper</em></li>
22<li>Jason Bees (<a href="/~jasonb">jasonb</a>) - <em>Helper</em></li>
23</ul>
24
25<h2>The Cabal</h2>
26<p>The Cabal doesn't exist.  It's pure rumour and speculation. </p>
27<h2>Thanks</h2>
28<p>
29The society as a whole would like to thank the following staff for their
30exceptional help over the years.</p>
31<ul>
32<li>Alan Cox (<a href="/~anarchy">anarchy</a>)</li>
33<li>Jon Care (<a href="/~arashi">arashi</a>)</li>
34<li>Robin O'Leary (<a href="/~caederus">caederus</a>)</li>
35<li>Dick Porter (<a href="/~dick">dick</a>)</li>
36<li>Steve Whitehouse (<a href="/~rohan">rohan</a>)</li>
37</ul>
38<h2><a name="contact"></a>Contact Us</h2>
39<p>If you are having trouble with any aspect of SUCS, then feel free to contact any of the people listed below. You may want to see if your problem is covered in the <a href="/help">help pages</a> first, though. If you want an immediate response, see if any staff members are logged on to <a href="http://sucs.org/services/milliways.php">Milliways</a>. During the week, there is usually someone logged on who will be able to help you.</p>
40<p>If you have a problem, you can use this form to contact the relevant people</p>
41  <form action="http://sucs.org/people/staff.php" method="post" accept-charset="utf-8,us-ascii">
42    <table border="1">
43      <tr>
44        <td align="right">To</td>
45        <td>
46                <select name="addr">
47                        <option value="" selected="selected"></option>
48                        <option value="admin">
49                                The Admin Team
50                        </option>
51                        <option value="exec">
52                                The Elected Exec.
53                        </option>
54                        <option value="committee">
55                                The Whole Committee.
56                        </option>
57                        <option value="games">
58                                The Games Admin Team
59                        </option>
60                        <option value="TheCabal">
61                                The Cabal
62                        </option>
63                </select>
64        </td>
65      </tr>
66      <tr>
67        <td align="right">
68                Subject
69        </td>
70        <td>
71                <input type="text" name="subject" size="60" />
72                <input type="hidden" name="message" value="send" />
73                <input type="hidden" name="msgid" value="Mzk3OTQ0ODU1" />
74        </td>
75      </tr>
76      <tr>
77        <td align="right">Your email address</td>
78        <td>
79                <input type="text"  name="from" size="60" />
80        </td>
81      </tr>
82      <tr>
83        <td align="right">Body</td>
84        <td>
85                <textarea name="body" cols="70" rows="5"></textarea>
86        </td>
87      </tr>
88      <tr>
89        <td align="center" colspan="2"><input type="submit" value="Send" /></td>
90      </tr>
91    </table>
92</form>
Note: See TracBrowser for help on using the browser.