parent
aae56e9508
commit
156edd5d91
@ -0,0 +1,3 @@ |
||||
INPUTS = index.xml staff.xml
|
||||
|
||||
include ../default.mk |
@ -0,0 +1,7 @@ |
||||
<?xml version='1.0'?> |
||||
|
||||
<!DOCTYPE directory SYSTEM "../csc.dtd"> |
||||
|
||||
<directory title="Office"> |
||||
<diritem title="Staff" href="staff.html" /> |
||||
</directory> |
@ -0,0 +1,14 @@ |
||||
<?xml version='1.0'?> |
||||
<!DOCTYPE cscpage SYSTEM "../csc.dtd"> |
||||
|
||||
<cscpage title="The CSC Office"> |
||||
|
||||
<header /> |
||||
<section title="About the office"> |
||||
<p> |
||||
To be added... |
||||
</p> |
||||
</section> |
||||
|
||||
<footer /> |
||||
</cscpage> |
@ -0,0 +1,23 @@ |
||||
<?xml version='1.0'?> |
||||
|
||||
<!DOCTYPE cscpage SYSTEM "../csc.dtd"> |
||||
|
||||
<cscpage title="CSC Office Staff"> |
||||
<header /> |
||||
<section title="Office staff responsibilities"> |
||||
<p> |
||||
The CSC office staff have the following responsibilities: |
||||
</p> |
||||
<ul> |
||||
<li>Keep the office clean at all times, through weekly cleaning and |
||||
consistent removal of garbage</li> |
||||
<li>Take care of adding new members, updating memberships and any |
||||
other membership-related tasks through the use of CEO (CSC |
||||
Electronic Office)</li> |
||||
<li><i>TODO: More to be added...</i></li> |
||||
</ul> |
||||
</section> |
||||
<section title="The Winter 2002 Office Staff"> |
||||
</section> |
||||
<footer /> |
||||
</cscpage> |
Loading…
Reference in new issue