Skip to content

Commit 6538448

Browse files
committed
Merge branch 'master' of github.com:scoates/phpcon-web
2 parents 430b17d + 41e3ac1 commit 6538448

File tree

4 files changed

+61
-3
lines changed

4 files changed

+61
-3
lines changed

css/style.css

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,6 @@ div#nav {
266266
font-family: "NevisBold";
267267
font-weight: normal;
268268
line-height: 20px;
269-
color: #BD820E;
270269
}
271270

272271
div#nav ul {
@@ -275,6 +274,16 @@ div#nav ul {
275274
margin: 0;
276275
}
277276

277+
div#nav li {
278+
display: inline;
279+
list-style-type: none;
280+
margin-right: 20px;
281+
}
282+
283+
div#nav li a {
284+
color: #BD820E;
285+
}
286+
278287
div#sponsors h1 {
279288
font-size: 18px;
280289
color: white;

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: 4 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>
@@ -32,6 +34,8 @@ <h2>Gold Sponsors</h2>
3234
<a href="http://facebook.com/"><img src="images/sponsor-facebook.png" alt="Facebook"/></a>
3335
<h2>Silver Sponsors</h2>
3436
<a href="http://servergrove.com/"><img src="images/sponsor-servergrove.png" alt="ServerGrove"/></a>
37+
<h2>Media Sponsors</h2>
38+
<a href="http://phpdeveloper.org"><img src="http://phpdeveloper.org/Test/public/img/ads/phpdeveloper-media.jpg" border="0" width="150" /></a>
3539
</div>
3640
</div>
3741
<?php

resources/sponsorships.html

Lines changed: 4 additions & 2 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">
@@ -49,7 +51,7 @@ <h3><a name="silver">Silver Sponsorship: $2,500.00</a></h3>
4951
<li>A tweet from @phpcomcon announcing the sponsorship</li>
5052
<li>Personally thanked from the stage during the main conference day</li>
5153
<li>Your company's logo on the back of the name badges</li>
52-
<li>Included on the @phpcomcon Community Sponsor Twitter list</li>
54+
<li>Included on the <a href="http://twitter.com/phpcomcon/sponsors">@phpcomcon Sponsors Twitter list</a></li>
5355
</ul>
5456

5557

@@ -59,7 +61,7 @@ <h3>Community Sponsorship: $500.00</h3>
5961
<em>Tickets are limited to the first 50 Community Sponsors</em></li>
6062
<li>Special recognition on our website</li>
6163
<li>Including your name or company name and a link to your personal or company website</li>
62-
<li>Your Twitter name will be added to the @phpcomcon Community Sponsor Twitter list</li>
64+
<li>Your Twitter name will be added to the <a href="http://twitter.com/phpcomcon/sponsors">@phpcomcon Sponsors Twitter list</a></li>
6365
</ul>
6466
</p>
6567
</div>

0 commit comments

Comments
 (0)