summaryrefslogtreecommitdiff
path: root/_layouts/about.html
blob: 01b92dc114b75f663189f795d5dbdb7c77abb7b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
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>