Adds events calendar, webmail listing, and newcomers page

This commit is contained in:
Stephen Sherman Edwards 2021-01-10 19:55:42 -05:00 committed by Neil Parikh
parent aac761758b
commit 9db3cf2987
9 changed files with 62 additions and 2 deletions

View File

@ -1,6 +1,6 @@
FILES = events.ics events.atom news.atom index.html stats.html \
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

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">
<directory>
<diritem title="Get Started" href="get-started/" />
<diritem title="About" href="about/" />
<diritem title="Services" href="services/" />
<diritem title="Office" href="office/" />

View File

@ -5,7 +5,8 @@
<cscpage title="CSC Events">
<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 />
<events-this-term />
</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>

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

@ -0,0 +1,42 @@
<?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>
</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>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>
<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="Services" icon="services" href="services/"/>
<menuitem title="Office" icon="office" href="office/"/>

View File

@ -131,5 +131,11 @@
</p>
</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 />
</cscpage>