Difference between revisions of "Amanda Pierce"

From City of Hope MUSH
Jump to navigation Jump to search
imported>Pierce
imported>DeniseGodin1521
 
(One intermediate revision by one other user not shown)
Line 110: Line 110:
  
  
[[Category:PCs]][[Category:Active PCs]][[Category:Mage]][[Category:Traditions]][[Category:Sons of Ether]][[Category:Kinfolk]][[Category:Fianna]][[Category:Garou]]
+
[[Category:PCs]][[Category:Retired PCs]][[Category:Mage]][[Category:Traditions]][[Category:Sons of Ether]][[Category:Kinfolk]][[Category:Fianna]][[Category:Garou]]
 +
 
 +
<div id="background-wrap">
 +
    <div class="bubble x1"></div>
 +
    <div class="bubble x2"></div>
 +
    <div class="bubble x3"></div>
 +
    <div class="bubble x4"></div>
 +
    <div class="bubble x5"></div>
 +
    <div class="bubble x6"></div>
 +
    <div class="bubble x7"></div>
 +
    <div class="bubble x8"></div>
 +
    <div class="bubble x9"></div>
 +
    <div class="bubble x10"></div>
 +
</div>
 +
</div>
 +
 
 +
__NOTOC__ __NOEDITSECTION__
 +
{{#css:
 +
 
 +
@import 'https://fonts.googleapis.com/css?family=Seaweed+Script';
 +
@import 'https://fonts.googleapis.com/css?family=Eczar';
 +
 
 +
.wrapper {
 +
  margin: auto;
 +
  max-width: 1000px;
 +
  height: auto;
 +
  background: linear-gradient( #006994, #000000);
 +
  border: 3px ridge black;
 +
  -webkit-box-shadow: 0px 0px 8px rgba(234,244,158,0.3);
 +
  -moz-box-shadow:    0px 0px 8px rgba(234,244,158,0.3);
 +
  box-shadow:        0px 0px 8px rgba(234,244,158,0.3);
 +
  position: relative;
 +
  z-index: 99;
 +
  color: #00ae88;
 +
  font-family: Eczar, Serif;
 +
  font-size: 14pt;
 +
}
 +
 
 +
.thesky {
 +
  z-index: -1;
 +
  background: #FF9D2F;
 +
}
 +
 
 +
.title {
 +
  font-size: 46pt;
 +
  letter-spacing: .25em;
 +
  font-weight: 100;
 +
  text-align: center;
 +
  text-indent: 0em;
 +
  vertical-align: middle;
 +
  margin: 0px;
 +
  font-family: 'Seaweed Script';
 +
}
 +
 
 +
.subtitle {
 +
  font-size: 28pt;
 +
  letter-spacing: .1em;
 +
  font-weight: 100;
 +
  text-align: center;
 +
  text-indent: 0em;
 +
  vertical-align: middle;
 +
  margin: 0px;
 +
  font-family: 'Seaweed Script';
 +
}
 +
 
 +
.box {
 +
  padding: .5em;
 +
  border: none;
 +
  height: auto;
 +
  width: 250px;
 +
  margin: 1em;
 +
}
 +
 
 +
.text {
 +
  padding-right: .5em;
 +
  padding-left: .5em;
 +
  margin-right: .5em;
 +
  margin-left: .5em;
 +
}
 +
 
 +
table.gallery {
 +
  width: 100%;
 +
  border-top: none;
 +
  margin: auto;
 +
  text-align: center;
 +
  border-spacing: 1em;
 +
}
 +
 
 +
table.gallery th, table.gallery td {
 +
  margin: auto;
 +
  text-align: center;
 +
  border: none;
 +
  padding:.5em;
 +
  border-spacing: 2em;
 +
}
 +
 
 +
 
 +
table {
 +
    margin: 1em;
 +
}
 +
 
 +
.rp-log ul {
 +
    list-style: none; /* Remove list bullets */
 +
    padding: 0;
 +
    margin: 0;
 +
}
 +
 
 +
#background-wrap {
 +
  position: absolute;
 +
  top: 0;
 +
  bottom: 0;
 +
  left: 0;
 +
  right: 0;
 +
  z-index: 1;
 +
  pointer-events: none;
 +
}
 +
 
 +
/* KEYFRAMES */
 +
 
 +
@-webkit-keyframes animateBubble {
 +
    0% {
 +
        margin-top: 1000px;
 +
    }
 +
    100% {
 +
        margin-top: -100%;
 +
    }
 +
}
 +
 
 +
@-moz-keyframes animateBubble {
 +
    0% {
 +
        margin-top: 1000px;
 +
    }
 +
    100% {
 +
        margin-top: -100%;
 +
    }
 +
}
 +
 
 +
@keyframes animateBubble {
 +
    0% {
 +
        margin-top: 1000px;
 +
    }
 +
    100% {
 +
        margin-top: -100%;
 +
    }
 +
}
 +
 
 +
@-webkit-keyframes sideWays {
 +
    0% {
 +
        margin-left:0px;
 +
    }
 +
    100% {
 +
        margin-left:50px;
 +
    }
 +
}
 +
 
 +
@-moz-keyframes sideWays {
 +
    0% {
 +
        margin-left:0px;
 +
    }
 +
    100% {
 +
        margin-left:50px;
 +
    }
 +
}
 +
 
 +
@keyframes sideWays {
 +
    0% {
 +
        margin-left:0px;
 +
    }
 +
    100% {
 +
        margin-left:50px;
 +
    }
 +
}
 +
 
 +
/* ANIMATIONS */
 +
 
 +
.x1 {
 +
    -webkit-animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
 +
-moz-animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
 +
animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
 +
 +
left: -5%;
 +
top: 5%;
 +
 +
-webkit-transform: scale(0.6);
 +
-moz-transform: scale(0.6);
 +
transform: scale(0.6);
 +
}
 +
 
 +
.x2 {
 +
    -webkit-animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
 +
-moz-animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
 +
animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
 +
 +
left: 5%;
 +
top: 80%;
 +
 +
-webkit-transform: scale(0.4);
 +
-moz-transform: scale(0.4);
 +
transform: scale(0.4);
 +
}
 +
 
 +
.x3 {
 +
    -webkit-animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
 +
-moz-animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
 +
animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
 +
 +
left: 10%;
 +
top: 40%;
 +
 +
-webkit-transform: scale(0.7);
 +
-moz-transform: scale(0.7);
 +
transform: scale(0.7);
 +
}
 +
 
 +
.x4 {
 +
    -webkit-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
 +
-moz-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
 +
animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
 +
 +
left: 20%;
 +
top: 0;
 +
 +
-webkit-transform: scale(0.3);
 +
-moz-transform: scale(0.3);
 +
transform: scale(0.3);
 +
}
 +
 
 +
.x5 {
 +
    -webkit-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
 +
-moz-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
 +
animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
 +
 +
left: 30%;
 +
top: 50%;
 +
 +
-webkit-transform: scale(0.5);
 +
-moz-transform: scale(0.5);
 +
transform: scale(0.5);
 +
}
 +
 
 +
.x6 {
 +
    -webkit-animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
 +
-moz-animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
 +
animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
 +
 +
left: 50%;
 +
top: 0;
 +
 +
-webkit-transform: scale(0.8);
 +
-moz-transform: scale(0.8);
 +
transform: scale(0.8);
 +
}
 +
 
 +
.x7 {
 +
    -webkit-animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
 +
-moz-animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
 +
animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
 +
 +
left: 65%;
 +
top: 70%;
 +
 +
-webkit-transform: scale(0.4);
 +
-moz-transform: scale(0.4);
 +
transform: scale(0.4);
 +
}
 +
 
 +
.x8 {
 +
    -webkit-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
 +
-moz-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
 +
animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
 +
 +
left: 80%;
 +
top: 10%;
 +
 +
-webkit-transform: scale(0.3);
 +
-moz-transform: scale(0.3);
 +
transform: scale(0.3);
 +
}
 +
 
 +
.x9 {
 +
    -webkit-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
 +
-moz-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
 +
animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
 +
 +
left: 90%;
 +
top: 50%;
 +
 +
-webkit-transform: scale(0.6);
 +
-moz-transform: scale(0.6);
 +
transform: scale(0.6);
 +
}
 +
 
 +
.x10 {
 +
    -webkit-animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
 +
-moz-animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
 +
animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
 +
 +
left: 80%;
 +
top: 80%;
 +
 +
-webkit-transform: scale(0.3);
 +
-moz-transform: scale(0.3);
 +
transform: scale(0.3);
 +
}
 +
 
 +
/* OBJECTS */
 +
 
 +
.bubble {
 +
    -webkit-border-radius: 50%;
 +
-moz-border-radius: 50%;
 +
border-radius: 50%;
 +
 +
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
 +
-moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
 +
box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
 +
 +
    height: 100px;
 +
position: absolute;
 +
width: 100px;
 +
}
 +
 
 +
img {
 +
    max-width: 100%;
 +
    height: auto;
 +
}
 +
 
 +
}}

