-
Notifications
You must be signed in to change notification settings - Fork 0
/
Funerals.html
71 lines (71 loc) · 3.38 KB
/
Funerals.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html>
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Serif&display=swap" rel="stylesheet">
<link rel="stylesheet" href="Funerals.css">
<script rel="javascript" src="Funerals.js"> </script>
<div id="sidebar">
<div class="toggle-btn" onclick="show()">
<span></span>
<span></span>
<span></span>
</div>
<ul>
<li><a href="https://lyndonljc123.github.io/Home/" class="sidebar-hl"> Home </a></li>
<li><a href="https://lyndonljc123.github.io/About-Us/" class="sidebar-hl">About Us</a></li>
<li><a href="https://lyndonljc123.github.io/Weddings/" class="sidebar-hl"> Weddings </a></li>
<li><a href="https://lyndonljc123.github.io/Events/" class="sidebar-hl"> Events </a></li>
</ul>
</div>
</head>
<body>
<header>
<img id="logo" src="Zlogo.jpg">
<h2 class="text"> Funerals </h2>
</header>
<main class="text">
<article>
<p> We send our condolences to everyone who
has to visit this section of our page. When ordering
flowers for a funeral, it's like saying your last farewell.
We offer bespoke flower arrangements for our clients, if you have a vison,
we can create it.
</article>
<article>
<p> We will take care of your order from booking right through to delivery,
working closely with you and your funeral director ensuring we have all the details
available to fulfil your order, giving you peace of mind.</p>
</article>
<article>
<p> Please submit the enquiry form below and one of the team will
get in touch within ...days
</article>
<p></p>
<img src="Zhomepicture3.jpg" class="images">
<form class="container" action="https://formsubmit.co/lyndonleejaycee@yahoo.com" method="POST">
<section>
<p></p> Funeral Enquiry Form
</section>
<p></p> Full Name:
<input name="FullName" id="full-name" placeholder="Enter your full name.">
<p></p> Contact Number:
<input name="ContactNumber" id="contact-number" placeholder="Enter your contact number.">
<p></p> Email Address:
<input name="EmailAddress" id="email-address" placeholder="Enter your email address.">
<p></p> Enquiry:
<textarea name="enquiry"></textarea>
<p></p>
<button type="submit" id="submit-form"> Submit </button>
<input type="hidden" name="_next" value="https://lyndonljc123.github.io/Thankyou-Page/">
<input type="hidden" name="_subject" value="New Funeral Enquiry">
</form>
</main>
<footer>
<a href="https://www.instagram.com/sjcfloralcreations/?hl=en"> <img src="ZInstagram.jpg" class="social-media"> </a>
<a href="https://www.tiktok.com/@sjcfloralcreations?lang=en" > <img src="ZTikTok.jpg" class="social-media"> </a>
<a href="https://www.facebook.com/profile.php?id=100089802482598" > <img src="ZFacebook.jpg" class="social-media"> </a>
</footer>
</body>
</html>