diff --git a/README.md b/README.md index 6614727..f966651 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,4 @@ Existirá una página global (**index**) que contendrá un menú para conocer a * Roberto García * Paco Cabrero * Marius C. Mirca +* Javi Muruzábal diff --git a/alumnos/javi.html b/alumnos/javi.html new file mode 100644 index 0000000..a81c016 --- /dev/null +++ b/alumnos/javi.html @@ -0,0 +1,25 @@ + + + + + + Javi Muruzábal + + + + + + + +
+ Javi Profile +
+ +
+

Javi Muruzábal

+

Ingeniero de Telecomunicaciones especializado en los sectores audiovisuales y telematicos.

+

Actualmente trabajo como desarrollador Backend en el departamento de comunicaciones de EOSOL Energy, desarrollando un sistema de SCADA.

+ LinkedIn +
+ + \ No newline at end of file diff --git a/alumnos/style_javi.css b/alumnos/style_javi.css new file mode 100644 index 0000000..215d393 --- /dev/null +++ b/alumnos/style_javi.css @@ -0,0 +1,32 @@ +html { + background-color: #f6f9f9; + color: #95a4a9; + font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif; +} + +a { + text-decoration: none; + color: #339999; + font-weight: bold; +} + +body { + margin: 0 auto; + text-align: center; +} + +.avatar img { + max-width: 200px; + max-height: 200px; + border-radius: 125px; +} + +.content { + width: 100%; +} + +.title { + font-size: 48px; + font-weight: normal; + line-height: 1; +} diff --git a/images/javi_profile.png b/images/javi_profile.png new file mode 100644 index 0000000..6921636 Binary files /dev/null and b/images/javi_profile.png differ diff --git a/index.html b/index.html index 002272e..388a318 100644 --- a/index.html +++ b/index.html @@ -17,6 +17,7 @@

Bienvenidos al curso de Fullstack

Jose Antonio Perez Marius C. Mirca Celia Hidalgo + Javi Muruzábal