Skip to content

Commit

Permalink
Add terminal image
Browse files Browse the repository at this point in the history
  • Loading branch information
damianavila-damian_blog-r57tvqvf committed Dec 18, 2017
1 parent a943090 commit 1c67eb6
Show file tree
Hide file tree
Showing 15 changed files with 3,016 additions and 2,736 deletions.
2,245 changes: 1,126 additions & 1,119 deletions .doit.db.bak

Large diffs are not rendered by default.

Binary file modified .doit.db.dat
Binary file not shown.
2,245 changes: 1,126 additions & 1,119 deletions .doit.db.dir

Large diffs are not rendered by default.

Binary file modified __pycache__/conf.cpython-35.pyc
Binary file not shown.
122 changes: 122 additions & 0 deletions output/es/galleries/binder/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,122 @@
<!DOCTYPE html>
<html prefix="
og: http://ogp.me/ns#
article: http://ogp.me/ns/article#
" lang="es">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>binder | El blog de Damian</title>
<link href="../../../assets/css/all-nocdn.css" rel="stylesheet" type="text/css">
<link rel="alternate" type="application/rss+xml" title="RSS (es)" href="../../rss.xml">
<link rel="alternate" type="application/rss+xml" title="RSS (en)" href="../../../rss.xml">
<link rel="canonical" href="http://www.damian.oquanta.info/es/galleries/binder/index.html">
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
displayMath: [ ['$$','$$'], ["\\[","\\]"] ]
},
displayAlign: 'left', // Change this to 'center' to center equations.
"HTML-CSS": {
styles: {'.MathJax_Display': {"margin": 0}}
}
});
</script><!--[if lt IE 9]><script src="/assets/js/html5.js"></script><![endif]--><link rel="alternate" type="application/rss+xml" title="RSS" href="rss.xml">
<style type="text/css">
.image-block {
display: inline-block;
}
.flowr_row {
width: 100%;
}
</style>
<link rel="alternate" hreflang="en" href="../../../galleries/binder/index.html">
<link rel="alternate" type="application/rss+xml" title="RSS" href="rss.xml">
</head>
<body>
<section class="social"><ul>
<li><a href="../../index.html" title="Inicio"><i class="icon-home"></i></a></li>
<li><a href="../../archive.html" title="Archivos"><i class="icon-folder-open-alt"></i></a></li>
<li><a href="../../categories/index.html" title="Etiquetas"><i class="icon-tags"></i></a></li>
<li><a href="../../rss.xml" title="RSS"><i class="icon-rss"></i></a></li>
<li><a href="../../stories/about-me.html" title="Sobre mi..."><i class="icon-user"></i></a></li>
<li><a href="https://twitter.com/damian_avila" title="Mi Twitter"><i class="icon-twitter"></i></a></li>
<li><a href="https://github.com/damianavila" title="Mi Github"><i class="icon-github"></i></a></li>
<li><a href="https://plus.google.com/u/0/106896109587369688379/posts" title="Mi Google+"><i class="icon-google-plus"></i></a></li>

</ul></section><section class="page-content"><div class="content" rel="main">
<nav class="breadcrumbs"><ul class="breadcrumb">
<li><a href="../">galleries</a></li>
<li>binder</li>
</ul></nav><h1>binder</h1>

<div id="gallery_container"></div>
<noscript>
<ul class="thumbnails"><li>
<a href="../../../galleries/binder/terminal.png" class="thumbnail image-reference" title="Terminal">
<img src="../../../galleries/binder/terminal.thumbnail.png" alt="Terminal"></a>
</li></ul>
</noscript>
<footer id="footer"><p>Contents © 2017 <a href="mailto:[email protected]">Damian Avila</a> -
Powered by <a href="http://getnikola.com">Nikola</a> -
Zen theme based in <a href="https://github.com/arusahni/website-template">Arusahni's website-template</a><br><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/ar/">
<img alt="Creative Commons License BY-NC-SA" style="border-width:0; margin-bottom:12px;" src="http://i.creativecommons.org/l/by-nc-sa/2.5/ar/88x31.png"></a></p>

