Fixed no-sidebar pages to use full page width
This commit is contained in:
parent
a358064c85
commit
c1de56f908
@ -3,10 +3,8 @@
|
|||||||
<?php include("../header_bottom.php"); ?>
|
<?php include("../header_bottom.php"); ?>
|
||||||
|
|
||||||
<div id="content">
|
<div id="content">
|
||||||
<div id="main">
|
|
||||||
<h2>Aaron's Calendar</h2>
|
<h2>Aaron's Calendar</h2>
|
||||||
<iframe src="http://www.google.com/calendar/b/0/embed?title=Aaron's%20Calendar&showTitle=0&showPrint=0&showCalendars=0&mode=WEEK&height=600&wkst=1&hl=en&bgcolor=%23eee&src=aclindsa%40gmail.com&color=%232952A3&src=1ogmja9g7rlpa1ftedsc648dmc%40group.calendar.google.com&color=%23A32929&src=4md2hv2oii62t7rs7eksnohptc%40group.calendar.google.com&color=%23B1440E&src=omt0tq084mmeoa7v0st7ebmsqg%40group.calendar.google.com&color=%23AB8B00&src=2gco5ql21vvh2g36p80vbdch00%40group.calendar.google.com&color=%235229A3&src=6eaag5ba9fdmdba01cdtai452c%40group.calendar.google.com&color=%230D7813&src=en.usa%23holiday%40group.v.calendar.google.com&color=%238D6F47&ctz=America%2FNew_York" width="800" height="600" frameborder="0" scrolling="no"></iframe>
|
<iframe src="http://www.google.com/calendar/b/0/embed?title=Aaron's%20Calendar&showTitle=0&showPrint=0&showCalendars=0&mode=WEEK&height=600&wkst=1&hl=en&bgcolor=%23eee&src=aclindsa%40gmail.com&color=%232952A3&src=1ogmja9g7rlpa1ftedsc648dmc%40group.calendar.google.com&color=%23A32929&src=4md2hv2oii62t7rs7eksnohptc%40group.calendar.google.com&color=%23B1440E&src=omt0tq084mmeoa7v0st7ebmsqg%40group.calendar.google.com&color=%23AB8B00&src=2gco5ql21vvh2g36p80vbdch00%40group.calendar.google.com&color=%235229A3&src=6eaag5ba9fdmdba01cdtai452c%40group.calendar.google.com&color=%230D7813&src=en.usa%23holiday%40group.v.calendar.google.com&color=%238D6F47&ctz=America%2FNew_York" width="800" height="600" frameborder="0" scrolling="no"></iframe>
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<?php include("../footer.php"); ?>
|
<?php include("../footer.php"); ?>
|
||||||
|
@ -9,7 +9,6 @@ document.getElementById('emailend').innerHTML="edu";
|
|||||||
<?php include("../header_bottom.php"); ?>
|
<?php include("../header_bottom.php"); ?>
|
||||||
|
|
||||||
<div id="content">
|
<div id="content">
|
||||||
<div id="main">
|
|
||||||
<h2>Contact Me</h2>
|
<h2>Contact Me</h2>
|
||||||
|
|
||||||
<!-- Email Obfuscation -->
|
<!-- Email Obfuscation -->
|
||||||
@ -18,11 +17,6 @@ document.getElementById('emailend').innerHTML="edu";
|
|||||||
<p>voice:
|
<p>voice:
|
||||||
<object type="application/x-shockwave-flash" data="https://clients4.google.com/voice/embed/webCallButton" width="230" height="85"><param name="movie" value="https://clients4.google.com/voice/embed/webCallButton" /><param name="wmode" value="transparent" /><param name="FlashVars" value="id=9892b7fc9d9bab1f95d03625ba9119129d65f9da&style=0" /></object>
|
<object type="application/x-shockwave-flash" data="https://clients4.google.com/voice/embed/webCallButton" width="230" height="85"><param name="movie" value="https://clients4.google.com/voice/embed/webCallButton" /><param name="wmode" value="transparent" /><param name="FlashVars" value="id=9892b7fc9d9bab1f95d03625ba9119129d65f9da&style=0" /></object>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
|
||||||
<!-- <div id="sidebar">
|
|
||||||
<span>
|
|
||||||
</span>
|
|
||||||
</div> -->
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<?php include("../footer.php"); ?>
|
<?php include("../footer.php"); ?>
|
||||||
|
Loading…
Reference in New Issue
Block a user