minor qol changes
This commit is contained in:
parent
e2cdbc55fa
commit
c406cec6ad
7 changed files with 45 additions and 35 deletions
42
Gallery.html
42
Gallery.html
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue