Michelle: Difference between revisions

From LiberationMUSH Wiki
No edit summary
No edit summary
Line 71: Line 71:
.hooks {
.hooks {
background-image: url('https://i.imgur.com/yacq8Gt.jpg');
background-image: url('https://i.imgur.com/yacq8Gt.jpg');
padding-top:1.5rem;
padding: 1.0rem 0.5rem;
padding-bottom: 1.5rem;
}
}
.hooks-table {
.hooks-table {
width: 100%;
width: 100%;
padding: 0.25rem 1.0rem;
padding: 1.0rem 0.5rem;
}
}
Line 86: Line 85:
.hook-note {
.hook-note {
width: 75%;
width: 75%;
}
.stats {
padding: 1.5rem 0.5rem;
}
.stats-table {
width: 100%;
padding: 1.0rem 0.25rem;
}
.stat-name {
width: 50%;
}
.stat-note {
width: 50%;
}
}
Line 195: Line 211:
.p-5 {
.p-5 {
padding: 5px;
padding: 5px;
}
.py-0 {
padding-top: 0px;
padding-bottom: 0px;
}
.py-1 {
padding-top: 1px;
padding-bottom: 1px;
}
.py-2 {
padding-top: 2px;
padding-bottom: 2px;
}
.py-3 {
padding-top: 3px;
padding-bottom: 3px;
}
.py-4 {
padding-top: 4px;
padding-bottom: 4px;
}
.py-5 {
padding-top: 5px;
padding-bottom: 5px;
}
}
Line 211: Line 257:
.flex-33 {
.flex-33 {
width: 100%;
flex: 100%;
}
}
Line 229: Line 275:
border: 0px;
border: 0px;
}
}
.hooks {
padding: 0rem;
}
.hooks-table {
flex: 100%;
padding: 0.25rem 1.0rem;
}
.hook-note {
padding-left: 0.5rem;
}
.stats {
padding: 0rem;
}
.stats-table {
flex: 100%;
padding: 0rem;
}
.stat-name {
flex: 50%;
}
.stat-note {
flex: 50%;
}
}
}
}}
}}
Line 286: Line 363:
<table class="hooks-table fg-white">
<table class="hooks-table fg-white">
<tr>
<tr>
<td class="hook-name fg-lavender v-top">Kindred</td>
<td class="hook-name fg-lavender v-top py-5">Kindred</td>
<td class="hook-note v-top">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ut vestibulum ligula, quis tempus quam. Maecenas gravida ipsum vitae risus vehicula venenatis...</td>
<td class="hook-note v-top py-5">Lick. Vampire. Kindred. Damned. Call her what you want, Michelle drinks blood to survive and she made the choice willingly. Who wouldn't want to see behind a curtain as fascinating as the Masquerade?</td>
</tr>
</tr>
<tr>
<tr>
<td class="hook-name fg-lavender v-top">Clan Tremere</td>
<td class="hook-name fg-lavender v-top py-5">Clan Tremere</td>
<td class="hook-note v-top">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ut vestibulum ligula, quis tempus quam. Maecenas gravida ipsum vitae risus vehicula venenatis...</td>
<td class="hook-note v-top py-5">Apprentice of the Sixth Degree, Childe of Regent Joseph Ravenfeather of the Tremere Chantry of San Jose, Grandchilde of Korbin Salmanca. Michelle is proud of her lineage and her Clan. She offers Thaumaturgical services within the bounds allowed by Clan Tremere and the Chantry of Los Angeles.</td>
</tr>
</tr>
<tr>
<tr>
<td class="hook-name fg-lavender v-top">Occultist</td>
<td class="hook-name fg-lavender v-top py-5">Occultist</td>
<td class="hook-note v-top">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ut vestibulum ligula, quis tempus quam. Maecenas gravida ipsum vitae risus vehicula venenatis...</td>
<td class="hook-note v-top py-5">Her life was intertwined with the supernatural well before she became a vampire. At a young age Michelle was capable of hearing and speaking to spirits. Her grandmother was a follower of Santa Muerte who encouraged her exploration of the occult even as her Catholic father forbade it. Hermetic philosophy. The works of Crowley. Gardener. The Three Initiates. She read a wide variety of occult manuscripts and now possesses the knowledge to strip the fiction away from fact. Her specialty resides in the knowledge rituals. </td>
</tr>
</tr>
<tr>
<tr>
<td class="hook-name fg-lavender v-top">Book Conservation</td>
<td class="hook-name fg-lavender v-top py-5">Book Conservation</td>
<td class="hook-note v-top">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ut vestibulum ligula, quis tempus quam. Maecenas gravida ipsum vitae risus vehicula venenatis...</td>
<td class="hook-note v-top py-5">Michelle attended Stanford University where she was a few months shy of completing a Bachelor of Arts in Design when she was embraced. Initially her studies focused on Studio Art, specifically illustration, but after some reflection she changed her focus to Design to prepare for an apprenticeship in book conservation given her love of books. It's a skill that came in very handy during her time at the San Jose Chantry where she functioned as an Archivist.</td>
</tr>
</tr>
<tr>
<tr>
<td class="hook-name fg-lavender v-top">Goth/Punk Scene</td>
<td class="hook-name fg-lavender v-top py-5">Goth/Punk Scene</td>
<td class="hook-note v-top">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ut vestibulum ligula, quis tempus quam. Maecenas gravida ipsum vitae risus vehicula venenatis...</td>
<td class="hook-note v-top py-5">During the 80s punk was her scene and as punk gave birth to goth in the early 90s she naturally found her way there. She still incorporates elements of both in her style and is fond of both communities, especially goths for their unconditional acceptance of her occult "weirdness". </td>
</tr>
</tr>
<tr>
<tr>
<td class="hook-name fg-lavender v-top">Boyle Heights</td>
<td class="hook-name fg-lavender v-top py-5">Boyle Heights</td>
<td class="hook-note v-top">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ut vestibulum ligula, quis tempus quam. Maecenas gravida ipsum vitae risus vehicula venenatis...</td>
<td class="hook-note v-top py-5">She's a Los Angeles native who grew up in Boyle Heights, between the Arts District and East Los Angeles. </td>
</tr>
</tr>
</table>
</table>
Line 313: Line 390:
<div class="m-0 p-0">[[Image:TorresLibraryBanner.jpg|class=img-responsive|link=]]</div>
<div class="m-0 p-0">[[Image:TorresLibraryBanner.jpg|class=img-responsive|link=]]</div>
<div class="flex-container fg-white">
<div class="flex-33 stats">
<div class="section text-center fg-lavender p-2">Public Stats</div>
<table class="stats-table">
<tr>
<td class="stat-name fg-lavender v-top">Intelligence</td>
<td class="stat-note v-top"> [[Image:TorresFullDot.png|16px|link=]][[Image:TorresFullDot.png|16px|link=]][[Image:TorresFullDot.png|16px|link=]][[Image:TorresFullDot.png|16px|link=]][[Image:TorresBlankDot.png|16px|link=]]</td>
</tr>
<tr>
<td class="stat-name fg-lavender v-top">Occult</td>
<td class="stat-note v-top"> [[Image:TorresFullDot.png|16px|link=]][[Image:TorresFullDot.png|16px|link=]][[Image:TorresFullDot.png|16px|link=]][[Image:TorresFullDot.png|16px|link=]][[Image:TorresBlankDot.png|16px|link=]]</td>
</tr>
<tr>
<td class="stat-name fg-lavender v-top">Appearance</td>
<td class="stat-note v-top"> [[Image:TorresFullDot.png|16px|link=]][[Image:TorresFullDot.png|16px|link=]][[Image:TorresFullDot.png|16px|link=]][[Image:TorresBlankDot.png|16px|link=]][[Image:TorresBlankDot.png|16px|link=]]</td>
</tr>
<tr>
<td class="stat-name fg-lavender v-top">Merits</td>
<td class="stat-note v-top">Prestigious Sire</br>Language (Latin)</br>Language (Spanish)</td>
</tr>
<tr>
<td class="stat-name fg-lavender v-top">Flaws</td>
<td class="stat-note v-top">Arcane Curse</br>Bad Sight</td>
</tr>
</table>
</div>
<div class="flex-33">
<!-- [[Image:OccultMoth.png|class=img-responsive m-auto|link=]] -->
[[Image:TorressOccultSkull.png|class=img-responsive m-auto|link=]]</div>
<div class="flex-33">&nbsp;</div>
</div>
<div><p>&nbsp;</p><p>&nbsp;</p><p class="fg-white p-5 text-center">Work in Progress</p><p>&nbsp;</p><p>&nbsp;</p></div>
<div><p>&nbsp;</p><p>&nbsp;</p><p class="fg-white p-5 text-center">Work in Progress</p><p>&nbsp;</p><p>&nbsp;</p></div>

