Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adds twitter widget #23

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 10 additions & 5 deletions app/views/welcome/index.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ header
img src="badge.png"
h1 Pair widely. Pair often.


section#badge
.content
.main-content
p.lead Get the badge:
img src="badge.png"
p.nb http://www.pairprogramwith.me/badge.png

p.lead Put out the pair-programming welcome mat!
p
| Put this badge on your blog or project home page. Link it to a way to contact you.
Expand All @@ -26,9 +30,10 @@ section#badge
p
| Or link it to your Twitter profile! I don't care! Just put it up, and let the world know it's OK to ask!
.sidebar-content
p.lead Get the badge:
img src="badge.png"
p.nb http://www.pairprogramwith.me/badge.png
a class="twitter-timeline" data-dnt="true" href="https://twitter.com/search?q=%23pairwithme" data-widget-id="334289746157244416"
Tweets about "#pairwithme"
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>


section#resources
.content
Expand All @@ -44,7 +49,7 @@ section#faq
section#copyright
.content
p
| Design by <a href="http://chri.so/">Chris Radford</a>.
| Design by <a href="http://chri.so/">Chris Radford</a>.
| Awesome badge by <a href="http://twoguys.us/">David Browning</a>.
a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/deed.en_US" id="licence"
img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/us/88x31.png"