diff options
| author | Miguel <m.i@gmx.at> | 2019-02-18 17:48:56 +0100 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2019-02-18 17:48:56 +0100 |
| commit | 1691d68b3fb94aa0d88f74d2d4a373346d77ecbf (patch) | |
| tree | 94fa8c11db216b5238cae1c155979ba2366f3f30 | |
| parent | 339d364acc9817e330cee9a3b87771385804f021 (diff) | |
working on content
| -rw-r--r-- | 015_about/index.md | 4 | ||||
| -rw-r--r-- | 050_projects/0100_Webkit-Keyboardless-Navigation/index.md | 4 | ||||
| -rw-r--r-- | 080_blog/00100_Monospaced-Font-and-Pixel-Display-for-Space-Engineers/index.md | 4 | ||||
| -rw-r--r-- | 080_blog/00110_Midnight-Commander-Cheatsheet/index.md | 4 | ||||
| -rw-r--r-- | template.html | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/015_about/index.md b/015_about/index.md index b32d4ac..cdae09b 100644 --- a/015_about/index.md +++ b/015_about/index.md @@ -1,5 +1,5 @@ -###KWD Michal Idziorek, Michał Idziorek, Michael Idziorek, Idziorek -###DSC Everything you ever wanted to know about Michal Idziorek. This Website acts as a central Hub hosting his notes, projects, achievements as well as utter failiures. +###>>>KWD Michal Idziorek, Michał Idziorek, Michael Idziorek, Idziorek +###>>>DSC Everything you ever wanted to know about Michal Idziorek. This Website acts as a central Hub hosting his notes, projects, achievements as well as utter failiures. Michal Idziorek =============== diff --git a/050_projects/0100_Webkit-Keyboardless-Navigation/index.md b/050_projects/0100_Webkit-Keyboardless-Navigation/index.md index 158c382..a56a377 100644 --- a/050_projects/0100_Webkit-Keyboardless-Navigation/index.md +++ b/050_projects/0100_Webkit-Keyboardless-Navigation/index.md @@ -19,8 +19,8 @@ The DOM is manipulated on the fly by the browser without any JavaScript involved A little video demonstrating what was achieved so far (inside the glorious, webkit2gtk+ based, suckless surf browser): <video style="width:60%;min-width:100pt;" controls> - <source src="/DATA/v1.mp4" type="video/mp4"> - <source src="/DATA/v1.ogv" type="video/ogg"> + <source src="v1.mp4" type="video/mp4"> + <source src="v1.ogv" type="video/ogg"> Your browser does not support the video tag. </video> diff --git a/080_blog/00100_Monospaced-Font-and-Pixel-Display-for-Space-Engineers/index.md b/080_blog/00100_Monospaced-Font-and-Pixel-Display-for-Space-Engineers/index.md index d63c658..12afa86 100644 --- a/080_blog/00100_Monospaced-Font-and-Pixel-Display-for-Space-Engineers/index.md +++ b/080_blog/00100_Monospaced-Font-and-Pixel-Display-for-Space-Engineers/index.md @@ -1,5 +1,5 @@ -###KWD Space Engineers Pixel Display, Space Engineers Font, Monospaced -###DSC A Pixel precise Display for Space Engineers including a custom monospaced Font. +###>>>KWD Space Engineers Pixel Display, Space Engineers Font, Monospaced +###>>>DSC A Pixel precise Display for Space Engineers including a custom monospaced Font. # Monospaced Font and Pixel Display for Space Engineers <p class="text-secondary">September 23, 2016</p> <figure class="text-center"> diff --git a/080_blog/00110_Midnight-Commander-Cheatsheet/index.md b/080_blog/00110_Midnight-Commander-Cheatsheet/index.md index 7e52728..5f9ed13 100644 --- a/080_blog/00110_Midnight-Commander-Cheatsheet/index.md +++ b/080_blog/00110_Midnight-Commander-Cheatsheet/index.md @@ -1,5 +1,5 @@ -###KWD midnight commander cheatsheet, mc cheatsheet, mc shortcuts, midnight commander shortcuts -###DSC Cheatsheet for Midnight Commander summarizing the most useful shortcuts. +###>>>KWD midnight commander cheatsheet, mc cheatsheet, mc shortcuts, midnight commander shortcuts +###>>>DSC Cheatsheet for Midnight Commander summarizing the most useful shortcuts. Midnight Commander Cheatsheet ============================= diff --git a/template.html b/template.html index b042b3f..6e7b232 100644 --- a/template.html +++ b/template.html @@ -24,7 +24,7 @@ <nav class="navbar navbar-expand-sm navbar-dark bg-primary"> <a class="navbar-brand" href="###ROOT###/index.html"> - idziorek.net + idziorek.net </a> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> @@ -53,7 +53,7 @@ </div> <div id="footer" class="p-3 bg-primary text-light text-center"> - (c)1994-2019 + © 1994-2019 </div> </div> </div> |
