-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlafayette.php
More file actions
53 lines (45 loc) · 2.6 KB
/
lafayette.php
File metadata and controls
53 lines (45 loc) · 2.6 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
<?
$strAbsPath = "/home/paulthetutor/paulthetutors.com";
include($strAbsPath . "/includes/pttec_includes.phtml");
put_ptts_header("Lafayette - Paul the Tutor's", $strAbsPath);
$oname = "Paul the Tutor's - Lafayette";
$oloc = "Lafayette";
$oabr = "laf";
?>
<link href="includes/css_files/locations.css" rel="stylesheet" type="text/css">
<p><span class="loc_image_address"><img src="images/<?=$oabr;?>.jpg" class="loc_image" />
<br />
<br />
<span class="loc_address">91 Lafayette Circle<br />
Lafayette, CA 94549<br>
(Lafayette Cr. at Hough Ave.)
<br />
<a href="https://maps.google.com/maps?oe=&q=91+Lafayette+cir+lafayette+ca&ie=UTF-8&hq=&hnear=0x8085625affc008b9:0xf56d238c15bdec5e,91+Lafayette+Cir,+Lafayette,+CA+94549&gl=us&ei=l6CJUJDLNIK3iwL8xYEY&ved=0CCQQ8gEwAA">Map and Directions</a><br />
(510) 730-0390</span> </span> <span class="Head1_Green">Paul the Tutor's - Lafayette</span><br />
<p>
In the heart of Downtown Lafayette, Paul the Tutor's - Lafayette is perfectly situated for easy commute from Danville, Walnut Creek, Lafayette, Orinda, Moraga and of course, Lafayette. </p>
<p> </p>
<p class="Head2_Green" >Specializing in Non-Traditional Students</p>
<p>Just like at our original Piedmont Office, we specialize in working with non-traditional learners </p>
<ul>
<li>Students with<strong> Learning Disabilities</strong></li>
<li><strong>Advanced Placement</strong> and <strong>Accelerated</strong> Students</li>
<li><strong>Any</strong> Student in <strong>Any</strong> Situation</li>
</ul>
<p> </p>
<p></p>
<p> </p>
<p class="Head3">Rates starting at $67.50/hr (<a href="rates.php" target="_blank">rate information</a>)</p>
<p class="Head3">Find out More about the (<a href="tutoring.php">tutoring information</a>)</p>
<p class="Head3">Ready to Get Started? (<a href="get_started.php">click here</a>)</p>
<p class="Head3">Contact Us (<a href="contact.php">click here</a>)</p>
<p> </p>
<p><a href="https://maps.google.com/maps?oe=&q=91+Lafayette+cir+lafayette+ca&ie=UTF-8&hq=&hnear=0x8085625affc008b9:0xf56d238c15bdec5e,91+Lafayette+Cir,+Lafayette,+CA+94549&gl=us&ei=l6CJUJDLNIK3iwL8xYEY&ved=0CCQQ8gEwAA" ><img src="images/<?=$oabr;?>_map.jpg" class="loc_map" /></a>
</p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<?
put_ptts_footer("");
?>