-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout-us.php
More file actions
69 lines (58 loc) · 2.95 KB
/
about-us.php
File metadata and controls
69 lines (58 loc) · 2.95 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
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
<?php
/*
Template Name: About Us
*/
get_header(); ?>
<!-- Include awesome icons toolkit -->
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<div id="main-image" class="row-fluid">
<img src="http://parentory.ca/deploy/wp-content/uploads/2014/07/about-us-splash.jpg">
</div>
<div class="container-fluid about-us-body">
<div class="row-fluid">
<div class="span12">
<h2 class="about-us-title">
THE SITE
</h2>
</div>
</div>
<div class="row-fluid">
<div class="span9">
<div class="float-img-contact">
<img src="http://parentory.ca/deploy/wp-content/uploads/2014/07/about-us-books.jpg">
</div>
<p style="line-height: 30px;">
Parentory was made with only one goal in mind – to find you the right school – quickly and efficiently. Finding a private or Montessori school isn’t easy – the information is sprawled all over the internet and comes in all shapes and sizes. Parentory is changing that to make the significant and life altering task of finding the right education for your child a quick, easy, and efficient process. We pride ourselves on providing accurate and up-to-date information on the private school industry for parents so that you can make an informed and well thought out decision on where to send your children. The right school makes the world a difference, and we hope to make this process easy and simple for you.
<br /><br />
</p>
<h2 class="about-us-title">THE MISSION</h2>
<ul class="fa-ul" style="line-height: 1em;">
<li><i class="fa-li fa fa fa-arrow-circle-right"></i>be the comprehensive resource for parents across North America</li>
<li><i class="fa-li fa fa fa-arrow-circle-right"></i>provide transparent, accurate and detailed information that parents need to make education choices</li>
<li><i class="fa-li fa fa fa-arrow-circle-right"></i>consistently grow and expand our listing</li>
<li><i class="fa-li fa fa fa-arrow-circle-right"></i>to help you in making sure your children achieve their full potential</li>
<li><i class="fa-li fa fa fa-arrow-circle-right"></i>to provide a quality service to schools, free of any fees</li>
</ul>
</div>
<div class="span3">
<div class="contact-info">
<h4>
Contact Info
</h4>
<br />
<i class="icon-map-marker"></i> Address:<br /><a href="http://maps.google.com/?q=100 City Centre Drive Mississauga, ON L5B 2C9" target="_blank">100 City Centre Dr. Mississauga, ON L5B 2C9</a>
<br /><br />
<i class="fa fa-envelope-o"></i> Email:<br /><a href="mailto:info@parentory.ca">info@parentory.com</a>
<br /><br />
<i class="icon-globe"></i> Facebook:<br /><a href="http://facebook.com/parentory" target="_blank">facebook.com/parentory</a>
<br /><br />
<i class="fa fa-phone"></i> Phone:<br />(123) 456-7890
</div>
</div>
</div>
</div>
<?php
get_footer();
/* End of file about-us.php */
/* Location: ./wp-content/themes/the-bootstrap-child/about-us.php */
?>