</footer>
</div>
</section><script data-gittip-username="damianavila" data-gittip-widget="button" src="//gttp.co/v1.js"></script><script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-33259189-1']);
_gaq.push(['_setDomainName', 'oquanta.info']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

</script><script src="../../../assets/js/all-nocdn.js" type="text/javascript"></script><script src="../../../assets/js/flowr.js"></script><script>
jsonContent = [{"size": {"h": 156, "w": 720}, "title": "Terminal", "url": "../../../galleries/binder/terminal.png", "url_thumb": "../../../galleries/binder/terminal.thumbnail.png"}];
flowr(document.querySelectorAll("#gallery_container")[0], {
data : jsonContent,
height : 180*.6,
padding: 5,
rows: -1,
render : function(params) {
// Just return a div, string or a dom object, anything works fine
var img = document.createElement("img");
img.setAttribute('src', params.itemData.url_thumb);
img.setAttribute('width', params.width);
img.setAttribute('height', params.height);
img.setAttribute('alt', params.itemData.title);
img.style.maxWidth = '100%';
link = document.createElement("a");
link.setAttribute('href', params.itemData.url);
link.setAttribute('class', 'image-reference');
div = document.createElement("div");
div.setAttribute('class', 'image-block');
div.setAttribute('title', params.itemData.title);
div.setAttribute('data-toggle', "tooltip")
link.append(img);
div.append(link);
//div.hover(div.tooltip());
return div;
},
itemWidth : function(data) { return data.size.w; },
itemHeight : function(data) { return data.size.h; },
complete : function(params) {
if( jsonContent.length > params.renderedItems ) {
nextRenderList = jsonContent.slice( params.renderedItems );
}
}
});
baguetteBox.run('#gallery_container', {
captions: function(element) {
return element.getElementsByTagName('img')[0].alt;
}});
</script>
</body>
</html>
2 changes: 2 additions & 0 deletions output/es/galleries/binder/rss.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Terminal</title><link>http://www.damian.oquanta.info/es/galleries/binder/rss.xml</link><description></description><language>es</language><lastBuildDate>Mon, 18 Dec 2017 01:00:16 GMT</lastBuildDate><generator>https://getnikola.com/</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>Terminal</title><link>http://www.damian.oquanta.info/galleries/binder/terminal.png</link><enclosure url="http://www.damian.oquanta.info/galleries/binder/terminal.png" type="image/png" length="151720"></enclosure><guid isPermaLink="false">galleries/binder/terminal.png</guid><pubDate>Mon, 18 Dec 2017 00:57:32 GMT</pubDate></item></channel></rss>
5 changes: 3 additions & 2 deletions output/es/galleries/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<meta name="viewport" content="width=device-width">
<title>galleries | El blog de Damian</title>
<link href="../../assets/css/all-nocdn.css" rel="stylesheet" type="text/css">
<link rel="alternate" type="application/rss+xml" title="RSS (en)" href="../../rss.xml">
<link rel="alternate" type="application/rss+xml" title="RSS (es)" href="../rss.xml">
<link rel="alternate" type="application/rss+xml" title="RSS (en)" href="../../rss.xml">
<link rel="canonical" href="http://www.damian.oquanta.info/es/galleries/index.html">
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
Expand Down Expand Up @@ -50,7 +50,8 @@
<li>galleries</li>
</ul></nav><h1>galleries</h1>
<ul>
<li><a href="bokehmagic/"><i class="icon-folder-open"></i> bokehmagic</a></li>
<li><a href="binder/"><i class="icon-folder-open"></i> binder</a></li>
<li><a href="bokehmagic/"><i class="icon-folder-open"></i> bokehmagic</a></li>
<li><a href="deploy/"><i class="icon-folder-open"></i> deploy</a></li>
<li><a href="Facu_RN/"><i class="icon-folder-open"></i> Facu_RN</a></li>
<li><a href="Inundacion/"><i class="icon-folder-open"></i> Inundacion</a></li>
Expand Down
122 changes: 122 additions & 0 deletions output/galleries/binder/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,122 @@
<!DOCTYPE html>
<html prefix="
og: http://ogp.me/ns#
article: http://ogp.me/ns/article#
" lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>binder | Damian's blog</title>
<link href="../../assets/css/all-nocdn.css" rel="stylesheet" type="text/css">
<link rel="alternate" type="application/rss+xml" title="RSS (es)" href="../../es/rss.xml">
<link rel="alternate" type="application/rss+xml" title="RSS (en)" href="../../rss.xml">
<link rel="canonical" href="http://www.damian.oquanta.info/galleries/binder/index.html">
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
displayMath: [ ['$$','$$'], ["\\[","\\]"] ]
},
displayAlign: 'left', // Change this to 'center' to center equations.
"HTML-CSS": {
styles: {'.MathJax_Display': {"margin": 0}}
}
});
</script><!--[if lt IE 9]><script src="/assets/js/html5.js"></script><![endif]--><link rel="alternate" type="application/rss+xml" title="RSS" href="rss.xml">
<style type="text/css">
.image-block {
display: inline-block;
}
.flowr_row {
width: 100%;
}
</style>
<link rel="alternate" hreflang="es" href="../../es/galleries/binder/index.html">
<link rel="alternate" type="application/rss+xml" title="RSS" href="rss.xml">
</head>
<body>
<section class="social"><ul>
<li><a href="../../index.html" title="Home"><i class="icon-home"></i></a></li>
<li><a href="../../archive.html" title="Archives"><i class="icon-folder-open-alt"></i></a></li>
<li><a href="../../categories/index.html" title="Tags"><i class="icon-tags"></i></a></li>
<li><a href="../../rss.xml" title="RSS"><i class="icon-rss"></i></a></li>
<li><a href="../../stories/about-me.html" title="About me"><i class="icon-user"></i></a></li>
<li><a href="https://twitter.com/damian_avila" title="My Twitter"><i class="icon-twitter"></i></a></li>
<li><a href="https://github.com/damianavila" title="My Github"><i class="icon-github"></i></a></li>
<li><a href="https://plus.google.com/u/0/106896109587369688379/posts" title="My Google+"><i class="icon-google-plus"></i></a></li>

