From 9e955211adcce8e05e4fc923916735d0bb5116ec Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Wed, 29 Jul 2020 01:24:43 +0200 Subject: First uploadable. --- css/style.css | 20 +++++++++++++++----- index.html | 54 +++++++++++++++++++++++++++++++++++++++++++----------- 2 files changed, 58 insertions(+), 16 deletions(-) diff --git a/css/style.css b/css/style.css index fcdd8ed..5b767f1 100644 --- a/css/style.css +++ b/css/style.css @@ -1,6 +1,15 @@ body { - background-color: #F0FFFF; - margin: 25px 10%; + background-color: #F8F4F4; + + margin: 100px auto; + padding: 0 10%; + max-width: 800px; + + font-family: Mononoki, Open Sans, Sans, Arial; + text-align: justify; + line-height: 1.5em; + font-size: 1.1em; + color: #454545; } p { @@ -8,9 +17,10 @@ p { } h1 { - color: #003333; - font-family: serif; - font-size: 1.8em; + padding: 1em; + font-variant: small-caps; text-align: center; + line-height: 1em; + font-size: 2em; } diff --git a/index.html b/index.html index 714f65b..257c146 100644 --- a/index.html +++ b/index.html @@ -12,14 +12,15 @@

- Welcome! I'm Íñigo Gutiérrez Fernández, - a Computer Software Engineering student from + Welcome! I’m a Computer Software Engineering student from Asturias, Spain. This is the webpage of my school, an institution part of the University of Oviedo. + 2020/2021 will be my last year there, since all that remains are one subject and my TFG (Trabajo + de Fin de Grado / Final Degree Project).

@@ -29,21 +30,52 @@

- As of now I'm doing extracurricular practices at + 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