You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[general]
- add emojis to titles
- update and remove dependencies
- minor footer changes
- move treemap to own js file
- minor style changes
- various bug fixes
[mier.info]
- add information and links
[about]
- no longer an undergraduate!!!
[index]
- new background video
<li>currently 🎓 studying at EPI Gijón (University of Oviedo).</li>
4
+
<li>spanish computer engineering graduate.</li>
5
+
<li>🎓 studied at EPI Gijón (University of Oviedo).</li>
6
6
<li>interested in all things 💻 tech and 🎵 music.</li>
7
7
<li>i like 🧗 climbing, 🚲 cycling and playing 🎸 bass.</li>
8
8
<li>{{macros.renderIcon('ruby') }} ruby, {{macros.renderIcon('python') }} python, {{macros.renderIcon('java') }} java and a little bit of everything else (c/c++/c#, shell, web, sql, ...)</li>
this webpage is a collection of my personal projects, a place that i control that allows me to build and publish my own small ideas.
21
-
i've spent a lot of time building it and slowly redefining it (yet it still looks like this)
22
-
even though it's not impressive neither visually nor technically, it represents my ideas and beliefs.
20
+
this webpage is a collection of my personal projects, a place that I control
21
+
that allows me to build and publish my own small ideas.
22
+
I've spent a lot of time building it and slowly redefining it,
23
+
and even though it's not impressive neither visually nor technically,
24
+
it represents my ideas and beliefs.
23
25
24
26
<br>
25
27
26
28
## tech
27
-
almost everything you see, from the breadcrumbs to the buttons, is handcrafted and built from scratch with <imgsrc="/assets/icons/tech/eleventy.svg"class="icon"alt="eleventy">, hosted in <imgsrc="/assets/icons/tech/firebase.svg"class="icon"alt="firebase">, using <imgsrc="/assets/icons/tech/nunjucks.svg"class="icon"alt="nunjucks">, <imgsrc="/assets/icons/tech/sass.svg"class="icon"alt="sass">, <imgsrc="/assets/icons/tech/markdown.svg"class="icon"alt="markdown"> (and a ton of client-side <imgsrc="/assets/icons/tech/js.svg"class="icon"alt="javascript">).
29
+
almost everything you see, from the breadcrumbs to the buttons, is handcrafted
30
+
and built from scratch with <imgsrc="/assets/icons/tech/eleventy.svg"class="icon"alt="eleventy">,
31
+
hosted in <imgsrc="/assets/icons/tech/firebase.svg"class="icon"alt="firebase">,
32
+
using <imgsrc="/assets/icons/tech/nunjucks.svg"class="icon"alt="nunjucks">,
(and a ton of client-side <imgsrc="/assets/icons/tech/js.svg"class="icon"alt="javascript">).
28
36
29
-
apart from having its github repo, it is connected to firebase hosting through CI/CD using github actions, including the 'beta' branch that hosts the latest changes before going live.
37
+
the github repo is connected to firebase hosting through CI/CD using github actions, including the 'beta' branch that hosts the latest changes before going live.
38
+
39
+
### custom elements
40
+
- the [**changelog**](/changelog/) is generated using the git history, first
41
+
processed using a ruby script which generates a json file, which is then
42
+
processed by javascript to generate the html changelog.
43
+
- the **breadcrumbs** at the top of the page (which are also used for navigation)
44
+
are generated using the eleventyNavigation keys and processed with javascript
45
+
to statically generate the html navigation bar for each page.
46
+
- the [**treemap**](/treemap/) is generated in a similar way to the breadcrumbs,
47
+
using the eleventy collections and processed with javascript to generate the
48
+
html treemap.
30
49
31
50
<br>
32
51
33
52
## design
34
-
the "design" is a tribute to the legendary [daft punk 90's website](https://web.archive.org/web/20220223020719/https://daftpunk.com/).
35
-
as you can probably tell, it's a very important reference for me, and even though it doesn't hold up to today's standards, i've always loved the simplicty and the way that it looks.
53
+
the "design" is a tribute to the legendary
54
+
[daft punk 90's website](https://web.archive.org/web/20220223020719/https://daftpunk.com/).
55
+
as you can probably tell, it's a very important reference for me,
56
+
and even though it doesn't hold up to today's standards,
57
+
i've always loved its simplicty and looks.
36
58
37
-
from December 1st to January 7th every year, there is snow falling (thanks to [zachleat](https://github.com/zachleat/snow-fall))
59
+
from December 1st to January 7th every year, there is snow falling
60
+
(thanks to [zachleat](https://github.com/zachleat/snow-fall))
0 commit comments