@@ -7,8 +7,18 @@ import { useTranslation } from "react-i18next";
77import { Button , ButtonVariants } from "@/components/ui/button" ;
88import Heading from "@/components/ui/Heading" ;
99import { Divider , DividerVariants } from "@/components/ui/divider" ;
10+
1011import ArrowForwardIcon from "@mui/icons-material/ArrowForward" ;
12+ import EventIcon from "@mui/icons-material/Event" ;
13+ import AccessTimeIcon from "@mui/icons-material/AccessTime" ;
14+ import PlaceIcon from "@mui/icons-material/Place" ;
15+ import FileDownloadOutlinedIcon from "@mui/icons-material/FileDownloadOutlined" ;
16+ import { FileDownloadOutlined } from "@mui/icons-material" ;
17+
1118import ResearchLineCard from "@/components/cards/ResearchLineCard" ;
19+ import Text from "@/components/ui/Text" ;
20+ import Image from "@/components/ui/image" ;
21+ import { Badge } from "@/components/ui/badge" ;
1222
1323//Banner
1424import {
@@ -20,7 +30,6 @@ import {
2030 BannerImg ,
2131 BannerLogo ,
2232} from "@/components/core/Banner" ;
23- import PruebaRectangulos from "@/components/pruebas/pruebaRectangulos" ;
2433
2534// UI
2635export default function Page ( ) {
@@ -35,9 +44,11 @@ export default function Page() {
3544
3645 return (
3746 < main >
38- < Banner >
39- { /* <PruebaRectangulos></PruebaRectangulos> */ }
47+ < Link href = "#section2" scroll = { true } className = "arrowScroll arrows" >
48+ { " " }
49+ </ Link >
4050
51+ < Banner >
4152 < BannerImg > </ BannerImg >
4253
4354 < BannerContent className = "absolute " >
@@ -64,14 +75,157 @@ export default function Page() {
6475 </ BannerContent >
6576 </ Banner >
6677
67- < section className = "padding_group_description bg-background-200" >
78+ < section
79+ className = "padding_group_description"
80+ style = { {
81+ backgroundImage : "linear-gradient(to right, #948CFFDD, #2c2e33)" ,
82+ } }
83+ >
6884 < Divider size = "lg" className = "hidden md:flex" > </ Divider >
6985 < Divider size = "sm" > </ Divider >
86+ < Heading level = "h2" > 40 Aniversario de internet en España</ Heading >
87+
88+ < div className = "flex gap-4" >
89+ < Badge variant = "" >
90+ < Heading level = "subtitle" className = "flex items-center gap-1 line" >
91+ < AccessTimeIcon className = "mt-0.5" sx = { { fontSize : 22 } } /> 12:30
92+ </ Heading >
93+ </ Badge >
94+ < Heading level = "subtitle" className = "flex items-center gap-1 line" >
95+ < EventIcon className = "mt-0.5" sx = { { fontSize : 22 } } /> 2 de
96+ diciembre
97+ </ Heading >
98+
99+ < Heading level = "subtitle" className = "flex items-center gap-1 line" >
100+ < PlaceIcon className = "mt-0.5" sx = { { fontSize : 22 } } />
101+ Salón de actos del Edificio C de la ETSIT
102+ </ Heading >
103+ </ div >
104+
105+ < Text type = "p" className = "mb-1" >
106+ La primera conexión a internet en España fue realizada en 1985 desde
107+ la Escuela Técnica Superior de Ingenieros de Telecomunicación (ETSIT)
108+ de la Universidad Politécnica de Madrid (UPM). El envío de un email de
109+ prueba por una red TCP/IP conectada al servicio de correo electrónico
110+ de internet a través de EUnet, cuya transcendencia histórica ignoraban
111+ sus propios protagonistas, marcó el comienzo de la expansión en
112+ nuestro país de la que acabaría siendo en poco tiempo la red de redes.
113+ El acto para conmemorar este hito incluirá la participación por
114+ videoconferencia de los estadounidenses Vinton Cerf y Robert Kahn,
115+ considerados los padres de internet.
116+ </ Text >
117+ < div className = "grid grid-cols-[3rem_1fr] gap-x-4 mt-8" >
118+ < Text type = "p" className = "mb-1" >
119+ 12:30
120+ </ Text >
121+ < Text type = "p" className = "mb-1" >
122+ Apertura institucional presidida por el rector de la UPM, Óscar
123+ García.
124+ </ Text >
125+ < Text type = "p" className = "mb-1" >
126+ 12:45
127+ </ Text >
128+ < Text type = "p" className = "mb-1" >
129+ Charla del profesor emérito Juan Quemada sobre los primeros pasos en
130+ el despliegue de internet en España.
131+ </ Text >
132+ < Text type = "p" className = "mb-1" >
133+ 13:10
134+ </ Text >
135+ < Text type = "p" className = "mb-1" >
136+ Diálogo por videoconferencia con Vinton Cerf y Robert Kahn, padres
137+ de internet, moderado por Juan Quemada.
138+ </ Text >
139+ < Text type = "p" className = "mb-1" >
140+ 13:45
141+ </ Text >
142+ < Text type = "p" className = "mb-1" >
143+ Mesa redonda con pioneros españoles de internet moderada por el
144+ profesor emérito Juan Riera.
145+ </ Text >
146+ < Text type = "small" className = "mb-1 col-start-2 pl-4 text-sm" >
147+ José Antonio Mañas, socio fundador de Goya Servicios Telemáticos.
148+ </ Text >
149+ < Text type = "small" className = "mb-1 col-start-2 pl-4 text-sm" >
150+ José Barberá, exdirector de RedIRIS.
151+ </ Text >
152+ < Text type = "small" className = "mb-1 col-start-2 pl-4 text-sm" >
153+ Víctor Castelo, exdirector de RedIRIS.
154+ </ Text >
155+ < Text type = "small" className = "mb-1 col-start-2 pl-4 text-sm" >
156+ Isidoro Padilla, director de Servicios en Infovía (Telefónica).
157+ </ Text >
158+ < Text type = "p" className = "mb-1" >
159+ 14:20
160+ </ Text >
161+ < Text type = "p" className = "mb-1" >
162+ Inauguración de la sección sobre la historia de internet en España
163+ en el Museo de Telecomunicación de la ETSIT-UPM.
164+ </ Text >
165+ < Text type = "p" className = "mb-1" >
166+ 14:30
167+ </ Text >
168+ < Text type = "p" className = "mb-1" >
169+ Cóctel.
170+ </ Text >
171+ </ div >
172+
173+ < div className = "flex gap-4 mt-8" >
174+ < a
175+ href = "https://eventos.upm.es/143851/detail/40o-aniversario-de-internet-en-espana.html"
176+ target = "_blank"
177+ >
178+ < Button
179+ variant = "outline"
180+ className = "mb-8 gap-1 pb-2.5 flex items-center"
181+ >
182+ Inscripciones
183+ < ArrowForwardIcon className = "h-6" />
184+ </ Button >
185+ </ a >
186+ < a
187+ href = "/assets/documents/Articulo_FHT.pdf"
188+ download = "Articulo_FHT.pdf"
189+ >
190+ < Button
191+ variant = "outline"
192+ className = "mb-8 gap-1 pb-2.5 flex items-center"
193+ >
194+ Descargar artículo
195+ < FileDownloadOutlined className = "h-6" />
196+ </ Button >
197+ </ a >
198+ </ div >
199+ { /* <Divider size="md"></Divider> */ }
200+ < Divider size = "xxl" className = "hidden md:flex" > </ Divider >
201+ </ section >
202+
203+ < section className = "padding_group_description bg-background-200" >
204+ < Divider size = "xl" className = "hidden md:flex" id = "section2" > </ Divider >
70205
71206 < Heading level = "h3" > { t ( "front.section1Title" ) } </ Heading >
72207 < Heading level = "subtitle" > { t ( "front.section1Description" ) } </ Heading >
73208
74- < Divider size = "md" > </ Divider >
209+ < Divider size = "md" className = "hidden md:flex" > </ Divider >
210+ < Divider size = "xs" className = "flex md:hidden" > </ Divider >
211+ < div className = "statisticsContainer" >
212+ < div className = "statisticItemContainer" >
213+ < h1 className = "numbersFront" > +400</ h1 >
214+ < p className = "unitFront" > { t ( "front.statistics.papers" ) } </ p >
215+ </ div >
216+ < div className = "statisticItemContainer" >
217+ < h1 className = "numbersFront" > +6K</ h1 >
218+ < p className = "unitFront" > { t ( "front.statistics.citations" ) } </ p >
219+ </ div >
220+ < div className = "statisticItemContainer" >
221+ < h1 className = "numbersFront" > +150</ h1 >
222+ < p className = "unitFront" > { t ( "front.statistics.projects" ) } </ p >
223+ </ div >
224+ < div className = "statisticItemContainer" >
225+ < h1 className = "numbersFront" > 45</ h1 >
226+ < p className = "unitFront" > H-Index</ p >
227+ </ div >
228+ </ div >
75229 < Divider size = "xxl" className = "hidden md:flex" > </ Divider >
76230 < div id = "researchlines" > </ div >
77231 </ section >
@@ -124,7 +278,7 @@ export default function Page() {
124278 ) }
125279 />
126280 </ section >
127-
281+
128282 < Divider size = "md" > </ Divider >
129283 </ section >
130284 </ main >
0 commit comments