-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
31 lines (28 loc) · 1.71 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
<?php
$pageTitle = 'The Grill by HW Web Design';
$includePath = $_SERVER['DOCUMENT_ROOT'];
$includePath .= "/elevate/includes/";
include $includePath . 'header.php';
?>
<!-- Head section -->
<div class="head headDarken headNotHome col-sm-12" style='background:url(<?php echo $rootPath; ?>images/latest.png); background-size:100%; background-position:center'>
<div class='headSub col-sm-12 text-center'> <a href='<?php echo $rootPath; ?>' title='Home Page'><img src='<?php echo $rootPath; ?>images/elevate.png' alt='Elevate Design' /></a>
<h2 class='text-center'>The Grill by HW</h2>
<p class='text-center'>Wagyu Grill, Bridge of Allan</p>
</div>
</div>
<!-- /.Head -->
<div class="ourWork workSingle col-sm-12">
<div class='workText col-sm-7'>
<h3>The Grill by HW</h3>
<p>Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Sed porttitor lectus nibh. Donec sollicitudin molestie malesuada. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Curabitur aliquet quam id dui posuere blandit. Proin eget tortor risus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Curabitur aliquet quam id dui posuere blandit.</p>
</div>
<div class='workImg col-sm-5'>
<img src='/elevate/images/mock-up2.png' alt='The Grill by HW Responsive Web Design' />
</div>
</div>
<?php
$theWork = 'wagyu';
include $includePath . 'smallWork.php';
include $includePath . 'footer.php';
?>