diff options
Diffstat (limited to '_layouts/about.html')
-rw-r--r-- | _layouts/about.html | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/_layouts/about.html b/_layouts/about.html new file mode 100644 index 0000000..01b92dc --- /dev/null +++ b/_layouts/about.html @@ -0,0 +1,75 @@ +--- +layout: default +--- + +<!-- The Lunar Journal --> +<!-- Written by Dylan Müller, Copyright 2023 --> + +<script src="/assets/js/clipboard.js"></script> + +<div id="main" role="main" class="main"> + <article class="post"> + <h1 class="title">{{ page.title }}</h1> + <div class="ascii"> + <pre> + _ _ _ _ + (_) | | | | | | + _ ___ _ _ _ __ _ __ __ _| | | |_ _ _ __ __ _ _ __ ___| |__ + | |/ _ \| | | | '__| '_ \ / _` | | | | | | | '_ \ / _` | '__/ __| '_ \ + | | (_) | |_| | | | | | | (_| | |_| | |_| | | | | (_| | |_ \__ \ | | | + | |\___/ \__,_|_| |_| |_|\__,_|_(_)_|\__,_|_| |_|\__,_|_(_)|___/_| |_| + _/ | +|__/ + </pre> + </div> + <div class="entry"> + {{ content }} + </div> + </article> + <hr> + <div class="ascii"> + <pre> + <> + .-"""-. ||::::::========== + /= ___ \ ||::::::========== + |- /~~~\ | ||::::::========== + |=( '.' ) | ||================ + \__\_=_/__/ ||================ + {_______} ||================ + /` * `'--._|| + /= . [] . { > + / /|ooo |`'--'|| + ( )\_______/ || + \``\/ \ || + `-| == \_| || + / | || + |= >\ __/ || + \ \ |- --| || + \ __| \___/ || + jgs _{__} _{__} || + ( )( ) || + ^^~ `""" `""" ~^^^~^^~~~^^^~^^^~^^^~^^~^ + </pre> +</div> +</div> +<div class="footer-container"> + <div class="footer-content"> + <p class="muted"> + Questions, comments? Please send a plain-text email to <a href="mailto:root@lunar.sh">root@lunar.sh</a> + with a descriptive subject line and we will try get back to you! + </p> + <div>Copyright © 2022-2024</div> + <div class="reference"> + <a href="{{ site.github_raw }}/{{ page.path }}">{{ page.path | split: '/' | last}}</a> + </div> + <div> + <a href="https://journal.lunar.sh/info.html"> + <img class="greyscale" title="About Us" src="https://journal.lunar.sh/images/megafon.gif"> + </a> + </div> + <div class="footer-love"> + <strong>Developed</strong> with <i class="fas fa-heart"></i> + by <a href="https://labs.lunar.sh"><strong>Lunar RF Labs</strong></a> + </div> +</div> +</div> |