feat: 🩹 update ref image use in content files
This commit is contained in:
parent
e0d1f62eb3
commit
9da3fc2101
4 changed files with 80 additions and 12 deletions
|
@ -4,23 +4,37 @@ eleventyNavigation:
|
|||
order: 2
|
||||
refs:
|
||||
sebinFront:
|
||||
src: src/img/sebin/ref-front.png
|
||||
src: ref-front.png
|
||||
alt: Sebin Ref
|
||||
artist: draftgon
|
||||
href: https://bsky.app/profile/draftgon.bsky.social
|
||||
sebinBack:
|
||||
src: src/img/sebin/ref-back.png
|
||||
src: ref-back.png
|
||||
alt: Sebin Ref
|
||||
artist: draftgon
|
||||
href: https://bsky.app/profile/draftgon.bsky.social
|
||||
sebinExpressions:
|
||||
src: src/img/sebin/ref-expressions.png
|
||||
src: ref-expressions.png
|
||||
alt: Sebin's expressions
|
||||
artist: draftgon
|
||||
href: https://bsky.app/profile/draftgon.bsky.social
|
||||
sebinUpperBody:
|
||||
src: ref-upper-body.png
|
||||
alt: Sebin's upper body closeup
|
||||
artist: Nidhogg
|
||||
href: https://bsky.app/profile/nidthedragon.bsky.social
|
||||
---
|
||||
|
||||
<ref-img :src="refs.sebinFront.src" :alt="refs.sebinFront.alt" :width="[1000]" :artist="refs.sebinFront.artist" :href="refs.sebinFront.href" :dropshadow="true" webc:nokeep></ref-img>
|
||||
<ref-img
|
||||
:char="firstName.toLowerCase()"
|
||||
:src="refs.sebinFront.src"
|
||||
:alt="refs.sebinFront.alt"
|
||||
:width="[1000]"
|
||||
:artist="refs.sebinFront.artist"
|
||||
:href="refs.sebinFront.href"
|
||||
:dropshadow="true"
|
||||
webc:nokeep
|
||||
></ref-img>
|
||||
|
||||
<colors :colors="getColors()" webc:nokeep></colors>
|
||||
|
||||
|
@ -34,13 +48,31 @@ Sebin has a muscular build that he keeps in shape with regular exercise.
|
|||
|
||||
## Wings
|
||||
|
||||
<ref-img :src="refs.sebinBack.src" :alt="refs.sebinBack.alt" :width="[1000]" :artist="refs.sebinBack.artist" :href="refs.sebinBack.href" :dropshadow="true" webc:nokeep></ref-img>
|
||||
<ref-img
|
||||
:char="firstName.toLowerCase()"
|
||||
:src="refs.sebinBack.src"
|
||||
:alt="refs.sebinBack.alt"
|
||||
:width="[1000]"
|
||||
:artist="refs.sebinBack.artist"
|
||||
:href="refs.sebinBack.href"
|
||||
:dropshadow="true"
|
||||
webc:nokeep
|
||||
></ref-img>
|
||||
|
||||
Sebin's wings have a span of about 4.17 meters (13'8"). They function very much like a second pair of arms: two interconnected limbs that form a bendable arm, at the end of which sits a hand-like structure, adorned with a talon in exchange for a thumb, with a sturdy membrane stretched between its long fingers. On solid ground, he keeps his wings closed so as not to accidentally bump into anything with them. Sebin also pays a lot of attention to his wings when working out, so that they can keep carrying him reliably through the air. Though, he only travels short to medium distances through the air before he has to take a rest - as long as the airspace in the area has been declared open for wing bearers.
|
||||
|
||||
## Head
|
||||
|
||||
<ref-img :src="refs.sebinExpressions.src" :alt="refs.sebinExpressions.alt" :width="[1000]" :artist="refs.sebinExpressions.artist" :href="refs.sebinExpressions.href" :dropshadow="true" webc:nokeep></ref-img>
|
||||
<ref-img
|
||||
:char="firstName.toLowerCase()"
|
||||
:src="refs.sebinExpressions.src"
|
||||
:alt="refs.sebinExpressions.alt"
|
||||
:width="[1000]"
|
||||
:artist="refs.sebinExpressions.artist"
|
||||
:href="refs.sebinExpressions.href"
|
||||
:dropshadow="true"
|
||||
webc:nokeep
|
||||
></ref-img>
|
||||
|
||||
Despite what one might expect with reptilians, Sebin's pupils are rounded instead of slit-shaped. Yellow spikes running above his eyelids serve as eyebrows. These spikes are also found along his jaw bone. Two pointed, slightly curved, black horns protrude from his head. He usually wears his medium-length, blue hair loose. His long, pointed ears are very flexible, allowing him to hear sounds around him without having to turn his head. They are also used for non-verbal communication, to express emotions through body language. His hearing perceives a wider range of frequencies, making it superior to that of a human. His jaws are equipped with razor-sharp teeth that effortlessly sink into anything he manages to bite, be it nourishment or adversaries. Embedded between them lies his tongue, which is typically pointed for reptilians. Glands in his throat produce a mixture which he uses to spit fire, which can reach up to around 100 °C (212 °F).
|
||||
|
||||
|
@ -48,6 +80,17 @@ Despite what one might expect with reptilians, Sebin's pupils are rounded instea
|
|||
|
||||
At the age of 17, Sebin gradually began to keep his body in shape on a regular basis. His favorite exercises include weightlifting (with both dumbbells and barbells), lat pulldown, leg press and cable curls. He works out three days a week with one day off between training days, rotating the body regions he trains each day.
|
||||
|
||||
<ref-img
|
||||
:char="firstName.toLowerCase()"
|
||||
:src="refs.sebinUpperBody.src"
|
||||
:alt="refs.sebinUpperBody.alt"
|
||||
:width="[1000]"
|
||||
:artist="refs.sebinUpperBody.artist"
|
||||
:href="refs.sebinUpperBody.href"
|
||||
:dropshadow="true"
|
||||
webc:nokeep
|
||||
></ref-img>
|
||||
|
||||
Sebin is very concerned with an even distribution of muscle mass, but pays particular attention to his back, chest and arms. A strong chest with strong arms helps to throw fire projectiles as far as possible. A strong back guarantees a longer stay in the air.
|
||||
|
||||
## Additional Muscle References
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue