-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex_2012.html
More file actions
342 lines (300 loc) · 16.2 KB
/
index_2012.html
File metadata and controls
342 lines (300 loc) · 16.2 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="google-site-verification" content="unawIL1y5LuUsTZ1mQiUnNzCruL_L1mktNdyqCjBQIg" />
<meta http-equiv="pragma" content="no-cache" />
<meta name="keywords" content="Tutoring, LD tutoring, Learning Disability, Learning Disability SAT, LD SAT, SAT, SAT Prep, LD SAT Prep, LD Test Prep, LD SAT Tutoring" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Paul the Tutor's Education Center</title>
<link href="includes/css_files/styles_main.css" rel="stylesheet" type="text/css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
<script src="includes/js_files/slides.min.jquery.js"></script>
<script type="text/javascript" src="includes/js_files/ddaccordion.js">
/***********************************************
* Accordion Content script- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* Visit http://www.dynamicDrive.com for hundreds of DHTML scripts
* This notice must stay intact for legal use
***********************************************/
</script>
<script type="text/javascript">
//Initialize first demo:
ddaccordion.init({
headerclass: "accordion_header", //Shared CSS class name of headers group
contentclass: "accordion_section", //Shared CSS class name of contents group
revealtype: "mouseover", //Reveal content when user clicks or onmouseover the header? Valid value: "click", "clickgo", or "mouseover"
mouseoverdelay: 200, //if revealtype="mouseover", set delay in milliseconds before header expands onMouseover
collapseprev: true, //Collapse previous content (so only one open at any time)? true/false
defaultexpanded: [], //index of content(s) open by default [index1, index2, etc]. [] denotes no content.
onemustopen: false, //Specify whether at least one header should be open always (so never all headers closed)
animatedefault: false, //Should contents open by default be animated into view?
scrolltoheader: false, //scroll to header each time after it's been expanded by the user?
persiststate: false, //persist state of opened contents within browser session?
toggleclass: ["", "openpet"], //Two CSS classes to be applied to the header when it's collapsed and expanded, respectively ["class1", "class2"]
togglehtml: ["none", "", ""], //Additional HTML added to the header when it's collapsed and expanded, respectively ["position", "html1", "html2"] (see docs)
animatespeed: "fast", //speed of animation: integer in milliseconds (ie: 200), or keywords "fast", "normal", or "slow"
oninit:function(expandedindices){ //custom code to run when headers have initalized
//do nothing
},
onopenclose:function(header, index, state, isuseractivated){ //custom code to run whenever a header is opened or closed
//do nothing
}
})
</script>
<script>
$(function(){
$("#accordion").bind('mouseleave', function()
{
ddaccordion.collapseall("accordion_header");
});
$("#slides").slides({
preload: true,
slideSpeed: 0, //2000
preloadImage: 'includes/images/loading.gif',
play: 5000,
pause: 2000,
hoverPause: true,
animationStart: function(current){
if (window.console && console.log) {
// example return of current slide number
console.log('animationStart on slide: ', current);
};
},
animationComplete: function(current){
if (window.console && console.log) {
// example return of current slide number
console.log('animationComplete on slide: ', current);
};
},
slidesLoaded: function() {
}
});
});
</script>
<style type="text/css">
td img {display: block;}
td img {display: block;}
</style>
</head>
<body>
<div class="page_container">
<div class="login_info">
<ul>
<li id="register_link"><a href="parents/">Register</a></li>
<li id="login_link"><a href="login.php">Login</a></li>
<li id="pay_link"><a href="https://www.paulthetutors.com/ccpay/">Pay your bill</a></li>
<li id="start_link"><a href="start.php">Get Started</a></li>
</ul>
</div>
<div class="header">
<div class="logo_container">
<a href="http://www.paulthetutors.com"><img src="includes/images/logo.png" alt="Paul the Tutor's Education Center Logo" class="logo"></a>
<span class="quick_contact_info">
<p>(510) 730-0390</p>
<p>4235 Piedmont Ave.</p>
<p>Oakland, CA 9461</p>
</span>
</div>
</div>
<!--
NavBar Start
-->
<div class="main_menu">
<ul>
<li class="spacer"> </li>
<li><a href="#">HOME</a></li>
<li class="spacer"> </li>
<li><a href="tutoring.php">TUTORING</a>
<ul>
<li><a href="tutoring.php">Math and Science</a></li>
<li><a href="tutoring.php">English and History</a></li>
<li><a href="tutoring.php">Test Prep</a></li>
</ul>
</li>
<li class="spacer"> </li>
<li><a href="testprep.php">TEST PREP</a>
<ul>
<li><a href="satprep.php">SAT Prep</a></li>
<li><a href="actprep.php">ACT Prep</a></li>
<li><a href="hsex.php">SSAT/ISEE/HSPT</a></li>
</ul>
</li>
<li class="spacer"> </li>
<li><a href="ld.php">LOCATIONS</a>
<ul>
<li><a href="piedmont.php">Piedmont</a></li>
<li><a href="lafayette.php">Berkeley</a></li>
<li><a href="san_mateo.php">San Mateo</a></li>
<li><a href="berkeley.php">Lafayette</a></li>
<li><a href="davis.php">Davis</a></li>
</ul>
</li>
<li class="spacer"> </li>
<li><a href="ld.php">LEARNING DIFFERENCES</a></li>
<li class="spacer"> </li>
<li><a href="#">ABOUT US</a>
<ul>
<li><a href="paul.php">Paul the Tutor</a></li>
<li><a href="tutors.php">The Tutors</a></li>
<li><a href="whyus.php">Why Us?</a></li>
<li><a href="howitworks.php">How it Works</a></li>
<li><a href="locations.php">Locations</a></li>
<li><a href="rates.php">Rates</a></li>
<li><a href="hours.php">Hours</a></li>
</ul>
</li>
<li class="spacer"> </li>
<li><a href="contact.php">CONTACT US</a>
<ul>
<li><a href="initial_contact.php">Initial Contact</a></li>
<li><a href="contact.php">Contact Information</a></li>
</ul>
</li>
<li class="spacer"> </li>
<li><a href="get_started.php">GET STARTED</a></li>
<li class="spacer"> </li>
<li><a href="#">RATES</a></li>
<li class="spacer"> </li>
<li><a href="#">HOURS</a></li>
<li class="spacer"> </li>
</ul>
</div>
<div class="main_container">
<div class="nav_bar">
<p class="Head2_Green">Locations</p>
<div id="accordion">
<h3 class="accordion_header"><a href="piedmont.htm" class="nav_bar_ac_title">Piedmont - Main</a></h3>
<div class="accordion_section">
<ul>
<li>4235 Piedmont Ave.<br />
Oakland, CA 94611 (<a href="https://maps.google.com/maps?q=4235+piedmont+ave.+oakland+ca&ie=UTF-8&hq=&hnear=0x80857df6c5ebab8b:0xe0aa769b143fc95d,4235+Piedmont+Ave,+Oakland,+CA+94611&gl=us&ei=AqSJUNOuBpCUigLtrYDoCQ&ved=0CCAQ8gEwAA" target="_blank">map</a>)</li>
<li>
(510) 730-0390</li>
<LI><a href="logistics.php#piedmont">More Information</a></li>
</ul>
</div>
<h3 class="accordion_header"><a href="lafayette.php" class="nav_bar_ac_title">Lafayette</a></h3>
<div class="accordion_section">
<ul>
<li>91 Lafayette Circle</li>
<li>Lafayette, CA 94549 (<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" target="_blank">map</a>)</li>
<li>(510) 730-0390</li>
<li><a href="lafayette.php">More Informaiton</a></li>
<li></li>
</ul>
</div>
<h3 class="accordion_header"><a href="berkeley.htm" class="nav_bar_ac_title">Berkeley</a></h3>
<div class="accordion_section">
<ul>
<li>Discounted In-Home Tutoring</li>
<li>Starting at $65/hr (<a href="rates.php#berkeley">rates</a>) </li>
<li>(510) 730-0390</li>
<li><a href="berkeley.php">More Information</a></li>
</ul>
</div>
<h3 class="accordion_header"><a href="pen.htm" class="nav_bar_ac_title">San Mateo</a></h3>
<div class="accordion_section">
<ul>
<li>161 W. 25th Ave. #205</li>
<li> San Mateo, CA 94403 (<a href="http://maps.google.com/maps?q=161+W.+25th+St.+San+Mateo,+CA+94403&um=1&ie=UTF-8&sa=X&ei=xOUKUZmVDImJiwK6jIDYCg&ved=0CAsQ_AUoAA" target="_blank">map</a>)</li>
<li>650-918-0970 </li>
<li><a href="peninsula.php">More Information</a></li>
<li></li>
</ul>
</div>
<h3 class="accordion_header"><a href="davis.htm" class="nav_bar_ac_title">Davis</a></h3>
<div class="accordion_section">
<ul>
<li></li>
<li>Special Rate - $40/hr (<a href="logistics.php">rates</a>)</li>
<li><a href="davis.php">More Information</a></li>
</ul>
</div>
<h3 class="accordion_header"><a href="online.htm" class="nav_bar_ac_title">Online</a></h3>
<div class="accordion_section">
<ul>
<li><a href="distance.php">How it Works</a></li>
<li></li>
<li>Online Rates - $60/hr (<a href="logistics.php">rates</a>)</li>
</ul>
</div>
</div>
<p> </p>
<hr>
<p class="Head2_Green">Testimonials</p>
<span class="left_bar_test"> <div id="yelp"><a target="_blank" href=http://www.yelp.com/biz/paul-the-tutors-education-center-oakland><img src='/images/yelp-logo.jpg' /><img class='stars' src=http://s3-media1.ak.yelpcdn.com/assets/2/www/img/f1def11e4e79/ico/stars/v1/stars_5.png alt='Yelp 5 Stars' title='Read what people are saying about us on Yelp!' /></a>
</div>
<!--End Yelp Review -->
<br />
<p class="BPN"><a href="http://www.google.com/cse?cx=003626926757047839349:pskr98qzpuk&cof=FORID:0&q=%22paul+the+tutor%22&sa=Search+BPN#gsc.tab=0&gsc.q=%22paul%20the%20tutor%22&gsc.page=1" target="_blank">Berkeley Parents Network</a></p>
<p class="left_bar_test">Read the BPN Love (<a href="http://www.google.com/cse?cx=003626926757047839349:pskr98qzpuk&cof=FORID:0&q=%22paul+the+tutor%22&sa=Search+BPN#gsc.tab=0&gsc.q=%22paul%20the%20tutor%22&gsc.page=1" target="_blank">click here</a>)</p>
</span>
<hr>
<br /> <table width="199" border="0" cellpadding="0" cellspacing="0" class="get_started_left" style="display: inline-table;">
<!-- fwtable fwsrc="get_started.png" fwpage="Page 1" fwbase="get_started.gif" fwstyle="Dreamweaver" fwdocid = "1580965677" fwnested="0" -->
<tr>
<td><img src="images/spacer.gif" alt="" name="undefined_2" width="199" height="1" border="0" /></td>
<td><img src="images/spacer.gif" alt="" name="undefined_2" width="1" height="1" border="0" /></td>
</tr>
<tr>
<td><img name="get_started_r1_c1" src="images/get_started_r1_c1.gif" width="199" height="86" border="0" id="get_started_r1_c1" usemap="#m_get_started_r1_c1" alt="" /></td>
<td><img src="images/spacer.gif" alt="" name="undefined_2" width="1" height="86" border="0" /></td>
</tr>
<tr>
<td><img name="get_started_r2_c1" src="images/get_started_r2_c1.gif" width="199" height="10" border="0" id="get_started_r2_c1" alt="" /></td>
<td><img src="images/spacer.gif" alt="" name="undefined_2" width="1" height="10" border="0" /></td>
</tr>
</table>
<map name="m_get_started_r1_c1" id="m_get_started_r1_c1">
<area shape="poly" coords="1,0,0,57,117,59,141,86,164,83,163,58,199,56,198,2,198,2" href="get_started.php" alt="" />
</map>
<p> </p>
</div>
<div class="main_content">
<!-- STOP HEADER FUNCTION TEXT -->
<div id="slides">
<div class="slides_container">
<div class="slide">
<img src="includes/images/slides/image1.jpg" height="463" width="668">
</div>
<div class="slide">
<!--actual image size width=500, height=346-->
<img name="new_locations_slide" src="includes/images/slides/new_locations_slide.jpg"
width="668" height="371" border="0" id="new_locations_slide" usemap="#m_new_locations_slide" alt="" />
<!--label width:149, height: 36-->
<map name="m_new_locations_slide" id="m_new_locations_slide">
<area shape="rect" coords="516,4,665,40" href="davis.php" alt="" />
<area shape="rect" coords="190,127,339,164" href="berkeley.php" alt="" />
<area shape="rect" coords="38,287,187,323" href="peninsula.php" alt="" />
<area shape="rect" coords="410,145,559,181" href="lafayette.php" alt="" />
<area shape="rect" coords="273,200,423,236" href="piedmont.php" alt="" />
</map>
<div class="caption">
<h3>See Our New Locations!</h3>
<h4>We're still on <a href="piedmont.php">Piedmont Ave.</a> Too</h4>
</div>
</div>
<div class="slide">
<img src="includes/images/slides/image3.jpg">
<div class="caption">
<h3> "Paul the Tutor's is awesome" - Even Daniels</h3>
<h4><a href="testimonials.php" alt="More Testimonials">Review more testimonials</a></h4>
<h4><a href="bpnandyelp.php" alt="Yelp & BPN">They love us in Berkeley Parent Network and Yelp!</a></h4>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="motto_container">
<q id="tutoring">Since 1991</q><q>Not just better grades... better thinkers</q>
</div>
<div><a href="#">privacy policy</a> -
<a href="#">contact us</a> -
<a href="#">cancelation/return policy</a>
</div>
</div>
</div>
</body>
</html>