1
Fork 0

Added placeholder for twitter feed

This commit is contained in:
Jake Howard 2015-11-12 11:16:58 +00:00
parent b61be242db
commit dbabb4aee7
2 changed files with 27 additions and 0 deletions

View file

@ -165,5 +165,15 @@ a.no-color-change {
}
}
}
#twitter-feed {
height: 75vh;
text-align: center;
.twitter-icon {
& > div{
height: 200px;
width: 200px;
}
}
}
}
/* @end Homepage*/

View file

@ -19,5 +19,22 @@
</div>
<div class="container-fluid" id="project-images"></div>
<div class="container-fluid" id="twitter-feed">
<div class="container">
<div class="row">
<div class="col-sm-6 feed">
<p>Twitter feed goes here</p>
</div>
<div class="col-sm-6 twitter-icon">
<div class="hidden-xs">
<h1>
<i class="icon ion-social-twitter"></i>
</h1>
</div>
</div>
</div>
</div>
</div>
{% endblock %}
;