-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
182 lines (133 loc) · 5.82 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
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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
<!doctype html>
<html lang="en" ng-app="prefr">
<head>
<meta charset="utf-8">
<base href="">
<link type="text/css" rel="stylesheet" href="/styles/styles.css"></link>
<link type="text/css" rel="stylesheet" href="/styles/font-awesome.css"></link>
<script src="/config.js"></script>
<script src="/js/lib/jquery-2.1.4.min.js"></script>
<script src="/js/lib/angular.min.js"></script>
<script src="/js/lib/angular-route.min.js"></script>
<script src="/js/lib/angular-animate.min.js"></script>
<script src="/js/lib/angular-sanitize.min.js"></script>
<script src="/js/utilities.js"></script>
<script src="/js/services.js"></script>
<script src="/js/directives.js"></script>
<script src="/js/controllers.js"></script>
<script src="/js/filters.js"></script>
<script src="/js/ngGitReleases.js"></script>
<script src="/js/ngFlattr.js"></script>
<!-- app -->
<script src="/js/app.js"></script>
</head>
<body >
<header ng-controller = "HeaderCtrl">
<h1>prefr</h1>
<div api-indicator></div>
<nav>
<a href="/ballotBox/new">
<i class = "fa fa-fw fa-plus-circle"></i>
new prefr ballot
</a><!--
--><nav>
<a> <i class = "fa fa-fw fa-caret-down"></i> recent prefr ballots </a>
<ul class = "ui-white">
<li ng-repeat = "(id, item) in Storage">
<a href="{{item.link}}">{{item.subject || '(no subject)'}}</a>
<div class = "icons right">
<button ng-click = "confirm = true" title = "remove from list">
<i class = "fa fa-times"></i>
</button>
</div>
<div ng-show = "confirm" class ="ui-inline-confirm">
<button class = "remove" ng-click = "removeItem(id)"> remove </button><!--
--><button class = "cancel" ng-click = "confirm = false"> cancel </button>
</div>
</li>
<li ng-if = "Storage|empty" class ="empty"><a>empty</a></li>
<li class = "ui-border-top ui-low-height ui-blue"></li>
</ul>
</nav><!--
--><a href = "https://github.com/prefr/prefr">
<i class = "fa fa-fw fa-github" ></i>
project on github
</a><!--
flattr
--><nav>
<a class ="flattr"><i class = "fa fa-fw flattr"></i> flattr us </a>
<ul class = "ui-white">
<li>
<script id='fb7ye0z'>(function(i){var f,s=document.getElementById(i);f=document.createElement('iframe');f.src='//api.flattr.com/button/view/?uid=prefr&url=http%3A%2F%2Fprefr.org';f.title='Flattr';f.height=62;f.width=55;f.style.borderWidth=0;s.parentNode.insertBefore(f,s);})('fb7ye0z');</script>
</li>
<li class = "ui-border-top ui-low-height ui-blue"></li>
</ul>
</nav>
</nav>
</header>
<section ng-view autoscroll = "true">
<article class = "ui-white left right ui-deep-shadow-ex">
<p class = "ui-tac">
Please enable Javascript.
</p>
</article>
</section>
<footer class = "ui-dark-white">
<section>
<h3>When not to use</h3>
<p>
Prefr is not suitable for binding decision making. Prefr is a tool supposed to support your decision making, not to make decisions for you.
Everyone, who knows the participation link of your prefr ballot, can add as many votes as he or she likes. Anyone can change the votes of others or pretend to be someone else. Prefr neither tracks participants nor verifies their identities.
</p>
<p>
Although prefr is open source and all data neccessary to calculate the outcome of a ballot will be available to you, prefr provides no way to verify that this data has not been tampered with.
</p>
</section>
<section>
<h3>Privacy</h3>
<p>
We use local storage for some features (e.g. the 'recent prefr ballots' list).
Your Browser keeps track of which prefr ballots you looked at, our servers do not. If you clear your browser data everything we stored in local storage will be gone.
</p>
<p>
However, we do dot provide any means to secure the data you submitted in a prefer ballot. (e.g. text of options, details or participants' names, etc.). This data is not encrypted on our servers and anyone who knows the link to your prefr ballot can access it. We can and everyone who gets hold of our database can. So please be careful about what you post.
</p>
</section>
<section>
<h3>Imprint / Contact</h3>
<p>
Feel free to tell us your ideas or report a problem, feedback is very welcome :)
So here's how to contact us: <br/>
<br/>
<i class = "fa fa-fw fa-envelope"></i> e-mail: <a href = "mailto:"> [email protected]</a> <br/>
<i class = "fa fa-fw fa-github" ></i> project on github: <a href = "https://github.com/prefr/prefr"> prefr </a> <br/>
<i class = "fa fa-fw fa-twitter" ></i> project on twitter:</a> <s><a href = ""> @prefr </a> </s>
</p>
<p class = "ui-tac">
<strong>Developers</strong>
<br/>
<br/>
frontend:
<a href ="https://twitter.com/RhoTep"> @rhotep </a>
<br/>
backend:
<a href ="https://twitter.com/reimerei"> @reimerei </a>
</p>
</section>
<article class = "built-with">
<h3>Built with:</h3>
<a href = "https://angularjs.org"><img src = "styles/images/AngularJS-medium.png" /></a>
<a href = "https://jquery.org"> <img src = "styles/images/jQuery-Logo.png" /></a>
<a href = "http://fontawesome.io"><div class = "font-awesome"> <div> <i class="fa fa-flag"></i> Font Awesome </div></div></a>
<a href = "https://www.playframework.com"><img src = "styles/images/play_full_color.svg"/></a>
<a href = "http://www.mongodb.com/"><img src = "styles/images/MongoDB-Powered-by-badge-gray.jpeg"/></a>
</article>
<article class = "ui-black">
Code licensed under the <a href = "https://github.com/prefr/prefr/blob/master/LICENSE">The MIT License.</a>
<div class = "version">
v0.5
</div>
</article>
</footer>
</body>
</html>