Skip to content

Commit

Permalink
Removed tweets block from /index
Browse files Browse the repository at this point in the history
  • Loading branch information
souravbadami authored and jajodiaraghav committed Jun 11, 2017
1 parent 47939c0 commit 22c8dbc
Showing 1 changed file with 10 additions and 17 deletions.
27 changes: 10 additions & 17 deletions website/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ <h3><strong>Design</strong></h3>
</div>

<div class="row">

<div class="col-lg-9">
<div class="row">
<div class="col-lg-12">
Expand Down Expand Up @@ -150,17 +149,6 @@ <h1 class="page-sub-header">Featured Websites</h1>
</div>
</div>
</div>
<div class="row" data-intro="View latest activities here." data-step="6">
<div class="col-lg-12">
<h1 class="page-sub-header">Latest activity</h1>
</div>
<div class="list-group" >
{% for activity in activities %}
{% include '_activity.html' %}
{% endfor %}
</div>
<a href="/all_activity" class="btn btn-default btn-block submit_button">View All Activity</a>
</div>
</div>

<div class="col-lg-3">
Expand Down Expand Up @@ -205,13 +193,18 @@ <h1 class="page-sub-header">Latest activity</h1>
</div>
</div>
</div>
</div>

<div class="row">
<div class="col-lg-3">
<a class="twitter-timeline" data-height="800" href="https://twitter.com/Bugheist"></a>
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
<div class="row" data-intro="View latest activities here." data-step="6">
<div class="col-lg-12">
<h1 class="page-sub-header">Latest activity</h1>
</div>
<div class="list-group" >
{% for activity in activities %}
{% include '_activity.html' %}
{% endfor %}
</div>
<a href="/all_activity" class="btn btn-default btn-block submit_button">View All Activity</a>
</div>

<script>
Expand Down

0 comments on commit 22c8dbc

Please sign in to comment.