-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (60 loc) · 2.51 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
---
layout: default
title: Daniel Evora
---
<!-- Main jumbotron for a primary marketing message or call to action -->
<div class="jumbotron">
<div class="container">
<h1>Hello world!</h1>
<p>Welcome to my domain.</p>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-12">
</div>
</div>
<div class="row">
<div class="col-md-12">
<p></p>
</div>
</div>
<div class="row">
<div class="col-md-6 col-lg-4">
<h2>Social</h2>
<a class="twitter-timeline" data-dnt="true" href="https://twitter.com/DanielEvora" data-widget-id="490988422979268608">Tweets by @DanielEvora</a>
<script>
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
</script>
</div>
<div class="col-md-6 col-lg-4">
<h2>Strava</h2>
<iframe src="http://www.strava.com/athletes/274580/latest-rides/e566635fc026022d4f7e3277892371fc92b196e5" width="374" height="454" frameborder="0" allowtransparency="true" scrolling="no"></iframe>
</div>
<div class="col-md-6 col-lg-4">
<h2>Spotify</h2>
<!--<style type="text/css">#outerWidgetContainer{ height:454px; width:300px; }</style>-->
<iframe src="https://embed.spotify.com/?uri=spotify:user:anidealover:playlist:7KAtSDO3EdwNHJqpj3tYo7&theme=white" width="374" height="454" frameborder="0" allowtransparency="true"></iframe>
</div>
<div class="col-md-6 col-lg-4>">
<h2>SoundCloud</h2>
<iframe width="100%" height="450" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/playlists/44171951&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&visual=true"></iframe>
</div>
<div class="col-md-6 col-lg-4">
<h2>Sentiments</h2>
<div class="row">
<div class="col-md-12">
{% for post in site.posts limit:25 %}
<li class="post-{{ post.category }}">
{% if post.external_url == nil %}
<a href="{{ post.url }}">{{ post.title }}</a><abbr>{{ post.date | date_to_string }}</abbr>
{% else %}
<a href="{{ post.external_url }}">{{ post.title }}</a><abbr>{{ post.date | date_to_string }}</abbr>
{% endif %}
</li>
{% endfor %}
</div>
</div>
</div>
</div>
</div>