-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlocations.php
More file actions
60 lines (43 loc) · 1.82 KB
/
locations.php
File metadata and controls
60 lines (43 loc) · 1.82 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
<?
$strAbsPath = "/home/paulthetutor/paulthetutors.com";
include($strAbsPath . "/includes/pttec_includes.phtml");
MySQL_PaulTheTutor_Connect();
put_ptts_header("", $strAbsPath, "", "");
?>
<link href="includes/paulthetutors.css" rel="stylesheet" type="text/css">
<style type="text/css">
#discount12hrs {
}
#discount24hrs {
}
</style>
<div align="center">
<table width="800" border="0">
<tr height="20"><td> </td></tr>
<tr>
<td>
<hr size="2" color="black">
<div align="center" class="Head1">Locations</div>
<span class="Head2_Green">Piedmont</span><BR />
<span >4235 Piedmont Avenue, Oakland, CA 94611
[<a href="http://maps.google.com/maps?oi=map&q=4235+Piedmont+Ave,+Oakland,+CA" target="_blank">Map</a>]<BR />
</span><br />
<span class="Head2_Green">Lafayette</span><BR />
<span >91 Lafayette Cr. Lafayette, CA [<a href="http://maps.google.com/maps?q=91+lafayette+cir.+lafayette+ca&um=1&ie=UTF-8&hq=&hnear=0x8085625affc008b9:0xf56d238c15bdec5e,91+Lafayette+Cir,+Lafayette,+CA+94549&gl=us&sa=X&ei=coxPUZLvC4iVjAKT8IDwBA&ved=0CDQQ8gEwAA" target="_blank">Map</a>]<BR />
</span><br />
<span class="Head2_Green">Berkeley</span><BR />
<span >In-Home Tutor at in Office Rates. Starting at $75/hr.<BR />
</span><br />
<span class="Head2_Green">San Mateo</span><BR />
<span > 161 W. 25th Ave. #205 San Mateo, CA 94403 [<a href="sanmat.php">More Info</a>] [<a href="https://maps.google.com/maps?q=161+W+25th+Ave,+San+Mateo,+CA&hl=en&ll=37.543318,-122.307336&spn=0.010208,0.011845&safe=off&hnear=161+W+25th+Ave,+San+Mateo,+California+94403&gl=us&t=m&z=16" target="_blank">Map</a>]<BR />
</span><br />
<span class="Head2_Green">Davis</span><BR />
<span >In-Home Tutoring with Paul the Tutor ($100/hr)
<BR />
</span><br /><br />
<hr></td>
</tr>
</table>
<?
put_ptts_footer("");
?>