-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
222 lines (148 loc) · 6.41 KB
/
Copy pathindex.html
File metadata and controls
222 lines (148 loc) · 6.41 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
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
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Road Inspector - Terms & Conditions</title>
<style>
*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:Arial,Helvetica,sans-serif;
}
body{
background:#ececec;
display:flex;
justify-content:center;
align-items:center;
padding:40px;
}
.container{
width:900px;
background:white;
border-radius:12px;
box-shadow:0 10px 30px rgba(0,0,0,.15);
overflow:hidden;
}
header{
background:#1565C0;
color:white;
padding:25px;
}
header h1{
margin-bottom:8px;
}
.terms{
height:500px;
overflow-y:auto;
padding:30px;
line-height:1.7;
}
h2{
margin-top:30px;
margin-bottom:10px;
}
.footer{
border-top:1px solid #ddd;
padding:25px;
}
label{
font-size:16px;
}
button{
margin-top:20px;
width:100%;
padding:16px;
border:none;
border-radius:8px;
font-size:17px;
background:#2d7ef7;
color:white;
cursor:pointer;
transition:.3s;
}
button:disabled{
background:#999;
cursor:not-allowed;
}
p{
margin-bottom:15px;
text-align:justify;
}
</style>
</head>
<body>
<div class="container">
<header>
<h1>Road Inspector</h1>
<p>Terms & Conditions and Privacy Notice</p>
<p>Last Updated: July 2026</p>
</header>
<div class="terms" id="terms">
<h2>1. Introduction</h2>
<p>Road Inspector is a prototype developed under the ModuForgeX initiative for the NIRMAAN Science Exhibition. It demonstrates how artificial intelligence and computer vision may assist citizens and municipal authorities in identifying road defects and improving maintenance workflows.</p>
<p>By continuing to use this application you acknowledge that you have read and understood these terms.</p>
<h2>2. Camera Access</h2>
<p>The application requests permission to use your device camera. Images or screenshots may be captured automatically when a potential defect is detected. These images are intended to provide supporting evidence for a submitted report.</p>
<p>The application may capture photographs or screenshots when road defects are detected.</p>
<h2>3. Location</h2>
<p>If available, the application may associate approximate GPS coordinates with reports in order to identify the location of damaged roads.</p>
<h2>4. User Information</h2>
<p>Your name and email address may be requested before submitting a report. This information helps identify submissions and discourages misuse of the reporting system.</p>
<h2>5. Report Submission</h2>
<p>Submitted reports may contain photographs, timestamps, location information and descriptive details entered by the user.</p>
<h2>6. Privacy</h2>
<p>Name, email address, photographs, AI detection results, timestamps, GPS coordinates and report descriptions may be collected to operate the application. Information collected during demonstrations is not intended for commercial use.</p>
<h2>7. Responsible Use</h2>
<p>Users agree not to submit intentionally false reports, misleading information or inappropriate content.</p>
<h2>8. Disclaimer</h2>
<p>This software is a prototype created for educational purposes and may not always accurately detect road defects.</p>
<h2>9. Consent</h2>
<p>By accepting these Terms and Conditions you consent to the collection and use of the information described above solely for the purposes of demonstrating this project.</p>
<h2>10. Additional Information</h2>
<h2>Notifications</h2>
<p>Where applicable, reports may be forwarded to the appropriate municipal authority. The application may notify users when report status changes.</p>
<h2>Civilian Login</h2>
<p>Civilian accounts may submit reports, upload photographs, include descriptions, view submitted reports and track their status. Civilian users cannot verify, edit or close official cases.</p>
<h2>Authority / BMC Login</h2>
<p>Authorized officials may review reports, verify defects, update progress, assign maintenance work, change report status and review analytics. Administrative access is restricted to authorized personnel only.</p>
<h2>Responsible Use</h2>
<p>Users agree not to intentionally submit false, misleading or abusive reports. Repeated misuse may result in restricted access.</p>
<h2>Permissions Requested</h2>
<p>Road Inspector may request access to your camera, approximate or precise location, internet connection and notification services. These permissions are required to capture road defects, attach their location to reports and provide updates regarding submitted complaints.</p>
<h2>Uploaded Content</h2>
<p>Users retain ownership of photographs they submit. By uploading images through Road Inspector, users grant the application permission to process and display those images solely for the purpose of identifying, documenting and managing road defects.</p>
<h2>AI Disclaimer</h2>
<p>Artificial intelligence predictions are not guaranteed to be correct. All reported defects should be reviewed by authorized personnel before maintenance decisions are made.</p>
<h2>Account Security</h2>
<p>Users are responsible for maintaining the confidentiality of their account credentials and for all activity performed through their account.</p>
<h2>This section forms part of the Road Inspector Terms and Conditions. Users acknowledge that reports, images, locations, timestamps and account information may be processed for demonstration purposes. Authorized authorities may review reports, while civilian users may only create and monitor their own submissions. These provisions exist to describe system operation, user responsibilities, security expectations and acceptable use. </h2>
<p>Thank you for taking the time to read these Terms and Conditions.</p>
</div>
<div class="footer">
<label>
<input type="checkbox" id="agree" disabled>
I have read and agree to the Terms & Conditions.
</label>
<button id="continue" disabled>Continue</button>
</div>
</div>
<script>
const terms=document.getElementById("terms");
const checkbox=document.getElementById("agree");
const button=document.getElementById("continue");
terms.addEventListener("scroll",()=>{
if(terms.scrollTop + terms.clientHeight >= terms.scrollHeight-5){
checkbox.disabled=false;
}
});
checkbox.addEventListener("change",()=>{
button.disabled=!checkbox.checked;
});
button.onclick=()=>{
window.location.href="https://moduforgex.github.io/PWA_Download/";
};
</script>
</body>
</html>