-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
90 lines (80 loc) · 3.82 KB
/
index.html
File metadata and controls
90 lines (80 loc) · 3.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
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
<!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" />
<title>Puddle Jumpers Workshop</title>
<meta name="description" content="Puddle Jumpers Workshop is one of San Francisco's oldest parent-run daycare cooperative for children ages 18 months to 3 years. It is located in the heart of the Mission District." />
<meta name="keywords" content="puddle, jumpers, workshop, daycare, co-op, cooperative, coop, san francisco, sf, mission, district, pre pre-school, preschool, bernal, heights, noe, valley, potrero, hill, excelsior" />
<link href="common/style.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-19660886-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<link href="https://plus.google.com/102761940966711584650" rel="publisher" />
</head>
<body>
<div id="container">
<img src="img/rounded-top.gif" width="960" height="28" border="0" />
<div id="header">
<ul class="hnav">
<li class="hnav-first"><a href="/">Home</a></li>
<li class="hnav"><a href="about.html">About</a></li>
<li class="hnav"><a href="admissions.html">Admissions</a></li>
<li class="hnav"><a href="teachers.html">Our Teachers</a></li>
<li class="hnav"><a href="faq.html">FAQs</a></li>
<li class="hnav"><a href="contact.html">Contact Us</a></li>
</ul>
<img src="img/banner-pjw.gif" alt="PJW banner" width="960" height="198" border="0" />
</div>
<div id="content" align="center">
<p style="font-size: large; font-weight: bold">
Puddle Jumpers Workshop is one of San Francisco's oldest parent-run daycare
cooperatives. Catering to children ages 18 months to 3 years, it is
located in the heart of the Mission District.
</p>
</div>
<div id="slide_canvas" style="width: 960px; height: 160px; padding-left: 1px; background-color:#bdde85;"></div>
<!-- <img src="img/banner.jpg" alt="PJW banner" width="960" height="153" border="0" /><br /> -->
<img src="img/tule.gif" width="960" height="155" border="0" />
<div id="footer">
© 2010 Puddle Jumpers Workshop.
<div style="float: right; width: 50px">
<a href="https://plus.google.com/102761940966711584650?prsrc=3" style="text-decoration:none;"><img src="https://ssl.gstatic.com/images/icons/gplus-16.png" alt="" style="border:0;width:16px;height:16px;"/></a>
<div class="g-plusone" data-size="small" data-annotation="none"></div>
</div>
</div>
</div>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
<script language="javascript" type="text/javascript" src="common/imagecanvas.js">
</script>
<script type="text/javascript">
var imgcanvas = new ImageCanvas(
document.getElementById('slide_canvas'), null, 238, 160);
imgcanvas.
setRows(1).setColumns(4).setSpacing(2).
setCaptionColor('#d0d0d0').
setFadeSteps(20).setFadeStepTime(40).
setRandomSwitching(true).setRandomImageOrder(true).
setInterval(8000).setEnableCaptions(true).setOwnerNameInCaptions(false);
var imglist1 = new ImageList();
//imglist1.getFromFlickrSearch({user_id: 'puddlejumpersworkshop'},
imglist1.getFromFlickrPhotoset('72157629051437321',
function(l) {
imgcanvas.setImages(l);
imgcanvas.init();
});
</script>
</body>
</html>