-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
283 lines (195 loc) · 8.22 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
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
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
<!DOCTYPE html>
<html>
<head>
<title> Clean India </title>
<LINK REL="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<header>
<div class="main">
<div class="logo">
<img src="images\logo.png"
</div>
<ul>
<button onclick="document.getElementById('id01').style.display='block'" style="width:auto;">Calculate</button>
<div id="id01" class="modal">
<h1>
<a href="JS Trial.html">Click here</a>
</h1>
</div>
<script>
// Get the modal
var modal = document.getElementById('id01');
// When the user clicks anywhere outside of the modal, close it
window.onclick = function(event) {
if (event.target == modal) {
modal.style.display = "none";
}
}
</script>
</ul>
</div>
<div class="title">
<h1>SASWARC</h1>
<script type="text/javascript" src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>
<body>
<div data-netlify-identity-button>Login</div>
</body>
</div>
</header>
<div class="about-section">
<h1>About Us</h1>
<p>SASWARC stands for Semi Automatic Solid Waste Remuneration Contrivance (remuneration meaning money paid for a service, and contrivance meaning a system/service)</p>
<p>
Although the level of recycling activities fluctuates over time, the underlying driving forces point to the overall increase of these activities. Recycling is both an economic as well as environmental activity.
Our project aims to provide a simple, user friendly service for efficient and convenient solid waste disposal and management. The idea is to pay people, and also provide incentives to sanitation workers for their services.
The concept is simple in terms of functionality, a basic website will be set up where users can log in using their phone numbers, and all items delivered for recycling will be tracked accordingly.
All solid waste given for recycling at the kiosk will then be linked to that particular phone number, and the user will receive money based on the amount and type of solid waste they have delivered.
Users can chose to withdraw the money they receive from recycling on a monthly basis, or after reaching a specific threshold.
It will be set up in such a way that the user will not necessarily need to login often.
Sanitation workers who collect domestic trash, can now deposit it at the kiosk.
Each kiosk will have a person who will manage and maintain it regularly.
Furthermore, these kiosks can be used to display advertisements and public announcements.
</p>
<p>
<h3>
Check out the gallery below to see how the waste you submit today might possibly turn into something useful in the future!
</h3>
</p>
</div>
<h2 style= "font-size: xx-large ;text-align:center" >Our Team</h2>
<div class="row">
<div class="column" style="width: 25%;">
<div class="card">
<img src="images\ath.jpg" alt="Atharva" style="width:100%">
<div class="container">
<h2> <b>Atharva Taras</b></h2>
<p>Artificial Intelligence And Data Science Engineering.</p>
<p><i><b> [email protected] </i></b></p>
</div>
</div>
</div>
<div class="column" style="width: 25%;">
<div class="card">
<img src="images\vai.jpg" alt="Vaishnavi" style="width: 100%">
<div class="container">
<h2><b>Vaishnavi Nimkar</b></h2>
<p> Electronic and Telecommunication Engineering.</p>
<p><i><b>[email protected]</i></b> </p>
</div>
</div>
</div>
<div class="column" style="width: 25%;">
<div class="card">
<img src="images\sans.jpg" alt="Sanskruti" style="width:100%">
<div class="container">
<h2><b>Sanskruti Kakade</b></h2>
<p>Artificial Intelligence And Data Science Engineering .</p>
<p><i><b>[email protected] </i></b></p>
</div>
</div>
</div>
<div class="column" style="width: 25%;">
<div class="card">
<img src="images\kar.jpg" alt="Kartik" style="width:100%">
<div class="container">
<h2><b>Kartik Rajendran</b></h2>
<p>Artificial Intelligence And Data Science Engineering.</p>
<p><i><b>[email protected]</i></b></p>
</div>
</div>
</div>
</div>
<div class="Gallery">
<h1 style="color:rgb(255, 255, 255) ; font-size: 40px" >Gallery</h1>
</div>
<!-- The four columns -->
<div class="row">
<div class="column">
<img src="images/shoes_1.jpg" style="width:100%" >
</div>
<div class="column">
<img src="images/shoes_2.jpg" style="width:100%" >
</div>
<div class="column">
<img src="images/shoes_3.jpg" style="width:100%" >
</div>
<div class="column">
<img src="images/cloth_1.jpg" style="width:100%" >
</div>
<div class="column">
<img src="images/cloth_2.jpg" style="width:100%" >
</div>
<div class="column">
<img src="images/cloth_3.jpg" style="width:100%" >
</div>
<div class="column">
<img src="images/furn_1.jpg" style="width:100%" >
</div>
<div class="column">
<img src="images/furn_2.jpg" style="width:100%" >
</div>
<div class="column">
<img src="images/furn_3.jpg" style="width:100%" >
</div>
<div class="column">
<img src="images/bag_1.jpg" style="width:100%" >
</div>
<div class="column">
<img src="images/light_1.jpg" style="width:100%" >
</div>
<div class="column">
<img src="images/bag_2.jpg" style="width:100%" >
</div>
</div>
<hr style="height:25px;border-width:10;color:gray;background-color:gray">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {font-family: Arial, Helvetica, sans-serif;}
* {box-sizing: border-box;}
input[type=text], select, textarea {
width: 100%;
padding: 12px;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
margin-top: 6px;
margin-bottom: 16px;
resize: vertical;
}
input[type=submit] {
background-color: #04AA6D;
color: white;
padding: 12px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
}
input[type=submit]:hover {
background-color: #45a049;
}
.container {
border-radius: 5px;
background-color: #f2f2f2;
padding: 20px;
}
</style>
<h3>Contact Form</h3>
<div class="container">
<form name="contact" method="POST" data-netlify="true">
<br>
<label for="fname">First Name</label>
<input type="text" id="fname" name="firstname" placeholder="Your first name...">
</br>
<br>
<label for="lname">Last Name</label>
<input type="text" id="lname" name="lastname" placeholder="Your last name...">
</br>
<br>
<label for="subject">Subject</label>
<textarea id="subject" name="subject" placeholder="Write something.." style="height:200px"></textarea>
<input type="submit" value="Submit">
</form>
</div>
</body>
</html>