Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>in.javahome</groupId>
<artifactId>myweb</artifactId>
<packaging>war</packaging>
<version>8.7.1</version>
<version>8.7.7</version>
<name>Java Home myweb</name>
<url>http://maven.apache.org</url>

Expand Down Expand Up @@ -33,7 +33,7 @@

<repository>
<id>nexusRepo</id>
<url>http://44.202.251.20:8081/repository/flm-releases/</url>
<url>http://98.84.55.7:8081/repository/my-nexus/</url>
</repository>
</distributionManagement>

Expand Down
6 changes: 3 additions & 3 deletions src/main/webapp/index.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NexusShop - Modern E-Commerce</title>
<title>Vinay Shop - Modern E-Commerce</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Poppins:wght@600;700&display=swap" rel="stylesheet">
<style>
Expand Down Expand Up @@ -826,7 +826,7 @@
<!-- Hero Section -->
<section class="hero">
<div class="hero-content">
<h1>Summer Collection in 2025</h1>
<h1>ALL Winter Collection 2025-26 at your way of style</h1>
<p>Discover the latest trends in fashion, technology and accessories with up to 50% off selected items</p>
<div class="hero-buttons">
<a href="#" class="btn btn-primary">Shop Now</a>
Expand All @@ -838,7 +838,7 @@
<!-- Categories Section -->
<section class="container">
<div class="section-title">
<h2>Shop by Category</h2>
<h2>shopping by way of your style</h2>
<p>Browse through our wide range of products in different categories</p>
</div>

Expand Down