-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
171 lines (169 loc) · 6.98 KB
/
index.php
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
<?php
include($_SERVER['DOCUMENT_ROOT'].'/cms/runtime.php');
include('inc/contact-app/headers.php');
?>
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<title><?php perch_content('Business name'); ?> <?php perch_content('Town'); ?></title>
<?php perch_content('Site Description'); ?>
<?php include($_SERVER['DOCUMENT_ROOT'].'/inc/head.php') ?>
</head>
<body>
<header>
<div class="container">
<h1 class="visuallyhidden"><?php perch_content('Business name'); ?> <?php perch_content('Town'); ?></h1>
<a href="#top" class="logo" title="Beauty Box Knebworth home page"></a>
<span>
<h5>For appointments call</h5>
<a href="tel:+<?php perch_content('Phone number international'); ?>" class="tel"><?php perch_content('Phone number'); ?></a>
</span>
<nav class="mobileHide">
<ul>
<li><a href="#treatments">Treatments</a><i></i></li>
<li><a href="#about">About us</a><i></i></li>
<li style="display: none;"><a href="/blog" class="external">The blog</a><i></i></li>
<li><a href="#contact">Contact us</a></li>
<!-- <li><a href="http://www.lovebeautybox.co.uk/" class="external">Shop online</a></li> -->
</ul>
</nav>
</div>
</header>
<section id="top" class="mobileHide">
<div class="container">
<?php perch_content('Carousel content'); ?>
</div>
</section>
<section id="treatments">
<div class="container">
<div class="treatments">
<i></i>
<h3><?php perch_content('Treatments heading'); ?></h3>
<div class="treatmentIntroWrapper">
<?php perch_content('Treatment intros'); ?>
</div>
<div class="treatmentDisplay"></div>
</div>
</div>
</section>
<section id="about">
<div class="container">
<div class="about">
<i></i>
<h3><?php perch_content('About us heading'); ?></h3>
<div class="row">
<div class="colThird">
<h4><?php perch_content('Address heading'); ?></h4>
<p><?php perch_content('Business name'); ?><br/>
<?php perch_content('Address line 1'); ?><br/>
<?php perch_content('Town'); ?><br/>
<?php perch_content('County'); ?><br/>
<?php perch_content('Post code'); ?><br/>
<a href="tel:+<?php perch_content('Phone number international'); ?>" class="tel"><?php perch_content('Phone number'); ?></a>
</p>
</div>
<div class="colThird double">
<?php perch_content('Reservations section'); ?>
<?php perch_content('Cancellation policy section'); ?>
</div>
</div>
<div class="colThird">
<?php perch_content('Opening hours'); ?>
</div>
</div>
<i class="small"></i>
<div class="row">
<div class="colThird">
<?php perch_content('Gift voucher section'); ?>
</div>
<div class="colThird">
<?php perch_content('Childrens section'); ?>
</div>
<div class="colThird">
<?php perch_content('Mens section'); ?>
</div>
</div>
</div>
</div>
</section>
<section id="contact">
<div class="container">
<div class="contact">
<i></i>
<h3><?php perch_content('Contact heading'); ?></h3>
<div class="tabs">
<ul class="floatyLinks cf">
<li class="icon-call"><a href="#call">Call us</a></li>
<li class="icon-email"><a href="#email">Email us</a></li>
<li class="icon-find"><a href="#find">Find us</a></li>
<li class="icon-follow mobileHide"><a href="#follow">Twitter</a></li>
<li class="icon-like mobileHide"><a href="#like">Facebook</a></li>
</ul>
<!-- <ul class="floatyLinks cf mobileHide">
<li class="icon-newsletter"><a href="#newsletter">Newsletter</a></li>
<li class="icon-instagram"><a href="#instagram">Instagram</a></li>
<li class="icon-plus"><a href="#google">Google Plus</a></li>
</ul> -->
</div>
</div>
<div id="call" class="tab-content"><h3><a href="tel:+<?php perch_content('Phone number international'); ?>" class="tel"><?php perch_content('Phone number'); ?></a></h3></div>
<div id="email" class="tab-content">
<?php include('inc/contact-form.php'); ?>
</div>
<div id="find"></div>
<div id="follow" class="tab-content">
<div class="feed feed-twitter"></div>
</div>
<div id="like" class="tab-content">
<div class="feed feed-facebook">
<h1><a href="https://www.facebook.com/thebeautyboxknebworth">/TheBeautyBoxKnebworth</a></h1>
<?php include('inc/fb-feed.php'); ?>
<?php //include($_SERVER['DOCUMENT_ROOT'].'/inc/fb-feed.php') ?>
</div>
</div>
<!-- <div id="newsletter" class="tab-content">
<div class="feed feed-twitter"></div>
</div>
<div id="instagram" class="tab-content">
<div class="feed feed-twitter"></div>
</div>
<div id="google" class="tab-content">
<div class="feed feed-twitter"></div>
</div> -->
</div>
</section>
<section>
<div class="container">
<div class="footer-top mobileHide">
<i class="small"></i>
<h5>Available brands</h5>
<ul class="brand-links">
<li><a href="http://gelish.com/"><img src="img/logo-gelish.png" alt="Gelish Nails"></a></li>
<li><a href="http://hdbrows.com/"><img src="img/logo-hd-brows.png" alt="HD Brows"></a></li>
<li><a href="http://www.nouveaubeautygroup.com/permanent-cosmetics/nouveau-contour/"><img src="img/logo-contour.png" alt="Nouveau Contour Permanent Makeup"></a></li>
<li><a href="http://www.crazy-angel.co.uk/"><img src="img/logo-crazy-angel.png" alt="Crazy Angel Fauxy Tan"></a></li>
<li><a href="http://www.cnd.com/"><img src="img/logo-shellac.png" alt="CND Shellac Nails"></a></li>
</ul>
</div>
<div class="footer-bottom">
<h5><?php perch_content('Business name'); ?>, <?php perch_content('Address line 1'); ?>, <?php perch_content('Town'); ?>, <?php perch_content('County'); ?>, <?php perch_content('Post code'); ?></h5>
</div>
</div>
</section>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDxCUv6c3GVhjrwHgqzAzJ7sBO7gIr0ltw&sensor=true"></script>
<script>
window.jQuery || document.write('<script src="/js/jquery-1.9.1.min.js"><\/script>');
</script>
<script src="/js/plugins.min.js"></script>
<script src="/js/main.min.js"></script>
<script src="/js/json.js"></script>
<script src='inc/contact-app/js/init.php'></script>
<script>
google.maps.event.addDomListener(window, 'load', initialize("<?php perch_content('Business name'); ?>", "<?php perch_content('Address line 1'); ?>", "<?php perch_content('Town'); ?>", "<?php perch_content('County'); ?>", "<?php perch_content('Post code'); ?>", "<?php perch_content('Phone number international'); ?>", "<?php perch_content('Phone number'); ?>"));
</script>
</body>
</html>