-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
73 lines (62 loc) · 3.34 KB
/
index.html
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Projects by iit-guwahati</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>Projects</h1>
<p></p>
<p class="view"><a href="https://github.com/iit-guwahati">View My GitHub Profile</a></p>
</header>
<section>
<h2>
<a id="list-of-projects" class="anchor" href="#list-of-projects" aria-hidden="true"><span class="octicon octicon-link"></span></a>List of Projects</h2>
<h4>
<a id="projects-undertaken-by-the-club" class="anchor" href="#projects-undertaken-by-the-club" aria-hidden="true"><span class="octicon octicon-link"></span></a>Projects undertaken by the club</h4>
<ol>
<li><a href="https://github.com/WebAndCodingClub-IITGuwahati/Crossword-Quizzer">Crossword Quizzer</a></li>
<li>
<a href="https://github.com/WebAndCodingClub-IITGuwahati/BotWars-Server">BotWars-Server</a>, <a href="https://github.com/WebAndCodingClub-IITGuwahati/BotWars-Client">BotWars-Client</a>
</li>
<li><a href="https://github.com/WebAndCodingClub-IITGuwahati/Yearbook">Yearbook</a></li>
</ol>
<h4>
<a id="projects-developed-during-hackathons" class="anchor" href="#projects-developed-during-hackathons" aria-hidden="true"><span class="octicon octicon-link"></span></a>Projects developed during Hackathons</h4>
<ol>
<li><a href="https://github.com/WebAndCodingClub-IITGuwahati/Hex">Hex</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.iitg.call.manager&hl=en">SilentZio</a></li>
<li><a href="http://iitg-bus-timings.appspot.com/">IITG Bus Timings</a></li>
<li><a href="https://github.com/WebAndCodingClub-IITGuwahati/IntranetSearch">Intranet Search</a></li>
<li><a href="https://github.com/rovinbhandari/GDSync">GDSync</a></li>
<li><a href="https://chrome.google.com/webstore/detail/quora-read-later/nialelmigpbhicbheglinidbfpgkmana">Quora Read Later</a></li>
<li>Webmail notification Chrome extension (Chrome webstore link to be added)</li>
<li><a href="https://github.com/harshg0910/AutoBright">AutoBright</a></li>
</ol>
<h4>
<a id="student-driven-projects" class="anchor" href="#student-driven-projects" aria-hidden="true"><span class="octicon octicon-link"></span></a>Student driven projects</h4>
<ol>
<li><a href="https://play.google.com/store/apps/details?id=com.kadtech.xlab.bustiming&hl=en">IIT Guwahati Bus Timings (Android App)</a></li>
<li>
<a href="https://play.google.com/store/apps/details?id=com.ajaykumar.sense">Gesture Force</a> </li>
<li><a href="https://github.com/suhailsherif/IITG-Transparent-Proxy">IITG Transparent Proxy</a></li>
<li><a href="https://github.com/rajatkhanduja/PyCurl-Downloader">Pycurl-Downloader</a></li>
<li><a href="https://github.com/snagarohit/jasminesdk">JasmineSDK</a></li>
</ol>
</section>
<footer>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>