addded static site
This commit is contained in:
parent
19b1b85859
commit
1350521f11
@ -32,7 +32,7 @@ Gründe Haskell zu nutzen und wo Vorteile liegen.
|
|||||||
- [Parallel and Concurrent Programming in Haskell](http://chimera.labs.oreilly.com/books/1230000000929/pr01.html)
|
- [Parallel and Concurrent Programming in Haskell](http://chimera.labs.oreilly.com/books/1230000000929/pr01.html)
|
||||||
- [Slides of a Quickcheck-Talk](http://scholar.google.de/scholar?cluster=7602244452224287116&hl=de&as_sdt=0,5)
|
- [Slides of a Quickcheck-Talk](http://scholar.google.de/scholar?cluster=7602244452224287116&hl=de&as_sdt=0,5)
|
||||||
- [Understanding F-Algebras](https://www.fpcomplete.com/user/bartosz/understanding-algebras)
|
- [Understanding F-Algebras](https://www.fpcomplete.com/user/bartosz/understanding-algebras)
|
||||||
schöne Erklärung. Man könnte danach anfangen den [[Morphsims|Morphismen-zoo]]#
|
schöne Erklärung. Man könnte danach anfangen den [[Morphisms|Morphismen-zoo]]#
|
||||||
zu verstehen...
|
zu verstehen...
|
||||||
- [Monad Transformers](https://github.com/kqr/gists/blob/master/articles/gentle-introduction-monad-transformers.md)
|
- [Monad Transformers](https://github.com/kqr/gists/blob/master/articles/gentle-introduction-monad-transformers.md)
|
||||||
|
|
||||||
@ -40,7 +40,7 @@ Gründe Haskell zu nutzen und wo Vorteile liegen.
|
|||||||
|
|
||||||
- [Tom LaGatta on Category-Theory](https://www.youtube.com/watch?v=o6L6XeNdd_k)
|
- [Tom LaGatta on Category-Theory](https://www.youtube.com/watch?v=o6L6XeNdd_k)
|
||||||
- [Unifying Structured Recursion Schemes](https://www.youtube.com/watch?v=9EGYSb9vov8)
|
- [Unifying Structured Recursion Schemes](https://www.youtube.com/watch?v=9EGYSb9vov8)
|
||||||
aka. [[Morphsims|The Morphism-Zoo]]
|
aka. [[Morphisms|The Morphism-Zoo]]
|
||||||
- [Hole-Driven-Development Teaser (Enthusiasticon, raichoo)](https://www.youtube.com/watch?v=IRGKkiGG5CY)
|
- [Hole-Driven-Development Teaser (Enthusiasticon, raichoo)](https://www.youtube.com/watch?v=IRGKkiGG5CY)
|
||||||
|
|
||||||
## Unsorted/Unseen
|
## Unsorted/Unseen
|
||||||
|
1017
static_gen/-/all.html
Normal file
1017
static_gen/-/all.html
Normal file
File diff suppressed because it is too large
Load Diff
1
static_gen/-/export.json
Normal file
1
static_gen/-/export.json
Normal file
File diff suppressed because one or more lines are too long
BIN
static_gen/-/stork.st
Normal file
BIN
static_gen/-/stork.st
Normal file
Binary file not shown.
254
static_gen/-/tags.html
Normal file
254
static_gen/-/tags.html
Normal file
@ -0,0 +1,254 @@
|
|||||||
|
<html lang='en'>
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta charset='UTF-8' />
|
||||||
|
<meta name='viewport' content='width=device-width, initial-scale=1' />
|
||||||
|
<title>
|
||||||
|
Tag Index – Home
|
||||||
|
</title>
|
||||||
|
|
||||||
|
|
||||||
|
<meta property='og:description' content='Unsortierte Einsichten und Erfahrungen. Archiviert zum verlinken, späteren Überdenken oder Diskutieren.' />
|
||||||
|
<meta property='og:site_name' content='Home' />
|
||||||
|
<meta property='og:image' content />
|
||||||
|
<meta property='og:type' content='website' />
|
||||||
|
<meta property='og:title' content='Tag Index' />
|
||||||
|
|
||||||
|
|
||||||
|
<base href='/' />
|
||||||
|
<link href='favicon.svg' rel='icon' />
|
||||||
|
|
||||||
|
<script>
|
||||||
|
window.MathJax = {
|
||||||
|
startup: {
|
||||||
|
ready: () => {
|
||||||
|
MathJax.startup.defaultReady();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
};
|
||||||
|
</script>
|
||||||
|
<script async id='MathJax-script' src='https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js'></script>
|
||||||
|
|
||||||
|
<!-- mermaid.js --><script src='https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js'></script>
|
||||||
|
<script>
|
||||||
|
mermaid.initialize({startOnLoad:false});
|
||||||
|
mermaid.init(undefined,document.querySelectorAll(".mermaid"));
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<!-- highlight.js -->
|
||||||
|
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.6.0/styles/hybrid.min.css' />
|
||||||
|
<script src='https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.6.0/highlight.min.js'></script>
|
||||||
|
<!-- Include languages that Emanote itself uses -->
|
||||||
|
<script src='https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.6.0/languages/haskell.min.js'></script>
|
||||||
|
<script src='https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.6.0/languages/nix.min.js'></script>
|
||||||
|
<script>hljs.highlightAll();</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link href='tailwind.css?instanceId=faa07eb7-0f7a-4cb2-8347-d9aa01265a0e' rel='stylesheet' type='text/css' />
|
||||||
|
|
||||||
|
<!-- Heist error element -->
|
||||||
|
<style>
|
||||||
|
strong.error {
|
||||||
|
color: lightcoral;
|
||||||
|
font-size: 90%;
|
||||||
|
font-family: monospace;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
<!-- What goes in this file will appear on near the end of <head>--><link rel='preload' href='_emanote-static/fonts/Maven_Pro/MavenPro-VariableFont_wght.ttf' as='font' type='font/ttf' crossorigin />
|
||||||
|
|
||||||
|
<style>
|
||||||
|
@font-face {
|
||||||
|
font-family: 'MavenPro';
|
||||||
|
/* FIXME: This ought to be: ${ema:emanoteStaticLayerUrl}/fonts/Maven_Pro/MavenPro-VariableFont_wght.ttf */
|
||||||
|
src: url(_emanote-static/fonts/Maven_Pro/MavenPro-VariableFont_wght.ttf) format("truetype");
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
font-family: 'MavenPro', sans-serif;
|
||||||
|
/* font-variation-settings: 'wght'300; */
|
||||||
|
}
|
||||||
|
|
||||||
|
a.mavenLinkBold {
|
||||||
|
font-variation-settings: 'wght'500;
|
||||||
|
}
|
||||||
|
|
||||||
|
strong {
|
||||||
|
font-variation-settings: 'wght'500;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1,
|
||||||
|
h2,
|
||||||
|
h3,
|
||||||
|
h4,
|
||||||
|
h5,
|
||||||
|
h6,
|
||||||
|
header,
|
||||||
|
.header-font {
|
||||||
|
font-family: 'MavenPro', sans-serif;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<head-main></head-main>
|
||||||
|
<link rel='stylesheet' href='https://files.stork-search.net/releases/v1.5.0/flat.css' />
|
||||||
|
<!-- Custom Stork-search styling for Emanote -->
|
||||||
|
<style>
|
||||||
|
#stork-search-container {
|
||||||
|
z-index: 1000;
|
||||||
|
background-color: rgb(15 23 42/.8);
|
||||||
|
}
|
||||||
|
|
||||||
|
.stork-overflow-hidden-important {
|
||||||
|
overflow: hidden !important;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
|
||||||
|
<script src='https://files.stork-search.net/releases/v1.5.0/stork.js'></script>
|
||||||
|
|
||||||
|
|
||||||
|
<script data-emanote-base-url='/'>
|
||||||
|
window.emanote = {};
|
||||||
|
window.emanote.stork = {
|
||||||
|
searchShown: false,
|
||||||
|
toggleSearch: function () {
|
||||||
|
document.getElementById('stork-search-container').classList.toggle('hidden');
|
||||||
|
window.emanote.stork.searchShown = document.body.classList.toggle('stork-overflow-hidden-important');
|
||||||
|
if (window.emanote.stork.searchShown) {
|
||||||
|
document.getElementById('stork-search-input').focus();
|
||||||
|
}
|
||||||
|
},
|
||||||
|
clearSearch: function () {
|
||||||
|
document.getElementById('stork-search-container').classList.add('hidden');
|
||||||
|
document.body.classList.remove('stork-overflow-hidden-important');
|
||||||
|
window.emanote.stork.searchShown = false;
|
||||||
|
},
|
||||||
|
|
||||||
|
init: function () {
|
||||||
|
const indexName = 'emanote-search'; // used to match input[data-stork] attribute value
|
||||||
|
const baseUrl = document.currentScript.getAttribute('data-emanote-base-url') || '/';
|
||||||
|
const indexUrl = baseUrl + '-/stork.st';
|
||||||
|
if (document.readyState !== 'complete') {
|
||||||
|
window.addEventListener('load', function () {
|
||||||
|
stork.register(indexName, indexUrl);
|
||||||
|
});
|
||||||
|
|
||||||
|
document.addEventListener('keydown', event => {
|
||||||
|
if (window.emanote.stork.searchShown && event.key === 'Escape') {
|
||||||
|
window.emanote.stork.clearSearch();
|
||||||
|
event.preventDefault();
|
||||||
|
} else if ((event.key == 'k' || event.key == 'K') && (event.ctrlKey || event.metaKey)) {
|
||||||
|
window.emanote.stork.toggleSearch();
|
||||||
|
event.preventDefault();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
} else {
|
||||||
|
// Override existing on Ema's hot-reload
|
||||||
|
stork.register(indexName, indexUrl, { forceOverwrite: true });
|
||||||
|
}
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
window.emanote.stork.init();
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<!-- DoNotFormat -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- DoNotFormat -->
|
||||||
|
|
||||||
|
<body class='bg-gray-400 overflow-y-scroll'>
|
||||||
|
|
||||||
|
<div class='container mx-auto '>
|
||||||
|
<main class='flex-col items-center justify-center mx-2'>
|
||||||
|
<h1 class='pb-2 mt-2 mb-2 text-6xl text-center'>
|
||||||
|
Tag Index
|
||||||
|
</h1>
|
||||||
|
<div class='flex justify-center items-center mb-2'>
|
||||||
|
<a target='_blank' class='italic underline' href='https://github.com/srid/emanote/discussions/50'>Experimental
|
||||||
|
feature</a> !
|
||||||
|
</div>
|
||||||
|
<div class='pb-2 mx-auto my-4 lg:max-w-screen-md '>
|
||||||
|
|
||||||
|
<div class='bg-gray-200 pb-2'>
|
||||||
|
<nav id='tagcrumbs' class='w-full pl-2 bg-gray-100'>
|
||||||
|
<div class='flex items-center justify-left'>
|
||||||
|
<div class='w-full px-2 py-2 '>
|
||||||
|
<ul class='flex flex-wrap text-lg'>
|
||||||
|
|
||||||
|
<li class='inline-flex items-center text-black'>
|
||||||
|
<a class='px-1 font-mono'>
|
||||||
|
/
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
<div class='flex flex-col pl-2 my-4 ml-2 space-y-2'>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</main>
|
||||||
|
<footer class='flex items-center justify-center mt-2 mb-8 space-x-4 text-center text-gray-800'>
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<a href='' title='Go to Home page'>
|
||||||
|
<svg xmlns='http://www.w3.org/2000/svg' class='w-6 h-6 hover:text-red-700' fill='none' viewBox='0 0 24 24' stroke='currentColor'>
|
||||||
|
<path stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3 12l2-2m0 0l7-7 7 7M5 10v10a1 1 0 001 1h3m10-11l2 2m-2-2v10a1 1 0 01-1 1h-3m-6 0a1 1 0 001-1v-4a1 1 0 011-1h2a1 1 0 011 1v4a1 1 0 001 1m-6 0h6'></path>
|
||||||
|
</svg>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<a href='-/all' title='View Index'>
|
||||||
|
<svg class='w-6 h-6 hover:text-red-700' fill='none' stroke='currentColor' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'>
|
||||||
|
<path stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8V4m0 0h4M4 4l5 5m11-1V4m0 0h-4m4 0l-5 5M4 16v4m0 0h4m-4 0l5-5m11 5l-5-5m5 5v-4m0 4h-4'>
|
||||||
|
</path>
|
||||||
|
</svg>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<a href='https://emanote.srid.ca' target='_blank' title='Generated by Emanote 0.7.3.0'>
|
||||||
|
<img class='w-6 h-6 hover:text-red-700' src='_emanote-static/emanote-logo.svg' />
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<a href='-/tags' title='View tags'>
|
||||||
|
<svg class='w-6 h-6 hover:text-red-700' fill='none' stroke='currentColor' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'>
|
||||||
|
<path stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M7 7h.01M7 3h5c.512 0 1.024.195 1.414.586l7 7a2 2 0 010 2.828l-7 7a2 2 0 01-2.828 0l-7-7A1.994 1.994 0 013 12V7a4 4 0 014-4z'>
|
||||||
|
</path>
|
||||||
|
</svg>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<a href='-/tasks' title='View tasks'>
|
||||||
|
<svg xmlns='http://www.w3.org/2000/svg' class='w-6 h-6 hover:text-red-700' fill='none' viewBox='0 0 24 24' stroke='currentColor'>
|
||||||
|
<path stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z'></path>
|
||||||
|
</svg>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id='stork-search-container' class='hidden fixed w-screen h-screen inset-0 backdrop-filter backdrop-blur-sm'>
|
||||||
|
<div class='fixed w-screen h-screen inset-0' onclick='window.emanote.stork.toggleSearch()'></div>
|
||||||
|
|
||||||
|
<div class='container mx-auto p-10 mt-10'>
|
||||||
|
<div class='stork-wrapper-flat container mx-auto'>
|
||||||
|
<input id='stork-search-input' data-stork='emanote-search' class='stork-input' placeholder='Search (Ctrl+K) ...' />
|
||||||
|
<div data-stork='emanote-search-output' class='stork-output'></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
239
static_gen/-/tasks.html
Normal file
239
static_gen/-/tasks.html
Normal file
@ -0,0 +1,239 @@
|
|||||||
|
<html lang='en'>
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta charset='UTF-8' />
|
||||||
|
<meta name='viewport' content='width=device-width, initial-scale=1' />
|
||||||
|
<title>
|
||||||
|
Task Index – Home
|
||||||
|
</title>
|
||||||
|
|
||||||
|
|
||||||
|
<meta property='og:description' content='Unsortierte Einsichten und Erfahrungen. Archiviert zum verlinken, späteren Überdenken oder Diskutieren.' />
|
||||||
|
<meta property='og:site_name' content='Home' />
|
||||||
|
<meta property='og:image' content />
|
||||||
|
<meta property='og:type' content='website' />
|
||||||
|
<meta property='og:title' content='Task Index' />
|
||||||
|
|
||||||
|
|
||||||
|
<base href='/' />
|
||||||
|
<link href='favicon.svg' rel='icon' />
|
||||||
|
|
||||||
|
<script>
|
||||||
|
window.MathJax = {
|
||||||
|
startup: {
|
||||||
|
ready: () => {
|
||||||
|
MathJax.startup.defaultReady();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
};
|
||||||
|
</script>
|
||||||
|
<script async id='MathJax-script' src='https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js'></script>
|
||||||
|
|
||||||
|
<!-- mermaid.js --><script src='https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js'></script>
|
||||||
|
<script>
|
||||||
|
mermaid.initialize({startOnLoad:false});
|
||||||
|
mermaid.init(undefined,document.querySelectorAll(".mermaid"));
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<!-- highlight.js -->
|
||||||
|
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.6.0/styles/hybrid.min.css' />
|
||||||
|
<script src='https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.6.0/highlight.min.js'></script>
|
||||||
|
<!-- Include languages that Emanote itself uses -->
|
||||||
|
<script src='https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.6.0/languages/haskell.min.js'></script>
|
||||||
|
<script src='https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.6.0/languages/nix.min.js'></script>
|
||||||
|
<script>hljs.highlightAll();</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link href='tailwind.css?instanceId=faa07eb7-0f7a-4cb2-8347-d9aa01265a0e' rel='stylesheet' type='text/css' />
|
||||||
|
|
||||||
|
<!-- Heist error element -->
|
||||||
|
<style>
|
||||||
|
strong.error {
|
||||||
|
color: lightcoral;
|
||||||
|
font-size: 90%;
|
||||||
|
font-family: monospace;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
<!-- What goes in this file will appear on near the end of <head>--><link rel='preload' href='_emanote-static/fonts/Maven_Pro/MavenPro-VariableFont_wght.ttf' as='font' type='font/ttf' crossorigin />
|
||||||
|
|
||||||
|
<style>
|
||||||
|
@font-face {
|
||||||
|
font-family: 'MavenPro';
|
||||||
|
/* FIXME: This ought to be: ${ema:emanoteStaticLayerUrl}/fonts/Maven_Pro/MavenPro-VariableFont_wght.ttf */
|
||||||
|
src: url(_emanote-static/fonts/Maven_Pro/MavenPro-VariableFont_wght.ttf) format("truetype");
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
font-family: 'MavenPro', sans-serif;
|
||||||
|
/* font-variation-settings: 'wght'300; */
|
||||||
|
}
|
||||||
|
|
||||||
|
a.mavenLinkBold {
|
||||||
|
font-variation-settings: 'wght'500;
|
||||||
|
}
|
||||||
|
|
||||||
|
strong {
|
||||||
|
font-variation-settings: 'wght'500;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1,
|
||||||
|
h2,
|
||||||
|
h3,
|
||||||
|
h4,
|
||||||
|
h5,
|
||||||
|
h6,
|
||||||
|
header,
|
||||||
|
.header-font {
|
||||||
|
font-family: 'MavenPro', sans-serif;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<head-main></head-main>
|
||||||
|
<link rel='stylesheet' href='https://files.stork-search.net/releases/v1.5.0/flat.css' />
|
||||||
|
<!-- Custom Stork-search styling for Emanote -->
|
||||||
|
<style>
|
||||||
|
#stork-search-container {
|
||||||
|
z-index: 1000;
|
||||||
|
background-color: rgb(15 23 42/.8);
|
||||||
|
}
|
||||||
|
|
||||||
|
.stork-overflow-hidden-important {
|
||||||
|
overflow: hidden !important;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
|
||||||
|
<script src='https://files.stork-search.net/releases/v1.5.0/stork.js'></script>
|
||||||
|
|
||||||
|
|
||||||
|
<script data-emanote-base-url='/'>
|
||||||
|
window.emanote = {};
|
||||||
|
window.emanote.stork = {
|
||||||
|
searchShown: false,
|
||||||
|
toggleSearch: function () {
|
||||||
|
document.getElementById('stork-search-container').classList.toggle('hidden');
|
||||||
|
window.emanote.stork.searchShown = document.body.classList.toggle('stork-overflow-hidden-important');
|
||||||
|
if (window.emanote.stork.searchShown) {
|
||||||
|
document.getElementById('stork-search-input').focus();
|
||||||
|
}
|
||||||
|
},
|
||||||
|
clearSearch: function () {
|
||||||
|
document.getElementById('stork-search-container').classList.add('hidden');
|
||||||
|
document.body.classList.remove('stork-overflow-hidden-important');
|
||||||
|
window.emanote.stork.searchShown = false;
|
||||||
|
},
|
||||||
|
|
||||||
|
init: function () {
|
||||||
|
const indexName = 'emanote-search'; // used to match input[data-stork] attribute value
|
||||||
|
const baseUrl = document.currentScript.getAttribute('data-emanote-base-url') || '/';
|
||||||
|
const indexUrl = baseUrl + '-/stork.st';
|
||||||
|
if (document.readyState !== 'complete') {
|
||||||
|
window.addEventListener('load', function () {
|
||||||
|
stork.register(indexName, indexUrl);
|
||||||
|
});
|
||||||
|
|
||||||
|
document.addEventListener('keydown', event => {
|
||||||
|
if (window.emanote.stork.searchShown && event.key === 'Escape') {
|
||||||
|
window.emanote.stork.clearSearch();
|
||||||
|
event.preventDefault();
|
||||||
|
} else if ((event.key == 'k' || event.key == 'K') && (event.ctrlKey || event.metaKey)) {
|
||||||
|
window.emanote.stork.toggleSearch();
|
||||||
|
event.preventDefault();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
} else {
|
||||||
|
// Override existing on Ema's hot-reload
|
||||||
|
stork.register(indexName, indexUrl, { forceOverwrite: true });
|
||||||
|
}
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
window.emanote.stork.init();
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<!-- DoNotFormat -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- DoNotFormat -->
|
||||||
|
|
||||||
|
<body class='bg-gray-400 overflow-y-scroll'>
|
||||||
|
|
||||||
|
<div class='container mx-auto '>
|
||||||
|
<main class='flex-col items-center justify-center mx-2'>
|
||||||
|
<h1 class='pb-2 mt-2 mb-2 text-6xl text-center'>
|
||||||
|
Task Index
|
||||||
|
</h1>
|
||||||
|
<div class='flex justify-center items-center mb-2'>
|
||||||
|
<a target='_blank' class='italic underline' href='https://github.com/srid/emanote/discussions/50'>Experimental
|
||||||
|
feature</a> !
|
||||||
|
</div>
|
||||||
|
<div class='pb-2 mx-auto my-4 lg:max-w-screen-md '>
|
||||||
|
|
||||||
|
<div class='w-full bg-gray-300'>
|
||||||
|
<div class='w-full px-3 py-1'>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</main>
|
||||||
|
<footer class='flex items-center justify-center mt-2 mb-8 space-x-4 text-center text-gray-800'>
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<a href='' title='Go to Home page'>
|
||||||
|
<svg xmlns='http://www.w3.org/2000/svg' class='w-6 h-6 hover:text-red-700' fill='none' viewBox='0 0 24 24' stroke='currentColor'>
|
||||||
|
<path stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3 12l2-2m0 0l7-7 7 7M5 10v10a1 1 0 001 1h3m10-11l2 2m-2-2v10a1 1 0 01-1 1h-3m-6 0a1 1 0 001-1v-4a1 1 0 011-1h2a1 1 0 011 1v4a1 1 0 001 1m-6 0h6'></path>
|
||||||
|
</svg>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<a href='-/all' title='View Index'>
|
||||||
|
<svg class='w-6 h-6 hover:text-red-700' fill='none' stroke='currentColor' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'>
|
||||||
|
<path stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8V4m0 0h4M4 4l5 5m11-1V4m0 0h-4m4 0l-5 5M4 16v4m0 0h4m-4 0l5-5m11 5l-5-5m5 5v-4m0 4h-4'>
|
||||||
|
</path>
|
||||||
|
</svg>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<a href='https://emanote.srid.ca' target='_blank' title='Generated by Emanote 0.7.3.0'>
|
||||||
|
<img class='w-6 h-6 hover:text-red-700' src='_emanote-static/emanote-logo.svg' />
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<a href='-/tags' title='View tags'>
|
||||||
|
<svg class='w-6 h-6 hover:text-red-700' fill='none' stroke='currentColor' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'>
|
||||||
|
<path stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M7 7h.01M7 3h5c.512 0 1.024.195 1.414.586l7 7a2 2 0 010 2.828l-7 7a2 2 0 01-2.828 0l-7-7A1.994 1.994 0 013 12V7a4 4 0 014-4z'>
|
||||||
|
</path>
|
||||||
|
</svg>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<a href='-/tasks' title='View tasks'>
|
||||||
|
<svg xmlns='http://www.w3.org/2000/svg' class='w-6 h-6 hover:text-red-700' fill='none' viewBox='0 0 24 24' stroke='currentColor'>
|
||||||
|
<path stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z'></path>
|
||||||
|
</svg>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id='stork-search-container' class='hidden fixed w-screen h-screen inset-0 backdrop-filter backdrop-blur-sm'>
|
||||||
|
<div class='fixed w-screen h-screen inset-0' onclick='window.emanote.stork.toggleSearch()'></div>
|
||||||
|
|
||||||
|
<div class='container mx-auto p-10 mt-10'>
|
||||||
|
<div class='stork-wrapper-flat container mx-auto'>
|
||||||
|
<input id='stork-search-input' data-stork='emanote-search' class='stork-input' placeholder='Search (Ctrl+K) ...' />
|
||||||
|
<div data-stork='emanote-search-output' class='stork-output'></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
0
static_gen/.nojekyll
Normal file
0
static_gen/.nojekyll
Normal file
1208
static_gen/About.html
Normal file
1208
static_gen/About.html
Normal file
File diff suppressed because it is too large
Load Diff
1338
static_gen/About/CV.html
Normal file
1338
static_gen/About/CV.html
Normal file
File diff suppressed because it is too large
Load Diff
BIN
static_gen/About/DresselhausStefan_klein2.jpg
Normal file
BIN
static_gen/About/DresselhausStefan_klein2.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 87 KiB |
1294
static_gen/About/Experience.html
Normal file
1294
static_gen/About/Experience.html
Normal file
File diff suppressed because it is too large
Load Diff
1354
static_gen/About/Extracurricular.html
Normal file
1354
static_gen/About/Extracurricular.html
Normal file
File diff suppressed because it is too large
Load Diff
1452
static_gen/About/Work.html
Normal file
1452
static_gen/About/Work.html
Normal file
File diff suppressed because it is too large
Load Diff
1178
static_gen/Android.html
Normal file
1178
static_gen/Android.html
Normal file
File diff suppressed because it is too large
Load Diff
1273
static_gen/Android/Einrichtung.html
Normal file
1273
static_gen/Android/Einrichtung.html
Normal file
File diff suppressed because it is too large
Load Diff
1218
static_gen/Haskell.html
Normal file
1218
static_gen/Haskell.html
Normal file
File diff suppressed because it is too large
Load Diff
1301
static_gen/Haskell/Advantages.html
Normal file
1301
static_gen/Haskell/Advantages.html
Normal file
File diff suppressed because it is too large
Load Diff
1212
static_gen/Haskell/Code Snippets.html
Normal file
1212
static_gen/Haskell/Code Snippets.html
Normal file
File diff suppressed because it is too large
Load Diff
1363
static_gen/Haskell/Code Snippets/Monoid.html
Normal file
1363
static_gen/Haskell/Code Snippets/Monoid.html
Normal file
File diff suppressed because it is too large
Load Diff
1480
static_gen/Haskell/Code Snippets/Morphisms.html
Normal file
1480
static_gen/Haskell/Code Snippets/Morphisms.html
Normal file
File diff suppressed because it is too large
Load Diff
1331
static_gen/Haskell/FFPiH.html
Normal file
1331
static_gen/Haskell/FFPiH.html
Normal file
File diff suppressed because it is too large
Load Diff
1800
static_gen/Haskell/Lenses.html
Normal file
1800
static_gen/Haskell/Lenses.html
Normal file
File diff suppressed because it is too large
Load Diff
1824
static_gen/Haskell/Webapp_Development.html
Normal file
1824
static_gen/Haskell/Webapp_Development.html
Normal file
File diff suppressed because it is too large
Load Diff
1405
static_gen/Logik.html
Normal file
1405
static_gen/Logik.html
Normal file
File diff suppressed because it is too large
Load Diff
1178
static_gen/Uni.html
Normal file
1178
static_gen/Uni.html
Normal file
File diff suppressed because it is too large
Load Diff
1335
static_gen/Uni/Lernerfolg_an_der_Uni.html
Normal file
1335
static_gen/Uni/Lernerfolg_an_der_Uni.html
Normal file
File diff suppressed because it is too large
Load Diff
1178
static_gen/Unix.html
Normal file
1178
static_gen/Unix.html
Normal file
File diff suppressed because it is too large
Load Diff
1227
static_gen/Unix/SSH-Filter.html
Normal file
1227
static_gen/Unix/SSH-Filter.html
Normal file
File diff suppressed because it is too large
Load Diff
4
static_gen/_emanote-bin/compile-css
Normal file
4
static_gen/_emanote-bin/compile-css
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
set -xe
|
||||||
|
|
||||||
|
echo "Deprecation Warning: this script should not be used anymore"
|
92
static_gen/_emanote-static/emanote-logo.svg
Normal file
92
static_gen/_emanote-static/emanote-logo.svg
Normal file
@ -0,0 +1,92 @@
|
|||||||
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||||
|
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||||
|
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
|
viewBox="0 0 504.124 504.124" style="enable-background:new 0 0 504.124 504.124;" xml:space="preserve">
|
||||||
|
<path style="fill:#EA0C5C;" d="M482.951,396.006c0,8.531-6.908,15.447-15.447,15.447H95.461c-8.515,0-15.439-6.916-15.439-15.447
|
||||||
|
v-64.37c0-8.531,6.924-15.447,15.439-15.447h372.043c8.539,0,15.447,6.916,15.447,15.447L482.951,396.006L482.951,396.006z"/>
|
||||||
|
<path style="fill:#BC0852;" d="M467.512,316.197c8.539,0,15.447,6.916,15.447,15.447v64.37c0,8.531-6.908,15.447-15.447,15.447
|
||||||
|
H95.461"/>
|
||||||
|
<path style="fill:#FF7171;" d="M80.022,331.643c0-8.531,6.924-15.447,15.439-15.447h372.043c8.539,0,15.447,6.916,15.447,15.447"/>
|
||||||
|
<g>
|
||||||
|
<path style="fill:#F2DB06;" d="M399.991,396.699c0,1.552-1.268,2.812-2.812,2.812l0,0c-1.552,0-2.82-1.26-2.82-2.812V330.95
|
||||||
|
c0-1.56,1.268-2.82,2.82-2.82l0,0c1.544,0,2.812,1.26,2.812,2.82V396.699z"/>
|
||||||
|
<path style="fill:#F2DB06;" d="M417.84,396.699c0,1.552-1.26,2.812-2.812,2.812l0,0c-1.56,0-2.82-1.26-2.82-2.812V330.95
|
||||||
|
c0-1.56,1.26-2.82,2.82-2.82l0,0c1.552,0,2.812,1.26,2.812,2.82V396.699z"/>
|
||||||
|
<path style="fill:#F2DB06;" d="M435.689,396.699c0,1.552-1.252,2.812-2.82,2.812l0,0c-1.544,0-2.804-1.26-2.804-2.812V330.95
|
||||||
|
c0-1.56,1.26-2.82,2.804-2.82l0,0c1.568,0,2.82,1.26,2.82,2.82V396.699z"/>
|
||||||
|
</g>
|
||||||
|
<path style="fill:#038462;" d="M424.102,302.089c0,8.523-6.916,15.447-15.447,15.447H36.613c-8.531,0-15.447-6.924-15.447-15.447
|
||||||
|
v-64.37c0-8.539,6.916-15.447,15.447-15.447h372.043c8.531,0,15.447,6.908,15.447,15.447V302.089z"/>
|
||||||
|
<path style="fill:#047769;" d="M408.655,222.272c8.531,0,15.447,6.908,15.447,15.447v64.37c0,8.523-6.916,15.447-15.447,15.447
|
||||||
|
H36.613"/>
|
||||||
|
<path style="fill:#2EAF8D;" d="M21.174,237.719c0-8.539,6.916-15.447,15.447-15.447h372.035c8.531,0,15.447,6.908,15.447,15.447"/>
|
||||||
|
<g>
|
||||||
|
<path style="fill:#F2DB06;" d="M341.134,302.775c0,1.552-1.26,2.812-2.82,2.812l0,0c-1.544,0-2.796-1.26-2.796-2.812v-65.757
|
||||||
|
c0-1.552,1.252-2.812,2.796-2.812l0,0c1.56,0,2.82,1.26,2.82,2.812V302.775z"/>
|
||||||
|
<path style="fill:#F2DB06;" d="M358.984,302.775c0,1.552-1.26,2.812-2.828,2.812l0,0c-1.544,0-2.804-1.26-2.804-2.812v-65.757
|
||||||
|
c0-1.552,1.26-2.812,2.804-2.812l0,0c1.568,0,2.828,1.26,2.828,2.812V302.775z"/>
|
||||||
|
<path style="fill:#F2DB06;" d="M376.833,302.775c0,1.552-1.268,2.812-2.812,2.812l0,0c-1.56,0-2.82-1.26-2.82-2.812v-65.757
|
||||||
|
c0-1.552,1.26-2.812,2.82-2.812l0,0c1.544,0,2.812,1.26,2.812,2.812V302.775z"/>
|
||||||
|
</g>
|
||||||
|
<path style="fill:#115989;" d="M424.102,488.678c0,8.523-6.916,15.447-15.447,15.447H36.613c-8.531,0-15.447-6.924-15.447-15.447
|
||||||
|
v-64.37c0-8.531,6.916-15.447,15.447-15.447h372.043c8.531,0,15.447,6.916,15.447,15.447V488.678z"/>
|
||||||
|
<path style="fill:#003B5B;" d="M408.655,408.861c8.531,0,15.447,6.916,15.447,15.447v64.37c0,8.523-6.916,15.447-15.447,15.447
|
||||||
|
H36.613"/>
|
||||||
|
<path style="fill:#158ACC;" d="M21.174,424.308c0-8.531,6.916-15.447,15.447-15.447h372.035c8.531,0,15.447,6.916,15.447,15.447"/>
|
||||||
|
<g>
|
||||||
|
<path style="fill:#F2DB06;" d="M341.134,489.371c0,1.552-1.26,2.812-2.82,2.812l0,0c-1.544,0-2.796-1.26-2.796-2.812v-65.757
|
||||||
|
c0-1.536,1.252-2.812,2.796-2.812l0,0c1.56,0,2.82,1.276,2.82,2.812V489.371z"/>
|
||||||
|
<path style="fill:#F2DB06;" d="M358.984,489.371c0,1.552-1.26,2.812-2.828,2.812l0,0c-1.544,0-2.804-1.26-2.804-2.812v-65.757
|
||||||
|
c0-1.536,1.26-2.812,2.804-2.812l0,0c1.568,0,2.828,1.276,2.828,2.812V489.371z"/>
|
||||||
|
<path style="fill:#F2DB06;" d="M376.833,489.371c0,1.552-1.268,2.812-2.812,2.812l0,0c-1.56,0-2.82-1.26-2.82-2.812v-65.757
|
||||||
|
c0-1.536,1.26-2.812,2.82-2.812l0,0c1.544,0,2.812,1.276,2.812,2.812V489.371z"/>
|
||||||
|
</g>
|
||||||
|
<circle style="fill:#FFAA00;" cx="252.062" cy="131.853" r="92.987"/>
|
||||||
|
<path style="fill:#FF8500;" d="M252.062,38.882c51.358,0,92.987,41.622,92.987,92.979s-41.63,92.979-92.987,92.979"/>
|
||||||
|
<path style="fill:#54391E;" d="M252.566,57.038c-4.151,0-7.507-3.363-7.507-7.507c0-17.258-14.052-31.319-31.327-31.319
|
||||||
|
c-4.151,0-7.507-3.356-7.507-7.515c0-4.151,3.356-7.507,7.507-7.507c25.553,0,46.34,20.787,46.34,46.34
|
||||||
|
C260.081,53.675,256.725,57.038,252.566,57.038z"/>
|
||||||
|
<path style="fill:#382413;" d="M213.741,17.275c-0.819,0-1.575,0.221-2.332,0.473c0.756,0.244,1.512,0.473,2.332,0.473
|
||||||
|
c17.266,0,31.327,14.052,31.327,31.319c0,4.143,3.356,7.507,7.507,7.507c2.725,0,5.01-1.52,6.333-3.694
|
||||||
|
C254.197,32.722,235.757,17.275,213.741,17.275z"/>
|
||||||
|
<path style="fill:#7EC441;" d="M305.799,3.9c-12.768-8.271-34.068-3.119-50.105,12.902c-16.03,16.037-13.383,29.562-3.718,40.921
|
||||||
|
L305.799,3.9z"/>
|
||||||
|
<path style="fill:#559E1B;" d="M305.696,3.79c8.263,12.761,3.119,34.068-12.91,50.105c-16.03,16.03-29.554,13.375-40.921,3.718
|
||||||
|
L305.696,3.79z"/>
|
||||||
|
<g>
|
||||||
|
<path style="fill:#F4C951;" d="M236.285,55.187c7.593,7.593-9.051,17.912-25.687,34.54s-26.947,33.264-34.54,25.679
|
||||||
|
c-7.57-7.578-0.236-27.199,16.384-43.827C209.078,54.943,228.691,47.609,236.285,55.187z"/>
|
||||||
|
<circle style="fill:#F4C951;" cx="177.129" cy="129.971" r="4.072"/>
|
||||||
|
<circle style="fill:#F4C951;" cx="176.814" cy="147.828" r="1.252"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 5.2 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
118
static_gen/_emanote-static/inverted-tree.css
Normal file
118
static_gen/_emanote-static/inverted-tree.css
Normal file
@ -0,0 +1,118 @@
|
|||||||
|
/* Adapted from https://neuron.zettel.page/uplink-tree
|
||||||
|
Originally from https://codepen.io/philippkuehn/pen/QbrOaN
|
||||||
|
*/
|
||||||
|
|
||||||
|
body .tree.flipped {
|
||||||
|
-webkit-transform: rotate(180deg);
|
||||||
|
-moz-transform: rotate(180deg);
|
||||||
|
-ms-transform: rotate(180deg);
|
||||||
|
-o-transform: rotate(180deg);
|
||||||
|
transform: rotate(180deg);
|
||||||
|
}
|
||||||
|
body .tree {
|
||||||
|
overflow: auto;
|
||||||
|
/* See more-head.tpl */
|
||||||
|
font-family: 'MavenPro', sans-serif;
|
||||||
|
font-variation-settings: 'wght' 475;
|
||||||
|
|
||||||
|
font-size: 0.8em;
|
||||||
|
}
|
||||||
|
body .tree ul.root {
|
||||||
|
padding-top: 0px;
|
||||||
|
margin-top: 0px;
|
||||||
|
}
|
||||||
|
body .tree ul {
|
||||||
|
position: relative;
|
||||||
|
padding: 1em 0px 0px 0px;
|
||||||
|
white-space: nowrap;
|
||||||
|
margin: 0px auto 0px auto;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
body .tree ul::after {
|
||||||
|
content: "";
|
||||||
|
display: table;
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
|
body .tree ul:last-child {
|
||||||
|
padding-bottom: 0.1em;
|
||||||
|
}
|
||||||
|
body .tree li {
|
||||||
|
display: inline-block;
|
||||||
|
vertical-align: top;
|
||||||
|
text-align: center;
|
||||||
|
list-style-type: none;
|
||||||
|
position: relative;
|
||||||
|
padding: 1em 0.5em 0em 0.5em;
|
||||||
|
}
|
||||||
|
body .tree li::before {
|
||||||
|
content: "";
|
||||||
|
position: absolute;
|
||||||
|
top: 0px;
|
||||||
|
right: 50%;
|
||||||
|
border-top: solid 2px #cccccc;
|
||||||
|
width: 60%;
|
||||||
|
height: 1.19999em;
|
||||||
|
}
|
||||||
|
body .tree li::after {
|
||||||
|
content: "";
|
||||||
|
position: absolute;
|
||||||
|
top: 0px;
|
||||||
|
right: 50%;
|
||||||
|
border-top: solid 2px #cccccc;
|
||||||
|
width: 50%;
|
||||||
|
height: 1.19999em;
|
||||||
|
}
|
||||||
|
body .tree li::after {
|
||||||
|
right: auto;
|
||||||
|
left: 50%;
|
||||||
|
border-left: solid 2px #cccccc;
|
||||||
|
}
|
||||||
|
body .tree li:only-child {
|
||||||
|
padding-top: 0em;
|
||||||
|
}
|
||||||
|
body .tree li:only-child::after {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
body .tree li:only-child::before {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
body .tree li:first-child::before {
|
||||||
|
border-style: none;
|
||||||
|
border-width: 0px;
|
||||||
|
}
|
||||||
|
body .tree li:first-child::after {
|
||||||
|
border-radius: 5px 0px 0px 0px;
|
||||||
|
}
|
||||||
|
body .tree li:last-child::after {
|
||||||
|
border-style: none;
|
||||||
|
border-width: 0px;
|
||||||
|
}
|
||||||
|
body .tree li:last-child::before {
|
||||||
|
border-right: solid 2px #cccccc;
|
||||||
|
border-radius: 0px 5px 0px 0px;
|
||||||
|
}
|
||||||
|
body .tree ul ul::before {
|
||||||
|
content: "";
|
||||||
|
position: absolute;
|
||||||
|
top: 0px;
|
||||||
|
left: 50%;
|
||||||
|
border-left: solid 2px #cccccc;
|
||||||
|
width: 0px;
|
||||||
|
height: 1.19999em;
|
||||||
|
}
|
||||||
|
body .tree li div.forest-link {
|
||||||
|
border: solid 2px #cccccc;
|
||||||
|
padding: 0.2em 0.29999em 0.2em 0.29999em;
|
||||||
|
text-decoration: none;
|
||||||
|
display: inline-block;
|
||||||
|
border-radius: 5px 5px 5px 5px;
|
||||||
|
position: relative;
|
||||||
|
top: 2px;
|
||||||
|
}
|
||||||
|
body .tree.flipped li div.forest-link {
|
||||||
|
-webkit-transform: rotate(180deg);
|
||||||
|
-moz-transform: rotate(180deg);
|
||||||
|
-ms-transform: rotate(180deg);
|
||||||
|
-o-transform: rotate(180deg);
|
||||||
|
transform: rotate(180deg);
|
||||||
|
}
|
92
static_gen/favicon.svg
Normal file
92
static_gen/favicon.svg
Normal file
@ -0,0 +1,92 @@
|
|||||||
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||||
|
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||||
|
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
|
viewBox="0 0 504.124 504.124" style="enable-background:new 0 0 504.124 504.124;" xml:space="preserve">
|
||||||
|
<path style="fill:#EA0C5C;" d="M482.951,396.006c0,8.531-6.908,15.447-15.447,15.447H95.461c-8.515,0-15.439-6.916-15.439-15.447
|
||||||
|
v-64.37c0-8.531,6.924-15.447,15.439-15.447h372.043c8.539,0,15.447,6.916,15.447,15.447L482.951,396.006L482.951,396.006z"/>
|
||||||
|
<path style="fill:#BC0852;" d="M467.512,316.197c8.539,0,15.447,6.916,15.447,15.447v64.37c0,8.531-6.908,15.447-15.447,15.447
|
||||||
|
H95.461"/>
|
||||||
|
<path style="fill:#FF7171;" d="M80.022,331.643c0-8.531,6.924-15.447,15.439-15.447h372.043c8.539,0,15.447,6.916,15.447,15.447"/>
|
||||||
|
<g>
|
||||||
|
<path style="fill:#F2DB06;" d="M399.991,396.699c0,1.552-1.268,2.812-2.812,2.812l0,0c-1.552,0-2.82-1.26-2.82-2.812V330.95
|
||||||
|
c0-1.56,1.268-2.82,2.82-2.82l0,0c1.544,0,2.812,1.26,2.812,2.82V396.699z"/>
|
||||||
|
<path style="fill:#F2DB06;" d="M417.84,396.699c0,1.552-1.26,2.812-2.812,2.812l0,0c-1.56,0-2.82-1.26-2.82-2.812V330.95
|
||||||
|
c0-1.56,1.26-2.82,2.82-2.82l0,0c1.552,0,2.812,1.26,2.812,2.82V396.699z"/>
|
||||||
|
<path style="fill:#F2DB06;" d="M435.689,396.699c0,1.552-1.252,2.812-2.82,2.812l0,0c-1.544,0-2.804-1.26-2.804-2.812V330.95
|
||||||
|
c0-1.56,1.26-2.82,2.804-2.82l0,0c1.568,0,2.82,1.26,2.82,2.82V396.699z"/>
|
||||||
|
</g>
|
||||||
|
<path style="fill:#038462;" d="M424.102,302.089c0,8.523-6.916,15.447-15.447,15.447H36.613c-8.531,0-15.447-6.924-15.447-15.447
|
||||||
|
v-64.37c0-8.539,6.916-15.447,15.447-15.447h372.043c8.531,0,15.447,6.908,15.447,15.447V302.089z"/>
|
||||||
|
<path style="fill:#047769;" d="M408.655,222.272c8.531,0,15.447,6.908,15.447,15.447v64.37c0,8.523-6.916,15.447-15.447,15.447
|
||||||
|
H36.613"/>
|
||||||
|
<path style="fill:#2EAF8D;" d="M21.174,237.719c0-8.539,6.916-15.447,15.447-15.447h372.035c8.531,0,15.447,6.908,15.447,15.447"/>
|
||||||
|
<g>
|
||||||
|
<path style="fill:#F2DB06;" d="M341.134,302.775c0,1.552-1.26,2.812-2.82,2.812l0,0c-1.544,0-2.796-1.26-2.796-2.812v-65.757
|
||||||
|
c0-1.552,1.252-2.812,2.796-2.812l0,0c1.56,0,2.82,1.26,2.82,2.812V302.775z"/>
|
||||||
|
<path style="fill:#F2DB06;" d="M358.984,302.775c0,1.552-1.26,2.812-2.828,2.812l0,0c-1.544,0-2.804-1.26-2.804-2.812v-65.757
|
||||||
|
c0-1.552,1.26-2.812,2.804-2.812l0,0c1.568,0,2.828,1.26,2.828,2.812V302.775z"/>
|
||||||
|
<path style="fill:#F2DB06;" d="M376.833,302.775c0,1.552-1.268,2.812-2.812,2.812l0,0c-1.56,0-2.82-1.26-2.82-2.812v-65.757
|
||||||
|
c0-1.552,1.26-2.812,2.82-2.812l0,0c1.544,0,2.812,1.26,2.812,2.812V302.775z"/>
|
||||||
|
</g>
|
||||||
|
<path style="fill:#115989;" d="M424.102,488.678c0,8.523-6.916,15.447-15.447,15.447H36.613c-8.531,0-15.447-6.924-15.447-15.447
|
||||||
|
v-64.37c0-8.531,6.916-15.447,15.447-15.447h372.043c8.531,0,15.447,6.916,15.447,15.447V488.678z"/>
|
||||||
|
<path style="fill:#003B5B;" d="M408.655,408.861c8.531,0,15.447,6.916,15.447,15.447v64.37c0,8.523-6.916,15.447-15.447,15.447
|
||||||
|
H36.613"/>
|
||||||
|
<path style="fill:#158ACC;" d="M21.174,424.308c0-8.531,6.916-15.447,15.447-15.447h372.035c8.531,0,15.447,6.916,15.447,15.447"/>
|
||||||
|
<g>
|
||||||
|
<path style="fill:#F2DB06;" d="M341.134,489.371c0,1.552-1.26,2.812-2.82,2.812l0,0c-1.544,0-2.796-1.26-2.796-2.812v-65.757
|
||||||
|
c0-1.536,1.252-2.812,2.796-2.812l0,0c1.56,0,2.82,1.276,2.82,2.812V489.371z"/>
|
||||||
|
<path style="fill:#F2DB06;" d="M358.984,489.371c0,1.552-1.26,2.812-2.828,2.812l0,0c-1.544,0-2.804-1.26-2.804-2.812v-65.757
|
||||||
|
c0-1.536,1.26-2.812,2.804-2.812l0,0c1.568,0,2.828,1.276,2.828,2.812V489.371z"/>
|
||||||
|
<path style="fill:#F2DB06;" d="M376.833,489.371c0,1.552-1.268,2.812-2.812,2.812l0,0c-1.56,0-2.82-1.26-2.82-2.812v-65.757
|
||||||
|
c0-1.536,1.26-2.812,2.82-2.812l0,0c1.544,0,2.812,1.276,2.812,2.812V489.371z"/>
|
||||||
|
</g>
|
||||||
|
<circle style="fill:#FFAA00;" cx="252.062" cy="131.853" r="92.987"/>
|
||||||
|
<path style="fill:#FF8500;" d="M252.062,38.882c51.358,0,92.987,41.622,92.987,92.979s-41.63,92.979-92.987,92.979"/>
|
||||||
|
<path style="fill:#54391E;" d="M252.566,57.038c-4.151,0-7.507-3.363-7.507-7.507c0-17.258-14.052-31.319-31.327-31.319
|
||||||
|
c-4.151,0-7.507-3.356-7.507-7.515c0-4.151,3.356-7.507,7.507-7.507c25.553,0,46.34,20.787,46.34,46.34
|
||||||
|
C260.081,53.675,256.725,57.038,252.566,57.038z"/>
|
||||||
|
<path style="fill:#382413;" d="M213.741,17.275c-0.819,0-1.575,0.221-2.332,0.473c0.756,0.244,1.512,0.473,2.332,0.473
|
||||||
|
c17.266,0,31.327,14.052,31.327,31.319c0,4.143,3.356,7.507,7.507,7.507c2.725,0,5.01-1.52,6.333-3.694
|
||||||
|
C254.197,32.722,235.757,17.275,213.741,17.275z"/>
|
||||||
|
<path style="fill:#7EC441;" d="M305.799,3.9c-12.768-8.271-34.068-3.119-50.105,12.902c-16.03,16.037-13.383,29.562-3.718,40.921
|
||||||
|
L305.799,3.9z"/>
|
||||||
|
<path style="fill:#559E1B;" d="M305.696,3.79c8.263,12.761,3.119,34.068-12.91,50.105c-16.03,16.03-29.554,13.375-40.921,3.718
|
||||||
|
L305.696,3.79z"/>
|
||||||
|
<g>
|
||||||
|
<path style="fill:#F4C951;" d="M236.285,55.187c7.593,7.593-9.051,17.912-25.687,34.54s-26.947,33.264-34.54,25.679
|
||||||
|
c-7.57-7.578-0.236-27.199,16.384-43.827C209.078,54.943,228.691,47.609,236.285,55.187z"/>
|
||||||
|
<circle style="fill:#F4C951;" cx="177.129" cy="129.971" r="4.072"/>
|
||||||
|
<circle style="fill:#F4C951;" cx="176.814" cy="147.828" r="1.252"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 5.2 KiB |
1143
static_gen/index.html
Normal file
1143
static_gen/index.html
Normal file
File diff suppressed because it is too large
Load Diff
1
static_gen/tailwind.css
Normal file
1
static_gen/tailwind.css
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user