-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEvents.html
More file actions
71 lines (71 loc) · 3.18 KB
/
Copy pathEvents.html
File metadata and controls
71 lines (71 loc) · 3.18 KB
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="Events.css">
<script rel="javascript" src="Events.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/Funerals/" class="sidebar-hl"> Funerals </a></li>
</ul>
</div>
</head>
<body>
<header>
<img id="logo" src="Zlogo.jpg">
<h2 class="text"> Events </h2>
</header>
<main class="text">
<section>
</section>
<article>
<p> Our personalised flower arrangments start from £... prices
vary depending on size & complexity. </p>
</article>
<article>
<p> Our boquets start from £... & £... for valentines day boquets </p>
</article>
<article>
<p> Here is a collage of our event projects & boquets </p>
</article>
<article>
<p> Please submit the enquiry form below and one of the team will
get in touch within ...days </p>
</article>
<p></p>
<img src="Zhomepicture2.jpg" class="images">
<form class="container" action="https://formsubmit.co/lyndonleejaycee@yahoo.com" method="POST">
<section>
<p></p> Event Enquiry Form
</section>
<p></p> Full Name:
<input name="FullName" placeholder="Enter your full name." id="full-name">
<p></p> Contact Number:
<input name="ContactNumber" placeholder="Enter your contact number." id="contact-number">
<p></p> Email Address:
<input name="EmailAddress" placeholder="Enter your email address." id="email-address">
<p></p> Enquiry:
<textarea name="enquiry"></textarea>
<p></p>
<button type="submit"> Submit </button>
<input type="hidden" name="_next" value="https://lyndonljc123.github.io/Thankyou-Page/">
<input type="hidden" name="_subject" value="New Event 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>