Latest revision as of 22:19, 21 September 2019


Amanda Pierce


“Most people carry that pain around inside them their whole lives, until they kill the pain by other means, or until it kills them. But you, my friends, you found another way: a way to use the pain. To burn it as fuel, for light and warmth. You have learned to break the world that has tried to break you." - Lev Grossman
xxxxxxxxxxxxxxx


 xxxxxInformation


Lots has changed from when she first moved to Prospect all those years ago. What was once a naive young girl is now stronger, and perhaps a more scarred woman as a result. She has loved, she has been hurt, she has been betrayed, and now she semi-retired in her hermitage, developing the Alexis Hasting Agricultural Institute. She continues to publish works in various scientific and Scientific journals. Some of her works are seen below.

As a "Researcher"
"Chemical Transmutation Through Inertial Induction" Thesis. Doctorate in Progressive Science. 2015. (Forces 3, Matter 3)
"Convergent Systematic Reinforcement" Paradigma Materials Volume 3 (4). 2015. (Matter 3, Prime 2)
"Death Rays: A Review" Reviews in Modern Etheric Science Volume 72 (5). 2016. (Forces 3, Prime 2)
"A New Computational Biology - Translating the Morphologic Field of Staphylococcus Aureus Into Binary" Paradigma Volume 365 (1). 2017. (Life 2, Matter 3, Forces 3, Prime 2)
"Etheric Shielding: A Review" Reviews on Etheric and Memetic Science Volume 84 (2). 2017. (Matter 2, Spirit 2, Optional Prime 2)

