Skip to content

Commit ab9f64b

Browse files
committed
correcting conflict
Merge branch 'master' of github.com:scoates/phpcon-web Conflicts: resources/sponsorships.html
2 parents 36b8ae3 + dd8f80a commit ab9f64b

16 files changed

+443
-325
lines changed

css/style.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,3 +359,22 @@ div.communitySponsor > a {
359359
div#sponsors > div > a {
360360
margin-right: 20px;
361361
}
362+
363+
div#container.sub.speakers ul.speakers {
364+
list-style-type: none;
365+
margin-left: 0;
366+
padding-left: 0;
367+
}
368+
369+
div#container.sub.speakers ul.speakers h3 {
370+
font-family: "MuseoSlab500";
371+
font-weight: bold;
372+
}
373+
374+
div#container.sub.speakers ul.speakers h4 {
375+
font-family: "MuseoSlab500";
376+
color: #363636;
377+
font-size: 16px;
378+
}
379+
380+

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: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ <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>

resources/register.html

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

0 commit comments

Comments
 (0)