Difference between revisions of "Leo"
(PC Idle Froze) |
|||
(17 intermediate revisions by 4 users not shown) | |||
Line 3: | Line 3: | ||
| use-infobox=No | | use-infobox=No | ||
| char-page-name=Leo | | char-page-name=Leo | ||
− | | fullname= | + | | fullname=Leo |
− | | icon= | + | | icon=LeoLight.jpg |
− | | portrait= | + | | portrait=LeoLight.jpg |
| muxname=Leo | | muxname=Leo | ||
| played-by=Chazwick Bundick | | played-by=Chazwick Bundick | ||
− | | concept= | + | | concept=Starry Knight |
− | | occupation= | + | | occupation=Sidekick |
− | + | ||
| virtue=Hope | | virtue=Hope | ||
| vice=Sloth | | vice=Sloth | ||
| date-of-birth=July 30, 1987 | | date-of-birth=July 30, 1987 | ||
− | | apparent-age= | + | | apparent-age=20's |
| char-type=PC | | char-type=PC | ||
− | | char-status= | + | | char-status=Inactive |
| family= | | family= | ||
| family-position= | | family-position= | ||
Line 23: | Line 22: | ||
| seeming=Fairest | | seeming=Fairest | ||
| kith_1=Telluric | | kith_1=Telluric | ||
− | | kith_2= | + | | kith_2=Manikin |
− | | kith_3= | + | | kith_3=Gameplayer |
| kith_4= | | kith_4= | ||
| court=Summer | | court=Summer | ||
− | | court-position= | + | | court-position= |
| court-influence=1 | | court-influence=1 | ||
− | | freehold= | + | | freehold=Fate's Harvest |
| freehold-position= | | freehold-position= | ||
| freehold-influence=1 | | freehold-influence=1 | ||
| entitlement=The Squires of the Broken Bough | | entitlement=The Squires of the Broken Bough | ||
− | | motley= | + | | entitlement-title= |
− | | keeper= | + | | entitlement-rank=1 |
+ | | motley=High Voltage | ||
+ | | keeper=The Refuse Recluse | ||
| psy-org= | | psy-org= | ||
| tradition= | | tradition= | ||
Line 40: | Line 41: | ||
}} | }} | ||
<css> | <css> | ||
− | + | a:link { | |
− | + | color: #070f38; | |
− | + | } | |
− | . | + | a:hover { |
− | . | + | color: #FFFFFF; |
− | . | + | text-decoration: none; |
− | + | } | |
+ | a:active { | ||
+ | color: #070f38; | ||
+ | } | ||
+ | a:visited { | ||
+ | color: #070f38; | ||
+ | } | ||
+ | .elinks { | ||
+ | color: #CCCCCC; | ||
+ | } | ||
+ | .layout { | ||
+ | min-width: 850px; | ||
+ | width: 80%; | ||
+ | background: #080609; | ||
+ | border-collapse: collapse; | ||
+ | border-spacing: 0px; | ||
+ | margin: auto; | ||
+ | } | ||
+ | .bgradient { | ||
+ | clear: both; | ||
+ | background: rgba(7,15,56,1); | ||
+ | background: -moz-linear-gradient(top, rgba(7,15,56,1) 0%, rgba(7,15,56,1) 18%, rgba(240,24,103,1) 51%, rgba(246,41,12,1) 71%, rgba(240,110,24,1) 91%, rgba(240,110,24,1) 100%); | ||
+ | background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(7,15,56,1)), color-stop(18%, rgba(7,15,56,1)), color-stop(51%, rgba(240,24,103,1)), color-stop(71%, rgba(246,41,12,1)), color-stop(91%, rgba(240,110,24,1)), color-stop(100%, rgba(240,110,24,1))); | ||
+ | background: -webkit-linear-gradient(top, rgba(7,15,56,1) 0%, rgba(7,15,56,1) 18%, rgba(240,24,103,1) 51%, rgba(246,41,12,1) 71%, rgba(240,110,24,1) 91%, rgba(240,110,24,1) 100%); | ||
+ | background: -o-linear-gradient(top, rgba(7,15,56,1) 0%, rgba(7,15,56,1) 18%, rgba(240,24,103,1) 51%, rgba(246,41,12,1) 71%, rgba(240,110,24,1) 91%, rgba(240,110,24,1) 100%); | ||
+ | background: -ms-linear-gradient(top, rgba(7,15,56,1) 0%, rgba(7,15,56,1) 18%, rgba(240,24,103,1) 51%, rgba(246,41,12,1) 71%, rgba(240,110,24,1) 91%, rgba(240,110,24,1) 100%); | ||
+ | background: linear-gradient(to bottom, rgba(7,15,56,1) 0%, rgba(7,15,56,1) 18%, rgba(240,24,103,1) 51%, rgba(246,41,12,1) 71%, rgba(240,110,24,1) 91%, rgba(240,110,24,1) 100%); | ||
+ | } | ||
+ | .title { | ||
+ | width: 100%; | ||
+ | height: 418px; | ||
+ | text-align: center; | ||
+ | float: right; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | } | ||
+ | .titletext { | ||
+ | color: #353535; | ||
+ | font-family: 'Special Elite'; | ||
+ | font-size: 150px; | ||
+ | line-height: 3ex; | ||
+ | text-shadow: 3px 0px #A89FA2; | ||
+ | vertical-align: baseline; | ||
+ | margin: auto; | ||
+ | } | ||
+ | .icons { | ||
+ | margin: auto; | ||
+ | opacity: .4; | ||
+ | } | ||
+ | .quote { | ||
+ | width: auto; | ||
+ | color: #979191; | ||
+ | font-family: Century Gothic, CenturyGothic, AppleGothic, Calibri, sans-serif; | ||
+ | font-size: 14px; | ||
+ | font-weight: 200; | ||
+ | letter-spacing: 1px; | ||
+ | text-align: left; | ||
+ | line-height: 1.8em; | ||
+ | opacity: .8; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | display: table; | ||
+ | } | ||
+ | .header { | ||
+ | height: 40px; | ||
+ | background-color: #070f38; | ||
+ | color: #ffffff; | ||
+ | font-family: Special Elite; | ||
+ | font-size: 60px; | ||
+ | font-weight: 100; | ||
+ | line-height: 50px; | ||
+ | text-shadow: 1px 0px #666; | ||
+ | text-align: center; | ||
+ | vertical-align: -8px; | ||
+ | margin: 0px; | ||
+ | clear: both; | ||
+ | position: relative; | ||
+ | z-index: 2; | ||
+ | } | ||
+ | .hook { | ||
+ | color: #000; | ||
+ | font-family: Copse; | ||
+ | font-size: 20px; | ||
+ | font-weight: 200; | ||
+ | text-align: left; | ||
+ | vertical-align: bottom; | ||
+ | line-height: 2em; | ||
+ | text-indent: 0em; | ||
+ | border-bottom: 1px solid #2F4F4F; | ||
+ | } | ||
+ | .hook::first-letter { | ||
+ | font-family: Copse; | ||
+ | font-size: 40px; | ||
+ | } | ||
+ | .hooksecondary { | ||
+ | font-family: Copse; | ||
+ | font-size: 40px; | ||
+ | } | ||
+ | .researchable { | ||
+ | margin: 10px 0px; | ||
+ | } | ||
+ | .textbox { | ||
+ | height: 420px; | ||
+ | background: rgba(238, 224, 229, .4); | ||
+ | margin: 40px; | ||
+ | padding: 10px 15px; | ||
+ | overflow-y: auto; | ||
+ | } | ||
+ | .text { | ||
+ | color: #000; | ||
+ | font-family: Century Gothic, CenturyGothic, AppleGothic, Calibri, sans-serif; | ||
+ | font-size: 11pt; | ||
+ | font-weight: 200; | ||
+ | opacity: .7; | ||
+ | overflow: overlay; | ||
+ | } | ||
+ | .textbackground { | ||
+ | background: rgba(238, 224, 229, .4); | ||
+ | text-align: justify; | ||
+ | text-indent: 1em; | ||
+ | line-height: 1.4em; | ||
+ | margin: 40px; | ||
+ | padding: 15px; | ||
+ | } | ||
+ | .images { | ||
+ | margin: 0px 40px; | ||
+ | opacity: .8; | ||
+ | clear: both; | ||
+ | position: relative; | ||
+ | z-index: 1; | ||
+ | } | ||
+ | .playlist { | ||
+ | height: 430px; | ||
+ | padding: auto; | ||
+ | margin: 40px; | ||
+ | position: relative; | ||
+ | } | ||
+ | .playlistchild { | ||
+ | top: 0; | ||
+ | bottom: 0; | ||
+ | left: 0; | ||
+ | right: 0; | ||
+ | width: 90%; | ||
+ | height: 70%; | ||
+ | margin: auto; | ||
+ | position: absolute; | ||
+ | } | ||
+ | .text ul { | ||
+ | color: #000; | ||
+ | list-style: none; | ||
+ | padding: 0px; | ||
+ | } | ||
+ | .text ul li:before { | ||
+ | color: #070f38; | ||
+ | content: '\2605'; | ||
+ | margin-right: 0.5em; | ||
+ | } | ||
+ | blockquote.lyrics { | ||
+ | font-size: 8pt; | ||
+ | padding-left: 3em; | ||
+ | font-style: italic; | ||
+ | } | ||
+ | .vitalbox { | ||
+ | height: 100%; | ||
+ | width: 100%; | ||
+ | } | ||
+ | table.vitalbox td:first-child { | ||
+ | font-family: Copse; | ||
+ | vertical-align: top; | ||
+ | padding-right: 10px; | ||
+ | } | ||
+ | table.logbox { | ||
+ | height: 100%; | ||
+ | width: 100%; | ||
+ | border: 0; | ||
+ | border-collapse: collapse; | ||
+ | } | ||
+ | table.logbox td:first-child { | ||
+ | width: 25%; | ||
+ | font-family: Copse; | ||
+ | } | ||
</css> | </css> | ||
+ | <div class="layout"> | ||
− | + | <div class="title"> | |
+ | {| style="width:100%; border-collapse: collapse;" | ||
|- | |- | ||
− | | | + | | rowspan=3 |[[Image:Leo5.jpg|x418px]] |
− | + | | style="text-align: center" |<div class="titletext">Leo</div> | |
− | + | ||
|- | |- | ||
− | | | + | | style="text-align: center" |<div class="icons"></div> |
− | + | ||
|- | |- | ||
− | + | | style="text-align: center" |<blockquote class="quote"> | |
+ | "The universe is under no obligation to make sense to you."<span style="font-size: 12px; font-family: Copse"><span style="letter-spacing:.1em"></span></span> | ||
+ | </blockquote> | ||
|} | |} | ||
+ | </div> | ||
− | + | <div class="bgradient"> | |
+ | <div class="header">Information</div> | ||
+ | <div class="images" style="height:550px;float:right;">[[Image:LeoLight.jpg|250px]]</div> | ||
+ | <div class="textbox text"> | ||
+ | {| class="vitalbox" | ||
|- | |- | ||
− | | | + | | Alias: |
− | + | |Leonardo 'Leo' Greene | |
− | + | ||
|- | |- | ||
− | | | + | | Date of Birth: |
− | '' | + | |July 30, 1987 |
+ | |- | ||
+ | | Occupation: | ||
+ | | ??? | ||
+ | |- | ||
+ | | Virtue/Vice: | ||
+ | |Dreamer/Laaaazy | ||
+ | |- | ||
+ | | Played By: | ||
+ | |Chazwick Bundick | ||
+ | |- | ||
+ | | Court: | ||
+ | |[[Summer Court]]: ● | ||
+ | |- | ||
+ | | Mantle: | ||
+ | |[[Summer Court]]: ●●●● <br> | ||
+ | |- | ||
+ | | Kiths: | ||
+ | |Telluric, Manikin, Gameplayer | ||
+ | |- | ||
+ | | Entitlement: | ||
+ | | [[The Squires of the Broken Bough]] | ||
+ | |- | ||
+ | | Motley: | ||
+ | | [[High Voltage]] | ||
+ | |- | ||
+ | | Freehold: | ||
+ | |[[Fate's Harvest]] | ||
+ | |- | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | | Associations: | ||
+ | | Harvestmen | ||
+ | |} | ||
+ | </div> | ||
+ | <div class="header">Description</div> | ||
+ | <div class="text textbackground"> | ||
+ | <div class="hook"><span class="hooksecondary">M</span>ask <span class="hooksecondary"></span></div> | ||
+ | <div class="mw-collapsible mw-collapsed researchable"> | ||
+ | The top of this young man starts around the 6' mark, which would be moderately impressive if two and a half inches of it weren't entirely made up of the tightly curled dark brown hair that is arranged in a random spray around his head. His skin has an even creamy brown coloration that clearly shows some sort of partially diluted African heritage. His face is clean-shaven, his nose a little flat though a lot of attention is taken up by the pair of thick, slightly over-sized glasses that he wears, and the dark brown eyes that peer out from beneath them. | ||
− | ''''' | + | He's obviously fairly thin, and he's currently wearing a baby blue and white gingham shirt beneath a slightly too large brown sweater with the sleeves down which obscures just how twiggy (or not) his arms and chest are beneath it. On his legs he's got a pair of dark blue jeans with the bottom cuff rolled up once, belted at the waist with a brown leather belt. On his feet are a pair of brown moccasins over dark blue socks. |
+ | </div> | ||
+ | <div class="hook"><span class="hooksecondary">M</span>ien<span class="hooksecondary"></span></div> | ||
+ | <div class="mw-collapsible mw-collapsed researchable"> | ||
+ | The top of this young man's head cuts up to right around six feet tall, which would be impressive if two and a half inches of it weren't entirely made up of black fiber optic cable. Intermittently glowing in the center of it is a constellation that almost looks like Leo when at rest, but that shifts randomly in a whirl of lights and patterns with his mood. The light emanates from somewhere inside, but appears as if in the black voice of space, depth given where none should be. His eyes are a bright, electric blue and streaking out from them are a series of circuit-like lines that grow out of his sclera onto his temples, harsh metal jammed crudely into flesh, spreading out at random like an infection. He has on a pair of large glasses that settle over them, emphasizing the strangeness of his eyes. | ||
− | + | The metal infection spreads down his body, emerging at random from his arms, creeping out in strange circuit patterns on his chest. All of that is covered, today, by a baby blue and white gingham shirt beneath a slightly too large brown sweater with the sleeves rolled all the way down. He's got on a pair of dark blue jeans with the bottom cuff rolled up once, belted at the waist with a brown leather belt. On his feet are a pair of brown moccasins over dark blue socks. | |
− | + | </div> | |
− | | | + | |
− | + | ||
− | + | <center>[[Image:Leo2.jpg|x100px]][[Image:Leo4.jpg|x100px]]</center> | |
− | + | ||
+ | </div> | ||
+ | |||
+ | <div class="header" style="margin-top: 0px">Roleplay Hooks</div> | ||
+ | <div class="text textbackground"> | ||
+ | |||
+ | <div class="hook">Title</div> | ||
* <span class="hilite">Changeling</span> He is Lost. A Summer Fairest and Squire of the Broken Bough. | * <span class="hilite">Changeling</span> He is Lost. A Summer Fairest and Squire of the Broken Bough. | ||
− | * <span class="hilite">TV Host</span> He is secretly the sidekick on a TV show called 'Mad Maddox's Mechanical Magic', which focuses on educating viewers on machines and robotics. The shows are known for going slightly awry, with Leo's voiceless character playing cleanup. | + | * <span class="hilite">TV Host</span> He is secretly the sidekick on a TV show called 'Mad Maddox's Mechanical Magic', which focuses on educating viewers on machines and robotics. The shows are known for going slightly awry, with Leo's masked and voiceless character playing cleanup. Think the Stig or Daft Punk. |
* <span class="hilite">Junkyard</span> He spends a lot of time at one | * <span class="hilite">Junkyard</span> He spends a lot of time at one | ||
Line 94: | Line 331: | ||
* <span class="hilite">Space</span> He's spent a lot of time in space. He really likes space stuff. Let's talk about spaaaaaace! | * <span class="hilite">Space</span> He's spent a lot of time in space. He really likes space stuff. Let's talk about spaaaaaace! | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | </div> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | <div class="header" style="margin-top: 0px">Plots & Schemes</div> | |
+ | <div class="text textbackground"> | ||
+ | Things here are not public knowledge, but I might list plots and ideas I need STs for, or that I'm drumming up interest with. Empty right now! | ||
− | + | <div class="mw-collapsible mw-collapsed researchable"> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | <div class="hook">Title 1</div> | |
− | + | <div class="mw-collapsible mw-collapsed researchable"> | |
− | + | About it here. | |
− | + | </div> | |
− | + | <div class="hook">Title 2</div> | |
− | + | <div class="mw-collapsible mw-collapsed researchable"> | |
+ | About it here. | ||
+ | </div> | ||
− | + | <div class="hook">Title 3</div> | |
− | + | <div class="mw-collapsible mw-collapsed researchable"> | |
+ | About it here. | ||
+ | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</div> | </div> | ||
− | |||
− | |||
− | |- | + | |
− | |} | + | </div> |
+ | |||
+ | <div class="header" style="margin-top: 0px">Playlist</div> | ||
+ | <div class="images" style="float:left; margin-right: 40px;">[[Image:Leo1.jpg|x580px]]</div> | ||
+ | <div class="plainlinks playlist text textbox"> <div class="playlistchild"> ♫ [https://www.youtube.com/watch?v=Q4bsDgZa4ns Freeze Me by Death From Above] | ||
+ | <blockquote class="lyrics"> | ||
+ | |||
+ | How you freeze me | ||
+ | |||
+ | We're so cold now | ||
+ | |||
+ | Are we outside in space? (so cold, so cold) | ||
+ | |||
+ | Are we outside in space? (so cold, so cold) | ||
+ | |||
+ | </blockquote> | ||
+ | |||
+ | |||
+ | ♫ [https://www.youtube.com/watch?v=8oS6VB8MkWs Spaceman by The Killers] | ||
+ | <blockquote class="lyrics"> | ||
+ | |||
+ | The star maker says, it ain't so bad | ||
+ | |||
+ | The dream maker's going make you mad | ||
+ | |||
+ | The spaceman says, everybody look down | ||
+ | |||
+ | It's all in your mind | ||
+ | |||
+ | </blockquote> | ||
+ | |||
+ | |||
+ | </div></div> | ||
+ | |||
+ | <div class="header">Logs</div> | ||
+ | <div class="text textbackground"> | ||
+ | {{ #dpl: | ||
+ | | category=RP Logs | ||
+ | | linksto={{BASEPAGENAME}} | ||
+ | | includematch=/\{{!}}\s*gamedate\s*=\s*\d{4}\.\d{2}\.\d{2}/si | ||
+ | | replaceintitle=/Log:/, | ||
+ | | include={Log}:gamedate:[[%PAGE%|%TITLE%]] | ||
+ | | ordermethod=sortkey | ||
+ | | order=descending | ||
+ | | table=class="logbox sortable",-, | ||
+ | | tablerow=\n* (%%),%% | ||
+ | | columns={{{columns|1}}} | ||
+ | | noresultsheader=''No logs have been posted yet.'' | ||
+ | }} | ||
+ | </div> | ||
+ | |||
+ | |||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | |||
+ | <center>Thank you [[Morgaine LaVey]] for the awesome layout and help!</center> |
Latest revision as of 01:21, 4 November 2017
Alias: | Leonardo 'Leo' Greene |
Date of Birth: | July 30, 1987 |
Occupation: | ??? |
Virtue/Vice: | Dreamer/Laaaazy |
Played By: | Chazwick Bundick |
Court: | Summer Court: ● |
Mantle: | Summer Court: ●●●● |
Kiths: | Telluric, Manikin, Gameplayer |
Entitlement: | The Squires of the Broken Bough |
Motley: | High Voltage |
Freehold: | Fate's Harvest |
Associations: | Harvestmen |
The top of this young man starts around the 6' mark, which would be moderately impressive if two and a half inches of it weren't entirely made up of the tightly curled dark brown hair that is arranged in a random spray around his head. His skin has an even creamy brown coloration that clearly shows some sort of partially diluted African heritage. His face is clean-shaven, his nose a little flat though a lot of attention is taken up by the pair of thick, slightly over-sized glasses that he wears, and the dark brown eyes that peer out from beneath them.
He's obviously fairly thin, and he's currently wearing a baby blue and white gingham shirt beneath a slightly too large brown sweater with the sleeves down which obscures just how twiggy (or not) his arms and chest are beneath it. On his legs he's got a pair of dark blue jeans with the bottom cuff rolled up once, belted at the waist with a brown leather belt. On his feet are a pair of brown moccasins over dark blue socks.
The top of this young man's head cuts up to right around six feet tall, which would be impressive if two and a half inches of it weren't entirely made up of black fiber optic cable. Intermittently glowing in the center of it is a constellation that almost looks like Leo when at rest, but that shifts randomly in a whirl of lights and patterns with his mood. The light emanates from somewhere inside, but appears as if in the black voice of space, depth given where none should be. His eyes are a bright, electric blue and streaking out from them are a series of circuit-like lines that grow out of his sclera onto his temples, harsh metal jammed crudely into flesh, spreading out at random like an infection. He has on a pair of large glasses that settle over them, emphasizing the strangeness of his eyes.
The metal infection spreads down his body, emerging at random from his arms, creeping out in strange circuit patterns on his chest. All of that is covered, today, by a baby blue and white gingham shirt beneath a slightly too large brown sweater with the sleeves rolled all the way down. He's got on a pair of dark blue jeans with the bottom cuff rolled up once, belted at the waist with a brown leather belt. On his feet are a pair of brown moccasins over dark blue socks.
- Changeling He is Lost. A Summer Fairest and Squire of the Broken Bough.
- TV Host He is secretly the sidekick on a TV show called 'Mad Maddox's Mechanical Magic', which focuses on educating viewers on machines and robotics. The shows are known for going slightly awry, with Leo's masked and voiceless character playing cleanup. Think the Stig or Daft Punk.
- Junkyard He spends a lot of time at one
- Hedge He spends a ton of time here. Local hobs know him fairly well.
- Video Games He's really into them, and his 3DS is almost always open to Spotpass.
- Chill af He is. Except when discussing the True Fae.
- Space He's spent a lot of time in space. He really likes space stuff. Let's talk about spaaaaaace!
Things here are not public knowledge, but I might list plots and ideas I need STs for, or that I'm drumming up interest with. Empty right now!
About it here.
About it here.
About it here.
How you freeze me
We're so cold now
Are we outside in space? (so cold, so cold)
Are we outside in space? (so cold, so cold)
The star maker says, it ain't so bad
The dream maker's going make you mad
The spaceman says, everybody look down
It's all in your mind
|
Throwing Rocks At Eels |
|
Fetches and Fear |
|
The One Where Maddox Enters On Fire |
|
Not What Leo Expected |
|
Arc Welding And Grilling Out |
|
The One About Family |
|
The One About Maddox's Embarrassing Moment |
|
The One About Explosions |
|
Nite Brite - Unexpected Visitors |
|
Deliveries for Billy Ray |
|
Harvestmen Training Jun 2017 |
|
Summer Meeting June 2017 |
|
Commitment Issues |
|
Harvestmen Meeting Jun 2017 |
|
Good Times |