-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (41 loc) · 1.96 KB
/
index.html
File metadata and controls
47 lines (41 loc) · 1.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-L536E2FBC2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-L536E2FBC2');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Course Utilities for Rice</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<h1><i>(Unofficial)</i> Course Utilities for Rice</h1>
<span>Some tools to help with course planning and organization for Rice by me :)</span>
<br />
<br />
<div id="card-container">
<a href="./Banner2ICS/" class="tool-card">
<h2>Banner2ICS</h2>
<span>Export course timings from Banner to a calendar file with 1 click! Use it to import courses into Google Calendar or iCal.</span>
</a>
<a href="https://fadileledath.com/course-scraper/history/" class="tool-card">
<h2>Course History</h2>
<span>Difficulty making a 4-year plan? Some courses are only offered in the Fall/Spring/every other year. Know what's when by looking at the course history.</span>
</a>
<a href="https://fadileledath.com/course-scraper/explorer/" class="tool-card">
<h2>Course Explorer</h2>
<span>Tired of how slow Rice's course schedule tool is (especially during add/drop)? Use this explorer with real-time search and filters to speed things up!</span>
</a>
<a href="https://github.com/fadilf/RiceCourseUtilities/issues" class="tool-card">
<h2>Suggest more</h2>
<span>If you've got an idea, feel free to raise it as an issue on the GitHub repo!</span>
</a>
</div>
</body>
</html>