-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
34 lines (22 loc) · 1.3 KB
/
index.php
File metadata and controls
34 lines (22 loc) · 1.3 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
<?php get_header(); ?>
<div id="content" class="wrap">
<div id="inner-content" class="inner-page cf">
<div id="main" class="m-all t-all d-all cf" role="main">
<article class="cf" role="article">
<div id="heroContent_desktop" class="slider cf">
<?php echo get_new_royalslider(1); ?>
</div>
<div id="heroContent_mobile" class="slider cf">
<?php echo get_new_royalslider(6); ?>
</div>
<div class="mobile-only cf">
<p>Over the past three decades we’ve been privileged to be involved at the cutting-edge of Offshore <a href="http://www.nigelirens.com/yacht-categories/racing-boats">Racing Multihull</a> development.</p>
<p>Just as exciting to us, though, is applying some of the slippery technology to all kinds of other vessels – both <a href="http://www.nigelirens.com/yacht-categories/sail-boats">sail</a> and <a href="http://www.nigelirens.com/yacht-categories/power-boats">power.</a></p>
<p>If you would like to know more about who we are and what we do, please <a href="contact">contact us</a>.</p>
</div>
</article> <?php // end article ?>
</div> <?php // end #main ?>
<?php //get_sidebar(); ?>
</div> <?php // end #inner-content ?>
<?php get_footer(); ?>
</div> <?php // end #content ?>