</ul></section><section class="page-content"><div class="content" rel="main">
<nav class="breadcrumbs"><ul class="breadcrumb">
<li><a href="../">galleries</a></li>
<li>binder</li>
</ul></nav><h1>binder</h1>

<div id="gallery_container"></div>
<noscript>
<ul class="thumbnails"><li>
<a href="terminal.png" class="thumbnail image-reference" title="Terminal">
<img src="terminal.thumbnail.png" alt="Terminal"></a>
</li></ul>
</noscript>
<footer id="footer"><p>Contents © 2017 <a href="mailto:[email protected]">Damian Avila</a> -
Powered by <a href="http://getnikola.com">Nikola</a> -
Zen theme based in <a href="https://github.com/arusahni/website-template">Arusahni's website-template</a><br><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/ar/">
<img alt="Creative Commons License BY-NC-SA" style="border-width:0; margin-bottom:12px;" src="http://i.creativecommons.org/l/by-nc-sa/2.5/ar/88x31.png"></a></p>

</footer>
</div>
</section><script data-gittip-username="damianavila" data-gittip-widget="button" src="//gttp.co/v1.js"></script><script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-33259189-1']);
_gaq.push(['_setDomainName', 'oquanta.info']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

</script><script src="../../assets/js/all-nocdn.js" type="text/javascript"></script><script src="../../assets/js/flowr.js"></script><script>
jsonContent = [{"size": {"h": 156, "w": 720}, "title": "Terminal", "url": "terminal.png", "url_thumb": "terminal.thumbnail.png"}];
flowr(document.querySelectorAll("#gallery_container")[0], {
data : jsonContent,
height : 180*.6,
padding: 5,
rows: -1,
render : function(params) {
// Just return a div, string or a dom object, anything works fine
var img = document.createElement("img");
img.setAttribute('src', params.itemData.url_thumb);
img.setAttribute('width', params.width);
img.setAttribute('height', params.height);
img.setAttribute('alt', params.itemData.title);
img.style.maxWidth = '100%';
link = document.createElement("a");
link.setAttribute('href', params.itemData.url);
link.setAttribute('class', 'image-reference');
div = document.createElement("div");
div.setAttribute('class', 'image-block');
div.setAttribute('title', params.itemData.title);
div.setAttribute('data-toggle', "tooltip")
link.append(img);
div.append(link);
//div.hover(div.tooltip());
return div;
},
itemWidth : function(data) { return data.size.w; },
itemHeight : function(data) { return data.size.h; },
complete : function(params) {
if( jsonContent.length > params.renderedItems ) {
nextRenderList = jsonContent.slice( params.renderedItems );
}
}
});
baguetteBox.run('#gallery_container', {
captions: function(element) {
return element.getElementsByTagName('img')[0].alt;
}});
</script>
</body>
</html>
2 changes: 2 additions & 0 deletions output/galleries/binder/rss.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Terminal</title><link>http://www.damian.oquanta.info/galleries/binder/rss.xml</link><description></description><language>en</language><lastBuildDate>Mon, 18 Dec 2017 01:00:16 GMT</lastBuildDate><generator>https://getnikola.com/</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>Terminal</title><link>http://www.damian.oquanta.info/galleries/binder/terminal.png</link><enclosure url="http://www.damian.oquanta.info/galleries/binder/terminal.png" type="image/png" length="151720"></enclosure><guid isPermaLink="false">galleries/binder/terminal.png</guid><pubDate>Mon, 18 Dec 2017 00:57:32 GMT</pubDate></item></channel></rss>
Binary file added output/galleries/binder/terminal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added output/galleries/binder/terminal.thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions output/galleries/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<meta name="viewport" content="width=device-width">
<title>galleries | Damian's blog</title>
<link href="../assets/css/all-nocdn.css" rel="stylesheet" type="text/css">
<link rel="alternate" type="application/rss+xml" title="RSS (en)" href="../rss.xml">
<link rel="alternate" type="application/rss+xml" title="RSS (es)" href="../es/rss.xml">
<link rel="alternate" type="application/rss+xml" title="RSS (en)" href="../rss.xml">
<link rel="canonical" href="http://www.damian.oquanta.info/galleries/index.html">
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
Expand Down Expand Up @@ -50,7 +50,8 @@
<li>galleries</li>
</ul></nav><h1>galleries</h1>
<ul>
<li><a href="bokehmagic/"><i class="icon-folder-open"></i> bokehmagic</a></li>
<li><a href="binder/"><i class="icon-folder-open"></i> binder</a></li>
<li><a href="bokehmagic/"><i class="icon-folder-open"></i> bokehmagic</a></li>
<li><a href="deploy/"><i class="icon-folder-open"></i> deploy</a></li>
<li><a href="Facu_RN/"><i class="icon-folder-open"></i> Facu_RN</a></li>
<li><a href="Inundacion/"><i class="icon-folder-open"></i> Inundacion</a></li>
Expand Down
Loading

0 comments on commit 1c67eb6

Please sign in to comment.