Skip to content

Commit

Permalink
Merge pull request #205 from pedrolivaresanchez/aemet
Browse files Browse the repository at this point in the history
aemet
  • Loading branch information
vsornosa1 authored Nov 12, 2024
2 parents 4337557 + 4309b6f commit a754cd3
Showing 1 changed file with 5 additions and 2 deletions.
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

0 comments on commit a754cd3

Please sign in to comment.