mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2025-06-07 22:11:29 +02:00
Initial commit
This commit is contained in:
parent
8e3b6da84f
commit
95607eea61
241 changed files with 14242 additions and 3 deletions
15
_includes/twitter-feed.html
Normal file
15
_includes/twitter-feed.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
<!-- Begin Twitter Feed Section -->
|
||||
<section id="twitter-feed" class="parallax" style="background-image: url({{ site.baseurl }}/img/twitter-feed.jpg);">
|
||||
<div class="overlay"></div>
|
||||
<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>What's Up? <a href="https://twitter.com/search?q=%23{{ site.twitterHashTag }}" target="_blank">#{{ site.twitterHashTag }}</a>
|
||||
</h3>
|
||||
<div id="tweets" class="tweets"></div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!-- End Twitter Feed Section -->
|
Loading…
Add table
Add a link
Reference in a new issue