From 226073a8377bbc7f9ab0e15326b453a86db1938a Mon Sep 17 00:00:00 2001 From: Nirzara Ghure <113231114+nirzaraghure@users.noreply.github.com> Date: Thu, 23 Jul 2026 10:02:29 +0530 Subject: [PATCH 1/4] Fix merge conflict: resolve index.html from PRs #8 and #9 --- index.html | 84 ++++++++++++++++++++++++++---------------------------- 1 file changed, 40 insertions(+), 44 deletions(-) diff --git a/index.html b/index.html index d7dd480..34ca256 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,3 @@ -```html @@ -16,49 +15,46 @@

GitHub Profile Viewer

- - - - -``` \ No newline at end of file + function renderProfile(profileData) { + const profileDiv = document.getElementById("profile"); + const profileHTML = + "

" + profileData.name + "

" + + "

Username: " + profileData.login + "

" + + '

Profile URL: ' + profileData.html_url + '

' + + "

Email: " + profileData.email + "

" + + "

Bio: " + profileData.bio + "

"; + profileDiv.innerHTML = profileHTML; + } + + + From 1c176da9b9b89ce4816a6bfa0e42bee6dd64ae74 Mon Sep 17 00:00:00 2001 From: Nirzara Ghure <113231114+nirzaraghure@users.noreply.github.com> Date: Mon, 3 Aug 2026 11:15:45 +0530 Subject: [PATCH 2/4] =?UTF-8?q?=F0=9F=A4=96=20AppGenius:=20AI-generated=20?= =?UTF-8?q?code=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 41 +++-------------------------------------- 1 file changed, 3 insertions(+), 38 deletions(-) diff --git a/index.html b/index.html index 34ca256..c874f9b 100644 --- a/index.html +++ b/index.html @@ -16,45 +16,10 @@

GitHub Profile Viewer

From 4d4085e1d6dece7347b647b0c5fec9a7fae5db0f Mon Sep 17 00:00:00 2001 From: Nirzara Ghure <113231114+nirzaraghure@users.noreply.github.com> Date: Mon, 3 Aug 2026 11:18:29 +0530 Subject: [PATCH 3/4] =?UTF-8?q?=F0=9F=A4=96=20AppGenius:=20AI-generated=20?= =?UTF-8?q?code=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index c874f9b..80206ff 100644 --- a/index.html +++ b/index.html @@ -15,11 +15,12 @@

GitHub Profile Viewer

- + + From aae5b871734ebba9adc23c1e8a21ff03af9865f6 Mon Sep 17 00:00:00 2001 From: Nirzara Ghure <113231114+nirzaraghure@users.noreply.github.com> Date: Mon, 3 Aug 2026 11:20:52 +0530 Subject: [PATCH 4/4] =?UTF-8?q?=F0=9F=A4=96=20AppGenius:=20AI-generated=20?= =?UTF-8?q?code=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 48 +++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 41 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 80206ff..21d2d5c 100644 --- a/index.html +++ b/index.html @@ -15,12 +15,46 @@

GitHub Profile Viewer

+ - -