From f45a65f4666449af38339e7cf78e7ffcf2472830 Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Wed, 29 Jul 2020 00:29:22 +0200 Subject: First commit! --- css/style.css | 16 ++++++++++++++++ index.html | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 68 insertions(+) create mode 100644 css/style.css create mode 100644 index.html diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..fcdd8ed --- /dev/null +++ b/css/style.css @@ -0,0 +1,16 @@ +body { + background-color: #F0FFFF; + margin: 25px 10%; +} + +p { + text-indent: 2em; +} + +h1 { + color: #003333; + font-family: serif; + font-size: 1.8em; + font-variant: small-caps; + text-align: center; +} diff --git a/index.html b/index.html new file mode 100644 index 0000000..714f65b --- /dev/null +++ b/index.html @@ -0,0 +1,52 @@ + + + + + Íñigo Gutiérrez Fernández + + + + +
+

Íñigo Gutiérrez Fernández

+
+ +

+ Welcome! I'm Íñigo Gutiérrez Fernández, + a Computer Software Engineering student from + Asturias, + Spain. + + This is the webpage of my school, + an institution part of the + University of Oviedo. +

+ +

+ Some of my work can be found at my + GitHub page, both for + University and for learning and having fun. There you will find: +

+ + + +

+ As of now I'm doing extracurricular practices at + GADD, where I am part of a team + developing an online ticketing application. +

+ + + -- cgit v1.2.1