diff options
Diffstat (limited to '_layouts/about.html')
| -rw-r--r-- | _layouts/about.html | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/_layouts/about.html b/_layouts/about.html index d0bb0fa..01b92dc 100644 --- a/_layouts/about.html +++ b/_layouts/about.html @@ -10,7 +10,7 @@ layout: default <div id="main" role="main" class="main"> <article class="post"> <h1 class="title">{{ page.title }}</h1> - <div class="ascii"> + <div class="ascii"> <pre> _ _ _ _ (_) | | | | | | @@ -21,14 +21,14 @@ layout: default _/ | |__/ </pre> - </div> + </div> <div class="entry"> {{ content }} </div> </article> <hr> <div class="ascii"> - <pre> + <pre> <> .-"""-. ||::::::========== /= ___ \ ||::::::========== @@ -50,26 +50,26 @@ layout: default ( )( ) || ^^~ `""" `""" ~^^^~^^~~~^^^~^^^~^^^~^^~^ </pre> - </div> +</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! + 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>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"> + <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>
\ No newline at end of file +</div> +</div> |
