Skip to content

Commit

Permalink
added 2 images
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin-771 authored May 25, 2024
1 parent 1c636b5 commit 6fd9c3f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1>Tattoo Portfolio</h1>
</nav>
//-->
<div class="container" id="home">
<h2>Welcome to My Tattoo Portfolio</h2>
<h2>Welcome</h2>
<p>Explore my collection of tattoos and learn more about my work.</p>
</div>
<div class="container" id="about">
Expand All @@ -36,7 +36,9 @@ <h2>Gallery</h2>
<img src="images/07.jpg" alt="Tattoo 3">
<img src="images/07.jpg" alt="Tattoo 4">
<img src="images/07.jpg" alt="Tattoo 5">
<img src="images/07.jpg" alt="Tattoo 6" onclick="window.open('https://google.com/');">
<img src="images/07.jpg" alt="Tattoo 6">
<img src="images/07.jpg" alt="Tattoo 7">
<img src="images/07.jpg" alt="Tattoo 8" onclick="window.open('https://google.com/');">
</div>
<div class="container" id="contact">
<h2>Contact us</h2>
Expand All @@ -52,7 +54,7 @@ <h2>Contact us</h2>
</form>
</div>
<footer>
<p>&copy; 2024 Tattoo Portfolio. All rights reserved.</p>
<p>Copyright &copy; All rights reserved.</p>
</footer>
</body>
</html>

0 comments on commit 6fd9c3f

Please sign in to comment.