Starts adding images to the blog

This commit is contained in:
julien lengrand-lambert
2014-02-13 19:24:06 +01:00
parent 108eb8efa8
commit 588b98ba7e
6 changed files with 4 additions and 4 deletions

View File

@@ -43,6 +43,6 @@ When adding movies to the library, <strong>xbmc</strong> will automatically down
<p style="text-align: justify;">And as a bonus, here are some pictures to convert you too :)</p>
<a href="http://www.lengrand.fr/wp-content/uploads/2013/02/2013-02-20-14.16.28.jpg"><img class="size-large wp-image-835" alt="XBMC movie library" src="http://www.lengrand.fr/wp-content/uploads/2013/02/2013-02-20-14.16.28-1024x768.jpg" width="584" height="438" /></a>
<a href="{{ site.url }}/images/posts/2013/02/2013-02-20-14.16.28.jpg"><img class="size-large wp-image-835" alt="XBMC movie library" src="{{ site.url }}/images/posts/2013/02/2013-02-20-14.16.28-1024x768.jpg" width="584" height="438" /></a>
<a href="http://www.lengrand.fr/wp-content/uploads/2013/02/2013-02-20-14.17.21.jpg"><img class="size-large wp-image-836" alt="XBMC main screen" src="http://www.lengrand.fr/wp-content/uploads/2013/02/2013-02-20-14.17.21-1024x768.jpg" width="584" height="438" /></a>
<a href="{{ site.url }}/images/posts/2013/02/2013-02-20-14.17.21.jpg"><img class="size-large wp-image-836" alt="XBMC main screen" src="{{ site.url }}/images/posts/2013/02/2013-02-20-14.17.21-1024x768.jpg" width="584" height="438" /></a>

View File

@@ -114,7 +114,7 @@ I used fill_parent because I wanted to give as much space as possible to the Web
The result is far from perfect, but it's not that bad for roughly 30 minutes of work :).
<a href="http://www.lengrand.fr/wp-content/uploads/2013/10/twitter_timeline.png"><img class="size-full wp-image-900" alt="twitter timeline embedded into an android application" src="http://www.lengrand.fr/wp-content/uploads/2013/10/twitter_timeline.png" width="480" height="800" /></a>
<a href="{{ site.url }}/images/posts/2013/10/twitter_timeline.png"><img class="size-full wp-image-900" alt="twitter timeline embedded into an android application" src="{{ site.url }}/images/posts/2013/10/twitter_timeline.png" width="480" height="800" /></a>
On top of that, It directly allows my users to post tweets from the application (using the timeline), and will let everybody know about the <a title="BresTram twitter account" href="https://twitter.com/BresTramApp" target="_blank">BresTram twitter account</a>.
Hopefully, this will help me get some useful feedback.