Upload files to "/"
This commit is contained in:
parent
33b7e44538
commit
5dc9fa8c3a
5 changed files with 206 additions and 0 deletions
57
index.html
Normal file
57
index.html
Normal file
|
@ -0,0 +1,57 @@
|
|||
<html>
|
||||
|
||||
<head>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<script src="fontScaler.js" defer></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<nav>
|
||||
<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>
|
||||
|
||||
<main>
|
||||
<div class='columns'>
|
||||
<div class='rows'>
|
||||
<header>
|
||||
<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.
|
||||
<br><br>
|
||||
Starting out with the pets of friends and family, she hopes to
|
||||
slowly develop a small userbase of friends and local-clientelle.
|
||||
</header>
|
||||
<section>
|
||||
<h2>Qualifications</h2>
|
||||
Arianwen Evans holds:
|
||||
<ul>
|
||||
<li>Level 3 City and guilds animal management</li>
|
||||
<li>Level 3 Diploma in dog grooming</li>
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
<div class='rows'>
|
||||
<section id='contact'>
|
||||
<h2>Opening Times</h2>
|
||||
Monday-Friday: 10am - 5pm
|
||||
<br>
|
||||
Saturday-Sunday: Closed
|
||||
</section>
|
||||
<section>
|
||||
<h2>How To Book</h2>
|
||||
To book, see out <a href="Contact.html">contact</a>
|
||||
page and email us.
|
||||
</section>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</main>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue