Skip to content

Commit ec45cff

Browse files
committed
Minor fixes to front page
1 parent 0a658dc commit ec45cff

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

templates/front.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<body>
22
<head>
3-
<title>National University of Singapore Unofficial CORS API</title>
3+
<title>Unofficial CORS API by NUS Hackers</title>
44
<link href='http://fonts.googleapis.com/css?family=Quattrocento' rel='stylesheet' type='text/css'>
55
<style type="text/css">
66
#outer {
@@ -34,6 +34,8 @@ <h1>National University of Singapore Unofficial CORS API</h1>
3434

3535
<p>If the second scenario comes to pass, please submit issues, bugs, or pull requests <a href="https://github.com/nushackers/cors-api">on Github</a>. <strong>We're doing this because we think it's good for student developers in NUS.</strong> If you're into things like this, you find programming fun, or you want to write software for the betterment of society, come join us at <a href="http://nushackers.org">nushackers.org</a></p>
3636

37+
<p><strong>Note:</strong> This project is built on Python, MongoDB, Flask and Scrapy. Instructions on how to fork and roll your own may be found in the <a href="https://github.com/nushackers/cors-api/blob/master/readme.markdown">readme over at github.</a></p>
38+
3739
<h2>API Details</h2>
3840

3941
<pre><code>/modules</code></pre>
@@ -51,7 +53,7 @@ <h2>API Details</h2>
5153

5254
<script src="https://gist.github.com/1447325.js"> </script>
5355

54-
<p>Note that occurences are a list of numbers representing weeks in the semester. Most modules have classes every week, but some don't. For instance, odd weeks and even weeks are represented with [1,3,5,7,9,11,13] and [2,4,6,8,10,12] respectively.</p>
56+
<p>Note that occurences are a list of numbers representing weeks in the semester. Most modules have classes every week, but some don't. For instance, odd weeks and even weeks are represented with <code>[1,3,5,7,9,11,13]</code> and <code>[2,4,6,8,10,12]</code> respectively.</p>
5557

5658
<p>Day represents the days of the week, with Monday being 1 and Sunday being 7.</p>
5759

0 commit comments

Comments
 (0)