Eirian: Difference between revisions
Valislasia 1 (talk | contribs) mNo edit summary |
No edit summary |
||
(30 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
RGB: rgba(50, 107, 141, 0.5); | RGB: rgba(50, 107, 141, 0.5); | ||
Dark grey: | Dark grey: | ||
RGB: rgba( | RGB: rgba(75, 75, 75,1); | ||
- CSS Notes End --> | - CSS Notes End --> | ||
Line 10: | Line 10: | ||
{{#css: | {{#css: | ||
@import url('https://fonts.googleapis.com/css2?family=Uncial+Antiqua | @import url('https://fonts.googleapis.com/css2?family=Uncial+Antiqua&display=swap'); | ||
#LBorder { | #LBorder { | ||
background: url("https://liberationmush.site/liberationwiki/images/3/3d/Leather.png") repeat, repeating-linear-gradient(to bottom, rgba( | background: url("https://liberationmush.site/liberationwiki/images/3/3d/Leather.png") repeat, repeating-linear-gradient(to bottom, rgba(75, 75, 75,1) 0%,rgba(0,0,0,1) 8%,rgba(0,0,0,1) 42%,rgba(75, 75, 75,1) 50%); | ||
border: 50px solid TRANSPARENT; | border: 50px solid TRANSPARENT; | ||
border-radius: 12px; | border-radius: 12px; | ||
-webkit-box-shadow: inset 0px 5px 5px 5px rgba( | } | ||
-moz-box-shadow: inset 0px 5px 5px 5px rgba( | |||
box-shadow: inset 0px 5px 5px 5px rgba( | #LBorderSh { | ||
-webkit-box-shadow: inset 0px -5px 5px 5px rgba(75, 75, 75,0.8); | |||
-moz-box-shadow: inset 0px -5px 5px 5px rgba(75, 75, 75,0.8); | |||
box-shadow: inset 0px -5px 5px 5px rgba(75, 75, 75,0.8); | |||
border: 0 solid TRANSPARENT; | |||
border-radius: 12px; | |||
height: auto; | |||
width: auto; | |||
outline: 10px BLACK; | |||
z-index: 1000; | |||
} | } | ||
#container { | #container { | ||
background: url(https://liberationmush.site/liberationwiki/images/8/80/Brushed-alum-dark.png) repeat, repeating-linear-gradient(135deg, rgba(221,221,221,1) 0%,rgba(221,221,221,1) 10%,rgba(173,173,173,1) 20%,rgba(165,165,165,1) 30%,rgba(173,173,173,1) 40%,rgba(221,221,221,1) 50%,rgba(221,221,221,1) 60% 33.3%) repeat; | background: url(https://liberationmush.site/liberationwiki/images/8/80/Brushed-alum-dark.png) repeat, repeating-linear-gradient(135deg, rgba(221,221,221,1) 0%,rgba(221,221,221,1) 10%,rgba(173,173,173,1) 20%,rgba(165,165,165,1) 30%,rgba(173,173,173,1) 40%,rgba(221,221,221,1) 50%,rgba(221,221,221,1) 60% 33.3%) repeat; | ||
-webkit-box-shadow: -1px -1px rgba( | -webkit-box-shadow: -1px -1px rgba(75, 75, 75,1), 3px 3px rgba(75, 75, 75,0.3), -0px -0px 25px 10px rgba(75, 75, 75,0.75), inset -3px -3px 5px 2px rgba(96,96,96,0.75), inset 5px 3px 2px 4px rgba(225,225,225,1); | ||
-moz-box-shadow: -1px -1px rgba( | -moz-box-shadow: -1px -1px rgba(75, 75, 75,1), 3px 3px rgba(75, 75, 75,0.3), -0px -0px 25px 10px rgba(75, 75, 75,0.75), inset -3px -3px 5px 2px rgba(96,96,96,0.75), inset 5px 3px 5px 2px rgba(225,225,225,1); | ||
box-shadow: -1px -1px rgba( | box-shadow: -1px -1px rgba(75, 75, 75,1), 3px 3px rgba(75, 75, 75,0.3), -0px -0px 25px 10px rgba(75, 75, 75,0.75), inset -3px -3px 5px 2px rgba(96,96,96,0.75), inset 5px 3px 5px 2px rgba(225,225,225,1); | ||
border-radius: 8px; | border-radius: 8px; | ||
font-family: Uncial Antiqua; | font-family: Uncial Antiqua; | ||
color: rgba( | color: rgba(75, 75, 75,1); | ||
position: relative; | |||
padding: 5px; | padding: 5px; | ||
} | } | ||
Line 34: | Line 45: | ||
#FlapL { | #FlapL { | ||
z-index: 999; | z-index: 999; | ||
background: url("https://liberationmush.site/liberationwiki/images/3/3d/Leather.png") repeat, repeating-linear-gradient(to bottom, rgba( | background: url("https://liberationmush.site/liberationwiki/images/3/3d/Leather.png") repeat, repeating-linear-gradient(to bottom, rgba(75,75,75,1) 0%,rgba(0,0,0,1) 25%,rgba(0,0,0,1) 70%,rgba(75,75,75,1) 100%); | ||
height: 130px; | height: 130px; | ||
width: 50px; | width: 50px; | ||
border-radius: 0 0 8px 8px; | border-radius: 0 0 8px 8px; | ||
margin: -48px 0 0 100px; | margin: -48px 0 0 100px; | ||
position: absolute; | position: absolute; | ||
-webkit-box-shadow: 1px 1px 5px rgba( | -webkit-box-shadow: 1px 1px 5px rgba(75, 75, 75,1), inset 0px -5px 5px 5px rgba(75, 75, 75,0.8), 0px 3px 3px 3px rgba(0, 0, 0, 0.8); | ||
-mox-box-shadow: 1px 1px 2px rgba( | -mox-box-shadow: 1px 1px 2px rgba(75, 75, 75,1), inset 0px -5px 5px 5px rgba(75, 75, 75,0.8), 0px 3px 3px 3px rgba(0, 0, 0, 0.8); | ||
box-shadow: 1px 1px 2px rgba(75, 75, 75,1), inset 0px -5px 5px 5px rgba(75, 75, 75,0.8), 0px 3px 3px 3px rgba(0, 0, 0, 0.8); | |||
} | } | ||
#FlapHL { | #FlapHL { | ||
background: url("https://liberationmush.site/liberationwiki/images/3/3d/Leather.png") repeat, repeating-linear-gradient(to bottom, rgba( | background: url("https://liberationmush.site/liberationwiki/images/3/3d/Leather.png") repeat, repeating-linear-gradient(to bottom, rgba(75,75,75,1) 0%,rgba(0,0,0,1) 25%,rgba(0,0,0,1) 70%,rgba(75,75,75,1) 100%); | ||
-webkit-box-shadow: inset 0px -3px 5px 2px rgba(0,0,0,0.8); | -webkit-box-shadow: inset 0px -3px 5px 2px rgba(0,0,0,0.8), -2px -2px rgba(75, 75, 75,0.3), 2px 2px 2px 2px rgba(225,225,225,1); | ||
-moz-box-shadow: inset 0px -3px 5px 2px rgba(0,0,0,0.8), -2px -2px rgba(75, 75, 75,0.3), 2px 2px 2px 2px rgba(225,225,225,1); | |||
box-shadow: inset 0px -3px 5px 2px rgba(0,0,0,0.8), -2px -2px rgba(75, 75, 75,0.3), 2px 2px 2px 2px rgba(225,225,225,1); | |||
height: 30px; | height: 30px; | ||
width: 60px; | width: 60px; | ||
Line 58: | Line 70: | ||
#FlapR { | #FlapR { | ||
background: url("https://liberationmush.site/liberationwiki/images/3/3d/Leather.png") repeat, repeating-linear-gradient(to bottom, rgba( | background: url("https://liberationmush.site/liberationwiki/images/3/3d/Leather.png") repeat, repeating-linear-gradient(to bottom, rgba(75,75,75,1) 0%,rgba(0,0,0,1) 25%,rgba(0,0,0,1) 70%,rgba(75,75,75,1) 100%); | ||
height: 130px; | height: 130px; | ||
width: 50px; | width: 50px; | ||
Line 66: | Line 78: | ||
float: right; | float: right; | ||
position: relative; | position: relative; | ||
-webkit-box-shadow: 1px 1px 5px rgba(75, 75, 75,1), inset 0px -5px 5px 5px rgba(75, 75, 75,0.8), 0px 3px 3px 3px rgba(0, 0, 0, 0.8); | |||
-mox-box-shadow: 1px 1px 2px rgba(75, 75, 75,1), inset 0px -5px 5px 5px rgba(75, 75, 75,0.8), 0px 3px 3px 3px rgba(0, 0, 0, 0.8); | |||
box-shadow: 1px 1px 2px rgba(75, 75, 75,1), inset 0px -5px 5px 5px rgba(75, 75, 75,0.8), 0px 3px 3px 3px rgba(0, 0, 0, 0.8); | |||
} | |||
#FlapHR { | |||
background: url("https://liberationmush.site/liberationwiki/images/3/3d/Leather.png") repeat, repeating-linear-gradient(to bottom, rgba(75,75,75,1) 0%,rgba(0,0,0,1) 25%,rgba(0,0,0,1) 70%,rgba(75,75,75,1) 100%); | |||
-webkit-box-shadow: inset 0px -3px 5px 2px rgba(0,0,0,0.8), inset 0px -3px 5px 2px rgba(0,0,0,0.8), -2px -2px rgba(75, 75, 75,0.3), 2px 2px 2px 2px rgba(225,225,225,1); | |||
-moz-box-shadow: inset 0px -3px 5px 2px rgba(0,0,0,0.8), -2px -2px rgba(75, 75, 75,0.3), 2px 2px 2px 2px rgba(225,225,225,1); | |||
box-shadow: inset 0px -3px 5px 2px rgba(0,0,0,0.8), -2px -2px rgba(75, 75, 75,0.3), 2px 2px 2px 2px rgba(225,225,225,1); | |||
height: 30px; | |||
width: 60px; | |||
border-radius: 20px; | |||
float: right; | |||
margin: 63px -55px 0 0; | |||
position: relative; | |||
z-index: 998; | |||
} | } | ||
#deboss { | #deboss { | ||
margin: 4px; | margin: 4px; | ||
padding: | padding: 6px; | ||
border: 58px solid TRANSPARENT; | border: 58px solid TRANSPARENT; | ||
border-image: url("https://liberationmush.site/liberationwiki/images/0/06/KnotBorder.png") 62 repeat; | border-image: url("https://liberationmush.site/liberationwiki/images/0/06/KnotBorder.png") 62 repeat; | ||
} | |||
.MtlBrdr { | |||
-webkit-box-shadow: inset 0px -3px 5px 5px rgba(75, 75, 75,0.8); | |||
-moz-box-shadow: inset 0px -3px 5px 5px rgba(75, 75, 75,0.8); | |||
box-shadow: inset 0px -3px 5px 5px rgba(75, 75, 75,0.8); | |||
background: url(https://liberationmush.site/liberationwiki/images/8/80/Brushed-alum-dark.png) repeat, repeating-linear-gradient(135deg, rgba(221,221,221,1) 0%,rgba(221,221,221,1) 10%,rgba(173,173,173,1) 20%,rgba(165,165,165,1) 30%,rgba(173,173,173,1) 40%,rgba(221,221,221,1) 50%,rgba(221,221,221,1) 60% 33.3%) repeat; | |||
border: 0 solid TRANSPARENT; | |||
border-radius: 8px; | |||
outline: 10px BLACK; | |||
position: absolute; | |||
display: inline-block; | |||
} | |||
.GalDiv { | |||
position: relative; | |||
text-align: center; | |||
} | } | ||
Line 80: | Line 125: | ||
#bcp #bcprightcolumn { | #bcp #bcprightcolumn { | ||
font-size: 0. | font-size: 0.7em; | ||
margin: -15px 0 -15px -5px; | |||
} | } | ||
.bcpPunch, .content-table { | |||
color: rgba(0, 0, 0,1); | |||
} | |||
.TitleMn { | |||
font-family: Uncial Antiqua; | |||
font-size: 4em; | |||
color: rgba(0, 0, 0,1); | |||
text-shadow: -1px -1px 2px rgba(0,0,0,1), 2px 2px 2px rgba(255,255,255,1); | |||
text-align: center; | |||
margin: 0 0 -30px 100px; | |||
position: relative; | |||
} | |||
.Title { | .Title { | ||
font-family: Uncial Antiqua; | font-family: Uncial Antiqua; | ||
font-size: 4em; | font-size: 4em; | ||
color: rgba( | color: rgba(0, 0, 0,1); | ||
text-shadow: -1px -1px 2px rgba(0,0,0,1), 2px 2px 2px rgba(255,255,255,1); | text-shadow: -1px -1px 2px rgba(0,0,0,1), 2px 2px 2px rgba(255,255,255,1); | ||
text-align: center; | text-align: center; | ||
margin: 0 0 -30px 0px; | |||
position: relative; | |||
} | } | ||
.TitleSm { | .TitleSm { | ||
font-family: Uncial Antiqua; | font-family: Uncial Antiqua; | ||
font-size: 2em; | font-size: 2em; | ||
color: rgba( | color: rgba(0, 0, 0,1); | ||
text-align: center; | text-align: center; | ||
text-shadow: -1px -1px 2px rgba(0,0,0,1), 1px 1px 2px rgba(255,255,255,1); | text-shadow: -1px -1px 2px rgba(0,0,0,1), 1px 1px 2px rgba(255,255,255,1); | ||
} | } | ||
.Quote { | .Quote { | ||
padding: 0 3px 0 3px; | |||
font-family: Uncial Antiqua; | font-family: Uncial Antiqua; | ||
font-size: 2.2em; | font-size: 2.2em; | ||
font-weight: medium; | font-weight: medium; | ||
text-align: center; | text-align: center; | ||
color: rgba(0, 0, 0,1); | |||
color: rgba( | |||
text-align: center; | text-align: center; | ||
text-shadow: -1px -1px 2px rgba(0,0,0,1), 1px 1px 2px rgba(255,255,255,1); | text-shadow: -1px -1px 2px rgba(0,0,0,1), 1px 1px 2px rgba(255,255,255,1); | ||
Line 115: | Line 175: | ||
.PgText { | .PgText { | ||
font-family: Uncial Antiqua; | font-family: Uncial Antiqua; | ||
font-size: | font-size: 1em; | ||
vertical-align: middle; | vertical-align: middle; | ||
<!-- text-shadow: -1px -1px 2px rgba(0,0,0,1), 1px 1px 2px rgba(255,255,255,1); --> | |||
} | } | ||
.PgTextSm { | .PgTextSm { | ||
font-family: Uncial Antiqua; | font-family: Uncial Antiqua; | ||
font-size: 1.3em; | font-size: 1.3em; | ||
<!-- text-shadow: -1px -1px 2px rgba(0,0,0,1), 1px 1px 2px rgba(255,255,255,1); --> | |||
} | } | ||
.PgTextSm2 { | .PgTextSm2 { | ||
font-family: Uncial Antiqua; | font-family: Uncial Antiqua; | ||
font-size: 1em; | font-size: 1em; | ||
<!-- text-shadow: -1px -1px 2px rgba(0,0,0,1), 1px 1px 2px rgba(255,255,255,1); --> | |||
} | } | ||
.tab { | .tab { | ||
margin-left: 4em; | margin-left: 4em; | ||
} | } | ||
.bold { | .bold { | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
background: url( | #Eirian1 { | ||
background-size: | -webkit-box-shadow: inset 2px 2px 4px 2px rgba(75, 75, 75,1), inset -2px -2px 4px 2px rgba(225,225,225,1); | ||
width: | -moz-box-shadow: inset 2px 2px 4px 2px rgba(75, 75, 75,1), inset -2px -2px 4px 2px rgba(225,225,225,1); | ||
box-shadow: inset 2px 2px 4px 2px rgba(75, 75, 75,1), inset -2px -2px 4px 2px rgba(225,225,225,1); | |||
} | position: relative; | ||
background: url(https://liberationmush.site/liberationwiki/images/9/9d/EirianWiki.png) no-repeat; | |||
background-size: contain; | |||
height: 200px; | |||
width: 163px; | |||
margin: 0 15px 0 15px; | |||
display: inline-block; | |||
} | |||
}} | }} | ||
Line 147: | Line 219: | ||
<!-- HTML Begin --> | <!-- HTML Begin --> | ||
<div id="LBorder"> | <div id="LBorderSh"> | ||
<div id="LBorder"> | |||
<div id="FlapL"> | <div id="FlapL"> | ||
</div> | </div> | ||
Line 153: | Line 226: | ||
</div> | </div> | ||
<div id="FlapR"> | <div id="FlapR"> | ||
</div> | |||
<div id="FlapHR"> | |||
</div> | </div> | ||
<div id="container"> | <div id="container"> | ||
<div id="deboss"> | <div id="deboss"> | ||
<div id="wrapper"> | <div id="wrapper"> | ||
<div class=" | <div class="TitleMn">Eirian</div> | ||
{{BasicCharacterPage | {{BasicCharacterPage | ||
| pagename=Eirian | | pagename=Eirian | ||
Line 163: | Line 238: | ||
| titlebg=TRANSPARENT | | titlebg=TRANSPARENT | ||
| quote= | | quote= | ||
<div class=" | <div class="Gif">[[File:EirianHarp.gif|x700px|Hand playing a harp.]]</div> | ||
| fullname= | | fullname= | ||
<div class="TitleSm" style="padding-top:60px;">Eirian Arwel Williams</div> | <div class="TitleSm" style="padding-top:60px;">Eirian Arwel Williams</div> | ||
Line 169: | Line 244: | ||
<center><div class="PgTextSm">(Click to enlarge.)</div></center> | <center><div class="PgTextSm">(Click to enlarge.)</div></center> | ||
| profile= | | profile= | ||
<div class="PgTextSm"> | <div class="PgTextSm bcpPunch"> | ||
{{!}} Date of Birth | {{!}} Date of Birth | ||
{{!}} | {{!}} 26th July | ||
{{!}}- | {{!}}- | ||
{{!}} Apparent Age | {{!}} Apparent Age | ||
{{!}} | {{!}} Late teens | ||
{{!}}- | {{!}}- | ||
{{!}} Nationality | {{!}} Nationality | ||
Line 183: | Line 255: | ||
{{!}}- | {{!}}- | ||
{{!}} Raised in | {{!}} Raised in | ||
{{!}} | {{!}} Rhyd-Ddu, Wales, UK | ||
{{!}}- | {{!}}- | ||
{{!}} Occupation | {{!}} Occupation | ||
{{!}} | {{!}} Folk Musician | ||
{{!}}- | |||
{{!}} Played By | |||
{{!}} Sem Kobelyan | |||
</div> | </div> | ||
| statistics= | | statistics= | ||
<div class="TitleSm">Statistics</div> | <div class="TitleSm">Statistics</div> | ||
<span class="PgTextSm2 bold"> | <span class="PgTextSm2 bold bcpPunch"> | ||
APPEARANCE | |||
</span><br> | |||
<span class="PgTextSm2 bcpPunch" style="padding-left:20px;"> | |||
[[image:RubyJewel30.png|10px|Link=]][[image:RubyJewel30.png|10px|Link=]][[image:RubyJewel30.png|10px|Link=]][[image:RubyJewel30.png|10px|Link=]][[image:RubyJewel30.png|10px|Link=]] | |||
</span> | |||
<span class="PgTextSm2 bold bcpPunch"> | |||
CHARISMA | |||
</span><br> | </span><br> | ||
<span class="PgTextSm2" style="padding-left:20px;"> | <span class="PgTextSm2 bcpPunch" style="padding-left:20px;"> | ||
[[image:RubyJewel30.png|10px|Link=]][[image:RubyJewel30.png|10px|Link=]][[image:RubyJewel30.png|10px|Link=]][[image:RubyJewel30.png|10px|Link=]] | |||
</span> | </span> | ||
<span class="PgTextSm2 bold"> | <span class="PgTextSm2 bold bcpPunch"> | ||
PERFORMANCE | |||
</span><br> | </span><br> | ||
<span class="PgTextSm2" style="padding-left:20px;"> | <span class="PgTextSm2 bcpPunch" style="padding-left:20px;"> | ||
[[image:RubyJewel30.png|10px|Link=]][[image:RubyJewel30.png|10px|Link=]][[image:RubyJewel30.png|10px|Link=]][[image:RubyJewel30.png|10px|Link=]] | |||
</span> | |||
<span class="PgTextSm2 bold bcpPunch"> | |||
FAME | |||
</span><br> | |||
<span class="PgTextSm2 bcpPunch" style="padding-left:20px;"> | |||
[[image:RubyJewel30.png|10px|Link=]] | |||
</span> | </span> | ||
| soundtrack= | | soundtrack= | ||
<div class="TitleSm">Soundtrack</div> | <div class="TitleSm">Soundtrack</div><br> | ||
<div class="PgTextSm" style="font-size:1em; font-weight: bold;"> | <div class="PgTextSm" style="font-size:1em; font-weight: bold;">Calan</div> | ||
<div class="PgTextSm" style="text-align: top; font-size: 1em; "> [https:// | <div class="PgTextSm" style="text-align: top; font-size: 1em; "> [https://www.youtube.com/watch?v=CoPpJiR6mMI Tale of Two Dragons]</div><br> | ||
<div class="PgTextSm" style="font-size:1em; font-weight: bold;"> | <div class="PgTextSm" style="font-size:1em; font-weight: bold;">The Gentle Good</div> | ||
<div class="PgTextSm" style="text-align: top; font-size: 1em; "> [https://youtu.be/ | <div class="PgTextSm" style="text-align: top; font-size: 1em; "> [https://youtu.be/NsvAKbGkyjk?si=5YN1VOz3YImbwkmA Titrwm Tatrwm]</div><br> | ||
| biography= | | biography= | ||
<div class="Title">Biography</div> | <div class="Title">Biography</div><br><br> | ||
<div class="PgText"> | <div class="PgText"> | ||
Eirian grew up on a farm in rural north Wales, near [https://www.ancientpages.com/2021/06/29/llyn-y-dywarchen-enigmatic-lake-shrouded-in-myth-and-legend/ Llyn Y Dywarchen]. A dreamy, energetic child, he enjoyed playing the harp and scrambling through the Gwynedd wilderness. When he was twelve, Eirian won a music contest and was invited to form a band with several other talented young people. Their new group was christened Gwraidd (IPA:'ɡwrai̯ð'), meaning "root."<br><br> | |||
Gwraidd spent years playing their way around Wales, then the United Kingdom, before receiving their first invitation for a European and North American tour. Now the band is here, in Los Angeles, taking meetings and hoping to cut a deal or two. The rest of the time, Eirian is free to explore. A far cry from Snowdonia, there's much for Eirian to discover about his new home... | |||
</div> | </div> | ||
| rphooks= | | rphooks= | ||
<div class="Title">RP Hooks</div> | <div class="Title">RP Hooks</div><br> | ||
[[image: | [[image:RubyJewel30.png|30px|Link=]] | ||
<span class="PgText bold" style="padding-left:5px;"> | <span class="PgText bold" style="padding-left:5px;"> | ||
Cerddoriaeth | |||
</span> | </span> | ||
<br> | <br><br> | ||
<span class="PgText" style="display:inline-block;margin-left:46px;"> | <span class="PgText" style="display:inline-block;margin-left:46px;"> | ||
Are you musical? Do you like to sing, play an instrument, or just listen? Eirian loves all kinds of music. He plays four instruments himself: harp, fiddle, [https://www.youtube.com/watch?v=T8G1ZVLP_tc/ crwth], and guitar -- plus he sings, as is mandated for all Welsh people. | |||
</span> | </span> | ||
[[image: | [[image:RubyJewel30.png|30px|Link=]] | ||
<span class="PgText bold" style="padding-left:5px;"> | <span class="PgText bold" style="padding-left:5px;"> | ||
Charity | |||
</span> | </span> | ||
<br> | <br><br> | ||
<span class="PgText" style="display:inline-block;margin-left:46px;"> | <span class="PgText" style="display:inline-block;margin-left:46px;"> | ||
Are you a fill-in-the-blank with a heart of gold? Got a cause to promote? Eirian wants to do the right thing-- whatever that is, in this crazy world. | |||
</span> | |||
[[image:RubyJewel30.png|30px|Link=]] | |||
<span class="PgText bold" style="padding-left:5px;"> | |||
Claim to Fame | |||
</span> | |||
<br><br> | |||
<span class="PgText" style="display:inline-block;margin-left:46px;"> | |||
Do you watch a lot of TV? Gwraidd is a modern-traditionalist folk band from Wales. You might have heard one of their songs on that one BBC show that was so trendy last year. You know, that one. The Medieval Times-looking one where some princess stepped out on her husband with a farmer. Then everybody got the plague. | |||
</span> | </span> | ||
| gallery= | | gallery= | ||
<span class="Title">Gallery</span> <span class="PgTextSm">(Click to enlarge.)</span><br> | <span class="Title">Gallery</span> <span class="PgTextSm">(Click to enlarge.)</span><br><br> | ||
[[File: | <!-- <div class="GalDiv"><div class="MtlBrdr" style="height: 220px; width: 190px; margin-top: -10px;"></div> --> [[File:Eirian12.png|x700px|Eirian.]] [[File:Eirian34.png|x700px|Eirian.]] [[File:Eirian18.png|x700px|Eirian.]][[File:Eirian15.png|x700px|Eirian.]] [[File:Eirian32.png|x700px|Eirian.]][[File:Eirian1.png|x700px|Eirian.]]<!-- </div> <div class="MtlBrdr" style="height: 220px; width: 190px; margin-top: -10px;"></div><div id="Eirian1"></div></div> --> <br><br><br> | ||
<span class="TitleSm">Roleplay Logs</span> | <span class="TitleSm">Roleplay Logs</span> | ||
| logs= | | logs= | ||
}} | }} | ||
[[Category:Fame]] |
Latest revision as of 05:34, 15 November 2023
Eirian grew up on a farm in rural north Wales, near Llyn Y Dywarchen. A dreamy, energetic child, he enjoyed playing the harp and scrambling through the Gwynedd wilderness. When he was twelve, Eirian won a music contest and was invited to form a band with several other talented young people. Their new group was christened Gwraidd (IPA:'ɡwrai̯ð'), meaning "root."
Gwraidd spent years playing their way around Wales, then the United Kingdom, before receiving their first invitation for a European and North American tour. Now the band is here, in Los Angeles, taking meetings and hoping to cut a deal or two. The rest of the time, Eirian is free to explore. A far cry from Snowdonia, there's much for Eirian to discover about his new home...
Cerddoriaeth
Are you musical? Do you like to sing, play an instrument, or just listen? Eirian loves all kinds of music. He plays four instruments himself: harp, fiddle, crwth, and guitar -- plus he sings, as is mandated for all Welsh people.
Charity
Are you a fill-in-the-blank with a heart of gold? Got a cause to promote? Eirian wants to do the right thing-- whatever that is, in this crazy world.
Claim to Fame
Do you watch a lot of TV? Gwraidd is a modern-traditionalist folk band from Wales. You might have heard one of their songs on that one BBC show that was so trendy last year. You know, that one. The Medieval Times-looking one where some princess stepped out on her husband with a farmer. Then everybody got the plague.
No logs found!
Date of Birth | 26th July |
Apparent Age | Late teens |
Nationality | Welsh |
Raised in | Rhyd-Ddu, Wales, UK |
Occupation | Folk Musician |
Played By | Sem Kobelyan |