Upload files to "/"
This commit is contained in:
parent
33b7e44538
commit
5dc9fa8c3a
5 changed files with 206 additions and 0 deletions
38
Gallery.html
Normal file
38
Gallery.html
Normal file
|
@ -0,0 +1,38 @@
|
|||
<html>
|
||||
|
||||
<head>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<script src="gallery.js"></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 class="white_backing">click a photo for a bigger picture</main>
|
||||
|
||||
<main class="gallery">
|
||||
<figure onclick="maximise(this)">
|
||||
<img src="gallery/dog1.jpeg">
|
||||
<figcaption>
|
||||
derek
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
|
||||
<figure onclick="maximise(this)">
|
||||
<img src="gallery/dog2.jpeg">
|
||||
<figcaption>
|
||||
susan
|
||||
</figcaption>
|
||||
</figure>
|
||||
</main>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
73
increasefont.svg
Normal file
73
increasefont.svg
Normal file
|
@ -0,0 +1,73 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="144"
|
||||
height="144"
|
||||
viewBox="0 0 38.099999 38.100001"
|
||||
version="1.1"
|
||||
id="svg5"
|
||||
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
|
||||
sodipodi:docname="increasefont.svg"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<sodipodi:namedview
|
||||
id="namedview7"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:document-units="mm"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
width="144px"
|
||||
inkscape:zoom="3.7543719"
|
||||
inkscape:cx="71.782979"
|
||||
inkscape:cy="100.14991"
|
||||
inkscape:window-width="1128"
|
||||
inkscape:window-height="1359"
|
||||
inkscape:window-x="1128"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="layer1" />
|
||||
<defs
|
||||
id="defs2" />
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1">
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-size:25.2818px;line-height:1.25;font-family:sans-serif;word-spacing:0px;fill:#729b78;stroke-width:1.89614;stroke:#729b78"
|
||||
x="22.349838"
|
||||
y="34.111866"
|
||||
id="text1508"
|
||||
transform="scale(0.96763036,1.0334525)"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan1506"
|
||||
style="fill:#729b78;stroke-width:1.89614;stroke:#729b78"
|
||||
x="22.349838"
|
||||
y="34.111866">T</tspan></text>
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-size:13.7635px;line-height:1.25;font-family:sans-serif;word-spacing:0px;fill:#729b78;stroke-width:1.03226;stroke:#729b78"
|
||||
x="12.542588"
|
||||
y="35.14888"
|
||||
id="text1508-3"
|
||||
transform="scale(0.99858969,1.0014123)"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan1506-6"
|
||||
style="fill:#729b78;stroke-width:1.03226;stroke:#729b78"
|
||||
x="12.542588"
|
||||
y="35.14888">T</tspan></text>
|
||||
<path
|
||||
style="fill:#729b78;fill-opacity:1;stroke:#729b78;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 15.816738,7.8954029 22.423186,6.9924707 21.464788,13.477033 19.232863,11.409337 5.1588475,25.188361 3.6004265,23.646618 17.866832,9.993854 Z"
|
||||
id="path6230"
|
||||
sodipodi:nodetypes="cccccccc" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.5 KiB |
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>
|
38
insta144.svg
Normal file
38
insta144.svg
Normal file
|
@ -0,0 +1,38 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
viewBox="0 0 24 24"
|
||||
width="144px"
|
||||
height="144px"
|
||||
version="1.1"
|
||||
id="svg4"
|
||||
sodipodi:docname="insta144.svg"
|
||||
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs8" />
|
||||
<sodipodi:namedview
|
||||
id="namedview6"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
showgrid="false"
|
||||
inkscape:zoom="5.1736111"
|
||||
inkscape:cx="72"
|
||||
inkscape:cy="72.096644"
|
||||
inkscape:window-width="1128"
|
||||
inkscape:window-height="661"
|
||||
inkscape:window-x="1128"
|
||||
inkscape:window-y="730"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="svg4" />
|
||||
<path
|
||||
d="M 8 3 C 5.239 3 3 5.239 3 8 L 3 16 C 3 18.761 5.239 21 8 21 L 16 21 C 18.761 21 21 18.761 21 16 L 21 8 C 21 5.239 18.761 3 16 3 L 8 3 z M 18 5 C 18.552 5 19 5.448 19 6 C 19 6.552 18.552 7 18 7 C 17.448 7 17 6.552 17 6 C 17 5.448 17.448 5 18 5 z M 12 7 C 14.761 7 17 9.239 17 12 C 17 14.761 14.761 17 12 17 C 9.239 17 7 14.761 7 12 C 7 9.239 9.239 7 12 7 z M 12 9 A 3 3 0 0 0 9 12 A 3 3 0 0 0 12 15 A 3 3 0 0 0 15 12 A 3 3 0 0 0 12 9 z"
|
||||
id="path2"
|
||||
style="fill:#9ed1a7;fill-opacity:1" />
|
||||
</svg>
|
After Width: | Height: | Size: 1.5 KiB |
BIN
paper.png
Normal file
BIN
paper.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 103 KiB |
Loading…
Add table
Reference in a new issue