Skip to content

Commit

Permalink
Added features and new images
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamiyumi committed Jul 7, 2024
1 parent 76970f7 commit 925639c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
4 changes: 4 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,10 @@ section .container {
margin-bottom: 0;
}

.about-me img {
border-radius: 6px;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
Expand Down
Binary file removed assets/img/me.jpg
Binary file not shown.
Binary file modified assets/img/me.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 7 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,9 @@ <h2>About</h2>

<div class="row">
<div class="col-lg-4" data-aos="fade-right">
<img src="assets/img/me.png" class="img-fluid" alt="">
<img src="assets/img/me.png" class="img-fluid" alt="" style="border: 2px solid #ab9e9e5f;">
</div>

<div class="col-lg-8 pt-4 pt-lg-0 content" data-aos="fade-left">
<h3>Software Developer, Data Analyst &amp; Project Manager</h3>
<p class="fst-italic">
Expand Down Expand Up @@ -118,29 +119,29 @@ <h3>Software Developer, Data Analyst &amp; Project Manager</h3>
<div class="count-box">
<i class="bi bi-emoji-smile"></i>
<span data-purecounter-start="0" data-purecounter-end="12" data-purecounter-duration="1" class="purecounter"></span>
<p>Happy Clients</p>
<p>Happy Stakeholders</p>
</div>
</div>

<div class="col-lg-3 col-md-6 mt-5 mt-md-0">
<div class="count-box">
<i class="bi bi-journal-richtext"></i>
<span data-purecounter-start="0" data-purecounter-end="3" data-purecounter-duration="1" class="purecounter"></span>
<p>Major Projects Completed</p>
<span data-purecounter-start="0" data-purecounter-end="6" data-purecounter-duration="1" class="purecounter"></span>
<p>Projects Completed</p>
</div>
</div>

<div class="col-lg-3 col-md-6 mt-5 mt-lg-0">
<div class="count-box">
<i class="bi bi-headset"></i>
<i class="bi bi-braces"></i>
<span data-purecounter-start="0" data-purecounter-end="1463" data-purecounter-duration="1" class="purecounter"></span>
<p>Active Coding Hours</p>
</div>
</div>

<div class="col-lg-3 col-md-6 mt-5 mt-lg-0">
<div class="count-box">
<i class="bi bi-award"></i>
<i class="bi bi-patch-check"></i>
<span data-purecounter-start="0" data-purecounter-end="6" data-purecounter-duration="1" class="purecounter"></span>
<p>Certifications</p>
</div>
Expand Down

0 comments on commit 925639c

Please sign in to comment.