Revision as of 06:22, 7 June 2023



Michelle Torres
App Age: 23
Demeanor: Soldier
Hometown: Los Angeles, CA
Sect: Camarilla
Clan: Tremere
Sire: Regent Joseph Ravenfeather
Position: Apprentice
Affiliation: Los Angeles Chantry
San Jose Chantry (Formerly)
Introduction

Michelle Torres was born January 16, 1970 in Boyle Heights, Los Angeles, CA where her parents immigrated to from Mexico. She was the first Mexican-American born in her family. Her association with the supernatural occured at a young age, both via her abuela who practiced Santisima Muerte and her own medium-like abilities that afforded her a view into the spirit world.

She is a lifelong occultist, illustrator, and book conservationist whose introduction to Kindred society came after moving to the San Jose area for college. There she drew the attention of Joseph Ravenfeather, Regent of the Tremere Chantry of San Jose (and her eventual sire), while exploring occult bookstores that grew increasingly more niche. Michelle has recently returned to Los Angeles after receiving orders from above to report to the Tremere Chantry of Los Angeles.

Hooks
Kindred Lick. Vampire. Kindred. Damned. Call her what you want, Michelle drinks blood to survive and she made the choice willingly. Who wouldn't want to see behind a curtain as fascinating as the Masquerade?
Clan Tremere Apprentice of the Sixth Degree, Childe of Regent Joseph Ravenfeather of the Tremere Chantry of San Jose, Grandchilde of Korbin Salmanca. Michelle is proud of her lineage and her Clan. She offers Thaumaturgical services within the bounds allowed by Clan Tremere and the Chantry of Los Angeles.
Occultist Her life was intertwined with the supernatural well before she became a vampire. At a young age Michelle was capable of hearing and speaking to spirits. Her grandmother was a follower of Santa Muerte who encouraged her exploration of the occult even as her Catholic father forbade it. Hermetic philosophy. The works of Crowley. Gardener. The Three Initiates. She read a wide variety of occult manuscripts and now possesses the knowledge to strip the fiction away from fact. Her specialty resides in the knowledge rituals.
Book Conservation Michelle attended Stanford University where she was a few months shy of completing a Bachelor of Arts in Design when she was embraced. Initially her studies focused on Studio Art, specifically illustration, but after some reflection she changed her focus to Design to prepare for an apprenticeship in book conservation given her love of books. It's a skill that came in very handy during her time at the San Jose Chantry where she functioned as an Archivist.
Goth/Punk Scene During the 80s punk was her scene and as punk gave birth to goth in the early 90s she naturally found her way there. She still incorporates elements of both in her style and is fond of both communities, especially goths for their unconditional acceptance of her occult "weirdness".
Boyle Heights She's a Los Angeles native who grew up in Boyle Heights, between the Arts District and East Los Angeles.
Public Stats
Intelligence
Occult
Appearance
Merits Prestigious Sire
Language (Latin)
Language (Spanish)
Flaws Arcane Curse
Bad Sight
 

 

 

Work in Progress