Skip to content

Commit 6198c13

Browse files
committed
Merge branch 'prod' of github.com:scoates/phpcon-web into prod
2 parents 9b9531e + 5a29c9a commit 6198c13

14 files changed

+52
-40
lines changed

css/style.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,25 +346,32 @@ div#sponsors > div {
346346
div.communitySponsor {
347347
font-family: "NevisBold";
348348
font-weight: normal;
349-
width: 48px;
350349
padding-right: 25px;
351350
float: left;
352351
font-size: 11px;
352+
width: 200px;
353353
}
354354

355355
div.communitySponsor img {
356356
vertical-align: middle;
357+
width: 48px;
358+
height: 48px;
357359
}
358360

359361
div.communitySponsor > a {
360362
line-height: 20px;
361363
vertical-align: middle;
364+
text-decoration: none;
362365
}
363366

364367
div#sponsors > div > a {
365368
margin-right: 20px;
366369
}
367370

371+
div#sponsors > div > a > img{
372+
vertical-align: middle;
373+
}
374+
368375
div#container.sub.speakers ul.speakers {
369376
list-style-type: none;
370377
margin-left: 0;

images/sponsor-iostudio.jpg

8 KB
Loading

images/sponsor-moontoast.jpg

33.2 KB
Loading

images/sponsor-redventures.jpg

22.6 KB
Loading

images/sponsor-tropo.jpg

7.18 KB
Loading

images/tek11.png

20.3 KB
Loading

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: 24 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">
@@ -69,11 +70,17 @@ <h2>Gold Sponsors</h2>
6970
<div>
7071
<a href="http://www.facebook.com/opensource/"><img src="images/sponsor-facebook.png" alt="Facebook"/></a>
7172
<a href="http://microsoft.com/web/webmatrix/"><img src="images/sponsor-webmatrix.png" alt="Microsoft Web Matrix"/></a>
73+
<a href="http://www.redventures.com/"><img src="images/sponsor-redventures.jpg" alt="Red Ventures"/></a>
74+
<a href="http://tropo.com/"><img src="images/sponsor-tropo.jpg" alt="Tropo"/></a>
75+
<a href="http://iostudio.com/"><img
76+
src="images/sponsor-iostudio.jpg" alt="ioStudio"/></a>
7277
</div>
7378
<h2>Silver Sponsors</h2>
7479
<div>
7580
<a href="http://servergrove.com/"><img src="images/servergrove.png" alt="ServerGrove"/></a>
7681
<a href="http://vaco.com/"><img src="images/vaco.png" alt="Vaco"/></a>
82+
<a href="http://moontoast.com/"><img
83+
src="images/sponsor-moontoast.jpg"/></a>
7784
</div>
7885
<h2>Community Sponsors</h2>
7986
<div>
@@ -83,7 +90,8 @@ <h2>Community Sponsors</h2>
8390

8491
// array of community_sponsors member Twitter handles
8592
$community_sponsors = array('croscon', 'cakephp', 'wonderproxy',
86-
'lisamusing');
93+
'lisamusing','thezippykid',
94+
'companyfiftytwo','binarypress','zend','urvew','emmaemail');
8795

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

resources/location.html

