✏️ Fix typos

This commit is contained in:
PedroEdiaz
2025-10-03 12:37:45 -06:00
parent 7dc7c8cb60
commit a36082ece0
2 changed files with 7 additions and 7 deletions

View File

@@ -30,8 +30,8 @@
</dl> </dl>
</section> </section>
<section id='expirence'> <section id='experience'>
<h2>Expirence</h2> <h2>Experience</h2>
<h3> <a target='_blank' href='https://wiki.nviam.dev'>nwiki</a> &horbar; Lead developer </h3> <h3> <a target='_blank' href='https://wiki.nviam.dev'>nwiki</a> &horbar; Lead developer </h3>
<h4>December 2024 &horbar; Present</h4> <h4>December 2024 &horbar; Present</h4>
<p>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.</p> <p>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.</p>
@@ -80,15 +80,15 @@
</div> </div>
</section> </section>
<section id='languages'> <section id='languages'>
<h2>Languges</h2> <h2>Languages</h2>
<ul> <ul>
<li><b>Spanish</b> &horbar; Native</li> <li><b>Spanish</b> &horbar; Native</li>
<li><b>English</b> &horbar; B2</li> <li><b>English</b> &horbar; B2</li>
</ul> </ul>
</section> </section>
<section id='habilities'> <section id='skills'>
<h2>Habilities</h2> <h2>Skills</h2>
<dl> <dl>
<dt>Programming</dt> <dt>Programming</dt>
<dd>C &horbar; Go &horbar; SQL &horbar; Shell scripting</dd> <dd>C &horbar; Go &horbar; SQL &horbar; Shell scripting</dd>

View File

@@ -120,14 +120,14 @@ main#cv article
} }
#title { grid-column: 1/span 2; } #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;} #description { grid-column: 1; grid-row:2;}
#contact { grid-column: 2; grid-row:2;} #contact { grid-column: 2; grid-row:2;}
#education { grid-column: 1; } #education { grid-column: 1; }
#projects { grid-column: 1; } #projects { grid-column: 1; }
#languages { grid-column: 2; grid-row:3;} #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;} #recognitions { grid-column: 2; grid-row:1;}
#education { grid-column: 1;} #education { grid-column: 1;}