-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
executable file
·51 lines (48 loc) · 1.64 KB
/
index.php
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
<?php
include_once("utilities.php");
start(
"<script type=\"text/javascript\" src=\"http://www.google.com/jsapi\"></script>
<script type=\"text/javascript\" src=\"js/google_calendar.js\"></script>
<script type=\"text/javascript\" src=\"js/slideshow.js\"></script>"
);
?>
<div id="main" class="shadow ">
<ul class='slideshow'>
<li><a href="http://citychurch-encounter.eventbrite.com/"><img src="/images/encounterWEBslide.jpg"></img></a></li>
<li><img src="/images/banner_sex.jpg"></img></a></li>
<li><img src="/images/goats.jpg"></img></a></li>
<li><img src="/images/afterthis.jpg"></img></a></li>
<li><a href="/when_and_where/community.php"><img src="/images/banner_community.png"></img></a></li>
</ul>
</div>
</div>
<div class="clear" style="height: 25px;"></div>
<div class="grid_16" id="info">
<div class="box shadow">
<div class="feed">
<h4 class="yellow">justin's blog</h4>
<ul id="blogs">
</ul>
</div>
</div>
<div style="width:50px; float: left;"> </div>
<div class="box shadow">
<div class="feed">
<h4 class="yellow"><a href="http://www.twitter.com/our_citychurch">twitter</a></h4>
<ul id="tweets">
</ul>
</div>
</div>
<div style="width:50px; float: left;"> </div>
<div class="box shadow">
<div class="feed">
<h4 class="yellow">calendar</h4>
<div id="events"></div>
</div>
</div>
</div>
<div class="clear" style="height: 5px;"></div>
<?php include("layouts/footer.php") ?>
<div class="clear" style="height: 15px;"></div>
</div> <!-- closing "container_16" -->
</body>