Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aemet #205

Merged
merged 1 commit into from
Nov 12, 2024
Merged

aemet #205

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,11 @@ export default async function Home() {
<div>
<h2 className="text-xl font-bold text-red-800 mb-2">EMERGENCIA ACTIVA - DANA</h2>
<div className="prose prose-sm text-red-700">
<p className="mb-2">Situación de emergencia activa por DANA en la Comunitat Valenciana.</p>
<p className="font-medium">Para emergencias médicas inmediatas, llame al 112.</p>
<p className="mb-2">AVISO ESPECIAL: LLUVIAS Y CHUBASCOS MUY FUERTES A TORRENCIALES DESDE MARTES 12 DE NOVIEMBRE</p>
<p className="mb-2">SE RECOMIENDA DESALOJAR BAJOS Y LUGARES QUE SE HAYAN INUNDADO PREVIAMENTE. ABASTECERSE DE COMIDA, MEDICINAS Y SUMINISTRO PARA AL MENOS 4 DÍAS.
DIFUNDE Y AYUDA EN TU COMUNIDAD EMERGENCIAS: 112</p>
<p className="font-medium">SIGUE RECOMENDACIONES OFICIALES DE <a className="text-blue-600 font-bold hover:text-blue-800 space-x-2" href="https://www.aemet.es/es/eltiempo/prediccion/municipios/valencia-id46250">AEMET</a>
</p>
</div>
</div>
</div>
Expand Down
Loading