diff options
author | RunasSudo <runassudo@yingtongli.me> | 2017-03-09 21:03:25 +1100 |
---|---|---|
committer | RunasSudo <runassudo@yingtongli.me> | 2017-03-09 21:05:31 +1100 |
commit | 2e0860985bbee8bc97957c30dc2832c49f6acb3c (patch) | |
tree | 54cd1cb7871274b9154cbce25e6b41831d0d168b | |
parent | 5e5ba289421764539b729121f3eb9ebef6174009 (diff) |
Shift to GitHub pages
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | index.html | 38 |
2 files changed, 40 insertions, 0 deletions
@@ -1,3 +1,5 @@ # allocics.js One-click export of Allocate+ timetables to ICS format for Google Calendar, iCalendar, etc. + +Check the [GitHub pages site](https://runassudo.github.io/allocics.js/index.html) for more details. diff --git a/index.html b/index.html new file mode 100644 index 0000000..05a96cc --- /dev/null +++ b/index.html @@ -0,0 +1,38 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <title>allocics.js - One-click Allocate+ export</title> + <link href="https://fonts.googleapis.com/css?family=Lato:400,400i,700" rel="stylesheet"> + <style type="text/css"> + body { + margin: 40px auto; + max-width: 650px; + line-height: 1.6; + font-family: Lato, Arial, sans-serif; + font-size: 18px; + color: #333; + padding: 0 10px + } + h1, h2, h3{ + line-height: 1.2; + text-align: center; + } + </style> + </head> + <body> + <h1>allocics.js</h1> + <p style="text-align: center;"><i>One-click export of Allocate+ timetables to ICS format for Google Calendar, iCalendar, etc.</i></p> + + <h2>Let's do it!</h2> + <ol> + <li>Click <i>and drag</i> this link – <a href="javascript:var q=document.createElement('script');q.src='https://runassudo.github.io/allocics.js/allocics.js';document.body.appendChild(q);void 0;">Export Timetable</a> – to your bookmarks bar.</li> + <li>Log in to <a href="https://monash.edu/timetables/login.html">Allocate+</a>, and go to the ‘Timetable’ tab.</li> + <li>Click the bookmark!</li> + <li>That's it! Just download the ICS file and import it into your calendar.</li> + </ol> + + <p style="font-size: x-small; text-align: right;">Yingtong Li • <a href="https://github.com/RunasSudo/allocics.js">GitHub repository</a></p> + </body> +</html> |