Skip to content

Commit

Permalink
update personal information
Browse files Browse the repository at this point in the history
  • Loading branch information
ikramberroug committed Jan 13, 2025
1 parent bc0a0b3 commit 57c5a4f
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 @@ -45,16 +45,16 @@
<section id="profile">
<div class="hi_profile">
<p class="section__text__p1">Hi, I'm</p>
<h1 class="section_profile_title">Ikram </h1>
<h1 class="section_profile_title">Ikram Berroug</h1>
<p class="section__text__p1">HPC and Big Data engineering student @ ENSEEIHT</p>
</div>
<div class="socials_container">
<img src="./assets/image/logo-linkedin.png" alt="My linkedin profile"
class="icon" onclick="location.href='https://www.linkedin.com/in/ikram-7b8195293/'">
class="icon" onclick="location.href='https://www.linkedin.com/in/ikram-berroug-7b8195293/'">
<img src="./assets/image/github-logo.png" alt="My github profile"
class="icon" onclick="location.href='https://github.com/ikram'">
class="icon" onclick="location.href='https://github.com/ikramberroug'">
<img src="./assets/image/LeetCode.png" alt="My leetcode profile"
class="icon" onclick="location.href='https://leetcode.com/u/ikram/'">
class="icon" onclick="location.href='https://leetcode.com/u/ikramberroug/'">
</div>
<div class="About_Me">
<h2>About Me</h2>
Expand Down

0 comments on commit 57c5a4f

Please sign in to comment.