mirror of
https://github.com/quantum5/uwat.cc.git
synced 2025-04-24 11:01:56 -04:00
47 lines
1.6 KiB
HTML
47 lines
1.6 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<title>Useful UWaterloo Links</title>
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||
|
<link rel="stylesheet" href="assets/style.css">
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<div id="container">
|
||
|
<h1>Useful UWaterloo Links</h1>
|
||
|
<p><em>All <a href="/link">/link</a>s can be accessed as <a href="https://uwat.cf/link">uwat.cf/link</a>.</em></p>
|
||
|
|
||
|
<h2 id="general">General</h2>
|
||
|
<ul>
|
||
|
<li><a href="/learn">/learn</a> — UWaterloo Learn</li>
|
||
|
<li><a href="/quest">/quest</a> — Quest</li>
|
||
|
<li><a href="/watcard">/watcard</a> — Manage my WatCard</li>
|
||
|
<li><a href="/exams">/exams</a> — Exam seating and schedules</li>
|
||
|
</ul>
|
||
|
|
||
|
<h2 id="math">Faculty of Mathematics</h2>
|
||
|
<ul>
|
||
|
<li><a href="/marmoset">/marmoset</a> — Marmoset</li>
|
||
|
<li><a href="/mathexams">/mathexams</a> — MathSoc Exam Bank</li>
|
||
|
</ul>
|
||
|
|
||
|
<h2 id="eng">Faculty of Engineering</h2>
|
||
|
<ul>
|
||
|
<li><a href="/engexams">/engexams</a> — EngSoc Exam Bank</li>
|
||
|
<li><a href="/engrate">/engrate</a> — Undergrad student rankings</li>
|
||
|
</ul>
|
||
|
|
||
|
<h2 id="finance">Finances</h2>
|
||
|
<ul>
|
||
|
<li><a href="/endow">/endow</a> — Endowment refund</li>
|
||
|
</ul>
|
||
|
|
||
|
<h2 id="about">About</h2>
|
||
|
<p>Want to add more links? Send us a pull request on <a href="https://github.com/quantum5/uwat.cf">GitHub</a>!</p>
|
||
|
<p class="small">Source code licensed under
|
||
|
<a href="https://github.com/quantum5/uwat.cf/blob/master/LICENSE">the MIT license</a>.</p>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|