minor qol changes

This commit is contained in:
Rosia E Evans 2025-05-16 12:04:17 +01:00
parent e2cdbc55fa
commit c406cec6ad
7 changed files with 45 additions and 35 deletions

View file

@ -12,9 +12,9 @@
<body>
<nav>
<a href="index.html">Home</a>
<a href="ServicesAndPrices.html">Services And Prices</a>
<a href="Gallery.html">Gallery</a>
<a href="index.html">Home</a> |
<a href="ServicesAndPrices.html">Services And Prices</a> |
<a href="Gallery.html">Gallery</a> |
<a href="Contact.html">Contact</a>
</nav>
@ -94,30 +94,30 @@
<figure onclick="maximise(this)">
<img src="gallery/Training Dog.jpeg">
<figcaption>
Training Dog
</figcaption>
</figure>
<!-- <figure onclick="maximise(this)"> -->
<!-- <img src="gallery/Training Dog.jpeg"> -->
<!-- <figcaption> -->
<!-- Training Dog -->
<!-- </figcaption> -->
<!-- </figure> -->
<figure onclick="maximise(this)">
<img src="gallery/Training Dog2.jpeg">
<figcaption>
Training Dog
</figcaption>
</figure>
<!-- <figure onclick="maximise(this)"> -->
<!-- <img src="gallery/Training Dog2.jpeg"> -->
<!-- <figcaption> -->
<!-- Training Dog -->
<!-- </figcaption> -->
<!-- </figure> -->
<figure onclick="maximise(this)">
<img src="gallery/Training Dog3.jpeg">
<figcaption>
Training Dog
</figcaption>
</figure>
<!-- <figure onclick="maximise(this)"> -->
<!-- <img src="gallery/Training Dog3.jpeg"> -->
<!-- <figcaption> -->
<!-- Training Dog -->
<!-- </figcaption> -->
<!-- </figure> -->
</main>