Skip to content

Commit f6c9a5a

Browse files
committed
18.0 beta2
- gti questions - gti styling and tweaks - css magic - better project button support - small fixes
1 parent b756392 commit f6c9a5a

File tree

13 files changed

+75
-24
lines changed

13 files changed

+75
-24
lines changed

assets/icons/button/bug.svg

Lines changed: 1 addition & 0 deletions
Loading

assets/icons/button/close.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

assets/media/electroma-ad.mp4

6.85 MB
Binary file not shown.

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/projects/epicalendar.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ icons: [flask, python, react]
99
date: 1800-01-01
1010
status: https://dashboard.mier.info/api/badge/2/status?style=flat-square
1111
star: star
12+
buttons: [
13+
{'url': 'https://epicalendar.mier.info', 'img': '🌐', 'text': 'página web'}
14+
]
1215
---
1316

14-
# [\[enlace\]](https://epicalendar.mier.info)
15-
1617
## JSESSION tutorial
1718
1. Inicia sesión en el [SIES](https://sies.uniovi.es/serviciosacademicos/) con tu cuenta.
1819
2. Abre las herramientas de desarrollador de tu navegador (F12).

src/content/collections/projects/gti.data.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,46 @@
271271
"Habilitación del cambio"
272272
],
273273
"correct": 2
274+
},
275+
{
276+
"title": "¿Qué práctica tiene como propósito asegurar que una organización disponga de las personas adecuadas, con las habilidades y el conocimiento apropiado, y asignadas en los roles correctos para soportar sus objetivos de negocio?",
277+
"answers": [
278+
"Gestión de relaciones",
279+
"Gestión de la fuerza de trabajo y el talento",
280+
"Service Desk",
281+
"Gestión del personal"
282+
],
283+
"correct": 1
284+
},
285+
{
286+
"title": "¿En qué concepto se basa la práctica de Gestión de la Disponibilidad para definir los objetivos de disponibilidad de los componentes y servicios?",
287+
"answers": [
288+
"La fiabilidad de los componentes y servicios",
289+
"La vulnerabilidad",
290+
"La depreciación de los componentes",
291+
"La disponibilidad de los datos"
292+
],
293+
"correct": 0
294+
},
295+
{
296+
"title": "¿Cuál de las siguientes actividades forma parte del proceso de la gestión de disponibilidad?",
297+
"answers": [
298+
"La clasificación de solicitudes de cambio",
299+
"La definición de la codificación de impacto de incidencias",
300+
"La identificación de problemas relacionados con la disponibilidad de servicios de TI",
301+
"La mediación de disponibilidad de los servicios de TI"
302+
],
303+
"correct": 3
304+
},
305+
{
306+
"title": "¿En qué práctica se hace un análisis de las amenazas y vulnerabilidades de los servicios de TI ante situaciones desastrosas y se determinan las contramedidas a tomar para combatirlas?",
307+
"answers": [
308+
"Gestión de la Disponibilidad",
309+
"Gestión de la Continuidad del Servicio",
310+
"Gestión de Problemas",
311+
"Gestión de Niveles de Servicio"
312+
],
313+
"correct": 1
274314
}
275315
],
276316
"author": "Juan Mier",

src/content/collections/projects/gti.njk

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ permalink: /gti/
66
demo: /gti/
77
source: https://github.com/search?q=repo%3Amiermontoto%2Fmiermontoto+gti.&type=code
88
download: /content/collections/projects/gti.data.json
9-
buttons: ['<a class="button" href="/content/collections/projects/gti.data.json"><img src="/assets/icons/button/download.svg" class="icon invert" alt="download"> download json</a>',
10-
'<span class="button" id="reset"><img src="/assets/icons/button/reset.svg" class="icon invert" alt="reset"> reset</span>'
11-
]
9+
buttons: [
10+
{'url': '/content/collections/projects/gti.data.json', 'img': '<img src="/assets/icons/button/download.svg" class="icon invert" alt="download">', 'text': 'download json'},
11+
{'url': 'https://github.com/miermontoto/miermontoto/issues/new', 'img': '<img src="/assets/icons/button/bug.svg" class="icon invert" alt="issue">', 'text': 'report bug'}
12+
]
1213
---
1314

1415
{% addStyle 'gti' %}
@@ -20,6 +21,7 @@ buttons: ['<a class="button" href="/content/collections/projects/gti.data.json">
2021
<span id="scored"><span id="score">0</span>%</span>
2122
<noscript>ERROR: JavaScript is NEEDED for the quiz to work!</noscript>
2223
</div>
24+
<span class="button" id="reset"><img src="/assets/icons/button/reset.svg" class="icon invert" alt="reset"> reset</span>
2325
<div id="options">
2426
<input type="checkbox" id="shuffle-questions" checked>
2527
<label for="shuffle-questions">shuffle questions</label>

src/index.data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
"birthday-nile.mp4",
2727
"ram-unboxed.mp4",
2828
"unseen-ram.mp4",
29-
"ram10.mp4"
29+
"electroma-ad.mp4"
3030
]
3131
}

src/index.njk

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ js: index
3232

3333
<section id="project-section" class="section">
3434
<h1>projects.</h1>
35-
<div class="carded" id="general-projects">
36-
{{ macros.renderProjects(collections.projects) }}
37-
</div>
35+
{{ macros.renderProjects(collections.projects) }}
3836
</section>
3937

4038
<section id="about-section" class="section">

src/static/css/global.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ $rotation: 2.5rad
149149
width: 1em
150150
filter: invert(1) grayscale(1) brightness(2)
151151
position: relative
152-
top: 0.125em
152+
top: 0.25em
153153

154154
&.invert
155155
filter: invert(0) grayscale(1) brightness(1)

0 commit comments

Comments
 (0)