✏️ Fix typos
This commit is contained in:
10
index.html
10
index.html
@@ -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> ― Lead developer </h3>
|
<h3> <a target='_blank' href='https://wiki.nviam.dev'>nwiki</a> ― Lead developer </h3>
|
||||||
<h4>December 2024 ― Present</h4>
|
<h4>December 2024 ― 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> ― Native</li>
|
<li><b>Spanish</b> ― Native</li>
|
||||||
<li><b>English</b> ― B2</li>
|
<li><b>English</b> ― 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 ― Go ― SQL ― Shell scripting</dd>
|
<dd>C ― Go ― SQL ― Shell scripting</dd>
|
||||||
|
|||||||
@@ -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;}
|
||||||
|
|||||||
Reference in New Issue
Block a user