Skip to content

Commit d3cc7f7

Browse files
committed
Added Tek note, emma sponsorship, and removed register and sponsor links.
1 parent bee30a4 commit d3cc7f7

File tree

8 files changed

+20
-32
lines changed

8 files changed

+20
-32
lines changed

resources/404.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@ <h1>PHP Community
1010
<div id="nav">
1111
<ul>
1212
<li><a href="home">Home</a></li>
13-
<li><a href="http://phpcon.eventbrite.com/">Register</a></li>
1413
<li><a href="schedule">Schedule</a></li>
1514
<li><a href="location">Location</a></li>
1615
<li><a href="about">About</a></li>
17-
<li><a href="sponsorships">Sponsor</a></li>
1816
</ul>
1917
</div>
2018
<div id="social">

resources/about.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@ <h1>PHP Community
1010
<div id="nav">
1111
<ul>
1212
<li><a href="home">Home</a></li>
13-
<li><a href="http://phpcon.eventbrite.com/">Register</a></li>
14-
<li><a href="schedule">Schedule</a></li>
13+
<li><a href="schedule">Schedule</a></li>
1514
<li><a href="location">Location</a></li>
1615
<li>About</li>
17-
<li><a href="sponsorships">Sponsor</a></li>
1816
</ul>
1917
</div>
2018
<div id="social">

resources/home.html

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,29 +15,32 @@ <h3>Nashville,<span>&nbsp;</span>TN</h3>
1515
<div id="nav">
1616
<ul>
1717
<li>Home</li>
18-
<li><a href="http://phpcon.eventbrite.com/">Register</a></li>
1918
<li><a href="schedule">Schedule</a></li>
2019
<li><a href="location">Location</a></li>
2120
<li><a href="about">About</a></li>
22-
<li><a href="sponsorships">Sponsor</a></li>
2321
</ul>
2422
</div>
2523
</div>
2624
<div class="aside">
2725
<p>A conference for people who care about PHP and what they make with it.</p>
2826
</div>
2927
<div class="section" id="main">
30-
<h4><a href="http://phpcon.eventbrite.com">Register now for only $300!</a></h4>
31-
<p>Registration gets you:</p>
32-
<ul>
33-
<li>Two informative tutorials on Thursday that will leave
34-
you with new skills that you can use in your work right away.</li>
35-
<li>A Friday full of <a href="speakers">excellent speakers</a>
36-
sharing their stories, and talking about solutions to real
37-
problems.</li>
38-
<li>A Pecha Kucha event on Friday evening, with a chance to
39-
win one of two iPad 2s, sponsored by CakeDC.</li>
40-
</ul>
28+
<h4>The PHP Community Conference is Sold Out!</h4>
29+
<a href="http://tek11.phparch.com/" style="display: block;
30+
float: right;"><img
31+
src="images/tek11.png" width="200"/></a>
32+
<p>Thanks to our phenomenal sponsors, speakers, and attendees,
33+
and everyone else that has had kind things to say about our
34+
efforts, we have sold out the first PHP Community
35+
Conference!</p>
36+
<p>Though you may have missed us for 2011, we'll be back again
37+
next year. We're already working on how to make the PHP
38+
Community Conference even better in 2012. In the meantime, check
39+
out <a
40+
href="http://tek11.phparch.com/">php|tek 2011</a> next month
41+
in Chicago, one of
42+
many amazing PHP community events that inspired The PHP Community
43+
Conference.</p>
4144
</div>
4245

4346
<div class="sectionWide">
@@ -55,8 +58,6 @@ <h1>The Conference</h1>
5558
talks by our awesome attendees. The best pecha kucha talks
5659
will have a chance at winning one of two iPad 2s sponsored by
5760
CakeDC!</p>
58-
59-
<p>We can't wait to see you there, so <a href="http://phpcon.eventbrite.com">register</a> now.</p>
6061
</div>
6162

6263
<div id="sponsors" class="sectionWide">
@@ -89,7 +90,8 @@ <h2>Community Sponsors</h2>
8990

9091
// array of community_sponsors member Twitter handles
9192
$community_sponsors = array('croscon', 'cakephp', 'wonderproxy',
92-
'lisamusing','thezippykid', 'companyfiftytwo','binarypress','zend','urvew');
93+
'lisamusing','thezippykid',
94+
'companyfiftytwo','binarypress','zend','urvew','emmaemail');
9395

9496
// array of Twitter data for each community_sponsors member
9597
$data['community_sponsors'] = array();

resources/location.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@ <h1>PHP Community
99
<div id="nav">
1010
<ul>
1111
<li><a href="home">Home</a></li>
12-
<li><a href="http://phpcon.eventbrite.com/">Register</a></li>
1312
<li><a href="schedule">Schedule</a></li>
1413
<li>Location</li>
15-
<li><a href="about">About</a></li>
16-
<li><a href="sponsorships">Sponsor</a></li>
14+
<li><a href="about">About</a></li>
1715
</ul>
1816
</div>
1917
<div id="social">

resources/schedule.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@ <h1>PHP Community
99
<div id="nav">
1010
<ul>
1111
<li><a href="home">Home</a></li>
12-
<li><a href="http://phpcon.eventbrite.com/">Register</a></li>
1312
<li>Schedule</li>
1413
<li><a href="location">Location</a></li>
1514
<li><a href="about">About</a></li>
16-
<li><a href="sponsorships">Sponsor</a></li>
1715
</ul>
1816
</div>
1917
<div id="social">

resources/speakers.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@ <h1>PHP Community
99
<div id="nav">
1010
<ul>
1111
<li><a href="home">Home</a></li>
12-
<li><a href="http://phpcon.eventbrite.com/">Register</a></li>
1312
<li><a href="schedule">Schedule</li>
1413
<li><a href="location">Location</a></li>
1514
<li><a href="about">About</a></li>
16-
<li><a href="sponsorships">Sponsor</a></li>
1715
</ul>
1816
</div>
1917
<div id="social">

resources/sponsorships.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@ <h1>PHP Community
1010
<div id="nav">
1111
<ul>
1212
<li><a href="home">Home</a></li>
13-
<li><a href="http://phpcon.eventbrite.com/">Register</a></li>
1413
<li><a href="schedule">Schedule</a></li>
1514
<li><a href="location">Location</a></li>
1615
<li><a href="about">About</a></li>
17-
<li>Sponsor</li>
1816
</ul>
1917
</div>
2018
<div id="social">

resources/subscribe.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@ <h1>PHP Community
1010
<div id="nav">
1111
<ul>
1212
<li><a href="home">Home</a></li>
13-
<li><a href="http://phpcon.eventbrite.com/">Register</a></li>
1413
<li><a href="schedule">Schedule</a></li>
1514
<li><a href="location">Location</a></li>
1615
<li><a href="about">About</a></li>
17-
<li><a href="sponsorships">Sponsor</a></li>
1816
</ul>
1917
</div>
2018
<div id="social">

0 commit comments

Comments
 (0)