From a36082ece0f7ccc721f842f8c4fbff5a5f733b75 Mon Sep 17 00:00:00 2001 From: PedroEdiaz Date: Fri, 3 Oct 2025 12:37:45 -0600 Subject: [PATCH] :pencil2: Fix typos --- index.html | 10 +++++----- static/style.css | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 8b48fa5..fbeb843 100644 --- a/index.html +++ b/index.html @@ -30,8 +30,8 @@ -
-

Expirence

+
+

Experience

nwiki ― Lead developer

December 2024 ― Present

A self-hosted wiki platform. Developed both backend (database integration, server-side architecture, performance optimization) and frontend (responsive interfaces for user interaction). Managed deployment and maintenance, demonstrating full-stack development, system administration, and scalable service design.

@@ -80,15 +80,15 @@
-

Languges

+

Languages

  • Spanish ― Native
  • English ― B2
-
-

Habilities

+
+

Skills

Programming
C ― Go ― SQL ― Shell scripting
diff --git a/static/style.css b/static/style.css index 0150fe3..a95e692 100644 --- a/static/style.css +++ b/static/style.css @@ -120,14 +120,14 @@ main#cv article } #title { grid-column: 1/span 2; } - #expirence { grid-column: 1; grid-row:3/span 3;} + #experience { grid-column: 1; grid-row:3/span 3;} #description { grid-column: 1; grid-row:2;} #contact { grid-column: 2; grid-row:2;} #education { grid-column: 1; } #projects { grid-column: 1; } #languages { grid-column: 2; grid-row:3;} - #habilities { grid-column: 2;grid-row:4;} + #skills { grid-column: 2;grid-row:4;} #recognitions { grid-column: 2; grid-row:1;} #education { grid-column: 1;}