Compare commits

...

6 Commits

Author SHA1 Message Date
Neil Parikh 1c1ba12de7 one more 2021-01-11 17:32:09 -05:00
Neil Parikh 40d759701b not this one 2021-01-11 17:31:02 -05:00
Neil Parikh 983f265131 2020 -> 2021 2021-01-11 17:22:51 -05:00
Neil Parikh 2edbdc69ad changes 2021-01-11 17:07:21 -05:00
Neil Parikh 6f56262356 Merge branch 'master' of git.uwaterloo.ca:n3parikh/csc-website 2021-01-11 16:16:07 -05:00
Stephen Sherman Edwards 9db3cf2987 Adds events calendar, webmail listing, and newcomers page 2021-01-10 19:55:42 -05:00
11 changed files with 101 additions and 6 deletions

View File

@ -1,6 +1,6 @@
FILES = events.ics events.atom news.atom index.html stats.html \ FILES = events.ics events.atom news.atom index.html stats.html \
favicon.ico default.css csclub.der csclub.pem robots.txt favicon.ico default.css csclub.der csclub.pem robots.txt
SUBDIRS = about events office news services media buttons logos flash library industry opencl unix102 SUBDIRS = about get-started events office news services media buttons logos flash library industry opencl unix102
include common.mk include common.mk

BIN
buttons/get-started.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -3,6 +3,7 @@
<!DOCTYPE directory SYSTEM "csc.dtd"> <!DOCTYPE directory SYSTEM "csc.dtd">
<directory> <directory>
<diritem title="Get Started" href="get-started/" />
<diritem title="About" href="about/" /> <diritem title="About" href="about/" />
<diritem title="Services" href="services/" /> <diritem title="Services" href="services/" />
<diritem title="Office" href="office/" /> <diritem title="Office" href="office/" />

View File

@ -5,7 +5,8 @@
<cscpage title="CSC Events"> <cscpage title="CSC Events">
<header /> <header />
<section title="Events this term"> <section title="Upcoming Events">
<iframe src="https://calendar.google.com/calendar/embed?src=pfl3fb4opvmjubdmvfacbn87dk%40group.calendar.google.com&amp;ctz=America%2FToronto" style="border: 0" width="800" height="600" frameborder="0" scrolling="no"></iframe>
<generate-event-files /> <generate-event-files />
<events-this-term /> <events-this-term />
</section> </section>

3
get-started/Makefile Normal file
View File

@ -0,0 +1,3 @@
FILES = index.html
RELDIR = get-started/
include ../common.mk

View File

@ -0,0 +1,6 @@
<?xml version='1.0'?>
<!DOCTYPE directory SYSTEM "../csc.dtd">
<directory title="Get Started">
</directory>

45
get-started/index.xml Normal file
View File

@ -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>

View File

@ -1,5 +1,6 @@
<menudefs> <menudefs>
<menuitem title="Home" icon="home" href=""/> <menuitem title="Home" icon="home" href=""/>
<menuitem title="Get Started" icon="get-started" href="get-started/"/>
<menuitem title="About" icon="about" href="about/"/> <menuitem title="About" icon="about" href="about/"/>
<menuitem title="Services" icon="services" href="services/"/> <menuitem title="Services" icon="services" href="services/"/>
<menuitem title="Office" icon="office" href="office/"/> <menuitem title="Office" icon="office" href="office/"/>

View File

@ -2,6 +2,39 @@
<!DOCTYPE newdefs SYSTEM "csc.dtd" [<!ENTITY mdash "&#x2014;">]> <!DOCTYPE newdefs SYSTEM "csc.dtd" [<!ENTITY mdash "&#x2014;">]>
<newsdefs> <newsdefs>
<newsitem author="n3parikh" date="2021-01-11">
<p>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>
<ul>
<li>If you are a current CSC member who has already paid for
Winter 2021 membership, your membership will be extended by one
term if MathSoc decides not to collect club fees.</li>
<li>If you are a current CSC member whose membership is expired
for the Fall 2021 term, you can email
<a href="mailto:exec@csclub.uwaterloo.ca">exec@csclub.uwaterloo.ca</a>
to have your membership renewed for the term at no cost.</li>
<li>If Mathsoc decides to collect club fees later in the term, we will contact you to collect club fees.</li>
</ul>
<p>If you are not a CSC member, but would like to become one, we
continue to use the modified process we put in place in Spring
2020 making remote registrations possible:</p>
<p>Email the CSC Systems Committee at
<a href="mailto:syscom@csclub.uwaterloo.ca">syscom@csclub.uwaterloo.ca</a>
from your UWaterloo email address with the following:</p>
<ol>
<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 our
<a href="https://csclub.uwaterloo.ca/services/machine_usage">Machine Usage Agreement</a>.</li>
</ol>
<p>If Mathsoc decides to collect club fees later in the term, we will contact you to collect club fees.</p>
<p>The club office will remained closed until further notice.
Have a safe Winter term!</p>
</newsitem>
<!-- <newsitem author="n3parikh" date="2020-10-21"> --> <!-- <newsitem author="n3parikh" date="2020-10-21"> -->
<!-- <p> Hello CSC members, </p> --> <!-- <p> Hello CSC members, </p> -->

View File

@ -131,5 +131,11 @@
</p> </p>
</section> </section>
<section title="WebMail">
<p>
You can use your CSC credentials to access a Roundcube mail client <a href="https://mail.csclub.uwaterloo.ca/">here</a>.
</p>
</section>
<footer /> <footer />
</cscpage> </cscpage>

View File

@ -31,10 +31,9 @@
<xsl:apply-templates select="document(concat($g_root, '/news.xml'))/newsdefs" /> <xsl:apply-templates select="document(concat($g_root, '/news.xml'))/newsdefs" />
<tr> <tr>
<td class="newsitem" colspan="2"> <td class="newsitem" colspan="2">
<a href="news/">Older news items</a> are available. Make sure you check <a href="news/">Older news items</a> are available. <!--Make sure you check
out the <a href="/newsgroup/thread.php?group=uw.csc">uw.csc</a> out our announcement board on the third floor of
newsgroup and our announcement boards on the second and third floor of MC for more updates. -->You can also
MC for more updates. You can also
<a href="events.ics">download an ICS</a> of our events. <a href="events.ics">download an ICS</a> of our events.
</td> </td>
</tr> </tr>