-
Notifications
You must be signed in to change notification settings - Fork 0
/
Index.html
301 lines (300 loc) · 13.5 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
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SHARE & CARE: Together We Can Make a Huge Difference</title>
<link rel="stylesheet" href="Index.css" />
<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=Gabarito:wght@800&family=Inter:wght@300&family=Noto+Sans+KR:wght@100&family=Oxygen:wght@700&display=swap"
rel="stylesheet"
/>
<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=Titillium+Web:wght@200&display=swap"
rel="stylesheet"
/>
<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=Open+Sans:wght@300&family=Titillium+Web:wght@200&display=swap"
rel="stylesheet"
/>
<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=Inter:wght@200&family=Titillium+Web:wght@200&display=swap"
rel="stylesheet"
/>
<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=Oxygen:wght@700&family=Roboto+Slab&display=swap"
rel="stylesheet"
/>
<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=Gabarito:wght@800&family=Inter:wght@300&family=Noto+Sans+KR:wght@100&family=Nunito:wght@300&family=Oxygen:wght@700&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div class="topExtraDiv">
<div id="navbBar">
<button style="border-right: 1px solid black" class="navButtons">
Login
</button>
<button style="border-right: 1px solid black" class="navButtons">
Register
</button>
<button
style="border-right: 1px solid black"
style="width: 150px"
class="navButtons"
>
About Us
</button>
<button
style="border-right: 1px solid black"
style="width: 150px"
class="navButtons"
>
Our Team
</button>
<button style="width: 150px" class="navButtons">Contact Us</button>
</div>
</div>
<div id="logo">
<div class="logoName">SHARE</div>
<div class="logoName">&</div>
<div class="logoName">CARE</div>
</div>
<div class="main">
<div id="myTimeline">
<div class="timeline"><strong>My Timeline</strong></div>
</div>
<div class="header" id="item">
<div class="headChild"></div>
</div>
<div class="sideBar" id="item">
<div class="heading">
<p style="color: aliceblue" id="headTitle" class="h1">Together</p>
<p style="color: rgb(0, 255, 255)" id="headTitle" class="h2">
we can
</p>
<p style="color: aliceblue" id="headTitle" class="h3">make</p>
<p style="color: rgb(0, 255, 255)" id="headTitle" class="h4">
<span style="color: aliceblue">a </span
><span style="color: aqua">huge</span>
</p>
<p style="color: aliceblue" id="headTitle" class="h5">difference</p>
</div>
</div>
<div class="item1" id="item">
<div id="searchDiv">
<div class="search">
<button class="searchBtn"></button>
</div>
<div class="searchBar">
<input type="text" placeholder="Search by username" />
</div>
<div class="searchMic">
<button class="micBtn"></button>
</div>
</div>
</div>
<div class="item2" id="item"></div>
<div class="item3" id="item"></div>
<div class="item4" id="item"></div>
<div class="item5" id="item"></div>
<div class="item6" id="item"></div>
</div>
<br />
<div class="afterMain">
<button id="btn" class="btn1">
<p class="btnNameforafterMain">VOLUNTEER</p>
</button>
<button id="btn" class="btn2">
<p class="btnNameforafterMain">DONATE</p>
</button>
<button id="btn" class="btn3">
<p class="btnNameforafterMain">FUNDING</p>
</button>
</div>
<div id="websiteAfterMain">
<div class="aboutUsDiv">
<div class="aboutUsLeftDiv">
<p class="aboutUsHead">About Us</p>
<div class="lineBetween"></div>
<div class="aboutUsMainContent">
<p>
Share and Care is an online platform that connects people who care
with people who need. Our mission is to create a community of
kindness and generosity, where everyone can lead a better life. We
focus on helping the less fortunate, especially children, by
donating essential items such as clothing, food, and education. We
also encourage our volunteers to get involved in various ways,
such as collecting donations, raising awareness, or interacting
with beneficiaries. Our platform is transparent and user-friendly,
allowing donors to choose the causes they support and volunteers
to participate in the campaigns they like. We rely on the
donations of individuals who believe in the power of collective
giving. The funds we raise go towards supporting our charity
initiatives, covering our operational costs, and reaching more
people in need. We aim to create a positive impact not only
through material donations, but also through fostering a sense of
belonging and support for those in need. We invite you to join us
in making a difference by sharing and caring for a brighter, more
compassionate world.
</p>
<button class="readMoreButton">
<a style="color: black" href="">READ MORE >></a>
</button>
</div>
</div>
<div class="aboutUsRightDiv"></div>
</div>
<div id="cardForOurValues">
<p class="ourValueshead">Our Values</p>
<div class="lineAfter"></div>
<div class="divContainingCards">
<div id="card">
<div class="lineForCard"></div>
<p class="headInsideCard">COMPASSION</p>
<p class="cardContent">
Compassion, a profound empathy, resides in every heart, waiting to
be expressed. Shared compassion unites us, fostering unity. This
unity fuels our commitment to improve the world. It's an active
commitment, pushing us to make a difference. It's not just about
envisioning a better world, but actively working towards creating
it.
</p>
</div>
<div id="card">
<div class="lineForCard"></div>
<p class="headInsideCard">COMMUNITY</p>
<p class="cardContent">
Share & Care is more than a platform; it's a community united for
positive change. The strength lies in unity and shared values,
fostering collective action. We celebrate this unity,
acknowledging the power of collective efforts for significant
transformations. These aren't temporary changes, but meaningful,
lasting impacts. The power to effect these transformations is
collective, embodying the belief that unity can create change.
This encapsulates Share & Care - a community bound by shared
values, working collectively for a better world.
</p>
</div>
<div id="card">
<div class="lineForCard"></div>
<p class="headInsideCard">TRANSPARENCY</p>
<p class="cardContent">
Honesty and transparency are our core values. Every step, from
donation to distribution, adheres to these principles. We keep you
informed about your contribution's use, involving you in its
journey. We ensure you see your generosity's impact, fostering
trust and connection. This is our promise - a transparent process
where you're an integral part of our mission.
</p>
</div>
</div>
</div>
<div id="getInvolvedDiv">
<p class="headForGetInvolvedDiv">Get Involved</p>
<div class="lineBelowGetInvolvedDiv"></div>
<div id="contentDivForGetInvolvedDiv">
<div class="contentCardForGetInvolved">
<p class="headInsideContentCardOfgetInvolvedDiv">As a Volunteer</p>
<div class="contentForGetInvolved">
<p>
We will be delighted to have you as a volunteer. Your
involvement is invaluable for our mission of creating a
community of kindness and generosity. As a volunteer, you can
participate in various campaigns, such as collecting donations,
raising awareness, or interacting with beneficiaries. You can
also choose the causes that resonate with you the most. By
joining us, you will be making a positive difference in the
lives of those who need it the most.
</p>
</div>
<button class="buttonInGetInvolvedDiv">JOIN US</button>
</div>
<div class="childLine"></div>
<div class="contentCardForGetInvolved">
<p class="headInsideContentCardOfgetInvolvedDiv">As a Donater</p>
<div class="contentForGetInvolved">
<p>
We will be grateful for your generosity and support. Your
donation will make a positive difference in the lives of those
who need it the most. As a donater, you can choose the causes
that you support and see the impact of your contribution. You
can also follow our updates and stories on our website and
social media. By joining us, you are creating a community of
kindness and generosity.
</p>
</div>
<button class="buttonInGetInvolvedDiv">DONATE NOW</button>
</div>
<div class="childLine"></div>
<div class="contentCardForGetInvolved">
<p class="headInsideContentCardOfgetInvolvedDiv">As a Supporter</p>
<div class="contentForGetInvolved">
We appreciate your interest and encouragement. Your support will
inspire others to join us in creating a community of kindness and
generosity. As a supporter, you can follow our updates and stories
on our website and social media. You can also spread the word
about our mission and invite others to share and care. By joining
us, you are making the world a better place.
</div>
<button class="buttonInGetInvolvedDiv">JOIN US</button>
</div>
</div>
</div>
</div>
<div id="footer">
<div
style="height: 25px; border-bottom: 1px solid rgba(0, 122, 204, 0.834)"
></div>
<div class="footerMain">
<div class="footerMainContent">
<p class="footerDivOneLinks">QUICK LINKS</p>
<div class="quickLinksInFooter">
<a class="anchorForQuickLinksInFooter" href="">LOGIN</a>
<br />
<a class="anchorForQuickLinksInFooter" href="">REGISTER</a>
<br />
<a class="anchorForQuickLinksInFooter" href="">ABOUT US</a>
<br />
<a class="anchorForQuickLinksInFooter" href="">OUR TEAM</a>
<br />
<a class="anchorForQuickLinksInFooter" href="">CONTACT US</a>
</div>
</div>
<div class="footerMainContent">
<p class="footerDivOneLinks">FOLLOW US</p>
<div class="followUsInFooter">
<p><a style="color: rgb(255, 255, 204)" href="">FACEBOOK</a></p>
<p><a style="color: rgb(255, 255, 204)" href="">INSTAGRAM</a></p>
<p><a style="color: rgb(255, 255, 204)" href="">LINKEDIN</a></p>
<p><a style="color: rgb(255, 255, 204)" href="">TWITTER</a></p>
<p>
<a style="color: rgb(255, 255, 204)" href="">WHATSAPP CHANNEL</a>
</p>
</div>
</div>
<div class="footerMainContent">
<div class="ThirdDivInFooter">A IIIT LUCKNOW DEVELOPED WEBSITE</div>
<div class="amarDevelopersDivInThirdDiv">AMAR DEVELOPERS</div>
</div>
</div>
<div class="copyrightBlockInFooter">
<p class="copyright">©Copyright Reserved</p>
<p class="copyright">Share & Care</p>
</div>
</div>
</body>
</html>