Skip to content

Commit

Permalink
added software skills
Browse files Browse the repository at this point in the history
  • Loading branch information
cos-glitch committed Sep 2, 2024
1 parent 2c01947 commit 31c37a2
Showing 1 changed file with 33 additions and 2 deletions.
35 changes: 33 additions & 2 deletions aboutme.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,37 @@ <h3>Tech:</h3>
</div>
</div>
</div>

<div class="skill-container">
<h3>Software:</h3>
<div class="skill">
<span> VSCode: </span>
<div class="progress-container">
<div class="progress-bar" style="width: 65%"></div>
</div>
</div>

<div class="skill">
<span> GitHub: </span>
<div class="progress-container">
<div class="progress-bar" style="width: 85%"></div>
</div>
</div>

<div class="skill">
<span style="padding-right: 1px;"> Excel: </span>
<div class="progress-container">
<div class="progress-bar" style="width: 45%"></div>
</div>
</div>

<div class="skill">
<span> IntelliJ:</span>
<div class="progress-container">
<div class="progress-bar" style="width: 60%"></div>
</div>
</div>
</div>

<div class="skill-container">
<h3>Languages:</h3>
Expand Down Expand Up @@ -104,9 +135,9 @@ <h2> About Me: </h2>
<div class="layout-div2">
<h2>Education:</h2>

<p style="font-size: 24px;">Swansea University 2021 - 2024</p>
<p style="font-size: 24px; margin-bottom: 5px;">Swansea University 2021 - 2024</p>

<p class="italics" style="top: -15px;">First Class Honours BSc in Computer Science</p>
<p class="italics" style="margin-top: 5px;">First Class Honours BSc in Computer Science</p>

<p>Course Highlights:</p>
<ul>
Expand Down

0 comments on commit 31c37a2

Please sign in to comment.