-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
84 lines (78 loc) · 3.46 KB
/
about.html
File metadata and controls
84 lines (78 loc) · 3.46 KB
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
<!DOCTYPE html>
<head>
<!--Import materialize.css-->
<link type="text/css" rel="stylesheet" href="materialize/css/materialize.min.css" media="screen,projection"/>
<link type="text/css" rel="stylesheet" href="css/style.css" media="screen,projection"/>
</head>
<body>
<!-- menu -->
<div id="menu"></div>
<div class="row">
<div class="col s12">
<div class="card small">
<div class="card-content">
<span class="card-title">About EventViter v1.2</span>
<p>EventViter is a Hybrid-Application aiming to produce the awesome features right to your hand.</p><br>
<p>Want to know when is your close friend's wedding? Or may be his daughter's birthday party? Perhaps a meeting invite from your PM requesting your precense? This app does it all!</p><br>
<p>This app is currently being developed and you can see a lot of promising features coming up in the future versions. Check out the changelog for more details.</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col s12">
<div class="card small">
<div class="card-content">
<span class="card-title">ChangeLog - v1.2</span>
<ul>
<li>Added login functionality for specific users</li>
<li>Added new event - Others</li>
<li>Added about page</li>
<li>Added Slide-In menu</li>
</ul>
<span class="card-title">ChangeLog - v1.1</span>
<ul>
<li>Added new event type - Meetings</li>
<li>Redesigned for Material Design</li>
<li>Updated core android version supported</li>
</ul>
<span class="card-title">ChangeLog - v1.0</span>
<ul>
<li>Initial Release - UI design</li>
<li>New event type - Marriages/family celebrations</li>
<li>Core functionality</li>
</ul>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col s12">
<div class="card small">
<div class="card-content">
<span class="card-title">Future Plans</span>
<ul>
<li>Ability for the user to make changes to their settings preferences</li>
<li>Notification when a new event is posted for the user</li>
<li>Support for lower resolution devices (menu button not visible)</li>
<li>Post new events and invite through the Application</li>
<li>Ability for users to register on the application directly</li>
<li>Make the application open-source for future updates</li>
<li>Block certain contacts from sending invite to the user</li>
<li>UI re-touch</li>
<li>Make the app more responsive to user gestures</li>
<li>Cards swipe-away feature</li>
<li>and More...</li>
<li>Much Much More!!! Stay tuned!</li>
</ul>
</div>
</div>
</div>
</div>
<!--Import jQuery before materialize.js-->
<script type="text/javascript" src="script/jquery.js"></script>
<script type="text/javascript" src="materialize/js/materialize.min.js"></script>
<script type="text/javascript" src="script/script.js"></script>
<script type="text/javascript" src="script/pace.min.js"></script>
</body>
</html>