File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change
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&layout=button_count&show_faces=false&width=80&action=like&colorscheme=light&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 > </ 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();
You can’t perform that action at this time.
0 commit comments