Skip to content

Commit

Permalink
update knowledge
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexDeveloperUwU committed Nov 4, 2024
1 parent 1d24982 commit 4986608
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions public/json/techStacks.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{
"icon": "fas fa-database",
"title": "Bases de Datos",
"description": "SQLite (Enmap)"
"description": "SQLite (Enmap / Kysely)"
},
{
"icon": "fas fa-box",
Expand All @@ -23,7 +23,7 @@
{
"icon": "fas fa-laptop",
"title": "Sistemas Operativos",
"description": "Windows / Linux"
"description": "Windows / Linux / WSL"
}
],
"webUI": [
Expand All @@ -50,7 +50,7 @@
{
"icon": "fas fa-database",
"title": "Bases de Datos",
"description": "SQLite (Enmap)"
"description": "SQLite (Enmap / Kysely)"
},
{
"icon": "fas fa-box",
Expand All @@ -60,7 +60,7 @@
{
"icon": "fas fa-laptop",
"title": "Sistemas Operativos",
"description": "Windows / Linux"
"description": "Windows / Linux / WSL"
}
],
"java": [
Expand Down
6 changes: 3 additions & 3 deletions views/content/aboutme.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -169,14 +169,14 @@
<i class="fas fa-desktop mr-4 text-gray-300 text-xl"></i>
<div>
<h4 class="font-bold text-gray-100">Entornos de Desarrollo</h4>
<p class="text-gray-300 font-agrandir">Visual Studio Code, IntelliJ IDEA, NetBeans (📚)</p>
<p class="text-gray-300 font-agrandir">Visual Studio Code, IntelliJ IDEA</p>
</div>
</div>
<div class="p-6 bg-gray-800 rounded-lg shadow-lg flex items-center">
<i class="fas fa-cogs mr-4 text-gray-300 text-xl"></i>
<div>
<h4 class="font-bold text-gray-100">Frameworks</h4>
<p class="text-gray-300 font-agrandir">VuePress, VitePress, Bootstrap, Express, Tailwind CSS, EJS</p>
<p class="text-gray-300 font-agrandir">VuePress, VitePress, Bootstrap, Express, Tailwind CSS, EJS, Vue (📚)</p>
</div>
</div>
<div class="p-6 bg-gray-800 rounded-lg shadow-lg flex items-center">
Expand All @@ -197,7 +197,7 @@
<i class="fas fa-laptop mr-4 text-gray-300 text-xl"></i>
<div>
<h4 class="font-bold text-gray-100">Sistemas Operativos</h4>
<p class="text-gray-300 font-agrandir">Windows, Linux, Android</p>
<p class="text-gray-300 font-agrandir">Windows, Linux</p>
</div>
</div>
</div>
Expand Down

0 comments on commit 4986608

Please sign in to comment.