Skip to content

Commit

Permalink
Boom
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Sturgeon committed Feb 20, 2016
1 parent 7e34627 commit 0a94ca0
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 16 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Expand Up @@ -6,7 +6,7 @@ url: https://phptownhall.com
title: PHP Town Hall
subtitle: Ben, Phil and a super-star guest answer questions and talk about current events in the PHP world.
author: Ben Edmunds & Phil Sturgeon
description: Town Hall is a way for PHP developers to raise questions about current events (or upcoming things) in the PHP community, with different guests each week.
description: A podcast for developers who want to keep up to date with the latest random happenings in the PHP community, with occasional updates about Phil's turtle.

# RSS / Email (optional) subscription links (change if using something like Feedburner)
subscribe_rss: /itunes.rss
Expand Down
3 changes: 3 additions & 0 deletions _includes/footer.html
@@ -1,6 +1,9 @@
<div class="site-footer">
<div class="container footer-container">
<ol class="breadcrumb">
<li role="presentation">
<a class="page-link" href="{{ site.baseurl }}">Home</a>
</li>
{% for my_page in site.pages %}
{% if my_page.title %}
<li role="presentation">
Expand Down
3 changes: 3 additions & 0 deletions _includes/header.html
Expand Up @@ -11,6 +11,9 @@

<nav class="site-nav">
<ul class="nav nav-pills navbar-right">
<li role="presentation">
<a class="page-link" href="{{ site.baseurl }}">Home</a>
</li>
{% for my_page in site.pages %}
{% if my_page.title %}
<li role="presentation">
Expand Down
30 changes: 15 additions & 15 deletions _includes/sidebar.html
@@ -1,19 +1,5 @@
<div class="well feeds">
<h2>Want more PHP Town Hall?</h2>
<!-- We stole this code right off of phproundtable.com. Just like that vermouth -->
<p class="lead">Subscribe to the PHP Town Hall using your favorite podcast app.</p>
<div class="row">
<div class="col-sm-6">
<a href="{{ "/itunes.rss" | prepend: site.baseurl }}" class="btn btn-info btn-lg btn-block" target="_blank"><i class="fa fa-music"></i> iTunes</a>
</div>
<div class="col-sm-6">
<a href="{{ "/feed.xml" | prepend: site.baseurl }}" class="btn btn-warning btn-lg btn-block" target="_blank"><i class="fa fa-rss"></i> RSS Feed</a>
</div>
</div>
</div>

<div class="well signup">
<h2>Get notified of upcoming episodes</h2>
<h2>Get upcoming episode alerts!</h2>
<p>Sometimes we actually plan these things more than a few hours ahead of time. On the off-chance we do, shove your email in here and get a reminder to come and watch it live!</p>

<form class="" role="form" action="//phptownhall.us12.list-manage.com/subscribe/post?u=4033a7dac6503f30b742391b4&amp;id=7baecd6807" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form">
Expand All @@ -27,3 +13,17 @@ <h2>Get notified of upcoming episodes</h2>
<div class="hidden"><input type="text" name="b_4033a7dac6503f30b742391b4_7baecd6807" tabindex="-1" value=""></div>
</form>
</div>

<div class="well feeds">
<h2>Need more Town Hall?</h2>
<!-- We stole this code right off of phproundtable.com. Just like that vermouth -->
<p class="lead">Subscribe to the PHP Town Hall using your favorite podcast app.</p>
<div class="row">
<div class="col-sm-6">
<a href="{{ "/itunes.rss" | prepend: site.baseurl }}" class="btn btn-primary btn-lg btn-block" target="_blank"><i class="fa fa-music"></i> iTunes</a>
</div>
<div class="col-sm-6">
<a href="{{ "/feed.xml" | prepend: site.baseurl }}" class="btn btn-warning btn-lg btn-block" target="_blank"><i class="fa fa-rss"></i> RSS Feed</a>
</div>
</div>
</div>
5 changes: 5 additions & 0 deletions _sass/_layout.scss
Expand Up @@ -148,3 +148,8 @@
}
}
}


.signup #mce-EMAIL {
border-radius: 6px 0 0 6px;
}

0 comments on commit 0a94ca0

Please sign in to comment.