mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-02-21 19:20:07 +00:00
388 lines
27 KiB
HTML
388 lines
27 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en" dir="ltr" itemscope itemtype="http://schema.org/Article" data-r-output-format="html">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="height=device-height, width=device-width, initial-scale=1.0, minimum-scale=1.0">
|
|
<meta name="generator" content="Hugo 0.143.1">
|
|
<meta name="generator" content="Relearn 7.3.2+ac9244e75d03f453f4e20c9b52ab6c1ae228d9a5">
|
|
<meta name="description" content="Where organization meets chaos">
|
|
<meta name="author" content="Captain Hugo">
|
|
<meta name="twitter:card" content="summary">
|
|
<meta name="twitter:title" content="Cargo :: Purple Pulpo">
|
|
<meta name="twitter:description" content="Where organization meets chaos">
|
|
<meta property="og:url" content="https://mcshelby.github.io/hugo-theme-relearn/exampleSite/ship/cargo/index.html">
|
|
<meta property="og:site_name" content="Purple Pulpo">
|
|
<meta property="og:title" content="Cargo :: Purple Pulpo">
|
|
<meta property="og:description" content="Where organization meets chaos">
|
|
<meta property="og:locale" content="en">
|
|
<meta property="og:type" content="website">
|
|
<meta itemprop="name" content="Cargo :: Purple Pulpo">
|
|
<meta itemprop="description" content="Where organization meets chaos">
|
|
<meta itemprop="wordCount" content="234">
|
|
<title>Cargo :: Purple Pulpo</title>
|
|
<link href="https://mcshelby.github.io/hugo-theme-relearn/exampleSite/ship/cargo/index.html" rel="alternate" hreflang="x-default">
|
|
<link href="https://mcshelby.github.io/hugo-theme-relearn/exampleSite/ship/cargo/index.html" rel="alternate" hreflang="en">
|
|
<link href="https://mcshelby.github.io/hugo-theme-relearn/exampleSite/pir/ship/cargo/index.html" rel="alternate" hreflang="art-x-pir">
|
|
<link href="/hugo-theme-relearn/exampleSite/ship/cargo/index.xml" rel="alternate" type="application/rss+xml" title="Cargo :: Purple Pulpo">
|
|
<link href="/hugo-theme-relearn/exampleSite/ship/cargo/index.print.html" rel="alternate" type="text/html" title="Cargo :: Purple Pulpo">
|
|
<link href="/hugo-theme-relearn/exampleSite/css/fontawesome-all.min.css?1739482519" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="/hugo-theme-relearn/exampleSite/css/fontawesome-all.min.css?1739482519" rel="stylesheet"></noscript>
|
|
<link href="/hugo-theme-relearn/exampleSite/css/auto-complete.css?1739482519" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="/hugo-theme-relearn/exampleSite/css/auto-complete.css?1739482519" rel="stylesheet"></noscript>
|
|
<link href="/hugo-theme-relearn/exampleSite/css/perfect-scrollbar.min.css?1739482519" rel="stylesheet">
|
|
<link href="/hugo-theme-relearn/exampleSite/css/theme.min.css?1739482519" rel="stylesheet">
|
|
<link href="/hugo-theme-relearn/exampleSite/css/format-html.min.css?1739482519" rel="stylesheet" id="R-format-style">
|
|
<script>
|
|
window.relearn = window.relearn || {};
|
|
window.relearn.relBasePath='..\/..';
|
|
window.relearn.relBaseUri='..\/..\/..\/..';
|
|
window.relearn.absBaseUri='https:\/\/mcshelby.github.io\/hugo-theme-relearn\/exampleSite';
|
|
window.relearn.min = `.min`;
|
|
window.relearn.disableAnchorCopy=false;
|
|
window.relearn.disableAnchorScrolling=false;
|
|
// variant stuff
|
|
window.relearn.themevariants = [ 'auto', 'neon', 'learn' ];
|
|
window.relearn.customvariantname = "my-custom-variant";
|
|
window.relearn.changeVariant = function(variant) {
|
|
var oldVariant = document.documentElement.dataset.rThemeVariant;
|
|
window.localStorage.setItem(window.relearn.absBaseUri + "/variant", variant);
|
|
document.documentElement.dataset.rThemeVariant = variant;
|
|
if (oldVariant != variant) {
|
|
document.dispatchEvent( new CustomEvent('themeVariantLoaded', { detail: { variant, oldVariant } }) );
|
|
}
|
|
}
|
|
window.relearn.markVariant = function() {
|
|
var variant = window.localStorage.getItem(window.relearn.absBaseUri + "/variant");
|
|
var select = document.querySelector("#R-select-variant");
|
|
if (select) {
|
|
select.value = variant;
|
|
}
|
|
}
|
|
window.relearn.initVariant = function() {
|
|
var variant = window.localStorage.getItem(window.relearn.absBaseUri + "/variant") ?? "";
|
|
if( variant == window.relearn.customvariantname ){
|
|
}else if( !variant || !window.relearn.themevariants.includes(variant) ){
|
|
variant = window.relearn.themevariants[0];
|
|
window.localStorage.setItem(window.relearn.absBaseUri + "/variant", variant);
|
|
}
|
|
document.documentElement.dataset.rThemeVariant = variant;
|
|
}
|
|
window.relearn.initVariant();
|
|
window.relearn.markVariant();
|
|
// translations
|
|
window.T_Copy_to_clipboard = `Copy to clipboard`;
|
|
window.T_Copied_to_clipboard = `Copied to clipboard!`;
|
|
window.T_Copy_link_to_clipboard = `Copy link to clipboard`;
|
|
window.T_Link_copied_to_clipboard = `Copied link to clipboard!`;
|
|
window.T_Reset_view = `Reset view`;
|
|
window.T_View_reset = `View reset!`;
|
|
window.T_No_results_found = `No results found for "{0}"`;
|
|
window.T_N_results_found = `{1} results found for "{0}"`;
|
|
</script>
|
|
<style>
|
|
|
|
#R-body svg.purple,
|
|
#R-body svg.purple :not([fill]),
|
|
#R-body svg.purple :not([fill='black']),
|
|
#R-body svg.purple :not([fill='#000000']) {
|
|
fill: var(--INTERNAL-PRIMARY-color) !important;
|
|
}
|
|
|
|
|
|
#R-logo {
|
|
font-size: 1.4rem;
|
|
margin-bottom: -.8125rem;
|
|
margin-top: -.8125rem;
|
|
max-width: 100%;
|
|
width: 14.125rem;
|
|
}
|
|
@media only all and (max-width: 59.999rem) {
|
|
#R-logo {
|
|
font-size: 1rem;
|
|
margin-bottom: -.25rem;
|
|
margin-top: -.25rem;
|
|
}
|
|
}
|
|
#R-logo svg {
|
|
display: inline-block;
|
|
opacity: .945;
|
|
vertical-align: middle;
|
|
width: 26% !important;
|
|
}
|
|
@media only all and (max-width: 59.999rem) {
|
|
#R-logo svg {
|
|
width: 24.5% !important;
|
|
}
|
|
}
|
|
#R-logo svg * {
|
|
opacity: .945;
|
|
}
|
|
#R-logo .logo-title{
|
|
display: inline-block;
|
|
overflow-wrap: break-word;
|
|
text-align: left;
|
|
text-wrap: wrap;
|
|
vertical-align: middle;
|
|
width: 4.5em;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body class="mobile-support html" data-url="/hugo-theme-relearn/exampleSite/ship/cargo/index.html">
|
|
<div id="R-body" class="default-animation">
|
|
<div id="R-body-overlay"></div>
|
|
<nav id="R-topbar">
|
|
<div class="topbar-wrapper">
|
|
<div class="topbar-sidebar-divider"></div>
|
|
<div class="topbar-area topbar-area-start" data-area="start">
|
|
<div class="topbar-button topbar-button-sidebar" data-content-empty="disable" data-width-s="show" data-width-m="hide" data-width-l="hide"><button class="topbar-control" onclick="toggleNav()" type="button" title="Menu (CTRL+ALT+n)"><i class="fa-fw fas fa-bars"></i></button>
|
|
</div>
|
|
<div class="topbar-button topbar-button-toc" data-content-empty="hide" data-width-s="show" data-width-m="show" data-width-l="show"><button class="topbar-control" onclick="toggleTopbarFlyout(this)" type="button" title="Table of Contents (CTRL+ALT+t)"><i class="fa-fw fas fa-list-alt"></i></button>
|
|
<div class="topbar-content">
|
|
<div class="topbar-content-wrapper">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<ol class="topbar-breadcrumbs breadcrumbs highlightable" itemscope itemtype="http://schema.org/BreadcrumbList"><li
|
|
itemscope itemtype="https://schema.org/ListItem" itemprop="itemListElement"><a itemprop="item" href="/hugo-theme-relearn/exampleSite/index.html"><span itemprop="name">Purple Pulpo</span></a><meta itemprop="position" content="1"> > </li><li
|
|
itemscope itemtype="https://schema.org/ListItem" itemprop="itemListElement"><a itemprop="item" href="/hugo-theme-relearn/exampleSite/ship/index.html"><span itemprop="name">The Ship</span></a><meta itemprop="position" content="2"> > </li><li
|
|
itemscope itemtype="https://schema.org/ListItem" itemprop="itemListElement"><span itemprop="name">Cargo</span><meta itemprop="position" content="3"></li>
|
|
</ol>
|
|
<div class="topbar-area topbar-area-end" data-area="end">
|
|
<div class="topbar-button topbar-button-print" data-content-empty="disable" data-width-s="area-more" data-width-m="show" data-width-l="show"><a class="topbar-control" href="/hugo-theme-relearn/exampleSite/ship/cargo/index.print.html" title="Print whole chapter (CTRL+ALT+p)"><i class="fa-fw fas fa-print"></i></a>
|
|
</div>
|
|
<div class="topbar-button topbar-button-prev" data-content-empty="disable" data-width-s="show" data-width-m="show" data-width-l="show"><a class="topbar-control" href="/hugo-theme-relearn/exampleSite/ship/midst/crew/index.html" title="Crew Quarters (🡐)"><i class="fa-fw fas fa-chevron-left"></i></a>
|
|
</div>
|
|
<div class="topbar-button topbar-button-next" data-content-empty="disable" data-width-s="show" data-width-m="show" data-width-l="show"><a class="topbar-control" href="/hugo-theme-relearn/exampleSite/log/index.html" title="Captain's Log (🡒)"><i class="fa-fw fas fa-chevron-right"></i></a>
|
|
</div>
|
|
<div class="topbar-button topbar-button-more" data-content-empty="hide" data-width-s="show" data-width-m="show" data-width-l="show"><button class="topbar-control" onclick="toggleTopbarFlyout(this)" type="button" title="More"><i class="fa-fw fas fa-ellipsis-v"></i></button>
|
|
<div class="topbar-content">
|
|
<div class="topbar-content-wrapper">
|
|
<div class="topbar-area topbar-area-more" data-area="more">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<div id="R-main-overlay"></div>
|
|
<main id="R-body-inner" class="highlightable ship" tabindex="-1">
|
|
<div class="flex-block-wrapper">
|
|
<article class="default">
|
|
<header class="headline">
|
|
</header>
|
|
|
|
<h1 id="cargo">Cargo</h1>
|
|
|
|
<p>Where organization meets chaos and inventory management is more of a suggestion than a rule. Our state-of-the-art cargo facilities are divided into three distinctly disorganized bays.</p>
|
|
<p>The daily operations in our cargo bays resemble an interpretive dance of logistics, where inventory lists are more like creative writing exercises. Our automated sorting system, powered by quantum probability and caffeinated algorithms, occasionally decides to reorganize items based on their cosmic aura rather than traditional categories. This has led to fascinating discoveries, like finding out that rubber ducks and miniature black holes share remarkably similar energy signatures.</p>
|
|
<p>The deck crew has developed their own unique navigation system through the chaos, using a combination of intuition, lucky guesses, and the occasional guidance from our resident AI, which has developed a peculiar fondness for storing items in patterns that resemble abstract art. The resulting arrangement has been praised by visiting space artists as “a masterpiece of organized entropy” and “the most innovative storage solution since the invention of pocket dimensions.”</p>
|
|
<div class="tab-panel" data-tab-group="ee51fff5734f412f6b8b95b4be847317">
|
|
<div class="tab-nav">
|
|
<div class="tab-nav-title">​</div>
|
|
<button
|
|
data-tab-item="cargo-bay-alpha"
|
|
class="tab-nav-button tab-panel-style cstyle filled active" style="--VARIABLE-BOX-color: purple;" tabindex="-1"
|
|
onclick="switchTab('ee51fff5734f412f6b8b95b4be847317','cargo-bay-alpha')"
|
|
>
|
|
<span class="tab-nav-text">Cargo Bay Alpha</span>
|
|
</button>
|
|
<button
|
|
data-tab-item="cargo-bay-beta"
|
|
class="tab-nav-button tab-panel-style cstyle filled" style="--VARIABLE-BOX-color: royalblue;"
|
|
onclick="switchTab('ee51fff5734f412f6b8b95b4be847317','cargo-bay-beta')"
|
|
>
|
|
<span class="tab-nav-text">Cargo Bay Beta</span>
|
|
</button>
|
|
<button
|
|
data-tab-item="cargo-bay-gamma"
|
|
class="tab-nav-button tab-panel-style cstyle filled" style="--VARIABLE-BOX-color: teal;"
|
|
onclick="switchTab('ee51fff5734f412f6b8b95b4be847317','cargo-bay-gamma')"
|
|
>
|
|
<span class="tab-nav-text">Cargo Bay Gamma</span>
|
|
</button>
|
|
</div>
|
|
<div class="tab-content-container">
|
|
<div
|
|
data-tab-item="cargo-bay-alpha"
|
|
class="tab-content tab-panel-style cstyle filled active" style="--VARIABLE-BOX-color: purple;">
|
|
<div class="tab-content-text">
|
|
<ul>
|
|
<li>3,721 rubber ducks in spacesuits</li>
|
|
<li>One very large tea cozy (planet-sized)</li>
|
|
<li>Collection of anti-gravity hamster wheels</li>
|
|
<li>Emergency supply of digital cookies</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div
|
|
data-tab-item="cargo-bay-beta"
|
|
class="tab-content tab-panel-style cstyle filled" style="--VARIABLE-BOX-color: royalblue;">
|
|
<div class="tab-content-text">
|
|
<ul>
|
|
<li>Quantum-entangled sock pairs</li>
|
|
<li>Library of dehydrated books</li>
|
|
<li>Self-folding origami robots</li>
|
|
<li>Tank of compressed rainbow matter</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div
|
|
data-tab-item="cargo-bay-gamma"
|
|
class="tab-content tab-panel-style cstyle filled" style="--VARIABLE-BOX-color: teal;">
|
|
<div class="tab-content-text">
|
|
<ul>
|
|
<li>Zero-gravity bubble wrap (extra bouncy)</li>
|
|
<li>Time-traveling toast machine</li>
|
|
<li>Collection of miniature black holes (safely contained)</li>
|
|
<li>Spare parts for the ship’s interpretive dance module</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<footer class="footline">
|
|
</footer>
|
|
</article>
|
|
</div>
|
|
</main>
|
|
</div>
|
|
<aside id="R-sidebar" class="default-animation">
|
|
<div id="R-header-topbar" class="default-animation"></div>
|
|
<div id="R-header-wrapper" class="default-animation">
|
|
<div id="R-header" class="default-animation">
|
|
|
|
<a id="R-logo" href="/hugo-theme-relearn/exampleSite/index.html">
|
|
<svg class="inlinecontent lazy figure-image" loading="lazy" style=" height: auto; width: auto;" xmlns="http://www.w3.org/2000/svg" viewBox="75 75 350 350">
|
|
<style>
|
|
@media (prefers-color-scheme: dark) {
|
|
path { fill: white; }
|
|
}
|
|
</style>
|
|
<path
|
|
d="M250,80 a170,170 0 1,0 0,340 a170,170 0 1,0 0,-340 M250,95 a155,155 0 1,1 0,310 a155,155 0 1,1 0,-310 Z" />
|
|
<path
|
|
d="M 250 110 C 223.33333 123.33333 203.33333 156.66667 190 210 C 190 230 200 246.66667 220 260 C 246.66667 273.33333 270 273.33333 290 260 C 310 246.66667 316.66667 230 310 210 C 296.66667 156.66667 276.66667 123.33333 250 110 z M 230 152 A 22 28 0 0 1 250.02539 168.43164 A 22 28 0 0 1 270 152 A 22 28 0 0 1 292 180 A 22 28 0 0 1 270 208 A 22 28 0 0 1 250 191.48828 A 22 28 0 0 1 230 208 A 22 28 0 0 1 208 180 A 22 28 0 0 1 230 152 z " />
|
|
<path
|
|
d="M 232 190 A 7 7 0 1 0 218 190 A 7 7 0 1 0 232 190" />
|
|
<path
|
|
d="M 282 190 A 7 7 0 1 0 268 190 A 7 7 0 1 0 282 190" />
|
|
<path
|
|
d="m 251.62695,262.67773 -3.2539,14.64454 c 29.6411,6.58691 52.50119,14.00059 68.27343,21.88671 15.77224,7.88612 23.89316,16.12675 26.23829,23.16211 l 0.16796,0.50586 0.23829,0.47657 c 2.77431,5.54863 2.96984,9.14709 2.09375,11.77539 -0.8761,2.62829 -3.18965,5.38779 -8.73829,8.16211 -5.54863,2.77431 -9.14709,2.96984 -11.77539,2.09375 -2.62829,-0.8761 -5.38779,-3.18965 -8.16211,-8.73829 -5.77224,-11.54447 -5.77224,-21.74849 0,-33.29296 l -13.41796,-6.70704 c -7.5611,15.12219 -7.5611,31.58485 0,46.70704 3.89235,7.7847 9.46618,13.80448 16.83789,16.26171 7.3717,2.45724 15.4399,0.9861 23.22461,-2.90625 7.7847,-3.89235 13.80448,-9.46618 16.26171,-16.83789 2.45724,-7.3717 0.9861,-15.4399 -2.90625,-23.22461 l 0.40625,0.98243 c -4.32154,-12.96464 -16.20062,-23.05735 -33.76171,-31.83789 -17.5611,-8.78055 -41.36767,-16.36687 -71.72657,-23.11329 z" />
|
|
<path
|
|
d="m 251.06055,262.57617 -2.1211,14.84766 c 22.66512,3.23787 40.0389,8.90614 52.08594,16.43554 12.04704,7.52941 18.84739,16.55167 21.69922,27.95899 l 0.19922,0.79883 0.36719,0.73633 c 2.77431,5.54863 2.96984,9.14709 2.09375,11.77539 -0.8761,2.62829 -3.18965,5.38779 -8.73829,8.16211 -5.54863,2.77431 -9.14709,2.96984 -11.77539,2.09375 -2.62829,-0.8761 -5.38779,-3.18965 -8.16211,-8.73829 -5.77224,-11.54447 -5.77224,-21.74849 0,-33.29296 l -13.41796,-6.70704 c -7.5611,15.12219 -7.5611,31.58485 0,46.70704 3.89235,7.7847 9.46618,13.80448 16.83789,16.26171 7.3717,2.45724 15.4399,0.9861 23.22461,-2.90625 7.7847,-3.89235 13.80448,-9.46618 16.26171,-16.83789 2.36474,-7.09422 1.02935,-14.82889 -2.53906,-22.33984 -3.93242,-14.96263 -13.69431,-27.38609 -28.10156,-36.39063 -14.61962,-9.13726 -33.91251,-15.13566 -57.91406,-18.56445 z" />
|
|
<path
|
|
d="m 254.16016,263.75977 -8.32032,12.48046 c 18.87994,12.58663 30.93166,27.79106 37.04493,46.13086 l 0.16796,0.50586 0.23829,0.47657 c 2.77431,5.54863 2.96984,9.14709 2.09375,11.77539 -0.8761,2.62829 -3.18965,5.38779 -8.73829,8.16211 -5.54863,2.77431 -9.14709,2.96984 -11.77539,2.09375 -2.62829,-0.8761 -5.38779,-3.18965 -8.16211,-8.73829 -5.77224,-11.54447 -5.77224,-21.74849 0,-33.29296 l -13.41796,-6.70704 c -7.5611,15.12219 -7.5611,31.58485 0,46.70704 3.89235,7.7847 9.46618,13.80448 16.83789,16.26171 7.3717,2.45724 15.4399,0.9861 23.22461,-2.90625 7.7847,-3.89235 13.80448,-9.46618 16.26171,-16.83789 2.36103,-7.08308 1.03217,-14.80481 -2.52343,-22.30468 -7.22746,-21.63209 -21.83225,-39.74038 -42.93164,-53.80664 z" />
|
|
<path
|
|
d="m 245.83984,263.75977 c -21.09939,14.06626 -35.70418,32.17455 -42.93164,53.80664 -3.5556,7.49987 -4.88446,15.2216 -2.52343,22.30468 2.45723,7.37171 8.47701,12.94554 16.26171,16.83789 7.78471,3.89235 15.85291,5.36349 23.22461,2.90625 7.37171,-2.45723 12.94554,-8.47701 16.83789,-16.26171 7.5611,-15.12219 7.5611,-31.58485 0,-46.70704 l -13.41796,6.70704 c 5.77224,11.54447 5.77224,21.74849 0,33.29296 -2.77432,5.54864 -5.53382,7.86219 -8.16211,8.73829 -2.6283,0.87609 -6.22676,0.68056 -11.77539,-2.09375 -5.54864,-2.77432 -7.86219,-5.53382 -8.73829,-8.16211 -0.87609,-2.6283 -0.68056,-6.22676 2.09375,-11.77539 l 0.23829,-0.47657 0.16796,-0.50586 c 6.11327,-18.3398 18.16499,-33.54423 37.04493,-46.13086 z" />
|
|
<path
|
|
d="m 248.5293,262.64648 c -35.0305,7.0061 -60.89872,25.32088 -75.23828,54 C 169.62227,323.98397 167.5,330.83333 167.5,337.5 c 0,6.66667 2.53811,13.14358 7.19727,17.80273 5.1011,5.1011 13.27646,6.61163 20.17382,4.3125 6.89737,-2.29912 13.32304,-7.20389 20.43164,-14.3125 l 0.86133,-0.85937 0.54492,-1.08984 c 7.5611,-15.12219 7.5611,-31.58485 0,-46.70704 l -13.41796,6.70704 c 5.58408,11.16816 5.64385,21.1051 0.42382,32.1914 -5.75159,5.55819 -10.66362,8.86574 -13.58593,9.83985 -3.10264,1.03421 -3.26061,0.87806 -4.82618,-0.6875 C 183.29523,342.68976 182.5,340.83333 182.5,337.5 c 0,-3.33333 1.21106,-8.15064 4.20898,-14.14648 12.32711,-24.65421 33.12555,-39.67277 64.76172,-46 z" />
|
|
<path
|
|
d="m 248.37305,262.67773 c -30.3589,6.74642 -54.16547,14.33274 -71.72657,23.11329 -17.56109,8.78054 -29.44017,18.87325 -33.76171,31.83789 l 0.40625,-0.98243 c -3.89235,7.78471 -5.36349,15.85291 -2.90625,23.22461 2.45723,7.37171 8.47701,12.94554 16.26171,16.83789 7.78471,3.89235 15.85291,5.36349 23.22461,2.90625 7.37171,-2.45723 12.94554,-8.47701 16.83789,-16.26171 7.5611,-15.12219 7.5611,-31.58485 0,-46.70704 l -13.41796,6.70704 c 5.77224,11.54447 5.77224,21.74849 0,33.29296 -2.77432,5.54864 -5.53382,7.86219 -8.16211,8.73829 -2.6283,0.87609 -6.22676,0.68056 -11.77539,-2.09375 -5.54864,-2.77432 -7.86219,-5.53382 -8.73829,-8.16211 -0.87609,-2.6283 -0.68056,-6.22676 2.09375,-11.77539 l 0.23829,-0.47657 0.16796,-0.50586 c 2.34513,-7.03536 10.46605,-15.27599 26.23829,-23.16211 15.77224,-7.88612 38.63233,-15.2998 68.27343,-21.88671 z" />
|
|
</svg>
|
|
<div class="logo-title">Purple Pulpo</div>
|
|
</a>
|
|
</div>
|
|
<script>
|
|
window.index_js_url="/hugo-theme-relearn/exampleSite/searchindex.en.js?1739482519";
|
|
</script>
|
|
<search><form action="/hugo-theme-relearn/exampleSite/search/index.html" method="get">
|
|
<div class="searchbox default-animation">
|
|
<button class="search-detail" type="submit" title="Search (CTRL+ALT+f)"><i class="fas fa-search"></i></button>
|
|
<label class="a11y-only" for="R-search-by">Search</label>
|
|
<input data-search-input id="R-search-by" name="search-by" class="search-by" type="search" placeholder="Search...">
|
|
<button class="search-clear" type="button" data-search-clear="" title="Clear search"><i class="fas fa-times" title="Clear search"></i></button>
|
|
</div>
|
|
</form></search>
|
|
<script>
|
|
var contentLangs=['en'];
|
|
</script>
|
|
<script src="/hugo-theme-relearn/exampleSite/js/auto-complete.js?1739482519" defer></script>
|
|
<script src="/hugo-theme-relearn/exampleSite/js/lunr/lunr.min.js?1739482519" defer></script>
|
|
<script src="/hugo-theme-relearn/exampleSite/js/lunr/lunr.stemmer.support.min.js?1739482519" defer></script>
|
|
<script src="/hugo-theme-relearn/exampleSite/js/lunr/lunr.multi.min.js?1739482519" defer></script>
|
|
<script src="/hugo-theme-relearn/exampleSite/js/lunr/lunr.en.min.js?1739482519" defer></script>
|
|
<script src="/hugo-theme-relearn/exampleSite/js/search.js?1739482519" defer></script>
|
|
</div>
|
|
<div id="R-homelinks" class="default-animation homelinks">
|
|
<ul>
|
|
<li><a class="padding" href="/hugo-theme-relearn/exampleSite/index.html"><i class="fa-fw fas fa-anchor"></i> Home</a></li>
|
|
</ul>
|
|
<hr class="padding">
|
|
</div>
|
|
<div id="R-content-wrapper" class="highlightable">
|
|
<div id="R-shortcutmenu-home" class="R-sidebarmenu">
|
|
<ul class="enlarge morespace collapsible-menu">
|
|
<li class="parent " data-nav-id="/hugo-theme-relearn/exampleSite/ship/index.html"><a class="padding" href="/hugo-theme-relearn/exampleSite/ship/index.html"><i class="fa-fw fas fa-sailboat"></i> The Ship</a><ul id="R-subsections-f2829979d9134657756050c6e1f580bb" class="collapsible-menu">
|
|
<li class="alwaysopen " data-nav-id="/hugo-theme-relearn/exampleSite/ship/upper/index.html"><a class="padding" href="/hugo-theme-relearn/exampleSite/ship/upper/index.html">Upper Decks</a><ul id="R-subsections-1a00fad25660ac4153dd5069ae091eba" class="collapsible-menu"></ul></li>
|
|
<li class="alwaysopen " data-nav-id="/hugo-theme-relearn/exampleSite/ship/midst/index.html"><a class="padding" href="/hugo-theme-relearn/exampleSite/ship/midst/index.html">Midst Ship</a><ul id="R-subsections-e9ae81df1f9d2e75a5d15efc3b5c997a" class="collapsible-menu"></ul></li>
|
|
<li class="active " data-nav-id="/hugo-theme-relearn/exampleSite/ship/cargo/index.html"><a class="padding" href="/hugo-theme-relearn/exampleSite/ship/cargo/index.html">Cargo</a></li></ul></li>
|
|
<li class="" data-nav-id="/hugo-theme-relearn/exampleSite/log/index.html"><a class="padding" href="/hugo-theme-relearn/exampleSite/log/index.html"><i class="fa-fw fas fa-pen-fancy"></i> Captain's Log</a><ul id="R-subsections-23c22f75c84b98545748a65894702014" class="collapsible-menu"></ul></li>
|
|
<li class="" data-nav-id="/hugo-theme-relearn/exampleSite/about/index.html"><a class="padding" href="/hugo-theme-relearn/exampleSite/about/index.html"><i class="fa-fw fas fa-info-circle"></i> About</a></li>
|
|
</ul>
|
|
</div>
|
|
<div id="R-shortcutmenu-shortcuts" class="R-sidebarmenu">
|
|
<div class="nav-title padding">More</div>
|
|
<ul class="space collapsible-menu">
|
|
<li class="" data-nav-id="https://mcshelby.github.io/hugo-theme-relearn/index.html"><a class="padding" href="https://mcshelby.github.io/hugo-theme-relearn/index.html" rel="external" target="_self"><i class="fa-fw fas fa-puzzle-piece"></i> Relearn Docs</a></li>
|
|
<li class="" data-nav-id="https://github.com/McShelby/hugo-theme-relearn"><a class="padding" href="https://github.com/McShelby/hugo-theme-relearn" rel="external" target="_self"><i class="fa-fw fab fa-github"></i> GitHub Repo</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="padding footermargin footerLangSwitch footerVariantSwitch footerVisitedLinks footerFooter showLangSwitch showVariantSwitch showFooter"></div>
|
|
<div id="R-menu-footer">
|
|
<hr class="padding default-animation footerLangSwitch footerVariantSwitch footerVisitedLinks footerFooter showLangSwitch showVariantSwitch showFooter">
|
|
<div id="R-prefooter" class="footerLangSwitch footerVariantSwitch footerVisitedLinks showLangSwitch showVariantSwitch">
|
|
<ul>
|
|
<li id="R-select-language-container" class="footerLangSwitch showLangSwitch">
|
|
<div class="padding menu-control">
|
|
<i class="fa-fw fas fa-language"></i>
|
|
<span> </span>
|
|
<div class="control-style">
|
|
<label class="a11y-only" for="R-select-language">Language</label>
|
|
<select id="R-select-language" onchange="location = this.querySelector( this.value ).dataset.url;">
|
|
<option id="R-select-language-en" value="#R-select-language-en" data-url="/hugo-theme-relearn/exampleSite/ship/cargo/index.html" lang="en" selected>English</option>
|
|
<option id="R-select-language-pir" value="#R-select-language-pir" data-url="/hugo-theme-relearn/exampleSite/pir/ship/cargo/index.html" lang="art-x-pir">Arrr! ☠ Pirrratish ☠</option>
|
|
</select>
|
|
</div>
|
|
<div class="clear"></div>
|
|
</div>
|
|
</li>
|
|
<li id="R-select-variant-container" class="footerVariantSwitch showVariantSwitch">
|
|
<div class="padding menu-control">
|
|
<i class="fa-fw fas fa-paint-brush"></i>
|
|
<span> </span>
|
|
<div class="control-style">
|
|
<label class="a11y-only" for="R-select-variant">Theme</label>
|
|
<select id="R-select-variant" onchange="window.relearn.changeVariant( this.value );">
|
|
<option id="R-select-variant-auto" value="auto" selected>Auto</option>
|
|
<option id="R-select-variant-neon" value="neon">Dark</option>
|
|
<option id="R-select-variant-learn" value="learn">Light</option>
|
|
</select>
|
|
</div>
|
|
<div class="clear"></div>
|
|
</div>
|
|
<script>window.relearn.markVariant();</script>
|
|
</li>
|
|
<li class="footerVisitedLinks">
|
|
<div class="padding menu-control">
|
|
<i class="fa-fw fas fa-history"></i>
|
|
<span> </span>
|
|
<div class="control-style">
|
|
<button onclick="clearHistory();">Clear History</button>
|
|
</div>
|
|
<div class="clear"></div>
|
|
</div>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div id="R-footer" class="footerFooter showFooter">
|
|
<p>Built with <a href="https://github.com/McShelby/hugo-theme-relearn" title="love"><i class="fas fa-heart"></i></a> by <a href="https://gohugo.io/">Hugo</a></p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</aside>
|
|
<script src="/hugo-theme-relearn/exampleSite/js/clipboard.min.js?1739482519" defer></script>
|
|
<script src="/hugo-theme-relearn/exampleSite/js/perfect-scrollbar.min.js?1739482519" defer></script>
|
|
<script src="/hugo-theme-relearn/exampleSite/js/theme.js?1739482519" defer></script>
|
|
</body>
|
|
</html>
|