Skip to content

Commit ede93e9

Browse files
committed
added web riddler
1 parent d7b1d6b commit ede93e9

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

_includes/elements/figure.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
{%- if include.caption -%}
44
<figcaption class="figure-caption text-center">{{ include.caption }}</figcaption>
55
{%- endif -%}
6-
</figure>
6+
</figure>

_includes/navbar.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<nav class="navbar navbar-expand-lg navbar-themed">
22

3-
<a class="navbar-brand" href="{{ site.baseurl }}/"><h5><b>{{ site.title }}</b></h5></a>
3+
<a class="navbar-brand " href="{{ site.baseurl }}/"><h5><b>{{ site.title }}</b></h5></a>
44

55
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
66
<i class="fas fa-1x fa-bars text-themed"></i>
@@ -59,4 +59,4 @@
5959
</div>
6060
</div>
6161

62-
</nav>
62+
</nav>

_projects/pi-memorizer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: pi-memorizer
3-
tools: [JavaScript, CSS, HTML]
3+
tools: [JavaScript, CSS, HTML, web-game]
44
image: https://media.cnn.com/api/v1/images/stellar/prod/150313105721-pi-day-graphic.jpg?q=x_2,y_0,h_898,w_1596,c_crop/h_653,w_1160/f_webp
55
description: A game to memorize arbitrary digits of aprox. 22/7
66
external_url: https://agarnung.github.io/pi-memorizer/

_projects/web-riddler.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
name: web-riddler
3+
tools: [JavaScript, CSS, HTML, web-game]
4+
image: https://upload.wikimedia.org/wikipedia/en/6/68/Riddler.png
5+
description: A web game where an LLM riddles you
6+
external_url: https://web-riddler.vercel.app/
7+
---

assets/TODO.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@
1313
- Debajo de mi foto, ahí algo dinámico (hora del día, quote of the day, etc.)
1414
- Añadir más colores a la paleta, personalizados, en /_sass/_variables.scss
1515
- Añadir opción de varios idiomas.
16+
- Drpown en navbar.html que enlace a juegos.

0 commit comments

Comments
 (0)