Skip to content

Commit 1e28091

Browse files
committed
Add fursuit info
1 parent 86687d9 commit 1e28091

4 files changed

Lines changed: 76 additions & 22 deletions

File tree

package-lock.json

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/img/suits/rexx.jpg

39.9 KB
Loading

src/suits/rexx.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
layout: layouts/page.njk
3+
title: REXX
4+
5+
eleventyNavigation:
6+
key: REXX
7+
parent: Suits
8+
order: 0
9+
10+
image: /img/avatar.png
11+
description: "REXX fursuit info."
12+
---
13+
{% include "photoswipe.njk" %}
14+
{% import "photoswipe.njk" as ps %}
15+
16+
# {{ title }}
17+
18+
<div class="pswp-gallery">
19+
{{ ps.image(url='/img/suits/rexx.jpg', width='638', height='638', thumb_width='400', alt='A photo of my fursuit of the character REXX.') }}
20+
</div>
21+
22+
Hello, I'm REXX, a protogen research unit associated with Butterscotch!
23+
24+
This REXX unit is equipment owned and operated by REXX Research. Vocal capabilities of this unit are extremely limited; communication by hand gestures and/or text is advised. Visual capabilities of this unit are restricted, remain directly in front of the unit to establish visual contact.
25+
26+
REXX Research is working for you; the future of earth is a **Reactive Earth**! Our innovative REXX scientific programming language enables reliable research in unreliable environments, providing unprecedented access to space and beyond!
27+
28+
## Operating Policy
29+
30+
- Please be gentle with our research equipment, some parts may be fragile. Always remember to ask before initiating physical contact to ensure mutual safety and comfort.
31+
- You may request physical contact or photography of our equipment, we love enthusiasm towards our field! Keep in mind that our equipment has limited communicative capabilities, so please be patient.
32+
- For best results with communication, try to ask questions that may be answered with hands gesture rather than through text or speech; questions that may be answered with "yes" or "no" yield the best results.
33+
34+
## Components
35+
36+
- Head by [@Azulisplash on Telegram](https://t.me/Azulisplash/)
37+
- Tail by [Howlmetal Horrors](https://howlmetalhorrors.com/)

src/suits/suits.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
layout: layouts/page.njk
3+
title: Suits
4+
5+
center_section: false
6+
7+
eleventyNavigation:
8+
key: Suits
9+
order: 5
10+
11+
image: /img/avatar.png
12+
description: "My fursuits."
13+
---
14+
15+
# {{ title }}
16+
17+
{{ collections.all | eleventyNavigation("Suits") | eleventyNavigationToMarkdown | safe }}

0 commit comments

Comments
 (0)