blob: 257c146dc7c5f8a8c0af903f8dbf7c1448257f8c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Íñigo Gutiérrez Fernández</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<header>
<h1>Íñigo Gutiérrez Fernández</h1>
</header>
<p>
Welcome! I’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>
Some of my work can be found at my
<a href="https://github.com/InigoGutierrez">GitHub page</a>, both for
University and for learning and having fun. There you will find:
</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 <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’s, not the principles).
</li>
</ul>
</ul>
<p>
As of now I’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>
</body>
</html>
|