Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add Twitter timeline to homepage
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Aug 25, 2016
1 parent 16617a3 commit eb41fa4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion state_data.json
@@ -1,3 +1,3 @@
{
"last_deploy": "2016-08-24T18:42:51.630448"
"last_deploy": "2016-08-25T12:13:17.739391"
}
13 changes: 10 additions & 3 deletions stories/index.html
Expand Up @@ -14,9 +14,16 @@
<div class="jumbotron">
<div class="container">
<h1>Nikola — Static Site Generator</h1>
<p>In goes content, out comes a website, ready to deploy.</p>
<p><a class="btn btn-primary btn-lg get-started" href="/getting-started.html" role="button">Get started with Nikola »</a> <a class="btn btn-default btn-lg" href="/features/index.html" role="button">Learn about Nikola features »</a></p>
<p><small>Nikola is written in Python (3.3+; 2.7 partially supported). Free open-source software under the <a href="/license.html">MIT license</a>.</small></p>
<div class="row">
<div class="col-md-8">
<p>In goes content, out comes a website, ready to deploy.</p>
<p><a class="btn btn-primary btn-lg get-started" href="/getting-started.html" role="button">Get started with Nikola »</a> <a class="btn btn-default btn-lg" href="/features/index.html" role="button">Learn about Nikola features »</a></p>
<p><small>Nikola is written in Python (3.3+; 2.7 partially supported). Free open-source software under the <a href="/license.html">MIT license</a>.</small></p>
</div>
<div class="col-md-4" style="min-height: 230px;">
<a class="twitter-timeline" data-lang="en" data-height="200" href="https://twitter.com/GetNikola">Tweets by GetNikola</a> <script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</div>
</div>
</div>
<div class="container">
Expand Down

0 comments on commit eb41fa4

Please sign in to comment.