From fb1efb494a35677ed42db8164d8739195e65f3f8 Mon Sep 17 00:00:00 2001 From: Muntasir Mahmud Amit <91421733+mma1166@users.noreply.github.com> Date: Wed, 19 Jun 2024 17:06:47 +0600 Subject: [PATCH 1/8] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index d5e352f..9900de0 100644 --- a/index.html +++ b/index.html @@ -142,7 +142,7 @@

About Me

Hello! I'm Md Muntasir Mahmud Amit, currently pursuing my undergraduate studies in Computer Science and Engineering at BRAC University. Beyond my core discipline, I'm passionate about exploring diverse fields. My interests span Software Engineering, Data Science, Artificial Intelligence, Machine Learning, and Natural Language Processing. I actively keep myself updated with the latest trends and advancements in these areas, always seeking opportunities to expand my skill set and make meaningful contributions across different domains. Additionally, I am highly interested in social works and making impactful positive change in the community. Through a range of academic and personal projects, I've showcased my dedication and proficiency in developing innovative tech solutions.

- +

Education

From 5e606dcab9a75b0d094ef4d280ef7e850771a325 Mon Sep 17 00:00:00 2001 From: Muntasir Mahmud Amit <91421733+mma1166@users.noreply.github.com> Date: Wed, 19 Jun 2024 17:11:39 +0600 Subject: [PATCH 2/8] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 9900de0..67b32b8 100644 --- a/index.html +++ b/index.html @@ -142,7 +142,7 @@

About Me

Hello! I'm Md Muntasir Mahmud Amit, currently pursuing my undergraduate studies in Computer Science and Engineering at BRAC University. Beyond my core discipline, I'm passionate about exploring diverse fields. My interests span Software Engineering, Data Science, Artificial Intelligence, Machine Learning, and Natural Language Processing. I actively keep myself updated with the latest trends and advancements in these areas, always seeking opportunities to expand my skill set and make meaningful contributions across different domains. Additionally, I am highly interested in social works and making impactful positive change in the community. Through a range of academic and personal projects, I've showcased my dedication and proficiency in developing innovative tech solutions.

- +

Education

From ad48b75fbc339a2ae5ce1ae1394f0db22007fe0d Mon Sep 17 00:00:00 2001 From: mma1166 Date: Wed, 19 Jun 2024 17:52:45 +0600 Subject: [PATCH 3/8] Pro pic solve --- index.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index 67b32b8..4cea29e 100644 --- a/index.html +++ b/index.html @@ -92,20 +92,20 @@ color: #007BFF; } .about-content { - display: flex; /* Use flexbox for layout */ - align-items: flex-start; /* Align items at the top */ - justify-content: space-between; /* Space items evenly */ + display: flex; + align-items: flex-start; + justify-content: space-between; + flex-direction: row; /* Ensure it's horizontal by default */ } .profile-picture { width: 150px; height: 150px; - border-radius: 50%; /* Make the picture circular */ + border-radius: 50%; box-shadow: 0 2px 5px rgba(0,0,0,0.3); - margin-left: 20px; /* Add some margin to the left of the picture */ } .welcome-text { - flex: 1; /* Let the paragraph take remaining space */ - text-align: justify; /* Justify text */ + flex: 1; + text-align: justify; } /* Adjustments for smaller screens */ @media (max-width: 768px) { @@ -117,8 +117,8 @@ margin: 0 auto 20px; /* Center the picture and add margin at the bottom */ } .welcome-text { - margin: 0; /* Remove margin for smaller screens */ - text-align: justify; /* Ensure justified text on smaller screens */ + margin: 0; + text-align: justify; } } @@ -142,7 +142,7 @@

About Me

Hello! I'm Md Muntasir Mahmud Amit, currently pursuing my undergraduate studies in Computer Science and Engineering at BRAC University. Beyond my core discipline, I'm passionate about exploring diverse fields. My interests span Software Engineering, Data Science, Artificial Intelligence, Machine Learning, and Natural Language Processing. I actively keep myself updated with the latest trends and advancements in these areas, always seeking opportunities to expand my skill set and make meaningful contributions across different domains. Additionally, I am highly interested in social works and making impactful positive change in the community. Through a range of academic and personal projects, I've showcased my dedication and proficiency in developing innovative tech solutions.

- +

Education

From 84bc50690c8083bb509d47e1bd38daa2efa021b6 Mon Sep 17 00:00:00 2001 From: mma1166 Date: Wed, 19 Jun 2024 18:01:22 +0600 Subject: [PATCH 4/8] Nav bar Enable --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 4cea29e..7b26f33 100644 --- a/index.html +++ b/index.html @@ -124,10 +124,10 @@ - +

Undergraduate CSE student in BRAC University

+