Advertisement
wickedxcurve

Edie.

Jun 16th, 2020
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.14 KB | None | 0 0
  1. About Me ---
  2.  
  3. <!-- i n e f f a b l e r e s o u r c e s -->
  4. <!-- please do not steal my content! the rules on the page should be followed accordingly, or I'll be a very sad peach. any questions or issues you come across, don't hesitate to ask. ♥ -->
  5.  
  6. <-- f o n t s -->
  7. <link href="https://fonts.googleapis.com/css?family=Playfair+Display:400,400i" rel="stylesheet">
  8. <link href="https://fonts.googleapis.com/css?family=Oswald" rel="stylesheet">
  9. <link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet">
  10. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
  11. <link href="https://fonts.googleapis.com/css?family=Lobster+Two" rel="stylesheet">
  12.  
  13. <!-- b a c k g r o u n d -->
  14. <style type="text/css">
  15. table, tr, td {background-color:transparent;}
  16.  
  17. body {
  18. background-color:#fbd7da;
  19. background-image:url("");
  20. background-attachment:fixed;
  21. background-repeat:repeat;
  22. background-position:center;
  23. background-size:cover;
  24. margin-left:0; }
  25. </style>
  26.  
  27. <!-- f o n t s & l i n k s -->
  28. <style>
  29. table, tr, td, li, p, div {
  30. font:11.5px times new roman;
  31. color:#000;
  32. line-height:100%;
  33. text-align:justify; }
  34.  
  35. a:active, a:visited, a:link {
  36. font:italic 11.5px times new roman;
  37. color:#000;
  38. line-height:100%;
  39. -webkit-transition: all .5s ease;
  40. -moz-transition: all .5s ease;
  41. -o-transition: all .5s ease; }
  42.  
  43. a:hover {
  44. text-decoration:none;
  45. color:#111;
  46. -webkit-transition: all .5s ease;
  47. -moz-transition: all .5s ease;
  48. -o-transition: all .5s ease; }
  49.  
  50. B {
  51. font:bold 11.5px times new roman;
  52. color:#f58f9a; }
  53.  
  54. I {
  55. font:italic 12px georgia;
  56. letter-spacing:2px; }
  57.  
  58. h1 {
  59. font:italic 80px 'playfair display';
  60. color:#382F32;
  61. margin:0px;
  62. margin-top:-10px; }
  63.  
  64. h2 {
  65. font:bold 55px 'oswald';
  66. color:#f58f9a;
  67. text-transform:uppercase;
  68. margin:0px;
  69. margin-top:-20px; }
  70. </style>
  71.  
  72. <!-- s c r o l l b a r -->
  73. <style>
  74. ::-webkit-scrollbar-thumb {
  75. height:12px;
  76. border:2px solid #f3e2e8;
  77. background:#faebf0; }
  78.  
  79. ::-webkit-scrollbar {
  80. width:11px;
  81. height:7px;
  82. border:5px solid #f3e2e8;
  83. background:#fff; }
  84. </style>
  85.  
  86. <!-- m u s i c -->
  87. <style>
  88. .music {
  89. top:6px;
  90. right:-308px;
  91. width:340px;
  92. height:33px;
  93. position:fixed!important;
  94. -webkit-transition: all .3s linear;
  95. -moz-transition: all .3s linear;
  96. -o-transition: all .3s linear;}
  97.  
  98. .music:hover {
  99. right:-268px; }
  100. </style>
  101.  
  102. <!-- m a i n // d o n t t o u c h -->
  103. <style>
  104. #container {
  105. width:900px;
  106. height:auto;
  107. position:absolute;
  108. background:#f3e2e8;
  109. top:0px;
  110. margin-bottom:0px;
  111. margin-left:-375px;
  112. padding-left:10px;
  113. padding-right:10px;
  114. border-left:5px solid #faebf0;
  115. border-right:5px solid #faebf0;
  116. outline:10px solid #f3e2e8;}
  117. </style>
  118.  
  119. <!-- t o p s e c t i o n -->
  120. <style>
  121. #box1 {
  122. width:100%;
  123. height:460px;
  124. margin-top:0px;
  125. margin-left:0px; }
  126.  
  127. #box1 .qbox {
  128. margin-left:500px;
  129. margin-top:155px;
  130. padding:20px;
  131. padding-top:10px;
  132. width:360px;
  133. height:280px;
  134. z-index:2;
  135. position:absolute;
  136. font:italic 30px georgia;
  137. text-align:center;
  138. background-color:#faebf0; }
  139.  
  140. #box1 .name {
  141. margin-left:500px;
  142. margin-top:5px;
  143. width:400px;
  144. height:140px;
  145. z-index:2;
  146. text-align:right;
  147. position:absolute; }
  148.  
  149. #box1 .links {
  150. margin-left:410px;
  151. margin-top:0px;
  152. height:460px;
  153. width:80px;
  154. z-index:2;
  155. position:absolute;
  156. overflow:hidden; }
  157.  
  158. .links a {
  159. display:block;
  160. margin:0px;
  161. font:58px georgia;
  162. color:#382F32;
  163. text-align:center; }
  164.  
  165. .links a:hover {
  166. color:#FBC5D8; }
  167.  
  168. #box1 .main {
  169. margin-left:0px;
  170. margin-top:5px;
  171. height:460px;
  172. width:400px;
  173. z-index:2;
  174. position:absolute;
  175. overflow:hidden;
  176. background-image:url('https://i.imgur.com/yk7dNwD.png'); }
  177.  
  178. .main #border {
  179. margin:10px!important;
  180. border:5px solid #FFEAF2;
  181. height:430px;
  182. width:370px;
  183. z-index:3;
  184. position:absolute;
  185. -webkit-transition: all .5s ease;
  186. -moz-transition: all .5s ease;
  187. -o-transition: all .5s ease; }
  188.  
  189. .main:hover #border {
  190. margin:0px!important;
  191. height:450px!important;
  192. width:390px!important;
  193. border:5px solid #faebf0f!important;
  194. background-color:rgba(255,255,255,0.3);
  195. -webkit-transition: all .5s ease;
  196. -moz-transition: all .5s ease;
  197. -o-transition: all .5s ease; }
  198.  
  199. .main .header {
  200. padding:20px;
  201. height:auto;
  202. width:260px;
  203. margin-left:-305px;
  204. margin-top:20px;
  205. z-index:4;
  206. position:absolute;
  207. background-color:#FFEAF2;
  208. border:1px dotted #FBC5D8;
  209. color:#000;
  210. text-align:center;
  211. font:italic 12.5px times new roman;
  212. -webkit-transition: all .5s ease;
  213. -moz-transition: all .5s ease;
  214. -o-transition: all .5s ease; }
  215.  
  216. .header ttl {
  217. border-bottom:1px solid #000;
  218. width:60%;
  219. display:block;
  220. margin:0px;
  221. font:italic 18.5px times new roman;
  222. letter-spacing:2px;
  223. color:#000; }
  224.  
  225. .main:hover .header {
  226. margin-left:50px!important;
  227. -webkit-transition: all .5s ease;
  228. -moz-transition: all .5s ease;
  229. -o-transition: all .5s ease; }
  230.  
  231. .main .bio {
  232. padding:20px;
  233. height:310px;
  234. width:260px;
  235. margin-left:500px;
  236. margin-top:100px;
  237. z-index:4;
  238. overflow:auto;
  239. position:absolute;
  240. background-color:#fff;
  241. text-align:justify;
  242. border:1px dotted #FBC5D8;
  243. font:11.5px times new roman;
  244. -webkit-transition: all .5s ease;
  245. -moz-transition: all .5s ease;
  246. -o-transition: all .5s ease; }
  247.  
  248. .main:hover .bio {
  249. margin-left:50px!important;
  250. -webkit-transition: all .5s ease;
  251. -moz-transition: all .5s ease;
  252. -o-transition: all .5s ease; }
  253. </style>
  254.  
  255. <!-- m i d d l e s e c t i o n -->
  256. <style>
  257. #box2 {
  258. width:100%;
  259. height:405px;
  260. margin-top:0px;
  261. margin-left:0px; }
  262.  
  263. #box2 .basics {
  264. width:295px;
  265. height:400px;
  266. margin-right:7.5px;
  267. margin-top:10px;
  268. position:absolute;
  269. background-color:#faebf0; }
  270.  
  271. #box2 .owes {
  272. width:295px;
  273. height:400px;
  274. margin-left:302.5px;
  275. margin-right:7.5px;
  276. margin-top:10px;
  277. position:absolute;
  278. background-color:#faebf0; }
  279.  
  280. #box2 .cncts {
  281. width:295px;
  282. height:400px;
  283. margin-left:605px;
  284. margin-top:10px;
  285. position:absolute;
  286. background-color:#faebf0; }
  287.  
  288. #box2 h4 {
  289. display:block;
  290. width:70%;
  291. height:25px;
  292. color:#000;
  293. text-align:center;
  294. border-bottom:1px solid #000;
  295. font:italic 25px times new roman;
  296. margin:0px; }
  297.  
  298. #box2 b {
  299. font:bold 12px times new roman;
  300. color:#f58f9a; }
  301. </style>
  302.  
  303. <!-- b o t t o m s e c t i o n -->
  304. <style>
  305. #box3 {
  306. width:100%;
  307. height:405px;
  308. margin-top:0px;
  309. margin-left:0px; }
  310.  
  311. #box3 .first {
  312. width:295px;
  313. height:400px;
  314. margin-right:7.5px;
  315. margin-top:10px;
  316. position:absolute;
  317. background-image:url('https://i.imgur.com/GE19ufI.png'); }
  318.  
  319. #box3 h3 {
  320. height:40px;
  321. width:235px;
  322. margin-left:30px;
  323. margin-top:330px;
  324. background-color:#f58f9a;
  325. opacity:.6;
  326. border-top:1px dotted #fff;
  327. border-bottom:1px dotted #fff;
  328. font:30px 'lobster';
  329. text-align:center;
  330. position:absolute;
  331. color:#fff;
  332. -webkit-transition: all .5s ease;
  333. -moz-transition: all .5s ease;
  334. -o-transition: all .5s ease; }
  335.  
  336. .first:hover h3 {
  337. opacity:0;
  338. -webkit-transition: all .5s ease;
  339. -moz-transition: all .5s ease;
  340. -o-transition: all .5s ease; }
  341.  
  342. .love:hover h3 {
  343. opacity:0;
  344. -webkit-transition: all .5s ease;
  345. -moz-transition: all .5s ease;
  346. -o-transition: all .5s ease; }
  347.  
  348. .last:hover h3 {
  349. opacity:0;
  350. -webkit-transition: all .5s ease;
  351. -moz-transition: all .5s ease;
  352. -o-transition: all .5s ease; }
  353.  
  354. .first #family {
  355. height:330px;
  356. width:215px;
  357. padding:10px;
  358. margin:30px;
  359. opacity:0;
  360. overflow:auto;
  361. position:absolute;
  362. background-color:#fff;
  363. font:11.5px times new roman;
  364. -webkit-transition: all .5s ease;
  365. -moz-transition: all .5s ease;
  366. -o-transition: all .5s ease; }
  367.  
  368. .first:hover #family {
  369. opacity:1;
  370. -webkit-transition: all .5s ease;
  371. -moz-transition: all .5s ease;
  372. -o-transition: all .5s ease; }
  373.  
  374. #box3 .love {
  375. width:295px;
  376. height:400px;
  377. margin-left:302.5px;
  378. margin-right:7.5px;
  379. margin-top:10px;
  380. position:absolute;
  381. background-image:url('https://i.imgur.com/Dx2AMcY.png'); }
  382.  
  383. .love #life {
  384. height:330px;
  385. width:215px;
  386. padding:10px;
  387. margin:30px;
  388. opacity:0;
  389. overflow:auto;
  390. position:absolute;
  391. background-color:#fff;
  392. font:11.5px times new roman;
  393. -webkit-transition: all .5s ease;
  394. -moz-transition: all .5s ease;
  395. -o-transition: all .5s ease; }
  396.  
  397. .love:hover #life {
  398. opacity:1;
  399. -webkit-transition: all .5s ease;
  400. -moz-transition: all .5s ease;
  401. -o-transition: all .5s ease; }
  402.  
  403. #box3 .last {
  404. width:295px;
  405. height:400px;
  406. margin-left:605px;
  407. margin-top:10px;
  408. position:absolute;
  409. background-image:url('https://i.imgur.com/q2ZCGQU.png'); }
  410.  
  411. .last #friend {
  412. height:330px;
  413. width:215px;
  414. padding:10px;
  415. margin:30px;
  416. opacity:0;
  417. overflow:auto;
  418. position:absolute;
  419. background-color:#fff;
  420. font:11.5px times new roman;
  421. -webkit-transition: all .5s ease;
  422. -moz-transition: all .5s ease;
  423. -o-transition: all .5s ease; }
  424.  
  425. .last:hover #friend {
  426. opacity:1;
  427. -webkit-transition: all .5s ease;
  428. -moz-transition: all .5s ease;
  429. -o-transition: all .5s ease; }
  430. </style>
  431.  
  432. <!-- c o r n e r c r e d it -->
  433. <style>
  434. #credit a {
  435. font:35px georgia;
  436. color:#f58f9a;
  437. height:35px;
  438. width:auto;
  439. right:5px;
  440. bottom:5px;
  441. position:fixed; }
  442.  
  443. #credit a:hover {
  444. letter-spacing:0px; }
  445. </style>
  446.  
  447. <!-- h i d e c o d e s -->
  448. <style>
  449. a.text, table div font a, .navbar font { visibility:hidden; display:none; height:0px!important; } .contacttable, .whitetext12, .nametext, .lightbluetext8, .orangetext15, .blacktext12, .btext, .redtext, .redbtext {
  450. display:none; height:0px!important; visibility:hidden; } table table,table table table table,table { height:0px; border:0px!important; border-color:transparent!important; } table table table { padding:1px; height:.01%; width:100%; border-color:transparent!important; } table table table table,table table table table td.text, td.text td.text table { display:none; } table { padding:0px; background-color:transparent; } td.text table table { display:inline; visibility:visible; } table td table tr td.text table { visibility:hidden; } table td table tr td.text table table,table td table tr td.text table table td.text { visibility:visible; } table.footer { display:none; } div table a.navbar img { display:none; } div table.navigationBar { display:none; } div td {display:none;} #footerWarpper { display:none; margin-top:-50px!important;} .profileInfo { display:none; } .userAlbums {display:none;} </style>
  451.  
  452. <!-- s e c u r i t y c o d e s -->
  453. <body oncontextmenu="return false">
  454. <body ondragstart="return false">
  455. <body onselectstart="return false">
  456. <body onkeydown="return false">
  457.  
  458. Like To Meet --
  459.  
  460. <html><body>
  461. <div id="credit"><a href="/ineffable">♕</a></div>
  462. <div class="music">
  463. <div style="float:left; background-color:rgba(255,255,255,.5); height:25px; width:25px; font-size:18px; text-align:center; line-height:25px; color:#000;">♫</div>
  464. <div style="float:right;">
  465. <audio controls loop>
  466. <source src="http://k003.kiwi6.com/hotlink/8u91wcwrio/Imagine_Dragons_-_Believer.mp3
  467. ">
  468. </audio>
  469. </div>
  470. </div>
  471.  
  472. <div id="container">
  473.  
  474. <div id="box1">
  475.  
  476. <div class="main">
  477. <div id="border"></div>
  478. <div class="header">
  479. <center><ttl>biography</ttl></center>
  480. if you trust your rebel heart, ride into battle.
  481. </div>
  482. <div class="bio">
  483. If anyone would ask Edie themselves she’d consider her life to be a double edged sword.<br /><br />She was born in November 21st, 1990, to two people that probably had no business actually having children of their own. It wasn’t because they weren’t prepared. Or because they didn’t have the money. More so because neither of them had thought anything about being parents. Not more so than the thought of needing someone to carry on the family name, that would inherit everything, and could be shown how to handle themselves properly within the rest of the world. Both of her parents were considered old money in Hartsville; their families living there for as long as anyone could remember. So when Edie was born the blonde haired and blue eyed baby wanted for absolutely nothing. A silver spoon in her mouth, making sure that she had everything that could be needed for a healthy upbringing. Except, of course, her actual parents. Instead she was raised by the nannies that would be hired as well as other hired help that had lived in their home.<br /><br />When she was two years old her parents had found that they were pregnant again. Though her mother was upset by the idea of ruining her figure once more because of the pregnancy, both of them seemed to hope that this one would be a boy, a true heir. Edie didn’t know exactly what was happening but she understood enough of it and she was excited at the thought of beng an older sister. Something that one of the nannies had explained to Edie would happen when her mother had had her baby. Her parents didn’t get the little boy that they were hoping for - having another little girl instead. It was after this pregnancy that her mother had made the decision to get her tubes tied, not wanting to have any more children, even by accident. Upon bringing Brooke, her baby sister, home, Edie found herself eagerly throwing her young mind into wanting to help take care of her. Wanting to be the perfect big sister and do everything and anything she could.<br /><br />As she continued to grow up, until she was fourteen, Edie was the perfect daughter. Getting amazing grades, applying herself full force to everything that she put her mind to. Even going as far as getting involved in cheerleading, soccer, and different clubs in her middle school. In mind it was the perfect way to get her parents attention. If she was above reproach, proving herself to be perfect in their eyes, surely they’d have to notice, have to pay attention to her. Of course it wasn’t exactly what happened. Though she tried everything it seemed her parents half paid attention to her. Never coming to any of her events, and just waving their hands, telling her they were on the phone, when she tried to talk to them about anything going on in her life.<br /><br />It wasn’t until she hit high school that everything started to change. Suddenly she realized that if she couldn’t get their attention by being perfect, she’d have to find another way to get it. Attention for being bad was still getting attention, right? This mindset caused Edie to start acting out. Going from the perfect student and daughter, to someone that got just passing grades, and preferred going out, to staying inside. Because of the reputation that she was gaining around Hartsville her parents started to pay a little more attention to her. Even if it was to berate her for her actions. Or because she had been brought home by the police once more. As someone that had felt invisible because of her parents this newfound attention was a welcome change. Didn’t matter that it was because of her actions. At least they were starting to listen to her. To actually see her. When she was sixteen Edie found herself becoming more involved with alcohol. Enjoying the sensation that she was given while drinking and the courage that she had while drinking. The negative side effects were something that she was willing to overlook because of it.<br /><br />When she was seventeen (17) she had stolen a bottle of her parents’ wine from the cellar and was downing the bottle in her room. Part of her had been hoping that her either of her parents would notice the missing bottle and come barging into her room to stop her. Not knowing that they had left earlier in the day without saying goodbye, heading to New York City, for a meeting, and not telling her. It was a couple hours later that Brooke found Edie, standing on the outside of the balcony that was in her room, crying, and barely hanging on by her fingertips. She had discovered her parents had left and that they hadn’t even bothered to tell her. Brooke was able to talk Edie off the ledge, quite literally, and brought her back inside, the two girls falling asleep next to each other in Edie’s bed, neither wanting to let go of the other. The next morning when Edie realized what she had done, as well as how close she had been jumping, she made Brooke promise not to tell anyone what had happened, that it would stay between the two of them. A stupid mistake and one that she wouldn’t make again, she promised Brooke, when they had agreed to keep it between the two girls.<br /><br />She managed to graduate high school with average grades; not having any other clubs or sports that she had done. Honestly she didn’t even know if she had wanted to attend college. Thinking it’d be nice to do her first year after high school, just traveling, exploring, and getting to discover herself. Her parents had other things in mind for her though. They agreed to a compromise. Edie would go to college but her degree and major was what she’d want. Not what her parents wanted her to do. Applying to Corker University in Hartsville she was accepted to start fall term that year. Once she started college she decided to major in history; something that she enjoyed and actually liked learning about. Plus she knew it bothered her parents. They had wanted the chance for her to take over the family business when they wanted to retire. Nothing she learned in her history degree would help her with that.<br /><br />Her sophomore year she met her first serious boyfriend. Jameson Denbrough. Though the two had known each other their whole lives she had never given him a second look. Was the type of person that her mother and father would have loved for her. Someone that was more fitting to their world. Everything that she had been wanting to avoid when it came to relationships. Or rather more among the lines of the serious type of relationships that others preferred. He was given her attention like she hadn’t known before. At the beginning it was what she’d consider to be a healthy and happy relationship. He was a year older than Edie but somehow they managed to connect on a level she’d never known before. <br /><br />For four years they stayed together and Edie convinced herself that she just needed to ignore all the red flags. Each night he’d still be in bed next to her. That’s what mattered, right? Three years into their relationship she had started to get the gut feeling that something wasn’t right. Some things weren’t adding up when he had made excuses for perfume she’d smell. Or weird numbers calling his phone. In her mind she knew, deep down, that he was cheating, but it was her heart that didn’t want to accept that fact. Anytime that she’d try to confront him everything would get twisted and turned to where Edie wasn’t even sure if she had been right. The gaslighting and manipulation weren’t something that Edie had much experience with. Caused her to second guess herself. Maybe she was just a little bit crazy. Overreacting because she had never actually had a serious boyfriend before. Something that he’d throw in her face quite often.<br /><br />After four years she had gotten concrete proof about his cheating but still he didn’t want to admit it. Unsure of how to proceed; knowing that he’d be able to turn everything around until she looked crazy. She went to Scarlett Stone, having heard the rumors about how she’d trick men, seeing if they were cheaters or not, and Edie knew that Jameson would fail. Of course she was right. Scarlett let Edie know the hotel they’d be meeting at as well as the time that they’d be meeting. Edie arrived with Jameson’s pants literally at his feet, taking proof of what happened, and broke up with the male. To say that it broke her heart was an understatement. But it was what needed to be done. Was the only way that Edie thought she’d be able to find any semblance of happiness again. <br /><br />Already Edie had been planning on leaving Hartsville for a little bit. Needing to get away. Especially when everything reminded her of Jameson and their relationship. Just a couple days after the breakup she had went out on the town, wanting to drink and forget everything, and she went out and let herself finally let loose. Having forgotten that side of herself since she had gotten a boyfriend. The next morning she woke up in a stranger's bed, unsure of who the person was, just a one night stand, and she quickly left before any questions could be asked. When she had gotten into Charlotte, it was discovered that she was pregnant. The time added up to the fact that it was her ex-boyfriend's baby and that was even more devastating to realize. <br /><br />When she returned to Hartsville with a baby, just a couple months old, the rumors went wild, and it was something that Edie felt like she had control of. It didn't matter what everyone else had said but considering her former reputation when she had said that it was the result of a one night stand, surprisingly, it seemed to believe that some believed that. Many of them still believed the assumption that Ada Mae was Jameson's baby. Thankfully a lot of them have at least stopped saying any of the rumors where she could hear them. Ada Mae is everything to Edie and she wants to do everything in order to help protect her daughter. Part of her understands how selfish it is to keep Jameson out of Ada Mae's life but deep down she convinces herself that it's in her daughter's best interests.<br /><br />Currently she’s twenty-nine (29) years old and lives in Mountain Falls with Ada Mae, her daughter. Surprisingly her mother has taken to the idea of being a grandmother rather well, loving to babysit Ada Mae, and paying more attention to her than Edie could ever remember having. It’s a nice change of pace. Edie loves the fact that her family has accepted Ada Mae easily into the family; having been unsure of whether they'd do so with her being unmarried. She’s given a monthly allowance as well as the house that had been bought for her, only paying the bills that’s owed and the yearly taxes for the house and land. Not entirely needing a job but wanting one she applied and got hired at Darling Buds, working alongside Bowie, as an assistant and part time delivery driver, when needed. It’s not entirely a glamorous job; surprisingly it’s one that she finds herself enjoying. Plus it gives her more time to spend with Ada Mae without working her to death.
  484. </div>
  485. </div>
  486.  
  487. <div class="links">
  488. <a href="/home.php?" title="home">♡</a>
  489. <a href="/add_comment.php?member_id=1607837" title="comment">♡</a>
  490. <a href="/send_message.php?member_id=1607837" title="message">♡</a>
  491. <a href="/gallery.php?member_id=1607837" title="gallery">♡</a>
  492. <a href="/view_group.php?group_id=31050" title="group">♡</a>
  493. </div>
  494.  
  495. <div class="name">
  496. <h1>Edie</h1>
  497. <h2>L. Devereaux</h2>
  498. </div>
  499.  
  500. <div class="qbox">
  501. Some people are born with <font style="font-weight:bold;color:#f58f9a;">tornadoes</font> in their lives, but <font style="letter-spacing:2px;font-weight:bold;">constellations</font> in their eyes. Other people are born with <font style="text-decoration:underline;">stars</font> at their feet, but their <font style="text-decoration:line-through;">souls</font> are lost at sea.
  502. </div>
  503. </div>
  504.  
  505. <div id="box2">
  506. <div class="basics">
  507. <center><h4>basic information</h4></center>
  508. <div style="height:355px; width:275px; padding:10px; overflow:auto;">
  509. <b>Birth Name & Etymology ✖ Nick name(s): </b> Edie Louise Devereaux <b>✖</b> Edie, Edd. <br>
  510. <b>Date of Birth ✖ Astrological Sign:</b> She was born on <i>November 21st, 1990</i>. <b>✖</b> She is a <i>scorpio</i>. <blockquote>stuff and things</blockquote>
  511. <b>Gender:</b> She is a female. <br>
  512. <b>Place of Birth ✖ Hometown:</b> Hartsville, South Caroline <b>✖</b> Hartsville, South Caroline <br>
  513. <b>Current Residence:</b> Hartsville, South Caroline <br>
  514. <b>Parents:</b> Ivy & Nathaniel Devereaux. Both of her parents are still alive. <br>
  515. <b>Siblings:</b> Brooke Devereaux. Younger sister by two years. <br>
  516. <b>Children:</b> Ada Mae Devereaux - Daughter (5). <br>
  517. <b>Relationship Status:</b> Single <br>
  518. <b>Past Relationships:</b> Jameson Denbrough. Edie's first serious relationship and the father of Ada Mae though he doesn't know that. There had been other flings throughout Edie's life but none of them truly amounting to anything of note. <br>
  519. <b>Sexual Orientation:</b> She would identify as being pansexual. Though she's only had relationships with males. There had been hidden flings with females. <br>
  520. <b>Education:</b> She graduated high school as well as Corker University with a degree in history. <br>
  521. <b>Hair ✖ Eye Color:</b> Blonde ✖ Blue <br>
  522. <b>Height ✖ Weight:</b> 5'10" ✖ 139 lbs <br>
  523. <b>Tattoos ✖ Piercings:</b> None ✖ Ears <br>
  524. <b>Smoke ✖ Drink ✖ Drugs:</b> No ✖ Sometimes ✖ No <br>
  525. <b>Languages:</b> English. She took French in high school but still can't really speak it at all. <br>
  526. <b>Likes:</b> <br>
  527. <b>Dislikes:</b>
  528. </div>
  529. </div>
  530.  
  531. <div class="owes">
  532. <center><h4>owes list</h4></center>
  533. <div style="height:355px; width:275px; padding:10px; overflow:auto; text-align:center;">
  534. <i style="font-size:20px; color:#f58f9a;">
  535. last updated: 06/07
  536. </i><br>
  537.  
  538. <i style="font-size:18px;">i owe</i><br>
  539. <i style="font-size:15px;">
  540. starters《 02 》
  541. </i><br>
  542. - Benny Kopus (<b>05/09</b>) <Br>
  543. - Aubrey Novak <b>06/02</b>) <Br>
  544. - name (<b>date</b>) <Br>
  545.  
  546.  
  547. <br>
  548. <i style="font-size:15px;">
  549. replies《 05 》
  550. </i><br>
  551. - Chloe Fitzgerald (<b>05/16</b>) <Br>
  552. - Lorelai Carmichael (<b>05/25</b>) <Br>
  553. - Brooke Devereaux (<b>05/30</b>) <Br>
  554. - Bowie Zeppelin (<b>05/24</b>) <Br>
  555. - Sarah McAden (<b>05/17</b>) <Br>
  556.  
  557.  
  558. <br>
  559. <i style="font-size:18px;">you owe</i><br>
  560. <i style="font-size:15px;">starters《 05 》</i><br>
  561. - Dominic Rosewood (<b>04/30</b>) <Br>
  562. - Roxanne Matthews (<b>05/13</b>) <Br>
  563. - Sophie Monroe (<b>05/27</b>) <Br>
  564. - Alexis McQuillen (<b>06/02</b>) <Br>
  565. - Kaseigh Prescott (<b>06/04</b>) <Br>
  566.  
  567.  
  568. <br>
  569. <i style="font-size:15px;">replies 《 01 》</i><br>
  570. - Blake Quinn (<b>05/01</b>) <Br>
  571. - name (<b>date</b>) <Br>
  572. - name (<b>date</b>) <Br>
  573.  
  574.  
  575. <Br>
  576. <i style="font-size:15px;">discussing《 00 》</i><br>
  577. - no one
  578. </div>
  579. </div>
  580.  
  581. <div class="cncts">
  582. <center><h4>storylines</h4></center>
  583. <div style="height:355px; width:275px; padding:10px; overflow:auto;">
  584. <b>✹</b> <i>Brooke Devereaux.</i> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin viverra iaculis erat, in vestibulum risus volutpat eu. Nullam aliquam, augue sit amet scelerisque ullamcorper, enim quam placerat tortor, id dignissim mauris orci eu libero. Curabitur sed interdum elit. Maecenas rhoncus dictum leo eget vestibulum. Ut ac enim a dolor condimentum molestie ut quis dui. Pellentesque volutpat tempus sem, sit amet pellentesque nisl laoreet eget. Nullam diam massa, commodo et turpis vel, cursus dictum felis. Integer id leo id velit posuere mollis vel iaculis metus. In hac habitasse platea dictumst. Curabitur nec commodo leo. In nulla risus, venenatis a massa et, mattis sagittis dui. Praesent pulvinar magna velit, a maximus arcu interdum vitae. <br><Br>
  585. <b>✹</b> <i>first last</i> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin viverra iaculis erat, in vestibulum risus volutpat eu. Nullam aliquam, augue sit amet scelerisque ullamcorper, enim quam placerat tortor, id dignissim mauris orci eu libero. Curabitur sed interdum elit. Maecenas rhoncus dictum leo eget vestibulum. Ut ac enim a dolor condimentum molestie ut quis dui. Pellentesque volutpat tempus sem, sit amet pellentesque nisl laoreet eget. Nullam diam massa, commodo et turpis vel, cursus dictum felis. Integer id leo id velit posuere mollis vel iaculis metus. In hac habitasse platea dictumst. Curabitur nec commodo leo. In nulla risus, venenatis a massa et, mattis sagittis dui. Praesent pulvinar magna velit, a maximus arcu interdum vitae. <br><Br>
  586. <b>✹</b> <i>first last</i> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin viverra iaculis erat, in vestibulum risus volutpat eu. Nullam aliquam, augue sit amet scelerisque ullamcorper, enim quam placerat tortor, id dignissim mauris orci eu libero. Curabitur sed interdum elit. Maecenas rhoncus dictum leo eget vestibulum. Ut ac enim a dolor condimentum molestie ut quis dui. Pellentesque volutpat tempus sem, sit amet pellentesque nisl laoreet eget. Nullam diam massa, commodo et turpis vel, cursus dictum felis. Integer id leo id velit posuere mollis vel iaculis metus. In hac habitasse platea dictumst. Curabitur nec commodo leo. In nulla risus, venenatis a massa et, mattis sagittis dui. Praesent pulvinar magna velit, a maximus arcu interdum vitae. <br><Br>
  587. <b>✹</b> <i>first last</i> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin viverra iaculis erat, in vestibulum risus volutpat eu. Nullam aliquam, augue sit amet scelerisque ullamcorper, enim quam placerat tortor, id dignissim mauris orci eu libero. Curabitur sed interdum elit. Maecenas rhoncus dictum leo eget vestibulum. Ut ac enim a dolor condimentum molestie ut quis dui. Pellentesque volutpat tempus sem, sit amet pellentesque nisl laoreet eget. Nullam diam massa, commodo et turpis vel, cursus dictum felis. Integer id leo id velit posuere mollis vel iaculis metus. In hac habitasse platea dictumst. Curabitur nec commodo leo. In nulla risus, venenatis a massa et, mattis sagittis dui. Praesent pulvinar magna velit, a maximus arcu interdum vitae. <br><Br>
  588. <b>✹</b> <i>first last</i> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin viverra iaculis erat, in vestibulum risus volutpat eu. Nullam aliquam, augue sit amet scelerisque ullamcorper, enim quam placerat tortor, id dignissim mauris orci eu libero. Curabitur sed interdum elit. Maecenas rhoncus dictum leo eget vestibulum. Ut ac enim a dolor condimentum molestie ut quis dui. Pellentesque volutpat tempus sem, sit amet pellentesque nisl laoreet eget. Nullam diam massa, commodo et turpis vel, cursus dictum felis. Integer id leo id velit posuere mollis vel iaculis metus. In hac habitasse platea dictumst. Curabitur nec commodo leo. In nulla risus, venenatis a massa et, mattis sagittis dui. Praesent pulvinar magna velit, a maximus arcu interdum vitae.
  589. </div>
  590. </div>
  591. </div>
  592.  
  593. <div id="box3">
  594. <div class="first">
  595. <h3>my daughter</h3>
  596. <div id="family">
  597. <center><i>but the truth is plain to see, she was sent to rescue me</i></center><Br>
  598.  
  599. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin viverra iaculis erat, in vestibulum risus volutpat eu. Nullam aliquam, augue sit amet scelerisque ullamcorper, enim quam placerat tortor, id dignissim mauris orci eu libero. Curabitur sed interdum elit. Maecenas rhoncus dictum leo eget vestibulum. Ut ac enim a dolor condimentum molestie ut quis dui. Pellentesque volutpat tempus sem, sit amet pellentesque nisl laoreet eget. Nullam diam massa, commodo et turpis vel, cursus dictum felis. Integer id leo id velit posuere mollis vel iaculis metus. In hac habitasse platea dictumst. Curabitur nec commodo leo. In nulla risus, venenatis a massa et, mattis sagittis dui. Praesent pulvinar magna velit, a maximus arcu interdum vitae.
  600. </div>
  601. </div>
  602.  
  603. <div class="love">
  604. <h3>relationship status</h3>
  605. <div id="life">
  606. <center><i>what if i was made for you and you were made for me</i></center><br>
  607.  
  608. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin viverra iaculis erat, in vestibulum risus volutpat eu. Nullam aliquam, augue sit amet scelerisque ullamcorper, enim quam placerat tortor, id dignissim mauris orci eu libero. Curabitur sed interdum elit. Maecenas rhoncus dictum leo eget vestibulum. Ut ac enim a dolor condimentum molestie ut quis dui. Pellentesque volutpat tempus sem, sit amet pellentesque nisl laoreet eget. Nullam diam massa, commodo et turpis vel, cursus dictum felis. Integer id leo id velit posuere mollis vel iaculis metus. In hac habitasse platea dictumst. Curabitur nec commodo leo. In nulla risus, venenatis a massa et, mattis sagittis dui. Praesent pulvinar magna velit, a maximus arcu interdum vitae.
  609. </div>
  610. </div>
  611.  
  612. <div class="last">
  613. <h3>little sister</h3>
  614. <div id="friend">
  615. <center><i>i remember how we'd fight & make up & laugh all night</i></center><Br>
  616.  
  617. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin viverra iaculis erat, in vestibulum risus volutpat eu. Nullam aliquam, augue sit amet scelerisque ullamcorper, enim quam placerat tortor, id dignissim mauris orci eu libero. Curabitur sed interdum elit. Maecenas rhoncus dictum leo eget vestibulum. Ut ac enim a dolor condimentum molestie ut quis dui. Pellentesque volutpat tempus sem, sit amet pellentesque nisl laoreet eget. Nullam diam massa, commodo et turpis vel, cursus dictum felis. Integer id leo id velit posuere mollis vel iaculis metus. In hac habitasse platea dictumst. Curabitur nec commodo leo. In nulla risus, venenatis a massa et, mattis sagittis dui. Praesent pulvinar magna velit, a maximus arcu interdum vitae.
  618. </div>
  619. </div>
  620. </div>
  621. </div>
  622. </div>
  623. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement