aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2020-07-29 01:24:43 +0200
committerInigoGutierrez <inigogf.95@gmail.com>2020-07-29 01:24:43 +0200
commit9e955211adcce8e05e4fc923916735d0bb5116ec (patch)
tree965cb7d5c6de37ef9d0fbe20f6245c8398355032
parentf45a65f4666449af38339e7cf78e7ffcf2472830 (diff)
downloadtaamas.xyz-9e955211adcce8e05e4fc923916735d0bb5116ec.tar.gz
taamas.xyz-9e955211adcce8e05e4fc923916735d0bb5116ec.zip
First uploadable.
-rw-r--r--css/style.css20
-rw-r--r--index.html54
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 @@
</header>
<p>
- Welcome! I'm &Iacute;&ntilde;igo Guti&eacute;rrez Fern&aacute;ndez,
- a Computer Software Engineering student from
+ Welcome! I&rsquo;m a Computer Software Engineering student from
<a href="https://en.wikipedia.org/wiki/Asturias">Asturias</a>,
Spain.
<a href="https://ingenieriainformatica.uniovi.es/inicio">
This is the webpage of my school</a>,
an institution part of the
<a href="https://www.uniovi.es/en/">University of Oviedo</a>.
+ 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).
</p>
<p>
@@ -29,21 +30,52 @@
</p>
<ul>
+ <li>For learning and fun</li>
+ <ul>
+
+ <li>
+ <a href="https://github.com/InigoGutierrez/configs">Configurations</a>
+ and
+ <a href="https://github.com/InigoGutierrez/scripts">scripts</a>
+ I use on my machines
+ </li>
+
+ <li>
+ A
+ <a href="https://github.com/InigoGutierrez/con">
+ tool for reading the Spanish Constitution</a>
+ on a terminal
+ </li>
+
+ <li>
+ A
+ <a href="https://github.com/InigoGutierrez/mainpage">mainpage</a>
+ with search engines configured from a text file to make your browser fancier
+ </li>
+
+ <li>
+ <a href="https://github.com/InigoGutierrez/AceptaElReto">Solutions</a>
+ to programming problems posted on
+ <a href="https://www.aceptaelreto.com/">aceptaelreto.com</a>
+ </li>
+
+ </ul>
<li>For University</li>
<ul>
- <li>A compiler for the C-- language</li>
+ <li>
+ A <a href="https://github.com/InigoGutierrez/CmmCompiler">compiler</a>
+ for the C-- language
+ </li>
+ <li>
+ An <a href="https://github.com/InigoGutierrez/viade_en1b">app for route maangement</a>
+ based on <a href="https://reactjs.org/">React</a> and
+ <a href="https://solidproject.org/">Solid</a> (Tim&rsquo;s, not the principles).
+ </li>
</ul>
- <li>For learning and fun</li>
- <ul>
- <li>Configurations and scripts I use on my machines</li>
- <li>A tool for reading the Spanish Constitution on a terminal</li>
- <li>A mainpage with search engines configured by a text file</li>
- <li>Solutions to programming problems posted on aceptaelreto.com</li>
- </ul>
</ul>
<p>
- As of now I'm doing extracurricular practices at
+ As of now I&rsquo;m doing extracurricular practices at
<a href="https://gmeana.com/">GADD</a>, where I am part of a team
developing an online ticketing application.
</p>