From 508dfb5380770ba9080cc3195fc5df10026d3bc0 Mon Sep 17 00:00:00 2001 From: krishna-s19 <67630709+krishna-s19@users.noreply.github.com> Date: Tue, 11 Mar 2025 22:14:46 +0530 Subject: [PATCH 01/31] Update pom.xml --- pom.xml | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 40a04099..2749de6e 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,8 @@ war 1.0-SNAPSHOT Demo Maven Webapp - https://github.com/tongueroo/demo-java + + demo src @@ -25,6 +26,38 @@ + + + 1.8 + 5.3.34 + 4.11 + 1.2.17 + http://13.233.231.112:9000 + admin + 12345 + UTF-8 + UTF-8 + + + + + + + nexus + KK FUNDA Releases Nexus Repository + http://13.201.45.111:8081/repository/Lion-release/ + + + + nexus + KK FUNDA Snapshot Nexus Repository + http://13.201.45.111:8081/repository/Loin-snapshot/ + + + + + + junit From 26c30b7d708b3a89610c606c47730fc3137304c1 Mon Sep 17 00:00:00 2001 From: krishna-s19 <67630709+krishna-s19@users.noreply.github.com> Date: Tue, 11 Mar 2025 22:37:14 +0530 Subject: [PATCH 02/31] Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2749de6e..b67a0e3c 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ 5.3.34 4.11 1.2.17 - http://13.233.231.112:9000 + http://13.232.113.206:9000/ admin 12345 UTF-8 From 8f0ab1c66deea681be610469dfd06b24cc46e496 Mon Sep 17 00:00:00 2001 From: krishna-s19 <67630709+krishna-s19@users.noreply.github.com> Date: Tue, 11 Mar 2025 22:42:45 +0530 Subject: [PATCH 03/31] Update pom.xml --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index b67a0e3c..0946bbc1 100644 --- a/pom.xml +++ b/pom.xml @@ -45,13 +45,13 @@ nexus KK FUNDA Releases Nexus Repository - http://13.201.45.111:8081/repository/Lion-release/ + http://13.235.128.78:8081/repository/java-release/ nexus KK FUNDA Snapshot Nexus Repository - http://13.201.45.111:8081/repository/Loin-snapshot/ + http://13.235.128.78:8081/repository/java-snapshot/ From 26fc5ffcaafc7dd78e66c07a61af241397c087f5 Mon Sep 17 00:00:00 2001 From: krishna-s19 <67630709+krishna-s19@users.noreply.github.com> Date: Tue, 11 Mar 2025 22:55:15 +0530 Subject: [PATCH 04/31] Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0946bbc1..cdc18d3a 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ maven-war-plugin - 3.0.0 + 3.4.0 From a5242bff1cdd363bf2c7f45884b8dac2b9ce5d1d Mon Sep 17 00:00:00 2001 From: krishna-s19 <67630709+krishna-s19@users.noreply.github.com> Date: Tue, 11 Mar 2025 23:13:38 +0530 Subject: [PATCH 05/31] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 8d86027e..fa185567 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,5 +1,5 @@ -Hello World: src/main/webapp/index.jsp +Hello World: vaman krishna From e1d41e76691c5245af188d5634ee6654ae954f92 Mon Sep 17 00:00:00 2001 From: krishna-s19 <67630709+krishna-s19@users.noreply.github.com> Date: Tue, 11 Mar 2025 23:16:35 +0530 Subject: [PATCH 06/31] Update index.jsp --- src/main/webapp/index.jsp | 63 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 61 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index fa185567..7fdfbd13 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,5 +1,64 @@ - + + + + + + Home Page + + -Hello World: vaman krishna + + Welcome to My Dream World + + + Home + About + Services + Contact + + + About Our Website + This is a simple homepage layout with navigation and footer. + + From 6b08072cc2192e1a11de2e0c46d5abfa6c9ab191 Mon Sep 17 00:00:00 2001 From: krishna-s19 <67630709+krishna-s19@users.noreply.github.com> Date: Tue, 11 Mar 2025 23:23:57 +0530 Subject: [PATCH 07/31] Update index.jsp --- src/main/webapp/index.jsp | 39 ++++++++++++++++++++++++++++----------- 1 file changed, 28 insertions(+), 11 deletions(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 7fdfbd13..6e076162 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -9,43 +9,60 @@ font-family: Arial, sans-serif; margin: 0; padding: 0; - background-color: #f4f4f4; + background: url('https://images.unsplash.com/photo-1506748686214-e9df14d4d9d0') no-repeat center center fixed; + background-size: cover; + color: #fff; } header { - background-color: #333; + background: rgba(255, 75, 31, 0.8); + background: linear-gradient(to right, rgba(255, 75, 31, 0.8), rgba(255, 144, 104, 0.8)); color: white; text-align: center; - padding: 1em; + padding: 1.5em; + font-size: 24px; } nav { text-align: center; padding: 1em; - background: #444; + background: rgba(255, 107, 107, 0.8); + box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); } nav a { color: white; margin: 0 15px; text-decoration: none; - font-size: 18px; + font-size: 20px; + font-weight: bold; + transition: color 0.3s; + } + nav a:hover { + color: #ffcc00; } .container { text-align: center; - padding: 20px; + padding: 30px; + background: rgba(255, 255, 255, 0.2); + margin: 20px auto; + width: 80%; + border-radius: 10px; + box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3); } footer { text-align: center; - padding: 10px; - background: #333; + padding: 15px; + background: rgba(255, 75, 31, 0.8); + background: linear-gradient(to right, rgba(255, 75, 31, 0.8), rgba(255, 144, 104, 0.8)); color: white; position: fixed; width: 100%; bottom: 0; + font-weight: bold; } - Welcome to My Dream World + Welcome to My Colorful Website Home @@ -55,10 +72,10 @@ About Our Website - This is a simple homepage layout with navigation and footer. + This is a vibrant and colorful homepage layout with a modern touch.
This is a simple homepage layout with navigation and footer.
This is a vibrant and colorful homepage layout with a modern touch.