This repository has been archived by the owner on May 5, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.php
72 lines (63 loc) · 1.94 KB
/
home.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
<?php get_header(); ?>
<?php genesis_before_content_sidebar_wrap(); ?>
<div id="content-sidebar-wrap">
<?php genesis_before_content(); ?>
<div id="content" class="hfeed">
<div id="home-left">
<div class="featured one">
<div class="inner">
<h2>WordPress Support</h2>
<ul><li>New installations</li>
<li>Training</li>
<li>Trouble-shooting</li>
<li><a href="/contact">What can we help you with?</a></li>
</ul>
</div>
</div><!-- end .featured-1 -->
<div class="featured two">
<div class="inner">
<h2>WordPress Hosting</h2>
<ul><li>WP Basic</li>
<li>WP Plus</li>
<li>WP for the Entrepreneur</li>
<li><a href="/web-hosting">Compare packages »</a></li>
<li><a href="http://desperatelyseekingwp.com/test2/support-center/started-web-hosting/">Getting started »</a></li>
</ul>
</div>
</div><!-- end .featured-2 -->
<div class="featured three">
<div class="inner">
<h2>Customize</h2>
<ul>
<li>Photoshop to WordPress</li>
<li>Integrate Plugins</li>
<li><a href="#">Request a quote »</a></li>
<li><a href="#">Find a designer »</a></li>
</ul>
</div>
</div><!-- end .featured-3 -->
<div class="featured four">
<div class="inner">
<h2>Maintenance</h2>
<ul>
<li>One time pkg</li>
<li>Monthly Plans</li>
<li><a href="#">Learn more »</a></li>
<li><a href="#">DIY tips »</a></li>
</ul>
</div>
</div><!-- end .featured-4 -->
</div><!-- end #home-left -->
<div id="home-right">
<?php
echo do_shortcode('[wpcodaslider id=home-slider cat=539 show=3 args= autoSlide:true]
'); ?>
</div>
<div id="tagline">
<p>"When it comes to WordPress, we're that geeky friend you wish you had."</p>
</div>
</div><!-- end #content -->
<?php genesis_after_content(); ?>
</div><!-- end #content-sidebar-wrap -->
<?php genesis_after_content_sidebar_wrap(); ?>
<?php get_footer(); ?>