Skip to content

Commit 0538594

Browse files
committed
Merge branch 'master' into prod
2 parents 36b8ae3 + 0caf224 commit 0538594

16 files changed

+462
-110
lines changed

css/style.css

Lines changed: 28 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -212,13 +212,16 @@ li {
212212
line-height: 20px;
213213
}
214214

215+
.section, .sectionWide{
216+
font-size: 14px;
217+
}
218+
215219
.section {
216220
margin: auto;
217-
font-size: 14px;
218221
padding-left: 430px;
219222
}
220223

221-
.section p {
224+
.section p, .sectionWide p {
222225
line-height: 20px;
223226
margin: 0;
224227
margin-bottom: 20px;
@@ -302,9 +305,10 @@ div#nav li a {
302305

303306
div#sponsors {
304307
padding-bottom: 50px;
308+
clear: both;
305309
}
306310

307-
div#sponsors h1 {
311+
div.sectionWide h1 {
308312
font-size: 18px;
309313
color: white;
310314
background-color: #363636;
@@ -313,11 +317,11 @@ div#sponsors h1 {
313317
font-weight: normal;
314318
text-transform: uppercase;
315319
height: 26px;
316-
margin: 0 0 34px 0;
320+
margin: 20px 0 34px 0;
317321
padding-left: 8px;
318322
}
319323

320-
div#sponsors h2 {
324+
div.sectionWide h2 {
321325
color: #363636;
322326
font-size: 18px;
323327
font-family: "NevisBold";
@@ -359,3 +363,22 @@ div.communitySponsor > a {
359363
div#sponsors > div > a {
360364
margin-right: 20px;
361365
}
366+
367+
div#container.sub.speakers ul.speakers {
368+
list-style-type: none;
369+
margin-left: 0;
370+
padding-left: 0;
371+
}
372+
373+
div#container.sub.speakers ul.speakers h3 {
374+
font-family: "MuseoSlab500";
375+
}
376+
377+
div#container.sub.speakers ul.speakers h4 {
378+
font-family: "MuseoSlab500";
379+
color: #363636;
380+
font-size: 18px;
381+
font-weight: bold;
382+
}
383+
384+

resources/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <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>
13+
<li><a href="speakers">Speakers</a></li>
1414
<li><a href="about">About Us</a></li>
1515
<li><a href="sponsorships">Sponsor Us</a></li>
1616
<li><a href="subscribe">Keep in Touch</a></li>

resources/about.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ <h1>PHP Community
1010
<div id="nav">
1111
<ul>
1212
<li><a href="home">Home</a></li>
13-
<li><a href="register">Register</a></li>
13+
<li><a href="speakers">Speakers</a></li>
1414
<li>About Us</li>
1515
<li><a href="sponsorships">Sponsor Us</a></li>
16-
<li><a href="subscribe">Keep in Touch</a></li>
1716
</ul>
1817
</div>
1918
<div id="social">

resources/cfp.html

Lines changed: 0 additions & 44 deletions
This file was deleted.

resources/home.html

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,27 @@ <h3>Nashville,<span>&nbsp;</span>TN</h3>
1515
<div id="nav">
1616
<ul>
1717
<li>Home</li>
18-
<li><a href="register">Register</a></li>
18+
<li><a href="speakers">Speakers</a></li>
1919
<li><a href="about">About Us</a></li>
2020
<li><a href="sponsorships">Sponsor Us</a></li>
21-
<li><a href="subscribe">Keep in Touch</a></li>
2221
</ul>
2322
</div>
2423
</div>
2524
<div class="aside">
2625
<p>A conference for people who care about PHP and what they make with it.</p>
2726
</div>
2827
<div class="section">
29-
<p>We know you were sold at <em>Community</em> <strong>so <a href="http://phpcon.eventbrite.com/">register</a> now!</strong> Spaces will go quickly. If you need a bit of a sales pitch, keep reading. Read quickly though, we could be sold out before you finish.</p>
30-
<p>The PHP Community Conference is all about you! Come on out to Nashville for a different kind of conference this spring. We're going to hear from community members about projects they're working on and how they were inspired. It's going to be a fun, laid-back event where you and the people you'll meet can collaborate to build some awesome applications of your own with PHP.</p>
28+
<p>Inspired by conferences like Webstock and Brooklyn Beta, we want to make a friendly conference for us. Together with our friends and peers, we aim to inspire you to make great things with PHP.</p>
3129
<p><a href="subscribe">Subscribe to our mailing list</a>, and we'll keep you updated on all the latest PHP Community Conference news and information.</p>
3230
</div>
3331

34-
<div id="sponsors">
32+
<div class="sectionWide">
33+
<h1>The Conference</h1>
34+
<p>The PHP Community Conference is a two-day event. We kick things off with a tutorial day that will introduce you to tools and ideas that you can use in your code right away. The second day will consist of presentations that will inspire you to create something new with PHP. With the help of our sponsors, we are able to offer admission to the entire event for $350. We'll provide lunch and snacks on both days. On Friday night, we'll finish off the conference with a party featuring pecha kucha talks by our awesome attendees.</p>
35+
<p>We can't wait to see you there, so <a href="http://phpcon.eventbrite.com">register</a> now.</p>
36+
</div>
37+
38+
<div id="sponsors" class="sectionWide">
3539
<h1>Our Sponsors</h1>
3640
<h2>Gold Sponsors</h2>
3741
<div>

resources/register.html

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)