Skip to content

Commit 9424544

Browse files
committed
Updates to the home page. Removing the register page yet again. CSS changes in suppoer of home page changes. Fixing navigation on subscribe page.
1 parent 6acbebc commit 9424544

File tree

4 files changed

+20
-61
lines changed

4 files changed

+20
-61
lines changed

css/style.css

Lines changed: 11 additions & 7 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";
@@ -368,13 +372,13 @@ div#container.sub.speakers ul.speakers {
368372

369373
div#container.sub.speakers ul.speakers h3 {
370374
font-family: "MuseoSlab500";
371-
font-weight: bold;
372375
}
373376

374377
div#container.sub.speakers ul.speakers h4 {
375378
font-family: "MuseoSlab500";
376379
color: #363636;
377-
font-size: 16px;
380+
font-size: 18px;
381+
font-weight: bold;
378382
}
379383

380384

resources/home.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,17 @@ <h3>Nashville,<span>&nbsp;</span>TN</h3>
2525
<p>A conference for people who care about PHP and what they make with it.</p>
2626
</div>
2727
<div class="section">
28-
<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>
29-
<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>
3029
<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>
3130
</div>
3231

33-
<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">
3439
<h1>Our Sponsors</h1>
3540
<h2>Gold Sponsors</h2>
3641
<div>

resources/register.html

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

resources/subscribe.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><a href="about">About Us</a></li>
1515
<li><a href="sponsorships">Sponsor Us</a></li>
16-
<li>Keep in Touch</li>
1716
</ul>
1817
</div>
1918
<div id="social">

0 commit comments

Comments
 (0)