Skip to content

Commit 13bf29d

Browse files
committed
23.2
[about] - small experience updates [epiCalendar] - minor instructions update [changelog] - minor style change [projects] - minor title buttons change
1 parent a132381 commit 13bf29d

6 files changed

Lines changed: 6 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/content/collections/experience/grado.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ see all subjects and content in my [backup](https://mier.info/backup).
1212
---
1313

1414
some relevant projects and assignments:
15+
- [**final thesis, automated heterogeneous data ingestion using ELK stack**](https://github.com/miermontoto/tfg).
1516
- [mandelbrot fractal generator in CUDA/OpenMP](https://github.com/miermontoto/mandelbrot).
1617
- [academic center demo managing app in Java](https://github.com/miermontoto/SI2022-PL41).
1718
- [multithreaded & SIMD image filtering in C](https://github.com/miermontoto/TeamworkImages).

src/content/collections/experience/okticket.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ class: okticket work
1616
- devops tasks in AWS: postmortem analysis, cloudwatch monitoring, infrastructure deployment.
1717
- further system migration (PHPUnit 11, PHP 8.3, Laravel 11) and maintenance.
1818
- sonarqube and locust integration for code quality and performance testing.
19+
- data lake creation, automated deployment and management.
1920
- **2023: developer (intership)**
2021
- back-end system migration (laravel 10, PHP 8.2, composer 2).
2122
- local deploy automation with Docker and Ruby.

src/content/collections/projects/epicalendar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ eleventyNavigation:
2222
- En Firefox, ve a la pestaña `Storage`.
2323
4. Copia el valor de la cookie `JSESSIONID`.
2424
- En caso de haber varias, copia el valor de la cookie que tenga `path: /serviciosacademicos`.
25-
5. Pega el valor en el campo de texto de la página de epiCalendar.
25+
5. Pega el valor en el campo de texto de la página de [epiCalendar](https://epicalendar.mier.info).
2626

2727
<img src="/assets/media/projects/epicalendar/jsessionid.png" width="85%" alt="imagen de cómo extrar la cookie JSESSIONID de tu navegador">

src/static/js/building/changelog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const processTitle = (title) => {
3737
const buildVersionsCollapsible = (data) => {
3838
const majors = new Set(data.map(d => d.version.major))
3939

40-
let content = '<div id="versions" class="hoverborder"><h2>versions</h2><ul>'
40+
let content = '<div id="versions"><h2>versions</h2><ul>'
4141

4242
majors.forEach((major) => {
4343
const fromDate = data.filter(d => d.version.major == major).slice(-1)[0].date

src/templates/project.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ layout: generic.njk
99
<a href="{{ source }}" id="source" class="button"><img src="/assets/icons/tech/git.svg" class="icon invert" alt="source icon">source</a>
1010
{% endif %}
1111
{% if demo %}
12-
<a href="{{ demo }}" id="demo" class="button">🌐 url</a>
12+
<a href="{{ demo }}" id="demo" class="button">🌐 web</a>
1313
{% endif %}
1414
{% for button in buttons %}
1515
<a class="button" href="{{ button.url }}">

0 commit comments

Comments
 (0)