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

-
-

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;}