-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
153 lines (129 loc) · 7.99 KB
/
about.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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
<title>Pointi score keeping - scoreboard</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap-theme.min.css">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="cover.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="site-wrapper">
<div class="site-wrapper-inner">
<div class="cover-container">
<div class="masthead clearfix">
<div class="inner">
<h3 class="masthead-brand">Pointi Scoreboard</h3>
<nav>
<ul class="nav masthead-nav">
<li><a href="index.html">Home</a>
</li>
<li class="active"><a href="#">About</a>
</li>
<li><a href="/app/#">Start!</a>
</li>
</ul>
</nav>
</div>
</div>
<div class="inner cover">
<div role="tabpanel">
<ul class="nav nav-pills nav-justified" role="tablist">
<li role="presentation" class="active"><a href="#aboutTab" aria-controls="aboutTab" role="tab" data-toggle="tab">Introduction</a>
</li>
<li role="presentation"><a href="#devTab" aria-controls="devTab" role="tab" data-toggle="tab">Currently in development</a>
</li>
<li role="presentation"><a href="#privacyTab" aria-controls="privacyTab" role="tab" data-toggle="tab">Privacy information</a>
</li>
</ul>
<div class="tab-content">
<div role="tabpanel" class="tab-pane fade in active" id="aboutTab">
<h1 class="cover-heading">Score keeping, made for instant sharing</h1>
<p> </p>
<h2 class="cover-heading">
<i class="fa fa-rocket fa-fw fa-2x" data-toggle="tooltip" data-placement="bottom" title="Instant"></i>
<i class="fa fa-cloud-upload fa-fw fa-2x" data-toggle="tooltip" data-placement="bottom" title="Online"></i>
<i class="fa fa-users fa-fw fa-2x" data-toggle="tooltip" data-placement="bottom" title="Shared"></i>
<i class="fa fa-mobile fa-fw fa-2x" data-toggle="tooltip" data-placement="bottom" title="Mobile"></i>
<i class="fa fa-smile-o fa-fw fa-2x" data-toggle="tooltip" data-placement="bottom" title="Fun"></i>
</h2>
<p> </p>
<p class="lead">Pointi Scoreboard is a <u><a href="http://www.firebase.com">Firebase</a></u>-powered web app for keeping track of scores for boardgames or other activities for use with a projector at events (a fork of <u><a href="http://www.github.com/iisjreg-dev/pointi">Pointi</a></u>).</p>
<p>MORE INFO TO COME!</p>
<p> </p>
</div>
<div role="tabpanel" class="tab-pane fade" id="devTab">
<p> </p>
<h2>Under Development:</h2>
<p> </p>
<ul class="fa-ul">
<li><i class="fa fa-check-square-o fa-fw"></i>Initial "Very Alpha" Release</li>
<li><i class="fa fa-check-square-o fa-fw"></i>Give other users access to event</li>
<li><i class="fa fa-square-o fa-fw"></i>Tournament and league displays</li>
<li><i class="fa fa-square-o fa-fw"></i>Custom badges/achievements</li>
</ul>
<p> </p><p> </p><p> </p><p> </p><p> </p>
</div>
<div role="tabpanel" class="tab-pane fade" id="privacyTab">
<p> </p><h2>Privacy information<br /><small><i>(not quite a policy...)</i></small></h2>
<dl class="dl-horizontal">
<dt>Passwords</dt>
<dd class="text-left">User Accounts and authentication is handled directly using the Firebase API. Your password is only maintained by Firebase authentication servers - I never have access to it, only an authentication token.</dd>
<dt>Other Data</dt>
<dd class="text-left">The app and data is hosted by Firebase. I will never share with data with anybody else. In the current state of the app, it is likely that I will need to view data for development and testing purposes.</dd>
<dt>"Very Alpha"</dt>
<dd class="text-left">Problems are very likely at this stage in development and things may go wrong. However, once the 'status' of the app reaches "Beta"-like, all data will probably be removed completely to start fresh.</dd>
<dt>Open Source</dt>
<dd class="text-left">Full source is available on <u><a href="http://www.github.com/iisjreg-dev/pointi">github</a></u>. I really am open to criticism and suggestions, as I am proper noob! :)</dd>
</dl>
<p> </p><p> </p>
</div>
</div>
</div>
<div class="mastfoot">
<div class="inner">
<p>Made by <a href="http://www.twitter.com/iisjreg">iisjreg</a> in <a href="http://www.codio.com">Codio</a>. Powered by <a href="http://www.firebase.com">Firebase</a>, <a href="https://angularjs.org/">Angular</a> & <a href="http://mobileangularui.com/">mobile-angular-ui</a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
<script>
$(function() {
$('[data-toggle="tooltip"]').tooltip();
});
$('#aboutTab a').click(function(e) {
e.preventDefault()
$(this).tab('show')
});
$('#devTab a').click(function(e) {
e.preventDefault()
$(this).tab('show')
});
$('#privacyTab a').click(function(e) {
e.preventDefault()
$(this).tab('show')
});
</script>
</body>
</html>