-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
255 lines (218 loc) · 11.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>solutionChallenge</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="utils.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,500;0,600;0,700;0,800;0,900;1,500;1,600;1,700;1,800&family=Urbanist:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/10e2e243de.js" crossorigin="anonymous"></script>
</head>
<body>
<!-- ================================== HEADER STARTS ======================================== -->
<header>
<nav>
<div class="logo"> Logo </div>
<div class="pages">
<a href="x">Home</a>
<a href="./market-place-form.html">Market place</a>
<a href="x">Blog</a>
</div>
<div class="user-details flex">
<a class="sing-class btn btn-main" href="./sing-up.html">Sign up</a>
<a class="logIn-class btn btn-secondary" href="./log-in.html">log in</a>
</div>
</nav>
</header>
<!-- ================================== HEADER ENDS ======================================== -->
<!-- ================================== MAIN STARTS ======================================== -->
<main>
<div class="container flex">
<!--community details start here -->
<div class="community-wrapper info-box">
<div class="cummunity-search">
<input class="cummunity-search-type" type="search" placeholder="Search">
</div>
<div class="cummunity-like"><b>You might like</b></div>
<div class="person">
<img src="sumit.jpg" alt="Sumit Maurya" class="person-image">
<p class="person-name">Sumit Maurya</p>
<button class="follow-style" data-person-id="followButton1">Follow</button>
</div>
<div class="person">
<img src="prajjwal.jpg" alt="Prajjwal Dubey" class="person-image">
<p class="person-name">Prajjwal Dubey</p>
<button class="follow-style" data-person-id="followButton2">Follow</button>
</div>
</div>
<!--community details end here -->
<div class="posts-wrapper info-box">
<div class="post-1">
<div class="user-info">
<div class="img-name">
<img src="sumit.jpg" alt="Sumit Maurya" class="post-img">
<div class="user-name-locat">
<p class="user-name">Sumit Maurya</p>
<p class="user-location"> mumbai </p>
</div>
</div>
<div class="app-follow-button">
<button class="follow-button">
<span class="text">Follow</span>
</button>
</div>
</div>
<div class="post-discription">
Embrace eco-conscious habits! Start by sorting your waste. Recycling saves resources and reduces landfill waste. Be a steward of the planet!
</div>
<button class="see-more-button">
<span class="dots">...</span>
<span class="text">See More</span>
</button>
<div class="image-container">
<img src="garbage-1.jpg" alt="garbage image">
</div>
</div>
<div class="post-1">
<div class="user-info">
<div class="img-name">
<img src="profile2.png" alt="Vikram Mali" class="post-img">
<div class="user-name-locat">
<p class="user-name">Vikram Mali</p>
<p class="user-location"> Borivali </p>
</div>
</div>
<div class="app-follow-button">
<button class="follow-button">
<span class="text">Follow</span>
</button>
</div>
</div>
<div class="post-discription">
Every action counts! Choose reusable over single-use products. Together, we can minimize waste and protect our environment for future generations
</div>
<button class="see-more-button">
<span class="dots">...</span>
<span class="text">See More</span>
</button>
<div class="image-container">
<img src="garbage-2.jpg" alt="garbage image">
</div>
</div>
<div class="post-1">
<div class="user-info">
<div class="img-name">
<img src="profile3.jpg" alt="Sharmili Pednekar" class="post-img">
<div class="user-name-locat">
<p class="user-name">Sharmili Pednekar</p>
<p class="user-location"> Goldenest </p>
</div>
</div>
<div class="app-follow-button">
<button class="follow-button">
<span class="text">Follow</span>
</button>
</div>
</div>
<div class="post-discription">
Waste less, live more! Reduce food waste by planning meals, composting scraps, and donating excess. Let's create a sustainable future, one meal at a time."
</div>
<button class="see-more-button">
<span class="dots">...</span>
<span class="text">See More</span>
</button>
<div class="image-container">
<img src="garbage-3.jpg" alt="garbage image">
</div>
</div>
<div class="post-1">
<div class="user-info">
<div class="img-name">
<img src="sumit.jpg" alt="Sumit Maurya" class="post-img">
<div class="user-name-locat">
<p class="user-name">Rajeshwar Bura</p>
<p class="user-location"> Bhivandi </p>
</div>
</div>
<div class="app-follow-button">
<button class="follow-button">
<span class="text">Follow</span>
</button>
</div>
</div>
<div class="post-discription">
Plastic pollution is a global crisis. Choose alternatives to single-use plastics, recycle diligently, and support initiatives to clean up our oceans. Together, we can make a difference
</div>
<button class="see-more-button">
<span class="dots">...</span>
<span class="text">See More</span>
</button>
<div class="image-container">
<img src="garbage-4.jpg" alt="garbage image">
</div>
</div>
<div class="post-1">
<div class="user-info">
<div class="img-name">
<img src="sumit.jpg" alt="Sumit Maurya" class="post-img">
<div class="user-name-locat">
<p class="user-name">Ritesh Yadav</p>
<p class="user-location"> Miraroad </p>
</div>
</div>
<div class="app-follow-button">
<button class="follow-button">
<span class="text">Follow</span>
</button>
</div>
</div>
<div class="post-discription">
Small changes, big impact! Opt for products with minimal packaging, repair rather than replace, and support businesses committed to sustainability. Let's lead the way to a waste-free future!
</div>
<button class="see-more-button">
<span class="dots">...</span>
<span class="text">See More</span>
</button>
<div class="image-container">
<img src="garbage-5.jpg" alt="garbage image">
</div>
</div>
</div>
<div class="challenge-wrapper info-box">
<div class="events-challenge">
<h1> Events </h1>
<div class="ongoing-events">
<div class="ongoing">
<i class="fa-solid fa-circle"></i>
<p>Ongoing</p>
<a href="Event-join-form.html" class="Event-join">Join<i class="fa-regular fa-handshake"></i></a>
</div>
<div class="name-logo">
<img class="ngo-logo" src="ngo-logo-1.jpeg" alt="ngo-logo">
<h3>EcoShore</h3>
</div>
<div class="drill-info">Join us at Kalam Beach, Nallasopara, for a beach cleaning event. Let's protect marine life and preserve natural beauty together. Contribute to a cleaner environment, meet like-minded individuals, and make a positive impact. Let's create a healthier planet for future generations. Join us now!</div>
</div>
<div class="upcoming-events">
<div class="upcoming">
<i class="fa-solid fa-circle"></i>
<p>Upcoming</p>
<a href="Event-join-form.html" class="Event-join">Join<i class="fa-regular fa-handshake"></i></a>
</div>
<div class="name-logo">
<img class="ngo-logo" src="ngo-logo-2.jpeg" alt="ngo-logo">
<div class="dates"><h3>EcoSweep</h3> dates:19-03-24</div>
</div>
<div class="drill-info">Join our Borivali, Mumbai garbage sanitation work. Contribute to a cleaner community, reduce pollution, and create a healthier environment. Your effort will make a real difference. Join us now and be part of the solution!</div>
</div>
</div>
</div>
</div>
</main>
<script src="script.js"></script>
</body>
</html>