This commit is contained in:
NN Solex 2023-04-30 14:08:32 +03:00
parent ca8e39e641
commit 3b75097fed
45 changed files with 3567 additions and 0 deletions

39
web/output/404.html Normal file
View file

@ -0,0 +1,39 @@
<!DOCTYPE html>
<html lang="english">
<head>
<title>404</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="/theme/local.css" rel="stylesheet">
<style>
body {
color: white;
background-color: blue;
display: table;
height: 100vh;
max-width: 100%;
overflow: hidden;
margin: 0;
}
a {
color: blue
}
div {
display: table-cell;
height: 100%;
vertical-align: middle;
}
</style>
</head>
<body id="index">
<div id="404">
<center><a>Windows</a></center>
<p>An exception 404 has occurred. The page could not be found. It may be possible to continue normally.</p>
<ul>
<li>Press the backspace key to attempt to continue.</li>
<li>Press CTRL+ALT+DEL to restart your computer. You will<br />
lose any unsaved information in all applications.</li>
</ul>
</div>
</body>
</html>

21
web/output/e8229.html Normal file
View file

@ -0,0 +1,21 @@
<!DOCTYPE html>
<html lang="english">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="/theme/local.css" rel="stylesheet">
</head>
<body id="index" class="home">
<section id="content" class="body">
<div class="entry-content">
<p>I noticed a peculiar sensation in the air as soon as I arrived in town. It was as if an electric charge was coursing through the air beneath the pastoral tranquillity, making me nervous. I looked around, but there was no one to be found. The faint odor of decay lingered around me, mingled with the sweet fragrance of incense. The mix made me feel uneasy, like if I'd stepped into a strange, surreal dream.</p>
<span class="geo"><a latlon="32.70124169424201,34.9805500394171" href="geo:32.70124169424201,34.9805500394171">svbfh1049ck</a></span>
</div>
</section>
<script src="/theme/platform.js"></script>
<script src="/theme/geo.js"></script>
</body>
</html>

18
web/output/index.html Normal file
View file

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="english">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="/theme/local.css" rel="stylesheet">
</head>
<body id="index" class="home">
<h1></h1>
</body>
</html>

View file

@ -0,0 +1,27 @@
<!DOCTYPE html>
<html lang="english">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="/theme/local.css" rel="stylesheet">
</head>
<body id="index" class="home">
<section id="content">
<h2>Blue Eyed Donkey</h2>
<article class="hentry">
<header>
<h2 class="entry-title">
<a href="/e8229.html" rel="bookmark" title="Permalink to Entry 1">Entry 1</a>
</h2>
<span class="entry-summary"></span>
</header>
</article>
</section><!-- /#content -->
</body>
</html>

View file

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="english">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="/theme/local.css" rel="stylesheet">
</head>
<body id="index" class="home">
<ul>
<li><a href="/projects/blue-eyed-donkey/index.html">Blue Eyed Donkey</a></li>
</ul>
</body>
</html>

View file

@ -0,0 +1,26 @@
<!DOCTYPE html>
<html lang="english">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="/theme/local.css" rel="stylesheet">
</head>
<body id="index" class="home">
<section id="content">
<article class="hentry">
<header>
<h2 class="entry-title">
<a href="/e8229.html" rel="bookmark" title="Permalink to Entry 1">Entry 1</a>
</h2>
<span class="entry-summary"></span>
</header>
</article>
</section><!-- /#content -->
</body>
</html>

Binary file not shown.

10
web/output/theme/geo.js Normal file
View file

@ -0,0 +1,10 @@
const ua = String(platform.os).toLowerCase();
const android = ua.indexOf("android") > -1;
const ios = ua.indexOf("ios") > -1;
const windows = ua.indexOf("windows") > -1;
const linux = ua.indexOf("linux") > -1;
const mac = ua.indexOf("macos") > -1;
var hashlink = document.querySelector(".geo a");
if ( windows || mac || linux ) hashlink.href = "https://maps.google.com/?q=" + hashlink.getAttribute("latlon");
else if ( android ) hashlink.href = "geo:0,0?q=" + hashlink.getAttribute("latlon");
else if ( ios ) hashlink.href = "http://maps.apple.com/?ll=" + hashlink.getAttribute("latlon") + "&q=" + hashlink.innerHTML;

144
web/output/theme/local.css Normal file
View file

@ -0,0 +1,144 @@
@font-face {
font-family: 'David Libre';
src: local('David Libre'), local('DavidLibre'),
url('DavidLibre-Regular.ttf') format('ttf')
}
/* CSS Reset */
html {
margin: 0;
padding: 0;
text-align: left;
text-rendering: optimizeLegibility;
}
/* HTML5 tag defaults. */
header, footer, aside, nav, article
{
display: block;
}
h1, h2, h3, h4, h5 {
margin-block-start: 0;
font-weight: normal;
text-align: left;
font-size: 1em;
}
body {
font-family: 'David Libre';
padding: 1em;
font-size: 1.4em;
line-height: 1.2em;
text-align: left;
color: #090A0E;
height: 100vh;
overflow-x: hidden;
overflow-y: hidden;
margin: auto;
max-width: 40em;
}
p {
margin-block-start: 0;
}
ul, ul li {
margin:0;
padding:0;
list-style:none
}
ul li::before {
content: '*\00a0';
}
/* Use a thin border around all images. */
img
{
border: 1px solid;
max-width: 40em;
width: 100%;
}
/* Navigation bar. */
nav
{
padding-bottom: 1ex;
margin-bottom: 4em;
}
nav::after {
clear:left;
}
nav ul
{
padding: 0;
margin-left: 0;
list-style: none;
}
nav ul li
{
display: inline;
float: left;
margin-right: .4em; /* How far between items. */
margin-top: .3em;
}
nav li::before {
content: none;
}
nav ul li a
{
display: inline;
margin: 0;
}
/*
* Use a border around tables, but don't draw lines around individual
* cells.
*/
table
{
border-style: solid;
border-collapse: collapse;
border-width: thin;
font-size: 100%;
}
th, td
{
border-style: solid;
border-width: thin;
}
a {
border-bottom: 1px solid #090A0E;
}
/* for unvisited links: blue */
a:link
{
text-decoration: none;
}
/* for visited links: purple */
a:visited
{
text-decoration: none;
}
/* when mouse is over link or the link is active*/
a:hover, a:active
{
text-decoration: none;
}
blockquote {
border: 1px solid;
margin: 0;
padding-left: 1em;
}

1260
web/output/theme/platform.js Normal file

File diff suppressed because it is too large Load diff