minor qol changes
This commit is contained in:
parent
e2cdbc55fa
commit
c406cec6ad
7 changed files with 45 additions and 35 deletions
|
@ -11,9 +11,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>
|
||||
|
||||
|
|
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>
|
||||
|
|
|
@ -10,9 +10,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>
|
||||
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
position: fixed;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
|
||||
touch-action: manipulation;
|
||||
}
|
||||
|
||||
.font_scaler button{
|
||||
|
|
3
home.css
3
home.css
|
@ -17,7 +17,8 @@
|
|||
}
|
||||
|
||||
#qual{
|
||||
grid-area: qual
|
||||
grid-area: qual;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#book{
|
||||
|
|
15
index.html
15
index.html
|
@ -11,9 +11,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>
|
||||
|
||||
|
@ -21,11 +21,12 @@
|
|||
<header id="head">
|
||||
<h1>Paws And Petals</h1>
|
||||
Paws And Petals is a small local dog grooming business
|
||||
started up by Arianwen Evans to allow her to work in
|
||||
the dog grooming industry in a relaxed and casual setting.
|
||||
started up by Arianwen Evans.
|
||||
<br><br>
|
||||
Starting out with the pets of friends and family, she hopes to
|
||||
slowly develop a small userbase of friends and local-clientelle.
|
||||
Building off a life long love
|
||||
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>
|
||||
<section id="qual">
|
||||
<h2>Qualifications</h2>
|
||||
|
|
|
@ -24,6 +24,11 @@ main{
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
ul{
|
||||
text-align: left;
|
||||
margin: 10px 20% 10px 20%;
|
||||
}
|
||||
|
||||
/*
|
||||
NAV BAR
|
||||
*/
|
||||
|
@ -60,6 +65,7 @@ nav a:visited{
|
|||
table{
|
||||
margin: auto;
|
||||
width: 80%;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.white_backing{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue