From 6798984ffe07bfc60be91999c7f4d0c0c471e93e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Fernando=20S=C3=A1nchez?= Date: Wed, 11 Dec 2019 14:32:34 +0100 Subject: [PATCH] rebuilding site Wed Dec 11 14:32:34 CET 2019 --- categories/index.html | 74 +++-- categories/index.xml | 2 +- cheatsheet/emacs/index.html | 14 +- cheatsheet/index.html | 74 +++-- cheatsheet/index.xml | 12 +- cheatsheet/linux/index.html | 152 ++++++---- cheatsheet/python/index.html | 25 +- cheatsheet/rpi/index.html | 28 +- css/main.css | 117 +++++--- index.html | 211 ++++++-------- index.json | 2 +- index.xml | 63 +++-- page/2/index.html | 182 +++++++----- page/3/index.html | 213 ++++++++++++++ page/index.html | 74 +++-- page/index.xml | 4 +- page/todo/index.html | 126 ++++----- post/2013-08-17-creating-my-web/index.html | 98 +++---- .../index.html | 81 +++--- .../index.html | 161 +++++------ post/2014-09-23-publishing-to-pypi/index.html | 228 +++++++-------- post/2014-10-09-proxies/index.html | 175 ++++++------ post/2014-12-09-zotero/index.html | 202 +++++++------ post/2015-04-10-github-dotfiles/index.html | 106 +++---- post/2016-09-28-tqdm/index.html | 92 +++--- post/2019-01-06-zigbee2mqtt/index.html | 173 ++++++------ post/2019-05-01-surface-go/index.html | 265 +++++++++++++++++ post/index.html | 205 ++++++-------- post/index.xml | 49 +++- post/page/2/index.html | 176 +++++++----- post/page/3/index.html | 212 ++++++++++++++ post/surface-go/index.html | 266 ++++++++++++++++++ posts/index.html | 74 +++-- posts/index.xml | 2 +- project/index.html | 84 +++--- search/index.html | 74 +++-- sitemap.xml | 216 +++++++------- tags/apache/index.html | 99 ++++--- tags/apache/index.xml | 18 +- tags/arch/index.html | 74 +++-- tags/arch/index.xml | 6 +- tags/config/index.html | 229 +++++++++++++++ tags/config/index.xml | 35 +++ tags/config/page/1/index.html | 1 + tags/dotfiles/index.html | 76 +++-- tags/dotfiles/index.xml | 4 +- tags/emacs/index.html | 74 +++-- tags/emacs/index.xml | 2 +- tags/git/index.html | 85 +++--- tags/git/index.xml | 8 +- tags/github/index.html | 78 +++-- tags/github/index.xml | 6 +- tags/gunicorn/index.html | 99 ++++--- tags/gunicorn/index.xml | 18 +- tags/heroku/index.html | 76 +++-- tags/heroku/index.xml | 2 +- tags/index.html | 102 ++++--- tags/index.xml | 217 +++++++------- tags/iot/index.html | 76 +++-- tags/iot/index.xml | 4 +- tags/javascript/index.html | 78 +++-- tags/javascript/index.xml | 4 +- tags/linux/index.html | 115 +++++--- tags/linux/index.xml | 26 +- tags/lisp/index.html | 74 +++-- tags/lisp/index.xml | 2 +- tags/mqtt/index.html | 76 +++-- tags/mqtt/index.xml | 4 +- tags/nginx/index.html | 74 +++-- tags/nginx/index.xml | 2 +- tags/org/index.html | 74 +++-- tags/org/index.xml | 2 +- tags/productivity/index.html | 74 +++-- tags/productivity/index.xml | 2 +- tags/programming/index.html | 74 +++-- tags/programming/index.xml | 4 +- tags/proxy/index.html | 99 ++++--- tags/proxy/index.xml | 18 +- tags/pypi/index.html | 74 +++-- tags/pypi/index.xml | 2 +- tags/python/index.html | 119 ++++---- tags/python/index.xml | 22 +- tags/rpi/index.html | 74 +++-- tags/rpi/index.xml | 6 +- tags/ruby/index.html | 76 +++-- tags/ruby/index.xml | 4 +- tags/starters/index.html | 76 +++-- tags/starters/index.xml | 4 +- tags/surface-go/index.html | 229 +++++++++++++++ tags/surface-go/index.xml | 35 +++ tags/surface-go/page/1/index.html | 1 + tags/uwsgi/index.html | 99 ++++--- tags/uwsgi/index.xml | 18 +- tags/webdav/index.html | 74 +++-- tags/webdav/index.xml | 2 +- tags/zigbee/index.html | 76 +++-- tags/zigbee/index.xml | 4 +- tags/zotero/index.html | 74 +++-- tags/zotero/index.xml | 2 +- 99 files changed, 4563 insertions(+), 3011 deletions(-) create mode 100644 page/3/index.html create mode 100644 post/2019-05-01-surface-go/index.html create mode 100644 post/page/3/index.html create mode 100644 post/surface-go/index.html create mode 100644 tags/config/index.html create mode 100644 tags/config/index.xml create mode 100644 tags/config/page/1/index.html create mode 100644 tags/surface-go/index.html create mode 100644 tags/surface-go/index.xml create mode 100644 tags/surface-go/page/1/index.html diff --git a/categories/index.html b/categories/index.html index 546f736..efe895c 100644 --- a/categories/index.html +++ b/categories/index.html @@ -67,35 +67,35 @@ diff --git a/css/main.css b/css/main.css index e01e552..1557208 100755 --- a/css/main.css +++ b/css/main.css @@ -58,6 +58,7 @@ body { .toc ul { list-style: none; + text-align: left; } .toc li:before { content: ""; @@ -102,18 +103,53 @@ body { } #sidebar { - width: 28%; + width: 25%; text-align: right; - padding-left: 50px; + padding-left: 2%; position: relative; } + #badge { + display: none; + } + + +} + +@media (min-width: 1200px) { + #contentwrapper { + width: 1200px; + position:relative; + } + + #container { + width: 1200px; + margin: 0 auto; + } #badge{ + height: 270px; + } + + #content { + width: 850px; + } + + #sidebar { + width: 290px; + } + + .front, .back { + height: 250px; + width: 230px; + } + + #badge{ + display: block; position: relative; margin: 0px auto 10px; - width: 80%; - height: 180px; + width: 250px; + height: 300px; padding: 0; /* margin-top: -2em; */ -webkit-transform: rotate(-4deg); @@ -124,10 +160,17 @@ body { z-index: 1000; } - #badge * { + .expandx { width: 100%; } + .expandy { + height: 100%; + } + .expand { + width: 100%; + height: 100%; + } /* entire container, keeps perspective */ .flip-container { @@ -159,23 +202,29 @@ body { transform-style: preserve-3d; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; - position: relative; } /* hide back of pane during swap */ .front, .back { - backface-visibility: hidden; - -webkit-backface-visibility: hidden; - position: absolute; - top: 0; - left: 0; - padding: 1%; - padding-bottom: 10%; - background-color: black; - box-shadow: -5px 5px 5px #555; - -webkit-box-shadow: -5px 5px 15px #555; - -moz-box-shadow: -5px 5px 15px #555; + + /* backface-visibility: hidden; */ + /* -webkit-backface-visibility: hidden; */ + /* transform: rotateX(0deg); */ + position: absolute; + top: 0; + left: 0; + padding: 1%; + padding-bottom: 10%; + background-color: black; + box-shadow: -5px 5px 5px #555; + -webkit-box-shadow: -5px 5px 15px #555; + -moz-box-shadow: -5px 5px 15px #555; + } + + .back { + backface-visibility: hidden; + } /* front pane, placed above back */ @@ -185,9 +234,11 @@ body { /* back, initially hidden pane */ .back { - transform: rotateY(180deg); - -webkit-transform: rotateY(180deg); - z-index: 4; + transform: rotateY(180deg); + -webkit-transform: rotateY(180deg); + z-index: 4; + /* height: 100%; */ + background-color: #ffd700bb; } .sticky:after { @@ -245,28 +296,12 @@ body { .toc { padding: 1em; position: fixed; - border-color: black; - border: 1px solid; + border: 1px solid lightgray; background-color: white; height: max-content; z-index: 1; } -} - -@media (min-width: 1200px) { - #contentwrapper { - width: 1200px; - position:relative; - } - - #container { - width: 1200px; - margin: 0 auto; - } - #badge{ - height: 270px; - } } @@ -818,3 +853,11 @@ pre { margin:0; height: 100%; } + +.vertical-center { + margin: 0; + position: absolute; + top: 50%; + -ms-transform: translateY(-50%); + transform: translateY(-50%); +} diff --git a/index.html b/index.html index f02bc83..ec86477 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ - + Balkian's site - Balkian's site @@ -25,9 +25,7 @@ - -

PhD

- -