As a "Professor" of Progressive Science
"Density Manipulation via Convergent Systematic Reinforcement of Atomic Structures and its Applications" Paradigma Volume 367 (4). 2018 (Forces 3, Matter 4)
"The Creation of Atomic Structures in Binary and Vice Versa and its Applications in the Digital Web" Advances in the Digital Web Volume 108 (5). 2018 (Forces 2, Matter 4, Prime 2)
"Idealizing the Platonic Form - Transformation of Atomic Structures into Ephemera. Letters in Etheric Sciences Volume 89 (7). 2018 (Matter 4, Spirit 2)
"On The Development of a Autonomous Robotic Companion" Paradigma Volume 367 (7). 2018. (Life 3, Matter 4, Prime 2, Spirit 2)
"Nanotech Medichines." Morphologic Review Letters Volume 42 (7). 2018. (Life 3, Prime 2)
"Improved Bioavailability of Active Pharmaceutical Ingredients via Subdermal Patches." Journal of Advanced Morphological Sciences Volume 91 (7). 2018. (Life 3, Matter 3)
"Overriding the Limbic System and Muscle Stimulation via Electronic Stimuli." Journal of Advanced Morphological Sciences Volume 91 (7). 2018. (Life 3, Forces 3)

As "Chair" of Pattern Sciences
"Pierce's Law - Quantum Instability in Elemental States" Paradigma Volume 368 (2). 2019 (Matter 5, Prime 2)
"Single Molecule Thick Nanomaterials - A Review" Reviews on Etheric and Memetic Science Volume 93 (1). 2019 (Matter 5)


 xxxxxContacts
 xxxxxGallery
Amandapierce.jpg
Profilexxxxx 
Date of Birth: July 4th
Apparent Age: Early 20's
Occupation: Hermit Layabout
Nature: Judge
Demeanor: Visionary

Type: Kinfolk Mage
Essence: Questing
Order: Society of Ether
Tribe: Fianna