Lines changed: 19 additions & 10 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">
@@ -25,19 +23,30 @@ <h1>PHP Community
2523
<img src="images/broadway_3.jpg" alt="Nashville Downtown" style="width: 350px;">
2624
</div>
2725
<div class="section">
28-
<h2>Nashville</h2>
29-
<p>Downtown Nashville is known for always having something awesome going on. There are always music events going on at the many bars and clubs in the area. Nashville is also filled with amazing places to eat like <a href="http://www.demos
30-
restaurants.com/">Demos</a> and <a href="http://www.osf.com/">The Old Spaghetti Factory</a>.
26+
<h2>Nashville</h2>
27+
<p>Downtown Nashville is known for always having something awesome going on. There are always music events going on at the many bars and clubs in the area. Nashville is also filled with amazing places to eat like <a href="http://www.demosrestaurants.com/">Demos</a> and <a href="http://www.osf.com/">The Old Spaghetti Factory</a>.</p>
3128
<h2>Venue</h2>
32-
<p>The conference will take place at <a href="http://www.nashvilleeventspace.com/venues/avenue/avenue-blank-venue/">aVenue</a> near the corner of 3rd and Broadway, in the heart of Downtown Nashville. Avenue stood out because of its spacious, industrial feel, which suits our theme of building things out of big ideas. Located only a block away from the conference hotel, <a href="http://www.hilton.com/en/hi/groups/personalized/B/BNANSHF-PHP2-20110420/index.jhtml?WT.mc_id=POG">Hilton Nashville Downtown</a>, aVenue is a relaxed, friendly space for hanging out and getting to know each other. aVenue is surounded by cool things to do in Downtown Nashville.</p>
29+
<p>The conference will take place at <a
30+
href="http://www.nashvilleeventspace.com/venues/avenue/avenue-blank-venue/">aVenue</a>
31+
near the corner of 3rd and Broadway, in the heart of Downtown
32+
Nashville. Avenue stood out because of its spacious, industrial
33+
feel, which suits our theme of building things out of big ideas.
34+
Located only a few blocks away from the conference hotel, <a
35+
href="http://www.ichotelsgroup.com/h/d/in/1/en/advancedsearch?whichtype=room&roomResult=none&hotelCode=bnaus&quickRes=city&_GPC=PH1&_requestid=874427">Hotel
36+
Indigo</a>, aVenue is a relaxed, friendly space for hanging out and getting to know each other. aVenue is surounded by cool things to do in Downtown Nashville.</p>
3337
<p>120 3rd Avenue South<br>
3438
Nashville, Tennessee 37201<br>
3539
<a href="http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=120+3rd+Avenue+South+Nashville,+Tennessee+37201&sll=37.0625,-95.677068&sspn=34.724817,68.554688&ie=UTF8&hq=&hnear=120+3rd+Ave+S,+Nashville,+Davidson,+Tennessee+37201&ll=36.162652,-86.775212&spn=0.008211,0.016737&z=16&iwloc=A">Map</a></p>
3640
<h2>Hotel</h2>
37-
<p>We've arranged a great deal for our attendees at the <a href="http://www.hilton.com/en/hi/groups/personalized/B/BNANSHF-PHP2-20110420/index.jhtml?WT.mc_id=POG">Hilton Nashville Downtown</a>! For just $129 per night, you'll be located right in downtown Nashville around the block from the conference venue. In the evenings, we'll walk around downtown and entertain ourselves Nashville-style!</p>
38-
<p><a href="http://www.hilton.com/en/hi/groups/personalized/B/BNANSHF-PHP2-20110420/index.jhtml?WT.mc_id=POG">Reserve your room</a> now at our special rate of $129 per night!</p>
41+
<p>We've arranged a great deal for our attendees at the <a
42+
href="http://www.ichotelsgroup.com/h/d/in/1/en/advancedsearch?whichtype=room&roomResult=none&hotelCode=bnaus&quickRes=city&_GPC=PH1&_requestid=874427">Hotel
43+
Indigo</a>! For just $129 per night, you'll be located right
44+
in downtown Nashville just a few blocks from the conference
45+
venue. In the evenings, we'll walk around downtown and entertain
46+
ourselves Nashville-style!</p>
47+
<p><a href="http://www.ichotelsgroup.com/h/d/in/1/en/advancedsearch?whichtype=room&roomResult=none&hotelCode=bnaus&quickRes=city&_GPC=PH1&_requestid=874427">Reserve your room</a> now at our special rate of $129 per night!</p>
3948
<h2>Travel</h2>
40-
<p>Located only 10 miles from the Nashville Hilton, <a href="http://www.flynashville.com/">Nashville International (BNA)</a> is a convenient arrival location for your visit. The Gray Line Airport Express provides shuttle service to the hotel for $12 one-way, or $20 round trip.</p>
49+
<p>Located less than 10 miles from the Hotel Indigo, <a href="http://www.flynashville.com/">Nashville International (BNA)</a> is a convenient arrival location for your visit.</p>
4150
</div>
4251
<?php
4352
$body = ob_get_clean();

0 commit comments

Comments
 (0)