Skip to content

Commit

Permalink
whatever
Browse files Browse the repository at this point in the history
  • Loading branch information
Aksachlisimo committed Mar 17, 2024
1 parent c55e980 commit 04e59df
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@
<div class="d-flex flex-column">

<div class="profile">
<img src="assets/img/LOGO.png" alt="" class="img-fluid rounded-circle">
<h1 class="text-light"><a href="index.html">Mohamed Mouhimine</a></h1>
z <h1 class="text-light"><a href="index.html">Mohamed Mouhimine</a></h1>
<div class="social-links mt-3 text-center">
<a href="https://www.linkedin.com/in/mohamed-mouhimine/" class="linkedin"><i class="bx bxl-linkedin"></i></a>
<a href="https://github.com/Aksachlisimo" class="github"><i class="bx bxl-github"></i></a>
Expand All @@ -72,7 +71,7 @@ <h1 class="text-light"><a href="index.html">Mohamed Mouhimine</a></h1>
<section id="hero" class="d-flex flex-column justify-content-center align-items-center">
<div class="hero-container" data-aos="fade-in">
<h1>Mohamed Mouhimine</h1>
<p>I'm <span class="typed" data-typed-items="Developer, Designer "></span></p>
<p>I'm a <span class="typed" data-typed-items="Developer, Designer "></span></p>
</div>
</section><!-- End Hero -->

Expand Down Expand Up @@ -182,9 +181,9 @@ <h2>Skills</h2>
</div>

<div class="progress">
<span class="skill">Photoshop <i class="val">55%</i></span>
<span class="skill">React <i class="val">75%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="55" aria-valuemin="0" aria-valuemax="100"></div>
<div class="progress-bar" role="progressbar" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>

Expand Down

0 comments on commit 04e59df

Please sign in to comment.