2014-07-28 21:27:01 +02:00
|
|
|
<!-- Begin Twitter Feed Section -->
|
2014-08-08 00:23:36 +02:00
|
|
|
<section id="twitter-feed" class="twitter-feed image-section parallax" style="background-image: url({{ site.baseurl }}/img/twitter-feed.jpg);">
|
|
|
|
<div class="overlay solid-overlay"></div>
|
2014-07-28 21:27:01 +02:00
|
|
|
<div class="content-wrapper">
|
|
|
|
<div class="col-lg-6 col-md-8 col-lg-offset-3 col-md-offset-2">
|
|
|
|
<svg class="icon" viewBox="0 0 30 32">
|
|
|
|
<use xlink:href="{{ site.baseurl }}/img/sprites/sprites.svg#icon-twitter"></use>
|
|
|
|
</svg>
|
2014-08-17 23:31:26 +02:00
|
|
|
<h3{{ site.tweetsFeedTitle }} <a href="https://twitter.com/search?q=%23{{ site.twitterHashTag }}" target="_blank">#{{ site.twitterHashTag }}</a>
|
2014-07-28 21:27:01 +02:00
|
|
|
</h3>
|
|
|
|
<div id="tweets" class="tweets"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
<!-- End Twitter Feed Section -->
|