Pilotos
+| # | +Código | +Nombre | +Apellido | +Escuderia | +Nacionalidad | + +
|---|
diff --git a/eltiempo/servidor/api-weather-reverse.php b/eltiempo/servidor/api-weather-reverse.php old mode 100755 new mode 100644 diff --git a/eltiempo/servidor/api-weather.php b/eltiempo/servidor/api-weather.php old mode 100755 new mode 100644 diff --git a/formula1/css/estilos.css b/formula1/css/estilos.css new file mode 100644 index 0000000..3fe582a --- /dev/null +++ b/formula1/css/estilos.css @@ -0,0 +1,74 @@ +:root { + --f1-red: #a00000; + --dark-bg: #15151e; + --card-bg: #1f1f27; + --text: #ffffff; + --border-color: #38383f; + --titulo-color: #ff4c4c; + } + + body { + font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; + background-color: var(--dark-bg); + color: var(--text); + margin: 0; + padding: 20px; + } + + header { + padding-bottom: 10px; + margin-bottom: 30px; + text-align: center; + color: var(--titulo-color); + } + + .dashboard { + display: grid; + grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); + gap: 20px; + } + + .stat-card { + background-color: var(--card-bg); + padding: 20px; + border-radius: 10px; + border-left: 4px solid var(--f1-red); + } + + table { + width: 100%; + border-collapse: collapse; + margin-top: 10px; + } + + th, td { + text-align: left; + padding: 8px; + border-bottom: 1px solid var(--border-color); + } + + th { + color: var(--titulo-color); + font-size: 0.8rem; + text-transform: uppercase; + } + + .pos { + font-weight: bold; + color: var(--f1-red); + } + + .cuenta-atras { + margin-bottom: 15px; + text-align: center; + border-bottom: 4px solid var(--f1-red); + } + + #countdown { + font-size: 2rem; + font-weight: bold; + letter-spacing: 2px; + } + + + \ No newline at end of file diff --git a/formula1/index.html b/formula1/index.html new file mode 100644 index 0000000..de52460 --- /dev/null +++ b/formula1/index.html @@ -0,0 +1,48 @@ + + +
+ + +| # | +Código | +Nombre | +Apellido | +Escuderia | +Nacionalidad | + +
|---|
Guardo los datos del tiempo de 3 ciudades españolas que me interesan (Madrid, L'Ampolla (Tarragona), L'Alfas del Pi (Alicante)) con fines estadísticos.
@@ -89,6 +88,19 @@Web de estadísticas de Fórmula 1.
+Java, Spring, Hibernate, JPA, MySQL, HTML, CSS, JavaScript.
+ Saber más → +