Skip to content

Commit

Permalink
Update about.html
Browse files Browse the repository at this point in the history
  • Loading branch information
YSayaovong authored Oct 25, 2024
1 parent 64e644b commit 7e670c2
Showing 1 changed file with 28 additions and 2 deletions.
30 changes: 28 additions & 2 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,31 @@
<div class="container">
<div class="row">
<div class="col-xs-12">
<!-- Consistent Header -->
<div class="section-container-spacer text-center">
<h1 class="h2">03 : About Me</h1>
</div>
<nav class="navbar navbar-default">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse-about" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>

<div class="collapse navbar-collapse" id="navbar-collapse-about">
<ul class="nav navbar-nav">
<li><a href="./index.html" title="">01 : Home</a></li>
<li><a href="./works.html" title="">02 : Works</a></li>
<li class="active"><a href="./about.html" title="">03 : About Me</a></li>
<li><a href="./contact.html" title="">04 : Contact</a></li>
</ul>
</div>
</div>
</nav>

<div class="row">
<div class="col-md-10 col-md-offset-1">
Expand All @@ -16,11 +38,15 @@ <h3>Mechanical Designer to Software Engineer</h3>
</p>
<h3>Programming Skills & Tools</h3>
<p>
I have developed strong proficiency in Python, with foundational knowledge in C++, C#, and working knowledge of databases such as MySQL, SQL, and NoSQL. My background in mechanical design, utilizing tools like SolidWorks, AutoCAD, and CREO 8.0, has sharpened my analytical skills, enabling me to approach complex software challenges with a fresh perspective.
I have advanced proficiency in Python, along with working knowledge in C++, JavaScript, C#, PHP, MySQL, SQL, NoSQL, Bash scripting, and TypeScript. I actively seek to expand my expertise in cloud technologies, microservices, and containerization.
</p>
<h3>Mechanical Design Experience</h3>
<p>
My background in mechanical design includes extensive experience with tools such as SolidWorks, AutoCAD, and CREO 8.0. This has sharpened my analytical skills and given me a unique perspective that I now apply to solving complex software challenges.
</p>
<h3>Looking Forward</h3>
<p>
Bilingual in English and Hmong, I bring strong communication skills and a collaborative mindset to any team. As I continue to expand my expertise in cloud technologies, microservices, and containerization, I am looking to apply my diverse skill set in a programming role.
Bilingual in English and Hmong, I bring strong communication skills and a collaborative mindset to any team. I am focused on leveraging my diverse skill set in backend software engineering roles, working on impactful projects, and contributing to innovative solutions.
</p>
</div>
<div class="col-xs-12 col-md-6">
Expand Down

0 comments on commit 7e670c2

Please sign in to comment.