-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex_old.php
More file actions
75 lines (54 loc) · 2.39 KB
/
index_old.php
File metadata and controls
75 lines (54 loc) · 2.39 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
70
71
72
73
74
75
<?
$strAbsPath = "/home/paulthetutor/paulthetutors.com";
include($strAbsPath . "/includes/pttec_includes.phtml");
MySQL_PaulTheTutor_Connect();
put_ptts_header("Paul the Tutor's Education Center", $strAbsPath, "", "");
?>
<div class="content_box" id="home-page">
<!--Begin Left Column -->
<div class="twocol-left">
<a href="parents/fam_register.php" class="left_nav" id="register-button">Register</a>
<a href="ccpay/" class="left_nav" id="pay-button">Pay Your Bill</a>
<h3 class="nav-title">Services</h3>
<ul class="left_nav" id="services">
<li><a href="tutoring.php">Tutoring</a></li>
<li><a href="testprep.php">Test Prep</a></li>
<li><a href="distance.php">Distance Learning</a></li>
<li><a href="orgcoaching.php">Study Skills</a></li>
</ul>
<h3 class="nav-title">About Us</h3>
<ul class="left_nav" id="about">
<li><a href="aboutus.php">Who we are</a></li>
<li><a href="whyus.php">Why Us</a></li>
<li><a href="logistics.php">Rates, Hours, Location</a></li>
<li><a href="speaking.php">Hear Paul Speak</a></li>
</ul>
<a id="bpn-rec" href="http://bit.ly/nZzyZB" title="See what they have to say about us!">The Berkeley Parents Network Recommends Us</a>
<div id="testimonial">
<p class="align-center"><a class="testimonial" href="/testimonials.php">
<?php random_testimonial();?>
</a>
</div><!-- End Testimonial-->
<div id="read_testimonials"><a href="/testimonials.php">Read all Testimonials</a></div>
<div id="yelp">
<?php require_once('yelp.php'); ?>
</div> <!--End Yelp Review -->
<div id="book">
<p class="center-text">
<a href="http://www.amazon.com/Study-Guide-Ed-M-Paul-Osborne/dp/159257887X/ref=tag_stp_st_edpp_url" target="_book">
<img class="align-center" src="images/book.png" alt="LD SAT Study Guide: Test Prep and Strategies for Students with Learning Disabilities" title="Buy on Amazon" />
</a>
The only <strong>SAT prep</strong> manual<br />for student with<br /><strong>learning disabilities</strong></p>
</div><!--End Book -->
</div><!--End Left Column -->
<div class="twocol-main">
<h1 class="center-text">
<img style="margin-bottom:10px;" src="/images/main-page-header.png" alt="Tutoring and test preparation services for students with learning disabilities and non-traditional students" />
<img src="/images/students-studying.jpg" alt="Students at Paul the Tutor's Education Center" />
</h1>
</div>
<br class="clear" />
</div><!-- End Content-box -->
<?
put_ptts_footer("");
?>