add a web page about the crisis in Gaza. Include a short history of the conflict, the current humanitarian situation, key statistics, and why international aid is important. Make it clear, empathetic, and easy for high school students to understand. Use subheadings and bullet points where appropriate, and suggest relevant images I could add. - Follow Up Deployment
Browse files- index.html +120 -7
index.html
CHANGED
|
@@ -172,18 +172,131 @@
|
|
| 172 |
</div>
|
| 173 |
</section>
|
| 174 |
|
| 175 |
-
<!--
|
| 176 |
<section class="py-12 bg-gray-50">
|
| 177 |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 178 |
<div class="lg:text-center">
|
| 179 |
-
<h2 class="text-base text-blue-600 font-semibold tracking-wide uppercase">
|
| 180 |
-
<
|
| 181 |
-
|
| 182 |
-
</
|
| 183 |
-
<p class="mt-4 max-w-
|
| 184 |
-
|
| 185 |
</p>
|
| 186 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 187 |
</div>
|
| 188 |
</section>
|
| 189 |
|
|
|
|
| 172 |
</div>
|
| 173 |
</section>
|
| 174 |
|
| 175 |
+
<!-- Gaza Crisis Section -->
|
| 176 |
<section class="py-12 bg-gray-50">
|
| 177 |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 178 |
<div class="lg:text-center">
|
| 179 |
+
<h2 class="text-base text-blue-600 font-semibold tracking-wide uppercase">Understanding</h2>
|
| 180 |
+
<h1 class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
|
| 181 |
+
The Crisis in Gaza
|
| 182 |
+
</h1>
|
| 183 |
+
<p class="mt-4 max-w-3xl text-xl text-gray-500 lg:mx-auto">
|
| 184 |
+
A humanitarian emergency affecting 2 million people in one of the most densely populated areas on Earth
|
| 185 |
</p>
|
| 186 |
</div>
|
| 187 |
+
|
| 188 |
+
<div class="mt-10 bg-white rounded-lg shadow-lg p-8">
|
| 189 |
+
<h2 class="text-2xl font-bold text-gray-900 mb-6">A Brief History</h2>
|
| 190 |
+
<div class="grid md:grid-cols-2 gap-8">
|
| 191 |
+
<div>
|
| 192 |
+
<p class="text-gray-600 mb-4">
|
| 193 |
+
The Gaza Strip is a small coastal territory (about twice the size of Washington D.C.) that has been at the center of the Israeli-Palestinian conflict for decades:
|
| 194 |
+
</p>
|
| 195 |
+
<ul class="list-disc pl-6 space-y-2 text-gray-600">
|
| 196 |
+
<li><strong>1948:</strong> Created after the Arab-Israeli war, hosting Palestinian refugees</li>
|
| 197 |
+
<li><strong>1967:</strong> Came under Israeli control after the Six-Day War</li>
|
| 198 |
+
<li><strong>2005:</strong> Israel withdrew settlements but maintained control of borders</li>
|
| 199 |
+
<li><strong>2007:</strong> Hamas took control after winning elections</li>
|
| 200 |
+
<li><strong>Ongoing:</strong> Repeated conflicts and blockade since 2007</li>
|
| 201 |
+
</ul>
|
| 202 |
+
</div>
|
| 203 |
+
<div class="bg-gray-100 rounded-lg p-4 flex items-center justify-center">
|
| 204 |
+
<p class="text-gray-500 italic">
|
| 205 |
+
[Image suggestion: Map showing Gaza's location and size compared to familiar areas]
|
| 206 |
+
</p>
|
| 207 |
+
</div>
|
| 208 |
+
</div>
|
| 209 |
+
|
| 210 |
+
<h2 class="text-2xl font-bold text-gray-900 mt-12 mb-6">Current Humanitarian Situation</h2>
|
| 211 |
+
<div class="bg-blue-50 rounded-lg p-6 mb-8">
|
| 212 |
+
<h3 class="text-lg font-semibold text-blue-800 mb-4">Key Statistics:</h3>
|
| 213 |
+
<div class="grid sm:grid-cols-2 lg:grid-cols-4 gap-4">
|
| 214 |
+
<div class="bg-white p-4 rounded-lg shadow-sm">
|
| 215 |
+
<p class="text-sm text-gray-500">Population</p>
|
| 216 |
+
<p class="text-xl font-bold">2.2 million</p>
|
| 217 |
+
</div>
|
| 218 |
+
<div class="bg-white p-4 rounded-lg shadow-sm">
|
| 219 |
+
<p class="text-sm text-gray-500">Unemployment</p>
|
| 220 |
+
<p class="text-xl font-bold">45%</p>
|
| 221 |
+
</div>
|
| 222 |
+
<div class="bg-white p-4 rounded-lg shadow-sm">
|
| 223 |
+
<p class="text-sm text-gray-500">Poverty Rate</p>
|
| 224 |
+
<p class="text-xl font-bold">53%</p>
|
| 225 |
+
</div>
|
| 226 |
+
<div class="bg-white p-4 rounded-lg shadow-sm">
|
| 227 |
+
<p class="text-sm text-gray-500">Youth Under 18</p>
|
| 228 |
+
<p class="text-xl font-bold">47%</p>
|
| 229 |
+
</div>
|
| 230 |
+
</div>
|
| 231 |
+
</div>
|
| 232 |
+
|
| 233 |
+
<div class="grid md:grid-cols-2 gap-8">
|
| 234 |
+
<div>
|
| 235 |
+
<h3 class="text-lg font-semibold text-gray-800 mb-3">Daily Challenges:</h3>
|
| 236 |
+
<ul class="space-y-3 text-gray-600">
|
| 237 |
+
<li class="flex items-start">
|
| 238 |
+
<i class="fas fa-bolt text-yellow-500 mt-1 mr-3"></i>
|
| 239 |
+
<span>Only 4-6 hours of electricity per day</span>
|
| 240 |
+
</li>
|
| 241 |
+
<li class="flex items-start">
|
| 242 |
+
<i class="fas fa-tint text-blue-500 mt-1 mr-3"></i>
|
| 243 |
+
<span>97% of water is undrinkable due to contamination</span>
|
| 244 |
+
</li>
|
| 245 |
+
<li class="flex items-start">
|
| 246 |
+
<i class="fas fa-hospital text-red-500 mt-1 mr-3"></i>
|
| 247 |
+
<span>Hospitals face severe shortages of medicines and equipment</span>
|
| 248 |
+
</li>
|
| 249 |
+
<li class="flex items-start">
|
| 250 |
+
<i class="fas fa-utensils text-green-500 mt-1 mr-3"></i>
|
| 251 |
+
<span>Over 60% of families are food insecure</span>
|
| 252 |
+
</li>
|
| 253 |
+
</ul>
|
| 254 |
+
</div>
|
| 255 |
+
<div class="bg-gray-100 rounded-lg p-4 flex items-center justify-center">
|
| 256 |
+
<p class="text-gray-500 italic">
|
| 257 |
+
[Image suggestion: Photos showing daily life challenges - power outages, water collection, hospital scenes]
|
| 258 |
+
</p>
|
| 259 |
+
</div>
|
| 260 |
+
</div>
|
| 261 |
+
|
| 262 |
+
<h2 class="text-2xl font-bold text-gray-900 mt-12 mb-6">Why International Aid Matters</h2>
|
| 263 |
+
<div class="bg-white rounded-lg p-6 border border-blue-100">
|
| 264 |
+
<div class="grid md:grid-cols-2 gap-8">
|
| 265 |
+
<div>
|
| 266 |
+
<p class="text-gray-600 mb-4">
|
| 267 |
+
Gaza's economy cannot support its population due to the blockade and repeated conflicts. International aid provides:
|
| 268 |
+
</p>
|
| 269 |
+
<ul class="list-disc pl-6 space-y-2 text-gray-600">
|
| 270 |
+
<li>Emergency food and medical supplies</li>
|
| 271 |
+
<li>Support for hospitals and clinics</li>
|
| 272 |
+
<li>Clean water and sanitation projects</li>
|
| 273 |
+
<li>Education for children (50% of schools run by UN)</li>
|
| 274 |
+
<li>Psychological support for trauma</li>
|
| 275 |
+
</ul>
|
| 276 |
+
</div>
|
| 277 |
+
<div>
|
| 278 |
+
<div class="bg-yellow-50 p-4 rounded-lg">
|
| 279 |
+
<h3 class="font-semibold text-yellow-700 mb-2">Did You Know?</h3>
|
| 280 |
+
<p class="text-gray-600">
|
| 281 |
+
Over 80% of Gaza's population depends on international aid to survive. Even small donations can make a difference:
|
| 282 |
+
</p>
|
| 283 |
+
<ul class="mt-2 space-y-1 text-sm text-gray-600">
|
| 284 |
+
<li>$25 provides a family food for a week</li>
|
| 285 |
+
<li>$50 provides emergency medical supplies</li>
|
| 286 |
+
<li>$100 provides clean water for a month</li>
|
| 287 |
+
</ul>
|
| 288 |
+
</div>
|
| 289 |
+
</div>
|
| 290 |
+
</div>
|
| 291 |
+
</div>
|
| 292 |
+
|
| 293 |
+
<div class="mt-10 bg-blue-50 rounded-lg p-6 text-center">
|
| 294 |
+
<h3 class="text-lg font-semibold text-blue-800 mb-3">"We don't need to solve the whole conflict to help people in need"</h3>
|
| 295 |
+
<p class="text-gray-600 max-w-2xl mx-auto">
|
| 296 |
+
Regardless of politics, civilians - especially children - deserve access to basic necessities. Our project helps provide aid directly to those who need it most.
|
| 297 |
+
</p>
|
| 298 |
+
</div>
|
| 299 |
+
</div>
|
| 300 |
</div>
|
| 301 |
</section>
|
| 302 |
|