From 30b9fdccd45c8ae19af6b6ef013d102d18c6b673 Mon Sep 17 00:00:00 2001 From: "Md.Rezwanur Rahman" <79574993+rezwanu@users.noreply.github.com> Date: Sun, 31 May 2026 00:05:57 +0800 Subject: [PATCH 1/4] Update student name in index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index a62ed5a..00835b1 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@

Cloud-Native Deployment Success!

This site was deployed using GitHub Actions.

● Site Status: Live

-

Student Name: [Replace with your name]

+

Student Name: RAHMAN MD REZWANUR-202552200012

Current Cloud Provider: GitHub (Microsoft Azure Infrastructure)

From 7fcc3f8e4cdabb91dfce8954936a0cb31e01a567 Mon Sep 17 00:00:00 2001 From: "Md.Rezwanur Rahman" <79574993+rezwanu@users.noreply.github.com> Date: Sun, 31 May 2026 00:34:54 +0800 Subject: [PATCH 2/4] Fix formatting of student name paragraph --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 00835b1..f9a63ad 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@

Cloud-Native Deployment Success!

This site was deployed using GitHub Actions.

● Site Status: Live

-

Student Name: RAHMAN MD REZWANUR-202552200012

+

Student Name: RAHMAN MD REZWANUR-202552200012

Current Cloud Provider: GitHub (Microsoft Azure Infrastructure)

From 9e7576cb13f81356b0dd5cf911e267e15f3e2d4a Mon Sep 17 00:00:00 2001 From: "Md.Rezwanur Rahman" <79574993+rezwanu@users.noreply.github.com> Date: Sun, 31 May 2026 00:47:25 +0800 Subject: [PATCH 3/4] Refactor index.html with improved styles and content Updated the styling and structure of the HTML document, including changes to the title, body styles, and student information display. --- index.html | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index f9a63ad..12c0804 100644 --- a/index.html +++ b/index.html @@ -2,18 +2,35 @@ - Cloud Computing Lab + Cloud Computing Lab

Cloud-Native Deployment Success!

This site was deployed using GitHub Actions.

+
● Site Status: Live
-
-

Student Name: RAHMAN MD REZWANUR-202552200012

+ +
+ Actions Logo +
+ +
+ +

Student Name: RAHMAN MD REZWANUR-202552200012

Current Cloud Provider: GitHub (Microsoft Azure Infrastructure)

+ +

Last Updated: May 2026

From a9b7e33f818063a2c92391bd89df96f38669d06d Mon Sep 17 00:00:00 2001 From: "Md.Rezwanur Rahman" <79574993+rezwanu@users.noreply.github.com> Date: Sun, 31 May 2026 00:51:05 +0800 Subject: [PATCH 4/4] Update index.html