-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathevent.html
executable file
·60 lines (54 loc) · 2.17 KB
/
event.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
<!DOCTYPE HTML>
<html>
<head>
<title>21 Chunks</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<!-- Header -->
<header id="header">
<div class="logo"><a href="index.html">Papadi Park <span>part of 21 Chunks Group</span></a></div>
</header>
<!-- Main -->
<section id="main">
<div class="inner">
<!-- One -->
<section id="one" class="wrapper style1">
<header class="special">
<h2>Book a Puppet Show with Us </h2>
<p>SMILE AND SAY PAPADI </p>
</header>
<!--div class="content"-->
<!-- Calendly inline widget begin -->
<div class="calendly-inline-widget" data-url="https://calendly.com/21chunks/puppet-show" style="min-width:320px;height:700px;"></div>
<script type="text/javascript" src="https://assets.calendly.com/assets/external/widget.js" async></script>
<!-- Calendly inline widget end -->
<!--/div-->
</section>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="container">
<ul class="icons">
<!--li><a href="#" class="icon fa-twitter"><span class="label">Twitter</span></a></li-->
<li><a href="#" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="mailto:[email protected]" class="icon fa-envelope-o"><span class="label">Email</span></a></li>
<li><a href="https://wa.me/+27872659467?text=Hello%20can%20I%20get%20more%20information%20about%20your%20services" class="icon fa-whatsapp"><span class="label">WhatsApp</span></a></li>
</ul>
</div>
<div class="copyright">
© Untitled. All rights reserved.
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.poptrox.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>