Skip to content

Commit

Permalink
personal/resume: update technology
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Apr 9, 2024
1 parent 7fcc309 commit a8b3573
Showing 1 changed file with 40 additions and 32 deletions.
72 changes: 40 additions & 32 deletions WebApp/src/app/personal/resume/resume.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ <h4 class="display-3 mb-5">Projects</h4>
</div>
</section>
<!-- TODO: Retrieve experience length -->
<!-- TODO: restructure to improve readability --->
<!-- Experience Section -->
<section class="section bg-default text-white">
<div class="container">
Expand All @@ -256,6 +257,10 @@ <h3 class="text-white">Technology Summary</h3>
</tr>
</thead>
<tbody>
<tr>
<td>Angular</td>
<td id="angular"></td>
</tr>
<tr>
<td>C#</td>
<td id="cs"></td>
Expand All @@ -264,17 +269,21 @@ <h3 class="text-white">Technology Summary</h3>
<td>SQL</td>
<td id="sql"></td>
</tr>
<tr>
<td>Angular</td>
<td id="angular"></td>
</tr>
<tr>
<td>HTML</td>
<td id="html"></td>
</tr>
<tr>
<td>JavaScript</td>
<td id="js"></td>
<td>Nix</td>
<td id="nix"></td>
</tr>
<tr>
<td>TypeScript</td>
<td id="typescript"></td>
</tr>
<tr>
<td>Lua</td>
<td id="lua"></td>
</tr>
</tbody>
</table>
Expand All @@ -293,12 +302,20 @@ <h3 class="text-white">Technology Summary</h3>
<td id="cpp"></td>
</tr>
<tr>
<td>PHP</td>
<td id="php"></td>
<td>Rust</td>
<td id="mysql"></td>
</tr>
<tr>
<td>MySQL</td>
<td id="mysql"></td>
<td>Java</td>
<td id="java"></td>
</tr>
<tr>
<td>JavaScript</td>
<td id="js"></td>
</tr>
<tr>
<td>SCSS</td>
<td id="scss"></td>
</tr>
</tbody>
</table>
Expand All @@ -313,8 +330,8 @@ <h3 class="text-white">Technology Summary</h3>
</thead>
<tbody>
<tr>
<td>VB.NET</td>
<td id="vb"></td>
<td>MySQL</td>
<td id="mysql"></td>
</tr>
</tbody>
</table>
Expand All @@ -332,40 +349,31 @@ <h3 class="text-white">Technology Summary</h3>
<td>Swift</td>
<td id="swift"></td>
</tr>
</tbody>
</table>
</div>
<div class="col-md-2"></div>
<div class="col-md-8">
<table class="table">
<thead>
<tr>
<th>Software</th>
</tr>
</thead>
<tbody>
<tr>
<td>Visual Studio</td>
<td>MAUI</td>
<td id="maui"></td>
</tr>
<tr>
<td>SQL Server Management Studio</td>
<td>Leptos</td>
<td id="leptos"></td>
</tr>
<tr>
<td>Resharper Ultimate</td>
<td>Svelte</td>
<td id="svelte"></td>
</tr>
<tr>
<td>Redgate SQL Toolbelt</td>
<td>Rocket (Rust)</td>
<td id="rocket"></td>
</tr>
<tr>
<td>Task Factory</td>
</tr>
<tr>
<td>Microsoft Office</td>
<td>Game Development</td>
<td id="gamedev"></td>
</tr>
</tbody>
</table>
</div>
<div class="col-md-2"></div>
<div class="col-md-2"></div>
</div>
</div>
</section>

0 comments on commit a8b3573

Please sign in to comment.