forked from hieulq/IgoR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
103 lines (81 loc) · 3.86 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=640" />
<link rel="stylesheet" href="stylesheets/core.css" media="screen"/>
<link rel="stylesheet" href="stylesheets/mobile.css" media="handheld, only screen and (max-device-width:640px)"/>
<link rel="stylesheet" href="stylesheets/pygment_trac.css"/>
<script type="text/javascript" src="javascripts/modernizr.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript" src="javascripts/headsmart.min.js"></script>
<script type="text/javascript">
$(document).ready(function () {
$('#main_content').headsmart()
})
</script>
<title>Igor by hieulq</title>
</head>
<body>
<a id="forkme_banner" href="https://github.com/hieulq/IgoR">View on GitHub</a>
<div class="shell">
<header>
<span class="ribbon-outer">
<span class="ribbon-inner">
<h1>Igor</h1>
<h2>CyberAgent HUST Contest</h2>
</span>
<span class="left-tail"></span>
<span class="right-tail"></span>
</span>
</header>
<section id="downloads">
<span class="inner">
<a href="https://github.com/hieulq/IgoR/zipball/master" class="zip"><em>download</em> .ZIP</a><a href="https://github.com/hieulq/IgoR/tarball/master" class="tgz"><em>download</em> .TGZ</a>
</span>
</section>
<span class="banner-fix"></span>
<section id="main_content">
<h3>IgoR</h3>
<p>A mobile app for CyberAgent HUST Contest</p>
<p>Igor is HTML5 mobile app that help students dinding an efficient way to control their study plan. Normally, they remember through brain or papers; so they will quickly forget, by subjective or objective reasons.<br>
This app aim to become an friendly assistant with controlling time tables, study schedulers, subject deadline...</p>
<p>Igor includes 2 components: HTML5 Mobile apps built in Sencha framework and Service provider server built in web2py framework, hosted in Google App Engine.</p>
<pre><code> IgoR Github/
|_ A_Documents: All documents for project
|_ B_Databases: Database Designs in Server
|_ C_Sources: Including all source codes (mobile, server, web) of project
|_ Mobile: Source code of Android app based on Igor web source code
|_ Server: Source code of GAE server
|_ Web: Source code of HTML5 app
</code></pre>
<h3>Installing</h3>
<ul>
<li>Mobile: Download from source code folder for Android mobile (/bin/Igor.apk) and install normally.</li>
<li>Server: Download package (w2p) and install in web2py framework</li>
<li>Web: Clone and viewing via local web server</li>
</ul><pre><code>git clone https://github.com/hieulq/IgoR.git
</code></pre>
<h3>Authors and Contributors</h3>
<ul>
<li>Hieu Le Quang (<a href="https://github.com/hieulq" class="user-mention">@hieulq</a>)</li>
<li>Phuc Nguyen Hong (<a href="https://github.com/phucnh" class="user-mention">@phucnh</a>)</li>
<li>Tu Nguyen Anh (<a href="https://github.com/ngtuna" class="user-mention">@ngtuna</a>)</li>
</ul><h3>Support or Contact</h3>
<p>Please email <a href="mailto:[email protected]">[email protected]</a> for supporting.</p>
</section>
<footer>
<span class="ribbon-outer">
<span class="ribbon-inner">
<p>this project by <a href="https://github.com/hieulq">hieulq</a> can be found on <a href="https://github.com/hieulq/IgoR">GitHub</a></p>
</span>
<span class="left-tail"></span>
<span class="right-tail"></span>
</span>
<p>Generated with <a href="http://pages.github.com">GitHub Pages</a> using Merlot</p>
<span class="octocat"></span>
</footer>
</div>
</body>
</html>