Lindy: Difference between revisions
From LiberationMUSH Wiki
mNo edit summary |
No edit summary |
||
| (15 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
{ | {{#css: | ||
img { | |||
margin-bottom: -5px; | |||
} | |||
table { | |||
padding: 0 1.2em; | |||
{ | } | ||
tr { | |||
margin: 0.2rem 0; | |||
} | |||
td { | |||
width: 50%; | |||
} | |||
.hooks-table td, | |||
.contacts-table td { | |||
width: auto; | |||
} | |||
: | |||
.hooks-table td:nth-child(1) { | |||
: | width: 25%; | ||
} | |||
.contacts-table td:nth-child(1) { | |||
width: 25%; | |||
} | |||
table tr td:nth-child(1) { | |||
font-weight: 600; | |||
} | |||
h2.label { | |||
margin-bottom: 0.5rem; | |||
} | |||
.color-main { | |||
color: #3a3f6e; | |||
} | |||
.color-shade-light, | |||
.color-shade-light td { | |||
color: #f4f1ef; | |||
} | |||
.contacts-table { | |||
width: 100%; | |||
} | |||
.contacts-table a { | |||
color: #f4f1ef !important; | |||
} | |||
.color-bg-light { | |||
background-color: #e8f0ff; | |||
} | |||
.color-accent-light { | |||
color: #8a92b2; | |||
} | |||
.color-shade-dark { | |||
color: #1d1b1f; | |||
} | |||
.color-bg-dark { | |||
background-color: #1a1a2e; | |||
} | |||
.color-accent-dark { | |||
color: #5173d1; | |||
} | |||
.color-border-light { | |||
border-color: #f4f1ef; | |||
} | |||
.w-100 { | |||
width: 100%; | |||
} | |||
.m-auto { | |||
margin: auto; | |||
} | |||
.ph-1 { | |||
padding: 0 1rem; | |||
} | |||
.flex { | |||
display: flex; | |||
} | |||
.flex-col { | |||
flex-direction: column; | |||
} | |||
.justify-center { | |||
justify-content: center; | |||
} | |||
.text-center { | |||
text-align: center; | |||
} | |||
.show-mobile { | |||
display: none; | |||
} | |||
.heroImage img { | |||
width: 100%; | |||
height: auto; | |||
} | |||
#topImage { | |||
border-bottom-width: 1rem; | |||
border-color: #5173d1; | |||
border-style: solid; | |||
} | |||
.container { | |||
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; | |||
width: calc(100% - 2rem); | |||
border-width: 1rem; | |||
border-color: #5173d1; | |||
border-style: solid; | |||
-webkit-box-shadow: 5px 5px 15px 5px #FF8080, -9px 5px 15px 5px #FFE488, -7px -5px 15px 5px #8CFF85, 12px -5px 15px 5px #80C7FF, 12px 10px 15px 7px #492E74, -10px 10px 15px 7px #FF616B, -10px -7px 27px 1px #8E5CFF; | |||
box-shadow: 5px 5px 15px 5px #FF8080, -9px 5px 15px 5px #FFE488, -7px -5px 15px 5px #8CFF85, 12px -5px 15px 5px #80C7FF, 12px 10px 15px 7px #492E74, -10px 10px 15px 7px #FF616B, -10px -7px 27px 1px #8E5CFF; | |||
} | |||
.section { | |||
padding: 1rem; | |||
} | |||
.info-section { | |||
width: 30%; | |||
border-right-width: 0.5rem; | |||
border-top-width: 0; | |||
border-left-width: 0; | |||
border-color: #5173d1; | |||
border-style: solid; | |||
padding-bottom: 1rem; | |||
} | |||
.info-section table { | |||
width: 100%; | |||
} | |||
.info-portrait img { | |||
margin-bottom: 1rem; | |||
} | |||
.bio-section { | |||
width: 70%; | |||
} | |||
#logs-section a { | |||
color: #1a1a2e; | |||
} | |||
#logs-section ul { | |||
display: flex; | |||
flex-wrap: wrap; | |||
} | |||
#logs-section li { | |||
width: 50%; | |||
} | |||
.gallery-container { | |||
display: grid; | |||
grid-template-columns: repeat(3, 1fr); | |||
gap: 3px; | |||
max-width: 100%; | |||
} | |||
.gallery-container img { | |||
width: 100%; | |||
height: 150px; | |||
object-fit: cover; | |||
-webkit-transition: all 0.3s ease; | |||
-moz-transition: all 0.3s ease; | |||
-o-transition: all 0.3s ease; | |||
-ms-transition: all 0.3s ease; | |||
transition: all 0.3s ease; | |||
margin: 0; | |||
-moz-box-shadow: none; | |||
webkit-box-shadow: none; | |||
box-shadow: none; | |||
} | |||
.gallery-container img:hover { | |||
-webkit-transform: scale(1.05); | |||
-moz-transform: scale(1.05); | |||
-o-transform: scale(1.05); | |||
-ms-transform: scale(1.05); | |||
transform: scale(1.05); | |||
cursor: pointer; | |||
z-index: 10; | |||
position: relative; | |||
} | |||
@media only screen and (max-width: 480px) { | |||
.hide-mobile { | |||
display: none; | |||
} | |||
.show-mobile { | |||
display: block; | |||
} | |||
.section { | |||
padding: 1rem 0; | |||
} | |||
#top-section { | |||
flex-direction: column; | |||
} | |||
.info-section, | |||
.bio-section { | |||
width: 100%; | |||
} | |||
.info-section { | |||
border-width: 0; | |||
border-style: none; | |||
} | |||
.hooks-table td:nth-child(1) { | |||
width: 35%; | |||
} | |||
} | |||
}} | }} | ||
<div class="container color-bg-dark"> | |||
<div class="heroImage w-100 hide-mobile" id="topImage">[[File:Lindy79.png]]</div> | |||
<div style="text-align: center; padding: 1.2rem 2rem; font-family: 'Palatino Linotype', Palatino, serif; font-style: italic; font-size: 1.3rem; color: #c8d4f7 !important; letter-spacing: 0.08em; border-bottom: 0.5rem solid #5173d1 !important; background-color: #0f0f1f !important;"> | |||
"No system exists in isolation." | |||
</div> | |||
<div id="top-section" class="flex w-100"> | |||
<div class="info-section flex flex-col color-bg-light"> | |||
<div class="w-100 info-portrait">[[File:Lindy12.png]]</div> | |||
<table> | |||
<tr> | |||
<td>Full Name:</td> | |||
<td>Dr. Lindy Hopper</td> | |||
</tr> | |||
<tr> | |||
<td>Demeanour:</td> | |||
<td>Innovator</td> | |||
</tr> | |||
<tr> | |||
<td>Apparent Age:</td> | |||
<td>Mid 20's</td> | |||
</tr> | |||
</table> | |||
<hr class="color-accent-light" /> | |||
<table> | |||
<tr> | |||
<td>Sphere:</td> | |||
<td>Mage</td> | |||
</tr> | |||
<tr> | |||
<td>Org:</td> | |||
<td>Society of Ether</td> | |||
</tr> | |||
<tr> | |||
<td>Agreement:</td> | |||
<td>Ethernauts</td> | |||
</tr> | |||
<tr> | |||
<td>Role:</td> | |||
<td>IG Model and Systems Engineer</td> | |||
</tr> | |||
</table> | |||
<hr class="color-accent-light" /> | |||
<table> | |||
<tr> | |||
<td>Fame:</td> | |||
<td>🔴🔴⚫️⚫️⚫️</td> | |||
</tr> | |||
<tr> | |||
<td>Bardic Gift:</td> | |||
<td>🔴🔴⚫️⚫️⚫️</td> | |||
</tr> | |||
<tr> | |||
<td>Science:</td> | |||
<td>🔴🔴🔴🔴⚫️</td> | |||
</tr> | |||
</table> | |||
<hr class="color-accent-light" /> | |||
<div style="text-align:center; padding: 0.5rem; font-style: italic; color: #3a3f6e;">"Emergence is a fundamental property of all systems (Sillitto and Dori, 2017)."</div> | |||
</div> | |||
<div class="bio-section flex flex-col section"> | |||
<h2 class="label color-shade-light text-center">Biography</h2> | |||
<hr class="color-shade-light" /> | |||
<div class="color-shade-light ph-1"> | |||
<p>Dr. Lindy Hopper from Livermore, CA.</p> | |||
</div> | |||
<h2 class="label color-shade-light text-center" style="margin-top: 1.5rem;">Soundtrack</h2> | |||
<hr class="color-shade-light" /> | |||
<div class="color-shade-light ph-1"> | |||
<p>[https://youtu.be/mKnd5rZGqzY The crack in the system]</p> | |||
<p>''They paint me a villain''<br> | |||
''I'm back with a vengeance, like I'm a god''<br> | |||
''I can't be defeated''<br> | |||
''I am the reason, I am the source''<br> | |||
''I got a legion, the battle is mine''<br> | |||
''The one to believe in''</p> | |||
<p>[https://youtu.be/71H8gvYkq_w The wavelength gently grows]</p> | |||
<p>''Coercive notions re-evolve''<br> | |||
''A universe is trapped inside a tear''<br> | |||
''It resonates the core''<br> | |||
''Creates unnatural laws''<br> | |||
''Replaces love and happiness with fear''<br> | |||
''How much deception can you take?''<br> | |||
''How many lies will you create?''<br> | |||
''How much longer until you break?<br> | |||
''Your mind's about to fall</p> | |||
</div> | |||
</div> | |||
</div> | |||
<div class="section color-bg-light"> | |||
<h2 class="label color-shade-dark text-center">⚗️ RP Hooks ⚗️</h2> | |||
<table class="hooks-table"> | |||
<tr> | |||
<td>Senses</td> | |||
<td>Every observation is an experiment. The way attention moves in a room - who watches whom, what signals pass beneath the threshold - this, is data. Collect it. Pay close attention, yours is a system to be coaxed.</td> | |||
</tr> | |||
<tr> | |||
<td>Material</td> | |||
<td>A retro-futurist toolkit, a little chaotic, a little beautiful. If something comes out to measure you, let it. Science is most interesting when the subject is veracious.</td> | |||
</tr> | |||
<tr> | |||
<td>Immaterial</td> | |||
<td>Social dynamics trace the same architecture as signal flow - emergent, nonlinear, threading feedback no one planned. The warmth is genuine. So is the mapping. You are already being read, be fascinating.</td> | |||
</tr> | |||
<tr> | |||
<td>What Is Life?</td> | |||
<td>Emotion arrives as data - rich, chaotic, irreducible, and completely resistant to clean modelling. This is not a problem. It is the most interesting variable in the room. Stay close enough and you might become part of the experiment.</td> | |||
</tr> | |||
</table> | |||
</div> | |||
<div class="section color-bg-dark color-shade-light"> | |||
<h2 class="label text-center">🔬 Systems of Interest 🔬</h2> | |||
<table class="contacts-table"> | |||
<tr> | |||
<td>[[Rahman]]</td> | |||
<td>Every system of interest begins with a question you can't stop asking..</td> | |||
</tr> | |||
</table> | |||
</div> | |||
<div class="section color-bg-dark color-shade-light" id="logs-section"> | |||
<h2 class="label text-center"> 📋 Logs 📋 </h2> | |||
{{#dpl: | |||
|linksto={{PAGENAME}} | |||
|category=Logs | |||
|columns=3 | |||
|noresultsheader=<i>No logs have been posted yet.</i> | |||
}} | |||
</div> | |||
<div class="section color-bg-dark color-shade-light" id="gallery-section"> | |||
<h2 class="label text-center"> 📸 Gallery 📸 </h2> | |||
<div class="gallery-container">[[File:Lindy5.png]][[File:Lindy3.png]][[File:Lindy2.png]][[File:Lindy10.png]][[File:Lindy1.png]][[File:Lindy7.png]][[File:Lindy11.png]][[File:Lindy13.png]][[File:Lindy14.png]][[File:Lindy15.png]][[File:Lindy16.png]][[File:Lindy17.png]][[File:Lindy18.png]][[File:Lindy19.png]][[File:Lindy20.png]][[File:Lindy21.png]][[File:Lindy22.png]][[File:Lindy23.png]]</div> | |||
</div> | |||
</div> | |||
[[Category:Characters]] | [[Category:Characters]] | ||
[[Category:New]] | [[Category:New]] | ||
Latest revision as of 18:32, 12 March 2026
"No system exists in isolation."
| Full Name: | Dr. Lindy Hopper |
| Demeanour: | Innovator |
| Apparent Age: | Mid 20's |
| Sphere: | Mage |
| Org: | Society of Ether |
| Agreement: | Ethernauts |
| Role: | IG Model and Systems Engineer |
| Fame: | 🔴🔴⚫️⚫️⚫️ |
| Bardic Gift: | 🔴🔴⚫️⚫️⚫️ |
| Science: | 🔴🔴🔴🔴⚫️ |
"Emergence is a fundamental property of all systems (Sillitto and Dori, 2017)."
Biography
Dr. Lindy Hopper from Livermore, CA.
Soundtrack
They paint me a villain
I'm back with a vengeance, like I'm a god
I can't be defeated
I am the reason, I am the source
I got a legion, the battle is mine
The one to believe in
Coercive notions re-evolve
A universe is trapped inside a tear
It resonates the core
Creates unnatural laws
Replaces love and happiness with fear
How much deception can you take?
How many lies will you create?
How much longer until you break?
Your mind's about to fall
⚗️ RP Hooks ⚗️
| Senses | Every observation is an experiment. The way attention moves in a room - who watches whom, what signals pass beneath the threshold - this, is data. Collect it. Pay close attention, yours is a system to be coaxed. |
| Material | A retro-futurist toolkit, a little chaotic, a little beautiful. If something comes out to measure you, let it. Science is most interesting when the subject is veracious. |
| Immaterial | Social dynamics trace the same architecture as signal flow - emergent, nonlinear, threading feedback no one planned. The warmth is genuine. So is the mapping. You are already being read, be fascinating. |
| What Is Life? | Emotion arrives as data - rich, chaotic, irreducible, and completely resistant to clean modelling. This is not a problem. It is the most interesting variable in the room. Stay close enough and you might become part of the experiment. |
🔬 Systems of Interest 🔬
| Rahman | Every system of interest begins with a question you can't stop asking.. |
📋 Logs 📋
No logs have been posted yet.



















