datamad2017/_includes/twitter-feed.html

16 lines
796 B
HTML
Raw Normal View History

2014-07-28 21:27:01 +02:00
<!-- Begin Twitter Feed Section -->
<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>
<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 -->