Skip to content

Commit a4c71c2

Browse files
committed
changes
1 parent eacadb5 commit a4c71c2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>My Web Projects Portfolio</title>
6+
<title>Html, CSS and JS Mini Projects</title>
77
<link rel="stylesheet" href="styles.css">
88
</head>
99
<body>
1010
<header>
11-
<h1>My Web Projects Portfolio</h1>
11+
<h1>Html, CSS and JS Mini Projects</h1>
1212
<p>A showcase of my HTML, CSS, and JavaScript projects</p>
1313
</header>
1414

@@ -17,7 +17,7 @@ <h1>My Web Projects Portfolio</h1>
1717
<!-- Project 1 -->
1818
<div class="project-card">
1919
<div class="project-image">
20-
<img src="images/project1.jpg" alt="Responsive Card Slider">
20+
<img src="images/project1.png" alt="Responsive Card Slider">
2121
</div>
2222
<div class="project-content">
2323
<h3>Responsive Card Slider</h3>
@@ -43,7 +43,7 @@ <h3>Responsive Card Slider</h3>
4343
<!-- Project 2 -->
4444
<div class="project-card">
4545
<div class="project-image">
46-
<img src="images/project2.jpg" alt="Lux Web Template">
46+
<img src="images/project2.png" alt="Lux Web Template">
4747
</div>
4848
<div class="project-content">
4949
<h3>Lux Web Template</h3>
@@ -70,7 +70,7 @@ <h3>Lux Web Template</h3>
7070
<!-- Project 3 -->
7171
<div class="project-card">
7272
<div class="project-image">
73-
<img src="images/project3.jpg" alt="Portfolio">
73+
<img src="images/project3.png" alt="Portfolio">
7474
</div>
7575
<div class="project-content">
7676
<h3>Portfolio</h3>
@@ -95,7 +95,7 @@ <h3>Portfolio</h3>
9595
<!-- Project 4 -->
9696
<div class="project-card">
9797
<div class="project-image">
98-
<img src="images/project4.jpg" alt="Product Landing Page">
98+
<img src="images/project4.png" alt="Product Landing Page">
9999
</div>
100100
<div class="project-content">
101101
<h3>Product Landing Page</h3>
@@ -119,7 +119,7 @@ <h3>Product Landing Page</h3>
119119
<!-- Project 5 -->
120120
<div class="project-card">
121121
<div class="project-image">
122-
<img src="images/project5.jpg" alt="Joulx Shoes Landing Page">
122+
<img src="images/project5.png" alt="Joulx Shoes Landing Page">
123123
</div>
124124
<div class="project-content">
125125
<h3>Joulx Shoes Landing Page</h3>
@@ -144,7 +144,7 @@ <h3>Joulx Shoes Landing Page</h3>
144144
<!-- Project 6 -->
145145
<div class="project-card">
146146
<div class="project-image">
147-
<img src="images/project6.jpg" alt="Weather App">
147+
<img src="images/project6.png" alt="Weather App">
148148
</div>
149149
<div class="project-content">
150150
<h3>Weather App</h3>

0 commit comments

Comments
 (0)