Skip to content

Commit 13d985a

Browse files
committed
Add the CFP page.
1 parent 66311d5 commit 13d985a

File tree

3 files changed

+47
-0
lines changed

3 files changed

+47
-0
lines changed

resources/cfp.html

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
<?php
2+
$title = 'Call for Proposals - ';
3+
ob_start();
4+
?>
5+
6+
<div id="container" class="sub">
7+
<div class="header">
8+
<h1>PHP Community
9+
<span>Conference</span></h1>
10+
<div id="nav">
11+
<ul>
12+
<li><a href="/">Home</a></li>
13+
<li><a href="/sponsorships">Sponsor Us</a></li>
14+
<li>CFP</li>
15+
</ul>
16+
</div>
17+
<div id="social">
18+
<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" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:80px; height:21px;" allowTransparency="true" id="fbLike"></iframe>
19+
<p class="twitter">Follow Us: <a href="http://twitter.com/phpcomcon">PHPCOMCON</a></p>
20+
</div>
21+
</div>
22+
<div class="aside">
23+
<p><span>&ldquo;</span>Tell us about an inspiring project you&rsquo;re working on and why it&rsquo;s important.<span>&rdquo;</span></p>
24+
</div>
25+
<div class="section">
26+
27+
<h2>Call for Proposals</h2>
28+
<p>We're calling for presentations on the topic of <strong>real world PHP</strong>. Tell us about an inspiring project you're working on and why it's important. We don't want to focus on the details of the code itself, but rather on <strong>how your project solves a problem or fills a need</strong>.</p>
29+
<p>If selected as a speaker, we will cover your air fare and hotel costs for the dates of the event. To submit a talk, please email your proposed title and abstract to <a href="mailto:[email protected]">[email protected]</a> by <strong>January 31, 2011</strong>.</p>
30+
31+
<h3>Regular Sessions</h3>
32+
<p>Regular sessions take place on the main conference day on Friday, April 22. We want you to have fun with these sessions. Tell us a story. Tell us <em>your</em> story. Don't just tell us how to do something with PHP. Tell us what you're working on with PHP. What does it do? Why is it important? Include lots of anecdotes. We want to hear them!</p>
33+
<p>All sessions are 45 minutes long. They're short, but sweet, so be sure you leave room for questions.</p>
34+
35+
<h3>In-depth, Technical Workshops</h3>
36+
<p>Have a lot more technical "meat" than a 45-minute session will allow? Why not submit a proposal for a workshop? Unlike our regular sessions, workshops are in-depth, technical, and instructive. Don't be afraid to show lots of code here. In fact, it's expected.</p>
37+
<p>Our workshops are held on Thursday, April 21, and each run about three hours, including breaks.</p>
38+
39+
</div>
40+
</div>
41+
<?php
42+
$body = ob_get_clean();
43+

resources/home.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ <h2>April 21 <span>&amp;</span> 22</h2>
1414
<h3>Nashville,<span>&nbsp;</span>TN</h3>
1515
<div id="nav">
1616
<ul>
17+
<li>Home</li>
1718
<li><a href="/sponsorships">Sponsor Us</a></li>
19+
<li><a href="/cfp">CFP</a></li>
1820
</ul>
1921
</div>
2022
</div>

resources/sponsorships.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ <h1>PHP Community
1010
<div id="nav">
1111
<ul>
1212
<li><a href="/">Home</a></li>
13+
<li>Sponsor Us</li>
14+
<li><a href="/cfp">CFP</a></li>
1315
</ul>
1416
</div>
1517
<div id="social">

0 commit comments

Comments
 (0)