Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kentarokamiyajp committed Oct 4, 2023
1 parent 5ae5bc3 commit 6994e75
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<div class="wrapper mt-lg-5">
<div class="sidebar-wrapper">
<div class="profile-container">
<img class="profile" src="assets/images/profile.png" alt="" width="440" height="500"/>
<img class="profile" src="assets/images/profile.png" alt="" width="100" height="120"/>
<h1 class="name">Kentaro Kamiya | Ken</h1>
<h3 class="tagline">Data/ML Engineer</h3>
</div><!--//profile-container-->
Expand Down Expand Up @@ -103,7 +103,7 @@ <h2 class="section-title"><span class="icon-holder"><i class="fa-solid fa-archiv
<p>asd</p>
</div><!--//intro-->
<div class="item">
<span class="project-title"><a href="https://themes.3rdwavemedia.com/bootstrap-templates/startup/coderpro-bootstrap-5-startup-template-for-software-projects/" target="_blank">CoderPro</a></span> - <span class="project-tagline">A responsive website template designed to help developers launch their software projects. </span>
<span class="project-title"><a href="#" target="_blank">ASD</a></span> - <span class="project-tagline">asd</span>

</div><!--//item-->
</section><!--//section-->
Expand Down Expand Up @@ -142,14 +142,14 @@ <h3 class="level-title">Kafka</h3>
<div class="item">
<h3 class="level-title">Docker</h3>
<div class="progress level-bar">
<div class="progress-bar theme-progress-bar" role="progressbar" style="width: 85%" aria-valuenow="85" aria-valuemin="0" aria-valuemax="100"></div>
<div class="progress-bar theme-progress-bar" role="progressbar" style="width: 95%" aria-valuenow="95" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div><!--//item-->

<div class="item">
<h3 class="level-title">Tensorflow &amp; scikit-learn</h3>
<div class="progress level-bar">
<div class="progress-bar theme-progress-bar" role="progressbar" style="width: 60%" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100"></div>
<div class="progress-bar theme-progress-bar" role="progressbar" style="width: 95%" aria-valuenow="95" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div><!--//item-->

Expand Down

0 comments on commit 6994e75

Please sign in to comment.