Skip to content

Commit 688fc07

Browse files
committed
Adding the new teaser home page.
1 parent fbea4ca commit 688fc07

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

resources/home.html

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<?php
2+
$title = "Returning March 2013 - ";
3+
ob_start();
4+
?>
5+
<div id="container" class="home">
6+
<div class="header">
7+
<div id="social">
8+
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.phpcon.org%2F&amp;layout=button_count&amp;show_faces=false&amp;width=80&amp;action=like&amp;colorscheme=light&amp;height=21" style="border:none; overflow:hidden; width:80px; height:21px;" id="fbLike"></iframe>
9+
<p class="twitter">Follow Us: <a href="http://twitter.com/phpcomcon">PHPCOMCON</a></p>
10+
</div>
11+
<h1>PHP Community
12+
<span>Conference</span></h1>
13+
<h2>March 2013</h2>
14+
<h3>Nashville,<span>&nbsp;</span>TN</h3>
15+
</div>
16+
<div class="aside">
17+
<p>A conference for people who care about PHP and what they make with it.</p>
18+
</div>
19+
<div class="section" id="main">
20+
<h4>The PHP Community Conference Returns in March 2013!</h4>
21+
<p>In 2011, we had our first ever conference. Our sponsors,
22+
speakers, and attendees were phenomenal. You rocked so much that
23+
we want to do it again!</p>
24+
<p>Mark your calendars for March 2013. This friendly, little PHP
25+
conference is returning to Nashville, TN. Keep your eyes on this
26+
space and <a href="http://twitter.com/phpcomcon">follow us on
27+
Twitter</a>, for more details over the coming weeks and months.</p>
28+
<p>We've archived our <a href="/2011">2011 conference web site</a>
29+
for your convenience.</p>
30+
</div>
31+
</div>
32+
<?php
33+
$body = ob_get_clean();

0 commit comments

Comments
 (0)