Compare commits
6 Commits
master
...
get-starte
Author | SHA1 | Date |
---|---|---|
|
1c1ba12de7 | 2 years ago |
|
40d759701b | 2 years ago |
|
983f265131 | 2 years ago |
|
2edbdc69ad | 2 years ago |
|
6f56262356 | 2 years ago |
|
9db3cf2987 | 2 years ago |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
@ -0,0 +1,3 @@ |
||||
FILES = index.html
|
||||
RELDIR = get-started/
|
||||
include ../common.mk |
@ -0,0 +1,6 @@ |
||||
<?xml version='1.0'?> |
||||
|
||||
<!DOCTYPE directory SYSTEM "../csc.dtd"> |
||||
|
||||
<directory title="Get Started"> |
||||
</directory> |
@ -0,0 +1,45 @@ |
||||
<?xml version='1.0'?> |
||||
|
||||
<!DOCTYPE cscpage SYSTEM "../csc.dtd"> |
||||
|
||||
<cscpage title="Get Started"> |
||||
<header /> |
||||
|
||||
<section title="How to Join?"> |
||||
<p>To join Computer Science Club, you simply need to send an email to <a href="mailto:syscom@csclub.uwaterloo.ca">syscom@csclub.uwaterloo.ca</a> with the following information:</p> |
||||
<ul> |
||||
<li>a scan or photograph copy of your WatCard</li> |
||||
<li>your WatIAM userid, and</li> |
||||
<li>your acknowledgement of having read, understood, and agreeing with <a href="https://csclub.uwaterloo.ca/services/machine_usage">the machine usage policy</a></li> |
||||
</ul> |
||||
<p>Note: Mathsoc has currently not decided on whether club fees will be collected for the Winter 2021 term. Therefore, you do not need to pay a fee to sign up.</p> |
||||
<p>If Mathsoc decides to collect club fees later in the term, we will contact you to collect club fees.</p> |
||||
</section> |
||||
|
||||
<section title="How to get Involved?"> |
||||
<p> If you would like to plan, help out with events or contribute to our website redesign, apply for our open <a href="https://forms.gle/gAaU84WuC7gYcTeX6">Programme Committee roles.</a></p> |
||||
<p> If you have any suggestions for the events we should run, don't hesitate to fill out this <a href="https://forms.gle/ru6rAbX5Luwitg2o7">form.</a> </p> |
||||
<p> You might want to try contacting the <a href="mailto:systems-committee@csclub.uwaterloo.ca">Systems Committee</a> if you're interested in doing system administration tasks or if you need assistance using CSC computer systems.</p> |
||||
</section> |
||||
|
||||
<section title="Where Can I Find/Follow CSC?"> |
||||
<ul> |
||||
<li>IRC: #csc on freenode. If you are a CSC member, you can use <a href="https://chat.csclub.uwaterloo.ca/">https://chat.csclub.uwaterloo.ca/</a> to connect.</li> |
||||
<li>Discord: <a href="https://discord.gg/pHfYBCg">https://discord.gg/pHfYBCg</a></li> |
||||
<li>Twitch: <a href="https://twitch.tv/uwcsclub">@uwcsclub</a></li> |
||||
<li>Instagram: <a href="https://instagram.com/uwcsclub">@uwcsclub</a></li> |
||||
<li>Facebook: <a href="https://www.facebook.com/uw.computerscienceclub">@uw.computerscienceclub</a></li> |
||||
<li>Youtube: <a href="https://bit.ly/uwcsclub-yt">https://bit.ly/uwcsclub-yt</a></li> |
||||
</ul> |
||||
</section> |
||||
|
||||
<section title="What should I know?"> |
||||
<p> Some other links with important information about CSC include</p> |
||||
<ul> |
||||
<li> <a href="https://csclub.uwaterloo.ca/about/constitution">Our Constitution</a></li> |
||||
<li> <a href="https://csclub.uwaterloo.ca/about/code-of-conduct">Code of Conduct</a></li> |
||||
</ul> |
||||
</section> |
||||
|
||||
<footer /> |
||||
</cscpage> |
Loading…
Reference in new issue