diff --git a/images/profile.png b/images/profile.png
new file mode 100644
index 0000000..e6ae0da
Binary files /dev/null and b/images/profile.png differ
diff --git a/index.html b/index.html
index 8131bc5..9e3f91a 100644
--- a/index.html
+++ b/index.html
@@ -5,8 +5,8 @@
-
2KAbhishek's Projects
-
+ Ibrahim's Projects
+
diff --git a/script.js b/script.js
index 785110a..d382402 100644
--- a/script.js
+++ b/script.js
@@ -1,4 +1,4 @@
-const username = '2KAbhishek';
+const username = 'ibrahim89';
const maxPages = 2;
const hideForks = true;
const repoList = document.querySelector('.repo-list');
diff --git a/style.css b/style.css
index fdd7ec0..eb69588 100644
--- a/style.css
+++ b/style.css
@@ -100,7 +100,7 @@ ul {
background-color: var(--bg-user);
color: var(--text);
font-size: 18px;
- padding: 2em;
+ padding: 10px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}
@@ -120,15 +120,16 @@ ul {
flex-wrap: wrap;
align-items: center;
width: 100%;
- padding-left: 5%;
+ padding: 5%;
}
.user-info div p {
width: 100%;
margin: 0;
- padding: 0;
+ padding:20px;
+ /* padding: 0; */
border-bottom: 1px solid var(--text);
- padding-bottom: 18px;
+ /* padding-bottom: 18px; */
}
.filter-repos,