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

@ -11,9 +11,9 @@
<body> <body>
<nav> <nav>
<a href="index.html">Home</a> <a href="index.html">Home</a> |
<a href="ServicesAndPrices.html">Services And Prices</a> <a href="ServicesAndPrices.html">Services And Prices</a> |
<a href="Gallery.html">Gallery</a> <a href="Gallery.html">Gallery</a> |
<a href="Contact.html">Contact</a> <a href="Contact.html">Contact</a>
</nav> </nav>

View file

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

View file

@ -10,9 +10,9 @@
<body> <body>
<nav> <nav>
<a href="index.html">Home</a> <a href="index.html">Home</a> |
<a href="ServicesAndPrices.html">Services And Prices</a> <a href="ServicesAndPrices.html">Services And Prices</a> |
<a href="Gallery.html">Gallery</a> <a href="Gallery.html">Gallery</a> |
<a href="Contact.html">Contact</a> <a href="Contact.html">Contact</a>
</nav> </nav>

View file

@ -2,6 +2,8 @@
position: fixed; position: fixed;
bottom: 0; bottom: 0;
left: 0; left: 0;
touch-action: manipulation;
} }
.font_scaler button{ .font_scaler button{

View file

@ -17,7 +17,8 @@
} }
#qual{ #qual{
grid-area: qual grid-area: qual;
text-align: center;
} }
#book{ #book{

View file

@ -11,9 +11,9 @@
<body> <body>
<nav> <nav>
<a href="index.html">Home</a> <a href="index.html">Home</a> |
<a href="ServicesAndPrices.html">Services And Prices</a> <a href="ServicesAndPrices.html">Services And Prices</a> |
<a href="Gallery.html">Gallery</a> <a href="Gallery.html">Gallery</a> |
<a href="Contact.html">Contact</a> <a href="Contact.html">Contact</a>
</nav> </nav>
@ -21,11 +21,12 @@
<header id="head"> <header id="head">
<h1>Paws And Petals</h1> <h1>Paws And Petals</h1>
Paws And Petals is a small local dog grooming business Paws And Petals is a small local dog grooming business
started up by Arianwen Evans to allow her to work in started up by Arianwen Evans.
the dog grooming industry in a relaxed and casual setting.
<br><br> <br><br>
Starting out with the pets of friends and family, she hopes to Building off a life long love
slowly develop a small userbase of friends and local-clientelle. of animals and animal care, Arianwen is well trained in animal
managment and grooming and puts this into practise in the working
world from from her trailer-studio in Addingham.
</header> </header>
<section id="qual"> <section id="qual">
<h2>Qualifications</h2> <h2>Qualifications</h2>

View file

@ -24,6 +24,11 @@ main{
text-align: center; text-align: center;
} }
ul{
text-align: left;
margin: 10px 20% 10px 20%;
}
/* /*
NAV BAR NAV BAR
*/ */
@ -60,6 +65,7 @@ nav a:visited{
table{ table{
margin: auto; margin: auto;
width: 80%; width: 80%;
font-size: 1rem;
} }
.white_backing{ .white_backing{