-
Notifications
You must be signed in to change notification settings - Fork 0
/
page-services.php
74 lines (61 loc) · 2.16 KB
/
page-services.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
<?php
/**
*
*Template Name: Services
*
*
* The template for displaying Services page
*
* This is the template that displays all pages by default.
* Please note that this is the WordPress construct of pages and that other
* 'pages' on your WordPress site will use a different template.
*
* @package WordPress
* @subpackage WpStrap
* @since wpstrap 1.0
*/
get_header(); ?>
<header class="well">
<div class="container">
<?php olaw2jr_breadcrumbs(); ?>
</div>
</header>
<div class="business-header">
<div class="container">
<div class="row">
<div class="col-lg-12">
<!-- The background image is set in the custom CSS -->
<h2 class="tagline">We love helping people. And we take pride in giving our clients an effective, high-quality product.</h2>
</div>
</div>
</div>
</div>
<div class="container">
<hr>
<div class="row">
<div class="col-lg-8 col-sm-8">
<h2>Who we are</h2>
<p>We are an affordable web design company that offers your business internet presence like no other. We will not only register a domain name for your company, but will set up web hosting and our web designers will develop a website that will attract new clients and be virtually visible.</p>
<p> Our highly skilled team of website designers have experience in commercial and graphic advertising and web marketing, creating websites, corporate images and printed promotional material that gets recognition. We can also set up a marketing campaign to help you grow your business!</p>
<p><a class="btn btn-primary btn-large" href="#">See Our Work</a></p>
</div>
<div class="col-lg-4 col-sm-4">
<h2>Contact Us</h2>
<address>
<strong>WeDesign, Inc.</strong><br>
P.O Box 78;<br>
USA-River, Arusha<br>
</address>
<address>
<abbr title="Phone">P:</abbr> (+255) 714-667-787<br>
<abbr title="Email">E:</abbr> <a href="mailto:#">[email protected]</a>
</address>
</div>
</div>
<hr>
</div>
<?php get_sidebar('home'); ?>
<?php
// Gets footer.php
get_footer();
?>