Skip to content

Commit

Permalink
Merge pull request #29 from Eisvana/dev
Browse files Browse the repository at this point in the history
Add Lianeras
  • Loading branch information
Lenni009 authored Mar 29, 2024
2 parents 94bce32 + 7d2fb0c commit d53b632
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 2 deletions.
42 changes: 42 additions & 0 deletions about/community/Lianeras.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
prev:
text: Community
link: .
next: false
---

<script setup lang="ts">
import MedalDisplay from '/components/MedalDisplay.vue';

const name = 'Lianeras';
</script>


# Lianeras

## About Me

Hello!!!
I have been playing NMS for roughly 4 years now, and have spent the majority of that time learning how to glitch build.
Im very much behind on the new gameplay, I still havent met an autophage and I have no idea what a dreadnought looks like. Im like a hermit on my building planets, I only look up when I need something!



## Gameplay Interests

I build spaceships and other various bits and bobs from popular sci fi and fantasy tv/films, and I really enjoy bringing those things into a space where folks can interact with them.
So far I've built several star trek ships, I led a project to reimagine the Thunderbirds and I have several builds in the pipeline.

I have a half built Jaeger called Pacific Jim that haunts me.

## Departments

I am a member of the Eisvana Building Collective.

<!-- ## Medals
<MedalDisplay :name /> -->

## Contact

I have a 2-5 day response to messages, its either immediately or in a weeks time, but discord is fine for a message. Ill get back to you eventually 🤗
4 changes: 2 additions & 2 deletions components/PlayerPageForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ ${interests.value}
${departments.value}
## Medals
<!-- ## Medals
${medalComponentText.trim()}
${medalComponentText.trim()} -->
## Contact
Expand Down
Binary file added public/images/members/lianeras.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions variables/members/3_lianeras.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// import { getMedal } from '../../logic/getMedal';
import type { EisvanaMember } from '../../types/member';

const eisvanaMember: EisvanaMember = {
avatar: 'lianeras.png',
name: 'Lianeras',
desc: 'Microbiologist by day, Builder by night',
// medals: [getMedal('warn', 32), getMedal('eisvana'), getMedal('test1'), getMedal('test2')],
pageLink: './Lianeras',
};

export default eisvanaMember;

0 comments on commit d53b632

Please sign in to comment.