Advertisement
mebuckner

Custom Order - Dani - Layout

Sep 26th, 2020
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 58.64 KB | None | 0 0
  1. <!--about me-->
  2. <style type="text/css">
  3. @import url('https://fonts.googleapis.com/css2?family=PT+Serif&display=swap');
  4.  
  5.  
  6.  
  7. .Edits By M { This layout is made by Edits By M /1631904 do not remove credit. That would make you icky.}
  8.  
  9.  
  10. .Edits By M { Background }
  11. table, tr, td {
  12.   background-color:transparent;
  13. }
  14.  
  15. li{
  16.     font-size: 12px;
  17.     font-family: Georgia;
  18.     margin-top: 0px;
  19.     margin-bottom: 10px;
  20. }
  21.  
  22. a.closeLink:link, a.closeLink:active, a.closeLink:visited {
  23.     color: #000;
  24.     font-family: Georgia;
  25.     font-size: 12px;
  26. }
  27.  
  28.  
  29. .Edits By M  { Body }
  30. body {
  31.   background-color:#e4ced0;
  32.   background-image:url("https://i.imgur.com/4qMQRKB.png");
  33.   background-size:cover;
  34.   background-attachment:fixed;
  35.   background-repeat:no-repeat;
  36.   background-position: bottom left;
  37.   margin-top:420px;
  38. }
  39.  
  40. .backgroundContainer{
  41. width: 815px;
  42. padding-left:30px;
  43. padding-right:30px;
  44. height: 100%;
  45. position: fixed;
  46. margin: auto;
  47. left: 15px;
  48. right: 0;
  49. top: 0;
  50. background: #121212;
  51. z-index: -999;
  52. }
  53.  
  54. #notes{
  55. display:none;
  56. }
  57.  
  58. #notes:target{
  59. display: block;
  60.     position: fixed;
  61.     top: 0;
  62.     left: 0;
  63.     right: 0;
  64.     bottom: 0;
  65.     margin: auto;
  66.     width: 440px;
  67.     height: 440px;
  68.     padding: 20px;
  69.     background: #fff;
  70.     border: 10px solid #652f2c;
  71.     z-index: 9999999;
  72. }
  73.  
  74.  
  75. #plots{
  76. display:none;
  77. }
  78.  
  79. #plots:target{
  80. display: block;
  81.     position: fixed;
  82.     top: 0;
  83.     left: 0;
  84.     right: 0;
  85.     bottom: 0;
  86.     margin: auto;
  87.     width: 440px;
  88.     height: 440px;
  89.     padding: 20px;
  90.     background: #fff;
  91.     border: 10px solid #652f2c;
  92.     z-index: 9999999;
  93. }
  94.  
  95. #facts{
  96. display:none;
  97. }
  98.  
  99. #facts:target{
  100. display: block;
  101.     position: fixed;
  102.     top: 0;
  103.     left: 0;
  104.     right: 0;
  105.     bottom: 0;
  106.     margin: auto;
  107.     width: 440px;
  108.     height: 440px;
  109.     padding: 20px;
  110.     background: #fff;
  111.     border: 10px solid #652f2c;
  112.     z-index: 9999999;
  113. }
  114.  
  115.  
  116.  
  117. .topBackgroundContainer{
  118. width: 815px;
  119.     padding-left: 30px;
  120.     padding-right: 30px;
  121.     height: 400px;
  122.     position: fixed;
  123.     margin: auto;
  124.     left: 15px;
  125.     right: 0;
  126.     top: 0;
  127.     background: #121212;
  128.     z-index: 99999;
  129. }
  130.  
  131.  
  132.  
  133. .Edits By M  { Scrollbar }
  134.   ::-webkit-scrollbar {
  135.       display: none;
  136. }
  137.  
  138. .mygen { Tables }
  139. td.text table table {
  140.   position:static;
  141. }
  142.  
  143. table table table table{
  144. border: 5px solid #652f2c;
  145. background-color: #fff;
  146. }
  147.  
  148. h1{
  149. color: #ffffff;
  150. font-family: Ge;
  151. margin: 0;
  152. padding: 0;
  153. text-transform: uppercase;
  154. font-size: 19px;
  155. letter-spacing: 5px;
  156. padding-top: 14px;
  157. display: inline-block;
  158. padding-left: 10px;
  159. margin-right:50px;
  160. }
  161.  
  162. .lastUpdated{
  163.   font-size:15px;
  164. }
  165.  
  166. b{
  167.   color:#844444;
  168. }
  169.  
  170. strong{
  171. color:#fff;
  172. }
  173.  
  174. i{
  175.   color:#652f2c;
  176. }
  177.  
  178. h2{
  179. color: #ffffff;
  180. font-family: Ge;
  181. margin: 0;
  182. padding: 0;
  183. text-transform: uppercase;
  184. font-size: 19px;
  185. letter-spacing: 1px;
  186. padding-top: 5px;
  187. display: inline-block;
  188. padding-left: 10px;
  189. background: #652f2c;
  190. width: 425px;
  191. text-align: center;
  192. padding-bottom: 5px;
  193. }
  194.  
  195. h3{
  196. color: #ffffff;
  197. font-family: Ge;
  198. margin: 0;
  199. padding: 0;
  200. text-transform: uppercase;
  201. font-size: 19px;
  202. letter-spacing: 5px;
  203. padding-top: 5px;
  204. display: inline-block;
  205. padding-left: 10px;
  206. background: #652f2c;
  207. width: 336px;
  208. text-align: center;
  209. padding-bottom: 5px;
  210. }
  211.  
  212. h5{
  213.     color: #ffffff;
  214.     font-family: Ge;
  215.     margin: 0;
  216.     padding: 0;
  217.     text-transform: uppercase;
  218.     font-size: 19px;
  219.     letter-spacing: 5px;
  220.     padding-top: 5px;
  221.     display: inline-block;
  222.     padding-left: 10px;
  223.     background: #652f2c;
  224.     width: 205px;
  225.     text-align: center;
  226.     padding-top: 13px;
  227. }
  228.  
  229.  
  230. h6{
  231. color: #ffffff;
  232. font-family: Ge;
  233. margin: 0;
  234. padding: 0;
  235. text-transform: uppercase;
  236. font-size: 19px;
  237. letter-spacing: 5px;
  238. padding-top: 5px;
  239. display: inline-block;
  240. padding-left: 10px;
  241. background: #652f2c;
  242. width: 296px;
  243. padding-top:5px;
  244. padding-bottom:5px;
  245. margin-bottom:5px;
  246. text-align: center;
  247. padding-bottom: 5px;
  248. }
  249.  
  250. h4{
  251.   margin:0;
  252.   font-family: 'Montserrat', sans-serif;
  253.   text-transform:uppercase;
  254.   text-align:right;
  255.   font-size:20px;
  256.   color:#1a2831;
  257. }
  258.  
  259.  
  260. a.topNavigation:link, a.topNavigation:visited {
  261.     background-color: #652f2c;
  262.     color: white;
  263.     padding: 0px 3px;
  264.     margin-top: -6px;
  265.     text-align: center;
  266.     text-decoration: none;
  267.     display: inline-block;
  268.     font-family: Georgia;
  269.     letter-spacing: 1px;
  270.     margin-top: -6px;
  271.     vertical-align: middle;
  272.     text-transform: uppercase;
  273. }
  274.  
  275. a.topNavigation:hover, a.topNavigation:active {
  276.   background-color: #652f2c;
  277. }
  278.  
  279.  
  280.  div[id="googlebar"],div div select{opacity:0;filter:alpha(opacity=0);display:none !important;position:absolute !important;bottom:2000px !important;} .clearfix {display:none !important;position:absolute!important;} table table br {line-height:3px} table table table br {line-height:5px;} .a {hide top search bar} div div select, div div form {display:none !important;} select { visibility:hidden!important; WIDTH:0px!important;} .note {bring the tables up more} td.text table {position:relative; top: -20px;} td.text table table {position:static;} .lightbluetext8 {display:none;}table table table table td {width:0px;}.contactTable td, table table td.text table td,table table table table table td {width:auto;} /*HIDECODES*/ table .nametext {display:none;} .extendednetwork{display:none;} .blurbs{display:none;} .userprofileurl{display:none;} .userprofiledetail{display:none;} .interestsanddetails{display:none;} .latestblogentry{display:none;} .mslogo{display:none;} .friendscomments{display:none;} .friendspace{display:none;} .contacttable{display:none;} .lightbluetext8{display:none;} .Do Not Hide The Profile Ads{display:none;} .userAlbums{display:none;} td.text table {position:relative; top: -11px;} td.text table table {position:static;} .lightbluetext8 {display:none;}table table table table td {width:0px;} .contactTable td, table table td.text table td,table table table table table td {width:auto;} div td {display:none;} table {top:-6px; position:relative;} table table {top:0px; position:relative;} table.profileInfo table td {white-space:wrap !important;} table.profileInfo, table.profileInfo table tr:last-child {display:none;} #footerWarpper{display: none;} .profileInfo .text {font:12px 'Archivo Narrow'; color:#696969; line-height:12px;} #jm a {background-image:url("")!important; background-repeat:no-repeat!important; width:58px!important; height:13px!important; background-color:transparent!important; position:fixed!important; bottom:0px!important; left:0px!important; opacity:0.3!important;} a:hover {opacity:1!important;}table table table table {position:static;}
  281.  
  282.  
  283. .mygen {space} table table br {display:none;} table table table br {display:block;} table table table {margin-top:4px;} table table table table {margin-top:0px;}
  284. </style>
  285.  
  286.  
  287.  
  288. <!--like to meet-->
  289. </td></tr></table></td></tr></table><br /><table bordercolor="ffffff" cellspacing="0" cellpadding="0" width="440" bgcolor="ffffff" border="0"><tr><td class="text" valign="left" align="left" width="440" bgcolor="ffffff" height="0" style="word-wrap:break-word"></td></tr><tr><td><table bordercolor="000000" cellspacing="0" cellpadding="0" width="440" align="left" bgcolor="ffffff" border="0"><td valign="top" align="left" width="440" bgcolor="ffffff" style="word-wrap:break-word">
  290. <div id="notes">
  291. <div style="width: 412px; padding-left: 20px; text-align: right; height: 19px;"><a href="#close" class="closeLink">x</a></div>
  292. <h2>notes</h2>
  293. <div style="width: 395px; height: 398px; padding-left: 20px; padding-right: 20px;  padding-top: 10px;background: #fff; font-family: Georgia; text-align: justify; font-size: 12px; color: #000; overflow: auto; margin-bottom: 20px; background:#fff;">
  294. here
  295. </div>
  296. </div>
  297. <div id="plots">
  298. <div style="width: 412px; padding-left: 20px; text-align: right; height: 19px;"><a href="#close" class="closeLink">x</a></div>
  299. <h2>plots</h2>
  300. <div style="width: 395px; height: 398px; padding-left: 20px; padding-right: 20px;  padding-top: 10px;background: #fff; font-family: Georgia; text-align: justify; font-size: 12px; color: #000; overflow: auto; margin-bottom: 20px; background:#fff;">
  301. here
  302. </div>
  303. </div>
  304. <div id="facts">
  305. <div style="width: 412px; padding-left: 20px; text-align: right; height: 19px;"><a href="#close" class="closeLink">x</a></div>
  306. <h2>quick facts</h2>
  307. <div style="width: 395px; height: 398px; padding-left: 20px; padding-right: 20px;  padding-top: 10px;background: #fff; font-family: Georgia; text-align: justify; font-size: 12px; color: #000; overflow: auto; margin-bottom: 20px; background:#fff;">
  308. - She is adopted and isn't that close with her mother, because she is known to be strict with a hard nose. <br><br>
  309. - Dani is twenty-one years old and is working at a web design company firm called Cosmic Way <br><br>
  310. - She is a new york native and has been here her entire life going in and out of foster care homes after her mother died <br><br>
  311. - She was eventually adopted around the age of 12 by a woman named Kendra Powers <br><br>
  312. - She frequently sees a ghost figure from time to time and doesn't know what to do about it <br><br>
  313. - When she gets into a car accident she is forced to see a doctor and at the visit she confesses about the ghost she see's <br><br>
  314. - Eventually she gets diagnosed with a brain disorder known to be schizophrenia and has to be on medication for it <br><br>
  315. - The ghost figure that she sees on a daily bases is her biological mother, but she doesn't realize that till later on <br><br>
  316. - She refuses to think that she is crazy in any kind of sorts, so she hides the fact that she has been diagnosed to her mother and
  317. friends. <br><br>
  318. - She has a gay best friend that hangs around her though-out town and she loves them very much
  319. </div>
  320. </div>
  321. <div class="backgroundContainer">
  322. </div>
  323. <div class="topBackgroundContainer">
  324. <div style="width:815px; height:50px; background:#652f2c;">
  325. <h1>dani powers</h1>
  326.  
  327. <a href="/home.php" class="topNavigation">Home</a>
  328. <a href="/send_message.php?member_id=1584278" class="topNavigation">Message</a>
  329. <a href="/add_comment.php?member_id=1584278" class="topNavigation">Comment</a>
  330. <a href="https://www.roleplayer.me/view_blog.php?id=0000464904" class="topNavigation">Rules</a>
  331. <a href="https://www.roleplayer.me/view_profile.php?member_id=1257850" class="topNavigation">Group</a>
  332. <a href="https://www.roleplayer.me/status_stream.php?member_id=1584278" class="topNavigation">Stream</a>
  333. <a href="https://www.roleplayer.me/view_profile.php?member_id=1621586" class="topNavigation" >Resources</a>
  334. <a href="/gallery.php?member_id=1584278" class="topNavigation">Gallery</a>
  335. </div>
  336. <div style="width:815px; height:300px; background:#fff;"><img src="https://i.imgur.com/XTCrruy.png"></div>
  337. <div style="width:815px; height:50px; background:#652f2c;">
  338. <center>
  339. <a href="#notes"><h5>notes</h5></a>
  340. <a href="#plots" style="margin-left:10px;"><h5>plots</h5></a>
  341. <a href="#facts" style="margin-left:10px;"><h5>quick facts</h5></a>
  342.  
  343. </center>
  344. </div>
  345. </div>
  346.  
  347.  
  348.  
  349. <h2>Everyone has a Story to tell</h2>
  350. <center><img src="https://i.imgur.com/iDBxQga.png" style="margin-top:20px;"></center>
  351. <div style="width: 395px; height: 220px; padding-left: 20px; padding-right: 20px;  padding-top: 10px;background: #fff; font-family: Georgia; text-align: justify; font-size: 12px; color: #000; overflow: auto; margin-bottom: 20px;">
  352.  
  353. After her mother died when she turned about twelve years old was when Dani had been put into the foster care system. It wasn't till she had turned about fifteen years of age when an older woman decided to adopt her. She went by the name Kendra powers and when she took Dani in she had been super strict with her for the rest of her life. By the time Dani had turned twenty-one years in age was the moment she had gotten into a car wreck and the mother had been fed up with how she dealt with it. She didn't know how to handle the incident after it happened and pretty much blamed Dani for being such an misbehaving child. Dani refused to tell her adoptive mother what she had witness on scene of the crash and knew it was better kept a secret. She had fallen witness to a ghost of a figure, but she didn't know who the ghost was or why she had been seeing it the night of the crash. Dani Totally wanted to ignore the situation and place it off as a trick of light caused by the accident. When she got home that night she told her mother that she would make a doctors appointment the next morning to get checked out, because she believed she would be fine for that night.
  354. <br><br>
  355. When Dani made the doctor's appointment for the next morning she knew she had to come clean to the doctor about seeing a ghost like figure during the crash. All her insides were screaming at her to keep quiet about it, but her mind knew she must tell someone about it because she couldn't keep it a secret any longer. She made an appointment with her local doctor who was named Connor Heath and the second she set foot into his office was when she had a full blown panic attack, because she saw the ghost again. She didn't know what to do about it and decided to try to ignore what she had been seeing. Considering the fact she was going in for her car wreck incident she didn't need to have the visit be anything other than that. She didn't know how to come clean about seeing this ghost to the doctor or how to even have a solid conversation about the current situation. However, Dani knew she had to come clean at some point in this visit about what she has been witnessing on an almost daily base. Right before she was to leave the doctor's office was the moment she had told Doctor Heath about the strange figure she was seeing.
  356. <br><br>
  357. Doctor Connor Heath was astounded by what he was hearing from Dani and knew he had to get some test in before she had to leave that day. Telling Dani about her possibly needing some test to rule out anything serious was going on was when Dani knew something must be up with her own frame of mind for the doctor to want to order test. She hesitated for a slight moment about taking these test but knew in the back of her mind that it was probably something she needed and she knew she would not tell her mother about them. When she accepted the test from the doctors and when she came out of them to hear results goosebumps had shot up and down her spine. She wasn't sure how she would handle any kind of negative news right about now, but she waited till the doctor could come back into the room to give her the details. When the doctor held up the lab results of her current test, and told her that he and suspected something unusual forming within her brain was when Dani was in shock about what she was hearing.
  358.  
  359.  
  360. </div>
  361.  
  362.  
  363. </td></tr></table></td></tr></table><br /><table bordercolor="ffffff" cellspacing="0" cellpadding="0" width="440" bgcolor="ffffff" border="0"><tr><td class="text" valign="left" align="left" width="440" bgcolor="ffffff" height="0" style="word-wrap:break-word"></td></tr><tr><td><table bordercolor="000000" cellspacing="0" cellpadding="0" width="440" align="left" bgcolor="ffffff" border="0"><td valign="top" align="left" width="440" bgcolor="ffffff" style="word-wrap:break-word">
  364. <h2>But they also have a past to share</h2>
  365. <center><img src="https://i.imgur.com/T32BOdv.png" style="margin-top:20px;"></center>
  366. <div style="width: 395px; height: 220px; padding-left: 20px; padding-right: 20px;  padding-top: 10px;background: #fff; font-family: Georgia; text-align: justify; font-size: 12px; color: #000; overflow: auto; margin-bottom: 20px;">
  367. She couldn't believe the news; how in the world could this be happening she thought to herself while she was hearing the results being played within her mind. Dani started to believe that the test where wrong and that the doctors had gotten it all mixed up, because how in the world would she have this mental disorder called schizophrenia, she was anything but crazy she told herself. When the doctor had finished going over everything with Dani was when she refused to take in the information and told the doctors they had done the test wrong and that she was completely normal. She stormed out of the office and got into her car that day and the second she was able to drive off was when she noticed the ghost again. This time she could make out it's features and recognized who the figure had belonged to, and it was her dead mother. She couldn't believe her own frame of mind and how she was witnessing such a figure before her that is when she started to believe the test. Making the decision to ignore what she was seeing before her and deciding to drive off into the sunshine made her question her own sanity.
  368. <br><br>
  369. Was she really crazy for seeing her dead mother ghost around her all the time, and how was she supposed to deal with something like this and not to mention tell her mother about it. She knew she couldn't keep this a secret for any much longer and needed to tell someone about it so she could get i off her chest, but she didn't know who she could tell such an important secret to. That was when she was grateful to have a friend like Tate around, because she knew he wouldn't judge her for anything that was going on in her life. Tate is one of the Dani's best friends and she couldn't be more honored to have him in her life durning this rough time of hers. When she decided to tell Tate about her ghost problems was when she knew that he would try to make her feel better about them; she didn't know where else to go to other than him. Even when he suggested to her that she was bound to have to tell Kendra about it at sometime in due time, and Dani knew this she just wasn't sure when or how she was going to break the news to her.
  370. <br><br>
  371. She loved worked at her web design company firm called Cosmic Way, because it was a way of release to her and a great distraction from her current situation. Dani is a fantastic web designer who really ranks in the money and earns quite the paycheck for what she does, and she doesn't see herself doing anything other than what she does today. Dani has made great connections at her job too with the people there and with her clients that she has to deal with on a day to day basis; she is also super close with the head boss there. She doesn't imagine herself being anywhere else or working anywhere other than Cosmic way, because not only has she been a good employee she has even been mentioned in newspapers about how successful she has made the business. She chooses to keep her mind stuff at bay from work, because she doesn't want to trouble the people and she wants to keep her health separate from her job life. Considering the fact that she uses Cosmic way as a big distraction from her health she would hate to mix the two up and cause any unrelated drama between the two of them. When she's not working at cosmic way she does writing on the side and is trying to work on her own upcoming novel for publishing houses but with everything that is going on with her she does find it hard to sit down and write, but she tries to.
  372. <br><br>
  373. When she goes back to visit the doctor on an almost day to day schedule she starts to form feelings for Doctor Heath that she doesn't know how to handle them. She knows that it is unprofessional to be feeling this way towards your doctor but she can't help but feel some sort of attraction there, and she does everything in her power to suppress those feels. When Doctor Heath comes forth to her about his own feelings towards her is when Dani decides to give him an unexpected kiss at one of her visits with him. Heath tries to ignore the situation by suggesting that Dani needs to have more test done for further examination. After the moment of them kissing was when the two of them knew that they both had felt the same way about each other. However, with Dani being his patient it was forbidden that they could be together or ever date, but the urges were totally there. They decided to try and let their feelings for one another linger off the best they could but they often found that the attraction they had for each other was strong. It was something they didn't want to ignore any longer, so Dani decided to stop being his patient so they could start dating. She chose to choose a different doctor that worked at her local primary care office, and from there she started to see Doctor's Heath's brother Ronald.
  374. </div>
  375.  
  376.  
  377.  
  378.  
  379.  
  380. </td></tr></table></td></tr></table><br /><table bordercolor="ffffff" cellspacing="0" cellpadding="0" width="440" bgcolor="ffffff" border="0"><tr><td class="text" valign="left" align="left" width="440" bgcolor="ffffff" height="0" style="word-wrap:break-word"></td></tr><tr><td><table bordercolor="000000" cellspacing="0" cellpadding="0" width="440" align="left" bgcolor="ffffff" border="0"><td valign="top" align="left" width="440" bgcolor="ffffff" style="word-wrap:break-word">
  381. <h2>you have my heart</h2>
  382. <center><img src="https://i.imgur.com/VsNKV6G.png" style="margin-top:20px;"></center>
  383. <img src="https://i.imgur.com/j3L7pTc.png" style="margin-top:20px; margin-left:20px; margin-bottom:18px;">
  384. <div style="width: 272px; height: 100px; /* background: #000; */ margin-left: 20px; display: inline-block; vertical-align: top; margin-top: 20px; font-family: Georgia; font-size: 12; overflow: auto; text-align: justify;">
  385. <b><i>status</i></b> here <br>
  386. <b><i>to whom</i></b> here <br>
  387. <b><i>since when</i></b> here <br>
  388. <b><i>comments</i></b> here <br>
  389. </div>
  390.  
  391.  
  392.  
  393. </td></tr></table></td></tr></table><br /><table bordercolor="ffffff" cellspacing="0" cellpadding="0" width="440" bgcolor="ffffff" border="0"><tr><td class="text" valign="left" align="left" width="440" bgcolor="ffffff" height="0" style="word-wrap:break-word"></td></tr><tr><td><table bordercolor="000000" cellspacing="0" cellpadding="0" width="440" align="left" bgcolor="ffffff" border="0"><td valign="top" align="left" width="440" bgcolor="ffffff" style="word-wrap:break-word">
  394. <div style="height:409px; overflow:auto;">
  395. <h2>main connections</h2>
  396. <img src="https://i.imgur.com/xNw8gSD.png" style="margin-top:20px; margin-left:20px; margin-bottom:18px;">
  397. <div style="width: 272px; height: 100px; /* background: #000; */ margin-left: 20px; display: inline-block; vertical-align: top; margin-top: 20px; font-family: Georgia; font-size: 12; overflow: auto; text-align: justify;">
  398. <b><i>connection name</i></b> / / talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here.
  399. </div>
  400. <br><br>
  401. <img src="https://i.imgur.com/xNw8gSD.png" style="margin-top:20px; margin-left:20px; margin-bottom:18px;">
  402. <div style="width: 272px; height: 100px; /* background: #000; */ margin-left: 20px; display: inline-block; vertical-align: top; margin-top: 20px; font-family: Georgia; font-size: 12; overflow: auto; text-align: justify;">
  403. <b><i>connection name</i></b> / / talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here.
  404. </div>
  405.  
  406. <br><br>
  407. <img src="https://i.imgur.com/xNw8gSD.png" style="margin-top:20px; margin-left:20px; margin-bottom:18px;">
  408. <div style="width: 272px; height: 100px; /* background: #000; */ margin-left: 20px; display: inline-block; vertical-align: top; margin-top: 20px; font-family: Georgia; font-size: 12; overflow: auto; text-align: justify;">
  409. <b><i>connection name</i></b> / / talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here.
  410. </div>
  411.  
  412. <br><br>
  413. <img src="https://i.imgur.com/xNw8gSD.png" style="margin-top:20px; margin-left:20px; margin-bottom:18px;">
  414. <div style="width: 272px; height: 100px; /* background: #000; */ margin-left: 20px; display: inline-block; vertical-align: top; margin-top: 20px; font-family: Georgia; font-size: 12; overflow: auto; text-align: justify;">
  415. <b><i>connection name</i></b> / / talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here.
  416. </div>
  417.  
  418. <br><br>
  419. <img src="https://i.imgur.com/xNw8gSD.png" style="margin-top:20px; margin-left:20px; margin-bottom:18px;">
  420. <div style="width: 272px; height: 100px; /* background: #000; */ margin-left: 20px; display: inline-block; vertical-align: top; margin-top: 20px; font-family: Georgia; font-size: 12; overflow: auto; text-align: justify;">
  421. <b><i>connection name</i></b> / / talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here. talk about the connection here.
  422. </div>
  423.  
  424.  
  425.  
  426.  
  427.  
  428. </div>
  429.  
  430.  
  431.  
  432.  
  433. <!--interests-->
  434. </table> </td> </tr> </table> <br /> <table bordercolor="black" cellspacing="0" cellpadding="0" width="340" bgcolor="black" border="0"> <tr> <td class="text" valign="" align="left" width="340" bgcolor="0" height="0" style="word-wrap:break-word"><span class="orangetext15"> </td> </tr> <tr> <td><table bordercolor="0" cellspacing="0" cellpadding="0" width="340" align="" bgcolor="black" border="0"> <td valign="top" align="" width="340" bgcolor="black" style="word-wrap:break-word">
  435. <h3>basic information</h3>
  436.  
  437. <center><img src="https://i.imgur.com/fBeFWMw.png" style="margin-top:20px;"></center>
  438.  
  439. <div style="width: 306px; height: 120px; background: #fff; font-family: Georgia; text-align: justify; font-size: 12px; color: #000; overflow: auto; margin-bottom: 20px; margin-top: 20px; margin-left: 20px;">
  440.  
  441. <div style="width:286px; background:#fff; padding:10px;font-family: Georgia; font-size: 12px;">
  442.  
  443.  
  444. <div style="width: 90px; background: #652f2c; display: inline-block; padding: 5px; font-family: Georgia; font-size: 12px; text-align: center; margin-right: 10px;"><strong>full name</strong></div>
  445. Dani Jacklyn Powers
  446. </div>
  447.  
  448. <div style="width:286px; background:#fff; padding:10px;font-family: Georgia; font-size: 12px;">
  449. <div style="width: 90px; background: #652f2c; display: inline-block; padding: 5px; font-family: Georgia; font-size: 12px; text-align: center; margin-right: 10px;"><strong>pronunciation</strong></div>
  450. DA-NI J-ACK-LYN PO-WER-S
  451. </div>
  452.  
  453. <div style="width:286px; background:#fff; padding:10px;font-family: Georgia; font-size: 12px;">
  454. <div style="width: 90px; background: #652f2c; display: inline-block; padding: 5px; font-family: Georgia; font-size: 12px; text-align: center; margin-right: 10px;"><strong>nicknames</strong></div>
  455. N/A
  456. </div>
  457.  
  458. <div style="width:286px; background:#fff; padding:10px;font-family: Georgia; font-size: 12px;">
  459. <div style="width: 90px; background: #652f2c; display: inline-block; padding: 5px; font-family: Georgia; font-size: 12px; text-align: center; margin-right: 10px;"><strong>meaning</strong></div>
  460. N/A
  461. </div>
  462.  
  463. <div style="width:286px; background:#fff; padding:10px;font-family: Georgia; font-size: 12px;">
  464. <div style="width: 90px; background: #652f2c; display: inline-block; padding: 5px; font-family: Georgia; font-size: 12px; text-align: center; margin-right: 10px;"><strong>origin</strong></div>
  465. N/A
  466. </div>
  467.  
  468. <div style="width:286px; background:#fff; padding:10px;font-family: Georgia; font-size: 12px;">
  469. <div style="width: 90px; background: #652f2c; display: inline-block; padding: 5px; font-family: Georgia; font-size: 12px; text-align: center; margin-right: 10px;"><strong>title</strong></div>
  470. Ma'am
  471. </div>
  472.  
  473. <div style="width:286px; background:#fff; padding:10px;font-family: Georgia; font-size: 12px;">
  474. <div style="width: 90px; background: #652f2c; display: inline-block; padding: 5px; font-family: Georgia; font-size: 12px; text-align: center; margin-right: 10px;"><strong>ID</strong></div>
  475. 1584278
  476. </div>
  477.  
  478. <div style="width:286px; background:#fff; padding:10px;font-family: Georgia; font-size: 12px;">
  479. <div style="width: 90px; background: #652f2c; display: inline-block; padding: 5px; font-family: Georgia; font-size: 12px; text-align: center; margin-right: 10px;"><strong>signature</strong></div>
  480. cursive
  481. </div>
  482.  
  483. <div style="width:286px; background:#fff; padding:10px;font-family: Georgia; font-size: 12px;">
  484. <div style="width: 90px; background: #652f2c; display: inline-block; padding: 5px; font-family: Georgia; font-size: 12px; text-align: center; margin-right: 10px;"><strong>gender</strong></div>
  485. female
  486. </div>
  487.  
  488. <div style="width:286px; background:#fff; padding:10px;font-family: Georgia; font-size: 12px;">
  489. <div style="width: 90px; background: #652f2c; display: inline-block; padding: 5px; font-family: Georgia; font-size: 12px; text-align: center; margin-right: 10px;"><strong>gender role</strong></div>
  490. Feminine | Female Protagnatios
  491. </div>
  492.  
  493. <div style="width:286px; background:#fff; padding:10px;font-family: Georgia; font-size: 12px;">
  494. <div style="width: 90px; background: #652f2c; display: inline-block; padding: 5px; font-family: Georgia; font-size: 12px; text-align: center; margin-right: 10px;"><strong>orientation</strong></div>
  495. straight
  496. </div>
  497.  
  498. <div style="width:286px; background:#fff; padding:10px;font-family: Georgia; font-size: 12px;">
  499. <div style="width: 90px; background: #652f2c; display: inline-block; padding: 5px; font-family: Georgia; font-size: 12px; text-align: center; margin-right: 10px;"><strong>real age</strong></div>
  500. 21
  501. </div>
  502.  
  503. <div style="width:286px; background:#fff; padding:10px;font-family: Georgia; font-size: 12px;">
  504. <div style="width: 90px; background: #652f2c; display: inline-block; padding: 5px; font-family: Georgia; font-size: 12px; text-align: center; margin-right: 10px;"><strong>appearance age</strong></div>
  505. 18
  506. </div>
  507.  
  508. <div style="width:286px; background:#fff; padding:10px;font-family: Georgia; font-size: 12px;">
  509. <div style="width: 90px; background: #652f2c; display: inline-block; padding: 5px; font-family: Georgia; font-size: 12px; text-align: center; margin-right: 10px;"><strong>birthday</strong></div>
  510. September 10th
  511. </div>
  512.  
  513. <div style="width:286px; background:#fff; padding:10px;font-family: Georgia; font-size: 12px;">
  514. <div style="width: 90px; background: #652f2c; display: inline-block; padding: 5px; font-family: Georgia; font-size: 12px; text-align: center; margin-right: 10px;"><strong>birthplace</strong></div>
  515. Arizona
  516. </div>
  517.  
  518. <div style="width:286px; background:#fff; padding:10px;font-family: Georgia; font-size: 12px;">
  519. <div style="width: 90px; background: #652f2c; display: inline-block; padding: 5px; font-family: Georgia; font-size: 12px; text-align: center; margin-right: 10px;"><strong>astrological</strong></div>
  520. Libra
  521. </div>
  522.  
  523. <div style="width:286px; background:#fff; padding:10px;font-family: Georgia; font-size: 12px;">
  524. <div style="width: 90px; background: #652f2c; display: inline-block; padding: 5px; font-family: Georgia; font-size: 12px; text-align: center; margin-right: 10px;"><strong>zodiac</strong></div>
  525. the scales
  526. </div>
  527.  
  528. <div style="width:286px; background:#fff; padding:10px;font-family: Georgia; font-size: 12px;">
  529. <div style="width: 90px; background: #652f2c; display: inline-block; padding: 5px; font-family: Georgia; font-size: 12px; text-align: center; margin-right: 10px;"><strong>species</strong></div>
  530. human
  531. </div>
  532.  
  533. <div style="width:286px; background:#fff; padding:10px;font-family: Georgia; font-size: 12px;">
  534. <div style="width: 90px; background: #652f2c; display: inline-block; padding: 5px; font-family: Georgia; font-size: 12px; text-align: center; margin-right: 10px;"><strong>ethnicity</strong></div>
  535. white
  536. </div>
  537.  
  538. <div style="width:286px; background:#fff; padding:10px;font-family: Georgia; font-size: 12px;">
  539. <div style="width: 90px; background: #652f2c; display: inline-block; padding: 5px; font-family: Georgia; font-size: 12px; text-align: center; margin-right: 10px;"><strong>blood type</strong></div>
  540. type A
  541. </div>
  542.  
  543. <div style="width:286px; background:#fff; padding:10px;font-family: Georgia; font-size: 12px;">
  544. <div style="width: 90px; background: #652f2c; display: inline-block; padding: 5px; font-family: Georgia; font-size: 12px; text-align: center; margin-right: 10px;"><strong>preferred hand</strong></div>
  545. left handed
  546. </div>
  547.  
  548. <div style="width:286px; background:#fff; padding:10px;font-family: Georgia; font-size: 12px;">
  549. <div style="width: 90px; background: #652f2c; display: inline-block; padding: 5px; font-family: Georgia; font-size: 12px; text-align: center; margin-right: 10px;"><strong>facial type</strong></div>
  550. oval
  551. </div>
  552.  
  553. <div style="width:286px; background:#fff; padding:10px;font-family: Georgia; font-size: 12px;">
  554. <div style="width: 90px; background: #652f2c; display: inline-block; padding: 5px; font-family: Georgia; font-size: 12px; text-align: center; margin-right: 10px;"><strong>eye color</strong></div>
  555. green
  556. </div>
  557.  
  558. <div style="width:286px; background:#fff; padding:10px;font-family: Georgia; font-size: 12px;">
  559. <div style="width: 90px; background: #652f2c; display: inline-block; padding: 5px; font-family: Georgia; font-size: 12px; text-align: center; margin-right: 10px;"><strong>hair color</strong></div>
  560. black
  561. </div>
  562.  
  563. <div style="width:286px; background:#fff; padding:10px;font-family: Georgia; font-size: 12px;">
  564. <div style="width: 90px; background: #652f2c; display: inline-block; padding: 5px; font-family: Georgia; font-size: 12px; text-align: center; margin-right: 10px;"><strong>hairstyle</strong></div>
  565. long | straight
  566. </div>
  567.  
  568.  
  569. <div style="width:286px; background:#fff; padding:10px;font-family: Georgia; font-size: 12px;">
  570. <div style="width: 90px; background: #652f2c; display: inline-block; padding: 5px; font-family: Georgia; font-size: 12px; text-align: center; margin-right: 10px;"><strong>skin tone</strong></div>
  571. soft white
  572. </div>
  573.  
  574.  
  575. <div style="width:286px; background:#fff; padding:10px;font-family: Georgia; font-size: 12px;">
  576. <div style="width: 90px; background: #652f2c; display: inline-block; padding: 5px; font-family: Georgia; font-size: 12px; text-align: center; margin-right: 10px;"><strong>complexion</strong></div>
  577. pale
  578. </div>
  579.  
  580.  
  581. <div style="width:286px; background:#fff; padding:10px;font-family: Georgia; font-size: 12px;">
  582. <div style="width: 90px; background: #652f2c; display: inline-block; padding: 5px; font-family: Georgia; font-size: 12px; text-align: center; margin-right: 10px;"><strong>makeup</strong></div>
  583. natural light
  584. </div>
  585.  
  586.  
  587. <div style="width:286px; background:#fff; padding:10px;font-family: Georgia; font-size: 12px;">
  588. <div style="width: 90px; background: #652f2c; display: inline-block; padding: 5px; font-family: Georgia; font-size: 12px; text-align: center; margin-right: 10px;"><strong>body type</strong></div>
  589. thin curves
  590. </div>
  591.  
  592.  
  593. <div style="width:286px; background:#fff; padding:10px;font-family: Georgia; font-size: 12px;">
  594. <div style="width: 90px; background: #652f2c; display: inline-block; padding: 5px; font-family: Georgia; font-size: 12px; text-align: center; margin-right: 10px;"><strong>build</strong></div>
  595. long legs, skinny
  596. </div>
  597.  
  598.  
  599. <div style="width:286px; background:#fff; padding:10px;font-family: Georgia; font-size: 12px;">
  600. <div style="width: 90px; background: #652f2c; display: inline-block; padding: 5px; font-family: Georgia; font-size: 12px; text-align: center; margin-right: 10px;"><strong>height</strong></div>
  601. 5'2
  602. </div>
  603.  
  604.  
  605. <div style="width:286px; background:#fff; padding:10px;font-family: Georgia; font-size: 12px;">
  606. <div style="width: 90px; background: #652f2c; display: inline-block; padding: 5px; font-family: Georgia; font-size: 12px; text-align: center; margin-right: 10px;"><strong>weight</strong></div>
  607. 130
  608. </div>
  609.  
  610.  
  611. <div style="width:286px; background:#fff; padding:10px;font-family: Georgia; font-size: 12px;">
  612. <div style="width: 90px; background: #652f2c; display: inline-block; padding: 5px; font-family: Georgia; font-size: 12px; text-align: center; margin-right: 10px;"><strong>cup size</strong></div>
  613. c+
  614. </div>
  615.  
  616. <div style="width:286px; background:#fff; padding:10px;font-family: Georgia; font-size: 12px;">
  617. <div style="width: 90px; background: #652f2c; display: inline-block; padding: 5px; font-family: Georgia; font-size: 12px; text-align: center; margin-right: 10px;"><strong>facial hair</strong></div>
  618. none
  619. </div>
  620.  
  621. <div style="width:286px; background:#fff; padding:10px;font-family: Georgia; font-size: 12px;">
  622. <div style="width: 90px; background: #652f2c; display: inline-block; padding: 5px; font-family: Georgia; font-size: 12px; text-align: center; margin-right: 10px;"><strong>shoe size</strong></div>
  623. 7
  624. </div>
  625.  
  626. <div style="width:286px; background:#fff; padding:10px;font-family: Georgia; font-size: 12px;">
  627. <div style="width: 90px; background: #652f2c; display: inline-block; padding: 5px; font-family: Georgia; font-size: 12px; text-align: center; margin-right: 10px;"><strong>birthmarks</strong></div>
  628. none
  629. </div>
  630.  
  631.  
  632. <div style="width:286px; background:#fff; padding:10px;font-family: Georgia; font-size: 12px;">
  633. <div style="width: 90px; background: #652f2c; display: inline-block; padding: 5px; font-family: Georgia; font-size: 12px; text-align: center; margin-right: 10px;"><strong>distinguishing features</strong></div>
  634. her eyes
  635. </div>
  636.  
  637. <div style="width:286px; background:#fff; padding:10px;font-family: Georgia; font-size: 12px;">
  638. <div style="width: 90px; background: #652f2c; display: inline-block; padding: 5px; font-family: Georgia; font-size: 12px; text-align: center; margin-right: 10px;"><strong>health</strong></div>
  639. good health
  640. </div>
  641.  
  642.  
  643. <div style="width:286px; background:#fff; padding:10px;font-family: Georgia; font-size: 12px;">
  644. <div style="width: 90px; background: #652f2c; display: inline-block; padding: 5px; font-family: Georgia; font-size: 12px; text-align: center; margin-right: 10px;"><strong>energy</strong></div>
  645. high
  646. </div>
  647.  
  648.  
  649. <div style="width:286px; background:#fff; padding:10px;font-family: Georgia; font-size: 12px;">
  650. <div style="width: 90px; background: #652f2c; display: inline-block; padding: 5px; font-family: Georgia; font-size: 12px; text-align: center; margin-right: 10px;"><strong>memory</strong></div>
  651. remembers Well
  652. </div>
  653.  
  654.  
  655. <div style="width:286px; background:#fff; padding:10px;font-family: Georgia; font-size: 12px;">
  656. <div style="width: 90px; background: #652f2c; display: inline-block; padding: 5px; font-family: Georgia; font-size: 12px; text-align: center; margin-right: 10px;"><strong>senses</strong></div>
  657. good sense of smell and eye sight
  658. </div>
  659.  
  660.  
  661. <div style="width:286px; background:#fff; padding:10px;font-family: Georgia; font-size: 12px;">
  662. <div style="width: 90px; background: #652f2c; display: inline-block; padding: 5px; font-family: Georgia; font-size: 12px; text-align: center; margin-right: 10px;"><strong>allergies</strong></div>
  663. none
  664. </div>
  665.  
  666.  
  667. <div style="width:286px; background:#fff; padding:10px;font-family: Georgia; font-size: 12px;">
  668. <div style="width: 90px; background: #652f2c; display: inline-block; padding: 5px; font-family: Georgia; font-size: 12px; text-align: center; margin-right: 10px;"><strong>handicaps</strong></div>
  669. none
  670. </div>
  671.  
  672.  
  673. <div style="width:286px; background:#fff; padding:10px;font-family: Georgia; font-size: 12px;">
  674. <div style="width: 90px; background: #652f2c; display: inline-block; padding: 5px; font-family: Georgia; font-size: 12px; text-align: center; margin-right: 10px;"><strong>medication</strong></div>
  675. none
  676. </div>
  677.  
  678.  
  679. <div style="width:286px; background:#fff; padding:10px;font-family: Georgia; font-size: 12px;">
  680. <div style="width: 90px; background: #652f2c; display: inline-block; padding: 5px; font-family: Georgia; font-size: 12px; text-align: center; margin-right: 10px;"><strong>phobias</strong></div>
  681. bugs
  682. </div>
  683.  
  684.  
  685. <div style="width:286px; background:#fff; padding:10px;font-family: Georgia; font-size: 12px;">
  686. <div style="width: 90px; background: #652f2c; display: inline-block; padding: 5px; font-family: Georgia; font-size: 12px; text-align: center; margin-right: 10px;"><strong>addictions</strong></div>
  687. coffee
  688. </div>
  689.  
  690.  
  691. <div style="width:286px; background:#fff; padding:10px;font-family: Georgia; font-size: 12px;">
  692. <div style="width: 90px; background: #652f2c; display: inline-block; padding: 5px; font-family: Georgia; font-size: 12px; text-align: center; margin-right: 10px;"><strong>mental disorders</strong></div>
  693. had a little depression growing up
  694. </div>
  695. </div>
  696.  
  697.  
  698.  
  699. </table> </td> </tr> </table> <br /> <table bordercolor="black" cellspacing="0" cellpadding="0" width="350" bgcolor="black" border="0"> <tr> <td class="text" valign="" align="left" width="350" bgcolor="0" height="0" style="word-wrap:break-word"><span class="orangetext15"> </td> </tr> <tr> <td><table bordercolor="0" cellspacing="0" cellpadding="0" width="350" align="" bgcolor="black" border="0"> <td valign="top" align="" width="350" bgcolor="black" style="word-wrap:break-word">
  700. <h3>music</h3>
  701.  
  702. <img src="https://i.imgur.com/ULFxCtX.png" style="margin-left: 20px; vertical-align: top; margin-top: 20px;">
  703. <div style="width: 186px; height: 100px; background: #fff; font-family: Georgia; text-align: justify; font-size: 12px; color: #000; overflow: auto; margin-bottom: 20px; margin-top: 20px; margin-left: 20px; display:inline-block;">
  704. talk about your music here. talk about your music here. talk about your music here. talk about your music here. talk about your music here. talk about your music here. talk about your music here. talk about your music here. talk about your music here. talk about your music here. talk about your music here. talk about your music here. talk about your music here. talk about your music here. talk about your music here. talk about your music here. talk about your music here. talk about your music here. talk about your music here. talk about your music here. talk about your music here. talk about your music here. talk about your music here. talk about your music here. talk about your music here. talk about your music here. talk about your music here. talk about your music here. talk about your music here. talk about your music here. talk about your music here. talk about your music here. talk about your music here. talk about your music here. talk about your music here. talk about your music here. talk about your music here. talk about your music here. talk about your music here. talk about your music here. talk about your music here. talk about your music here.
  705. </div>
  706.  
  707. </table> </td> </tr> </table> <br /> <table bordercolor="black" cellspacing="0" cellpadding="0" width="350" bgcolor="black" border="0"> <tr> <td class="text" valign="" align="left" width="350" bgcolor="0" height="0" style="word-wrap:break-word"><span class="orangetext15"> </td> </tr> <tr> <td><table bordercolor="0" cellspacing="0" cellpadding="0" width="350" align="" bgcolor="black" border="0"> <td valign="top" align="" width="350" bgcolor="black" style="word-wrap:break-word">
  708. <h3>storylines</h3>
  709.  
  710. <div style="width: 306px; height: 120px; background: #fff; font-family: Georgia; text-align: justify; font-size: 12px; color: #000; overflow: auto; margin-bottom: 20px; margin-top: 20px; margin-left: 20px;">
  711. <b>name</b> /<i>storyline</i> - talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. <br><br>
  712.  
  713. <b>name</b> /<i>storyline</i> - talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. <br><br>
  714.  
  715. <b>name</b> /<i>storyline</i> - talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. <br><br>
  716.  
  717. <b>name</b> /<i>storyline</i> - talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. <br><br>
  718.  
  719. <b>name</b> /<i>storyline</i> - talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. <br><br>
  720.  
  721. <b>name</b> /<i>storyline</i> - talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. <br><br>
  722.  
  723. <b>name</b> /<i>storyline</i> - talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. <br><br>
  724.  
  725. <b>name</b> /<i>storyline</i> - talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. <br><br>
  726.  
  727.  
  728. </div>
  729.  
  730.  
  731.  
  732. </table> </td> </tr> </table> <br /> <table bordercolor="black" cellspacing="0" cellpadding="0" width="350" bgcolor="black" border="0"> <tr> <td class="text" valign="" align="left" width="350" bgcolor="0" height="0" style="word-wrap:break-word"><span class="orangetext15"> </td> </tr> <tr> <td><table bordercolor="0" cellspacing="0" cellpadding="0" width="350" align="" bgcolor="black" border="0"> <td valign="top" align="" width="350" bgcolor="black" style="word-wrap:break-word">
  733. <h3>connection link</h3>
  734.  
  735. <div style="width: 306px; height: 120px; background: #fff; font-family: Georgia; text-align: justify; font-size: 12px; color: #000; overflow: auto; margin-bottom: 20px; margin-top: 20px; margin-left: 20px;">
  736. <a href=""><h6>connection</h6></a> <br>
  737. <a href=""><h6>connection</h6></a> <br>
  738. <a href=""><h6>connection</h6></a> <br>
  739. <a href=""><h6>connection</h6></a> <br>
  740. <a href=""><h6>connection</h6></a> <br>
  741. <a href=""><h6>connection</h6></a> <br>
  742. <a href=""><h6>connection</h6></a> <br>
  743. <a href=""><h6>connection</h6></a> <br>
  744. <a href=""><h6>connection</h6></a> <br>
  745. <a href=""><h6>connection</h6></a> <br>
  746. <a href=""><h6>connection</h6></a> <br>
  747. <a href=""><h6>connection</h6></a> <br>
  748. <a href=""><h6>connection</h6></a> <br>
  749. </div>
  750.  
  751. </table> </td> </tr> </table> <br /> <table bordercolor="black" cellspacing="0" cellpadding="0" width="350" bgcolor="black" border="0"> <tr> <td class="text" valign="" align="left" width="350" bgcolor="0" height="0" style="word-wrap:break-word"><span class="orangetext15"> </td> </tr> <tr> <td><table bordercolor="0" cellspacing="0" cellpadding="0" width="350" align="" bgcolor="black" border="0"> <td valign="top" align="" width="350" bgcolor="black" style="word-wrap:break-word">
  752. <h3>drabbles</h3>
  753. <center><a href=""><h6 style="margin-top:20px;">featured drabble</h6></a></center>
  754.  
  755. <div style="width: 148px; height: 120px; background: #fff; font-family: Georgia; text-align: justify; font-size: 12px; color: #000; overflow: auto; margin-bottom: 20px; margin-top: 20px; margin-left: 20px; display:inline-block; vertical-align:top;">
  756. <a href=""><h6 style="width: 148px; font-size:12px;">drabble - 00/00</h6></a> <br>
  757. <a href=""><h6 style="width: 148px; font-size:12px;">drabble - 00/00</h6></a> <br>
  758. <a href=""><h6 style="width: 148px; font-size:12px;">drabble - 00/00</h6></a> <br>
  759. <a href=""><h6 style="width: 148px; font-size:12px;">drabble - 00/00</h6></a> <br>
  760. <a href=""><h6 style="width: 148px; font-size:12px;">drabble - 00/00</h6></a> <br>
  761. <a href=""><h6 style="width: 148px; font-size:12px;">drabble - 00/00</h6></a> <br>
  762. <a href=""><h6 style="width: 148px; font-size:12px;">drabble - 00/00</h6></a> <br>
  763. <a href=""><h6 style="width: 148px; font-size:12px;">drabble - 00/00</h6></a> <br>
  764. </div>
  765.  
  766. <div style="width: 148px; height: 120px; background: #fff; font-family: Georgia; text-align: justify; font-size: 12px; color: #000; overflow: auto; margin-bottom: 20px; margin-top: 20px; margin-left: 7px; display:inline-block; vertical-align:top;">
  767.  
  768. <a href=""><h6 style="width: 148px; font-size:12px;">drabble - 00/00</h6></a> <br>
  769. <a href=""><h6 style="width: 148px; font-size:12px;">drabble - 00/00</h6></a> <br>
  770. <a href=""><h6 style="width: 148px; font-size:12px;">drabble - 00/00</h6></a> <br>
  771. <a href=""><h6 style="width: 148px; font-size:12px;">drabble - 00/00</h6></a> <br>
  772. <a href=""><h6 style="width: 148px; font-size:12px;">drabble - 00/00</h6></a> <br>
  773. <a href=""><h6 style="width: 148px; font-size:12px;">drabble - 00/00</h6></a> <br>
  774. <a href=""><h6 style="width: 148px; font-size:12px;">drabble - 00/00</h6></a> <br>
  775. <a href=""><h6 style="width: 148px; font-size:12px;">drabble - 00/00</h6></a> <br>
  776. </div>
  777.  
  778. </table> </td> </tr> </table> <br /> <table bordercolor="black" cellspacing="0" cellpadding="0" width="350" bgcolor="black" border="0"> <tr> <td class="text" valign="" align="left" width="350" bgcolor="0" height="0" style="word-wrap:break-word"><span class="orangetext15"> </td> </tr> <tr> <td><table bordercolor="0" cellspacing="0" cellpadding="0" width="350" align="" bgcolor="black" border="0"> <td valign="top" align="" width="350" bgcolor="black" style="word-wrap:break-word">
  779. <h3>to do list</h3>
  780. <div style="width: 306px; height: 120px; background: #fff; font-family: Georgia; text-align: justify; font-size: 12px; color: #000; overflow: auto; margin-bottom: 20px; margin-top: 20px; margin-left: 20px;">
  781. <ul>
  782. <li style="margin-top:-5px;">task that needs to get done</li>
  783. <li>task that needs to get done</li>
  784. <li>task that needs to get done</li>
  785. <li>task that needs to get done</li>
  786. <li>task that needs to get done</li>
  787. <li>task that needs to get done</li>
  788. <li>task that needs to get done</li>
  789. <li>task that needs to get done</li>
  790. <li>task that needs to get done</li>
  791. <li>task that needs to get done</li>
  792. <li>task that needs to get done</li>
  793. </ul>
  794.  
  795. </div>
  796.  
  797. </table> </td> </tr> </table> <br /> <table bordercolor="black" cellspacing="0" cellpadding="0" width="350" bgcolor="black" border="0"> <tr> <td class="text" valign="" align="left" width="350" bgcolor="0" height="0" style="word-wrap:break-word"><span class="orangetext15"> </td> </tr> <tr> <td><table bordercolor="0" cellspacing="0" cellpadding="0" width="350" align="" bgcolor="black" border="0"> <td valign="top" align="" width="350" bgcolor="black" style="word-wrap:break-word">
  798. <h3>wanted roles</h3>
  799.  
  800. <div style="width: 306px; height: 120px; background: #fff; font-family: Georgia; text-align: justify; font-size: 12px; color: #000; overflow: auto; margin-bottom: 20px; margin-top: 20px; margin-left: 20px;">
  801. <b>name</b> /<i>wanted role</i> - talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. <br><br>
  802.  
  803.  
  804. <b>name</b> /<i>wanted role</i> - talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. <br><br>
  805.  
  806.  
  807. <b>name</b> /<i>wanted role</i> - talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. <br><br>
  808.  
  809.  
  810. <b>name</b> /<i>wanted role</i> - talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. <br><br>
  811.  
  812.  
  813. <b>name</b> /<i>wanted role</i> - talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. <br><br>
  814.  
  815.  
  816. <b>name</b> /<i>wanted role</i> - talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. <br><br>
  817.  
  818.  
  819. <b>name</b> /<i>wanted role</i> - talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. talk about them here and what not. <br><br>
  820.  
  821.  
  822. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement