32 lines
663 B
HTML
32 lines
663 B
HTML
|
<section id="body">
|
||
|
<div style="width: 100%; margin-bottom: 4px; height: 1px;"> </div>
|
||
|
|
||
|
<section id="leftColumn">
|
||
|
<h1>Latest Updates</h1>
|
||
|
|
||
|
<div>
|
||
|
<?php
|
||
|
$display->frontPageArticles();
|
||
|
?>
|
||
|
</div>
|
||
|
|
||
|
<a class="more" href="blog/blog.php" style="margin: 8px 0px 0px 8px;">Read more news »</a>
|
||
|
</section>
|
||
|
|
||
|
<section id="rightColumn">
|
||
|
|
||
|
<h1>Latest socials</h1>
|
||
|
<div id="tweets">
|
||
|
<a class="Twitter" style="background-color: #666; margin-right: 4px; float: left;"> </a>
|
||
|
|
||
|
<div id="tweet" style="float: right;">
|
||
|
|
||
|
</div>
|
||
|
|
||
|
<div class="clear"> </div>
|
||
|
</div>
|
||
|
|
||
|
</section>
|
||
|
|
||
|
<div class="clear"> </div>
|
||
|
</section>
|