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
|
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Terms and Conditions</title>
<!-- Materialize -->
<link type="text/css" href="/css/materialize.min.css" rel="stylesheet">
<link href="/css/materialicons.css" rel="stylesheet">
<link href="/css/fontawesome.min.css" rel="stylesheet">
<script type="text/javascript" src="/js/lib/materialize.min.js"></script>
<script src="/js/lib/jquery.min.js"></script>
<script type="text/javascript" src="/js/lib/localforage.min.js"></script>
<link type="text/css" href="/css/styles.css" rel="stylesheet">
<script type="text/javascript" src="/js/tos.js"></script>
<link rel="manifest" href="/manifest.json">
<script src="/js/app.js"></script>
<link rel="shortcut icon" type="image/png" href="/favicon.png" />
<!-- iOS support -->
<link rel="apple-touch-icon" href="/img/icons/icon_96.png">
<link rel="apple-touch-icon" href="/img/icons/icon_512.png">
<meta name="apple-mobile-web-app-status-bar" content="#004d32">
</head>
<body>
<nav class="z-depth-0" id="navigation-main">
<div class="nav-wrapper container">
<b>Beži</b><span>App</span>
<span class="right white-text">
<i class="material-icons" id="nav-home-button">home</i>
</span>
</div>
</nav>
<div class="container">
<h2 class="code-line" data-line-start=0 data-line-end=1><a id="Terms_and_conditions_0"></a>Terms and conditions
</h2>
<h3 class="code-line" data-line-start=2 data-line-end=3><a id="Terms_of_use_2"></a>Terms of use</h3>
<p class="has-line-data flow-text" data-line-start="3" data-line-end="4">As a condition of use, you promise not
to use the BežiApp
(App or application) and its related infrastructure (API, hosting service) for any purpose that is unlawful
or
prohibited by these Terms, or any other purpose not reasonably intended by the authors of the App. By way of
example, and not as a limitation, you agree not to use the App:</p>
<ol>
<li class="flow-text has-line-data" data-line-start="4" data-line-end="5">To abuse, harass, threaten,
impersonate or
intimidate any person;</li>
<li class="flow-text has-line-data" data-line-start="5" data-line-end="6">To post or transmit, or cause to
be posted or
transmitted, any Content that is libelous, defamatory, obscene, pornographic, abusive, offensive,
profane or
that infringes any copyright or other right of any person;</li>
<li class="flow-text has-line-data" data-line-start="6" data-line-end="7">To communicate with the App
developers or other
users in abusive or offensive manner;</li>
<li class="flow-text has-line-data" data-line-start="7" data-line-end="8">For any purpose that is not
permitted under the laws
of the jurisdiction where you use the App.</li>
<li class="flow-text has-line-data" data-line-start="8" data-line-end="9">To post or transmit, or cause to
be posted or
transmitted, any Communication designed or intended to obtain password, account or private information
of any
App user;</li>
<li class="flow-text has-line-data" data-line-start="9" data-line-end="11">To create or transmit unwanted
“spam” to any person
or any URL;</li>
</ol>
<p class="flow-text">You may also not reverse engineer, modify or redistribute the app without written consent
from the developers.</p>
<h3 class="code-line" data-line-start=11 data-line-end=12><a id="Termination_of_services_11"></a>Termination of
services
</h3>
<p class="flow-text has-line-data" data-line-start="12" data-line-end="13">The developers of the App may
terminate your access to
the App without any prior warning or notice for any of the following reasons:</p>
<ul>
<li class="flow-text has-line-data" data-line-start="13" data-line-end="14">Breaching the Terms of Service
</li>
<li class="flow-text has-line-data" data-line-start="14" data-line-end="16">Receiving a formal request from
authorities of
Gimnazija Bežigrad administration requesting termination of your access to the App.</li>
</ul>
<h3 class="code-line" data-line-start=16 data-line-end=17><a id="Limitation_of_Liability_16"></a>Limitation of
Liability
</h3>
<p class="flow-text has-line-data" data-line-start="17" data-line-end="18">The developers of the App provide no
warranty; You
expressly acknowledge and agree that the use of the licensed application is at your sole risk. To the
maximum extent
permited by applicable law, the licensed application and any services performed of provided by the licensed
application are provided “as is” and “as available”, with all faults and without warranty of any kind, and
licensor
hereby disclaims all warranties and conditions with respect to the licensed application and any services,
either
express, implied or statutory, including, but not limited to, the implied warranties and/or conditions of
merchantability, of satisfactory quality, of fitness for a particular purpose, of accuracy, of quiet
enjoyment, and
of noninfringement of third-party rights. No oral or written information or advice given by licensor or its
authorized representative shall create a warranty. Should the licensed application or services prove
defective, you
assume the entire cost of all necessary servicing, repair or correction. Some jurisdictions do not allow the
exclusion of the implied warranties or limitations on applicable statutory rights of a customer, so the
above
exclusion may not apply to you.</p>
<hr>
<p class="flow-text">The Terms of Service are effective as of 29 January, 2020.</p>
</div>
</body>
</html>
|