Add remove shorts project

This commit is contained in:
Patrick Schwarzer 2025-05-13 23:53:17 +02:00
parent 0a5dc23a21
commit 51ea30d519
3 changed files with 16 additions and 2 deletions

View file

@ -111,6 +111,14 @@
</ul>
<a href="https://git.tarion.org/tarion/LOV-8"><i class="fa-brands fa-git-alt"></i></a>
</div>
<div class="project">
<h1 data-i18n="project_remove_shorts_title"></h1>
<p data-i18n="project_remove_shorts_description"></p>
<ul>
<li>JavaScript</li>
</ul>
<a href="https://git.tarion.org/tarion/remove-youtube-shorts"><i class="fa-brands fa-git-alt"></i></a>
</div>
</div>
</div>
</section>

View file

@ -29,5 +29,8 @@
"project_tarion_org_description": "Persönliches Portfolio zur Präsentation meiner Projekte und Entwicklungsarbeit.",
"project_lov8_title": "LOV-8",
"project_lov8_description": "Eine Fantasy-Konsole, entwickelt mit LÖVE2D, mit einer abgeschotteten Umgebung zum Entwickeln von Spielen unter strengen Einschränkungen."
"project_lov8_description": "Eine Fantasy-Konsole, entwickelt mit LÖVE2D, mit einer abgeschotteten Umgebung zum Entwickeln von Spielen unter strengen Einschränkungen.",
"project_remove_shorts_title": "Entferne Youtube Shorts",
"project_remove_shorts_description": "Einfache Firefox- und Chrome-Erweiterung, die alle Spuren von Youtube Shorts entfernt."
}

View file

@ -30,5 +30,8 @@
"project_tarion_org_description": "Personal portfolio showcasing my projects and development work.",
"project_lov8_title": "LOV-8",
"project_lov8_description": "A fantasy console built with LÖVE2D, featuring a sandboxed environment for developing games within strict limitations."
"project_lov8_description": "A fantasy console built with LÖVE2D, featuring a sandboxed environment for developing games within strict limitations.",
"project_remove_shorts_title": "Remove Youtube Shorts",
"project_remove_shorts_description": "Simple Firefox & Chrome extension that removes all traces of Youtube Shorts."
}