From 965113f6c298bc51117da81fd9a55ce3603d8c94 Mon Sep 17 00:00:00 2001 From: Priyansh Jain Date: Wed, 22 Aug 2018 20:05:21 +0530 Subject: [PATCH 1/3] Set theme jekyll-theme-midnight --- _config.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 _config.yml diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..1885487 --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-midnight \ No newline at end of file From b4b42ed0efa33bb8754aadb9f529ca98dbdde41c Mon Sep 17 00:00:00 2001 From: Priyansh Jain Date: Wed, 22 Aug 2018 20:09:58 +0530 Subject: [PATCH 2/3] Update README.md --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 93f3187..4584e41 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,19 @@ # Enhancer-for-VIT-Vellore-Academics -The source code for the chrome extension that fixes a bunch of errors and adds some features on VIT Vellore's Academics Portal. +An awesome chrome extension that fixes a bunch of errors and adds some features to VIT Vellore's Academics Portal. ## Features -- AutoCaptcha, saves time. -- Course Page Download Management, saves time. - - Download All, Selected +- AutoCaptcha. +- Complete Course Page Download Management. + - Download All Files + - Selected Downloads + - Smart Renaming + - Folder Organization according to subject, teacher, slot - Not Authorized Error Fixed - Course Page `Go Back` fixed, redirects to subject page. -## Local Testing +## Local Development - Clone the source ```sh @@ -27,7 +30,8 @@ The source code for the chrome extension that fixes a bunch of errors and adds s ## Contributing - I'm terrible with front-end design, so any beautification is appreciated. -- No guidelines actually, just send in screenshots of your changes and I'll see if it can be merged. +- Use `jQuery` and not `$` for your code. +- Don't forget to attach screenshots. ## License From 2bfeef00746d38167e1547b139ab543e38161b94 Mon Sep 17 00:00:00 2001 From: Priyansh Jain Date: Wed, 22 Aug 2018 20:10:27 +0530 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4584e41..a01768e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Enhancer-for-VIT-Vellore-Academics -An awesome chrome extension that fixes a bunch of errors and adds some features to VIT Vellore's Academics Portal. +An awesome chrome extension that fixes a bunch of errors and adds some features to VIT Vellore's [Academics Portal](https://vtopbeta.vit.ac.in/vtop/). ## Features