root/static/People/Staff.txt @ 105

Revision 105, 3.8 KB (checked in by dez, 7 years ago)

Lots of chckens changes
Database dump

Line 
1<h2>The Executive</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 class="boxes">
6<li><div>
7        <img src="/pictures/people/frosty.png" alt="frosty" height="110" /><br />
8        <strong>President</strong><br />
9        James Frost (<a href="/~frosty">frosty</a>)
10</div></li>
11<li><div>
12        <img src="/pictures/people/elsmorian.png" alt="Elsmorian" height="110" /><br />
13        <strong>Publicity Officer</strong><br />
14        Chris Elsmore (<a href="/~elsmorian">elsmorian</a>)
15</div></li>
16<li><div>
17        <img src="/pictures/people/talyn256-original.png" alt="talyn256" height="110" /><br />
18        <strong>Secretary</strong><br />
19        Sean Handley (<a href="/~talyn256">talyn256</a>)
20</div></li>
21<li><div>
22        <img src="/pictures/people/welshbyte.png" alt="welshbyte" height="110" /><br />
23        <strong>Treasurer</strong><br />
24        Andrew Price (<a href="/~welshbyte">welshbyte</a>)
25</div></li>
26</ul>
27<div class="clear"></div>
28
29<h2>Additional Staff</h2>
30<ul>
31<li>Dave Arter (<a href="/~davea">davea</a>) - <em>Administrator</em></li>
32<li>Chris Jones (<a href="/~rollercow">rollercow</a>) - <em>Administrator</em></li>
33<li>Sitsofe Wheeler (<a href="/~sits">sits</a>) - <em>Administrator</em></li>
34<li>Graham Cole (<a href="/~chckens">chckens</a>) - <em>Helper</em></li>
35<li>Peter Berry (<a href="/~pwb">pwb</a>) - <em>Helper</em></li>
36</ul>
37
38<h2>Thanks</h2>
39<p>
40The society as a whole would like to thank the following staff for their
41exceptional help over the years.</p>
42<ul>
43<li>Alan Cox (<a href="/~anarchy">anarchy</a>)</li>
44<li>Jon Care (<a href="/~arashi">arashi</a>)</li>
45<li>Justin Mitchell (<a href="/~arthur">arthur</a>)</li>
46<li>Robin O'Leary (<a href="/~caederus">caederus</a>)</li>
47<li>Dick Porter (<a href="/~dick">dick</a>)</li>
48<li>Steve Whitehouse (<a href="/~rohan">rohan</a>)</li>
49</ul>
50
51<div class="box">
52<div class="boxhead"><h2><a name="contact"></a>Contact Us</h2></div>
53
54<div class="boxcontent">
55<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>
56<p>If you have a problem, you can use this form to contact the relevant people</p>
57
58<form action="http://sucs.org/people/staff.php" method="post" accept-charset="utf-8,us-ascii">
59        <div class="row">
60                <label for="addr">To</label>
61                <span class="textinput"><select name="addr" id="addr" class="input">
62                        <option value="" selected="selected"></option>
63                        <option value="admin">The Admin Team</option>
64                        <option value="exec">The Elected Exec.</option>
65                        <option value="committee">The Whole Committee</option>
66                        <option value="games">The Games Admin Team</option>
67                        <option value="TheCabal">The Cabal</option>
68                </select></span>
69        </div>
70        <div class="row">
71                <label for="subject">Subject</label>
72                <span class="textinput"><input type="text" name="subject" id="subject" size="60" class="input" /></span>
73                <input type="hidden" name="message" id="message" value="send" />
74                <input type="hidden" name="msgid" id="msgid" value="Mzk3OTQ0ODU1" />
75        </div>
76        <div class="row">
77                <label for="from">Your email address</label>
78                <span class="textinput"><input type="text" name="from" id="from" size="60" class="input" /></span>
79        </div>
80        <div class="row">
81                <label for="body">Body</label>
82                <span class="textinput"><textarea name="body" id="body" cols="70" rows="5" class="input"></textarea></span>
83        </div>
84        <div class="row">
85                <span class="textinput"><input type="submit" value="Send" /></span>
86        </div>
87        <div class="clear"></div>
88</form>
89</div>
90<div class="hollowfoot"><div><div></div></div></div>
91</div>
Note: See TracBrowser for help on using the browser.