|
| 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&layout=button_count&show_faces=false&width=80&action=like&colorscheme=light&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>“</span>Tell us about an inspiring project you’re working on and why it’s important.<span>”</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 | + |
0 commit comments