-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #29 from Eisvana/dev
Add Lianeras
- Loading branch information
Showing
4 changed files
with
56 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 🤗 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |