Advertisement
mebuckner

Custom Order - Ginger - Layout

Nov 23rd, 2020 (edited)
698
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 65.49 KB | None | 0 0
  1. <!--about me-->
  2. <style type="text/css">
  3.  
  4.   @import url('https://fonts.googleapis.com/css?family=Playfair+Display&display=swap');
  5.  
  6. .editsByM  { Background }
  7. table, tr, td {
  8. background-color:transparent;
  9. text-transform:uppercase;
  10. font-size:10px;
  11. }
  12.  
  13.  
  14. .editsByM   { Body }
  15. body {
  16. background-image:url("https://i.imgur.com/DLN56FI.jpg");
  17. background-size:cover;
  18. background-attachment:fixed;
  19. background-repeat:repeat;
  20. background-position: bottom left;
  21. margin-top:10px;
  22. margin-left:300px;
  23. }
  24.  
  25. body, td, li, p, div, textarea {
  26. font-family: 'Playfair Display';
  27. font-size: 11px;
  28. color: #000;
  29. }
  30.  
  31. .bottomBar{
  32. position:fixed;
  33. z-index:99999;
  34. bottom:0;
  35. left:0;
  36. width:100%;
  37. background:#deb87a;
  38. text-align:center;
  39. }
  40.  
  41.  
  42.  a.bottomBarNavigation:link, a.bottomBarNavigation:visited {
  43. background-color: #fff;
  44. color: #deb87a;
  45. padding: 12px 3px;
  46. margin-top: -6px;
  47. text-align: center;
  48. text-decoration: none;
  49. display: inline-block;
  50. font-family: 'Playfair Display';
  51. width: 100px;
  52. margin-top: 10px;
  53. margin-bottom: 10px;
  54. margin-right: 10px;
  55. }
  56.  
  57. a.bottomBarNavigation:hover, a.bottomBarNavigation:active {
  58. background-color: #deb87a;
  59. }
  60.  
  61.  
  62. a.popupLinks:link, a.popupLinks:visited {
  63. background-color: #fff;
  64. color: #deb87a;
  65. padding: 12px 3px;
  66. text-align: center;
  67. text-decoration: none;
  68. display: inline-block;
  69. font-family: 'Playfair Display';
  70. width: 274px;
  71. margin-top: 0px;
  72. }
  73.  
  74. a.popupLinks:hover, a.popupLinks:active {
  75. background-color: #deb87a;
  76. }
  77.  
  78.  
  79. h1{
  80. background: #deb87a;
  81. color: #fff;
  82. font-weight: 100;
  83. font-family: Playfair Display;
  84. font-size: 40px;
  85. padding-top: 10px;
  86. padding-bottom: 10px;
  87. margin: 0;
  88. text-align: center;
  89. }
  90.  
  91. h1 span{
  92. font-size: 24px;
  93. margin-top: -10px;
  94. display: inline-block;
  95. letter-spacing: 22px;
  96. }
  97.  
  98.  
  99. h2{
  100. background: #deb87a;
  101. color: #fff;
  102. font-weight: 100;
  103. font-family: Playfair Display;
  104. font-size: 20px;
  105. padding-top: 10px;
  106. padding-bottom: 10px;
  107. margin: 0;
  108. text-align: center;
  109. margin-bottom:10px;
  110. }
  111.  
  112.  
  113. h3{
  114. background: #deb87a;
  115. color: #fff;
  116. font-weight: 100;
  117. font-family: Playfair Display;
  118. font-size: 30px;
  119. padding-top: 10px;
  120. padding-bottom: 10px;
  121. margin: 0;
  122. text-align: center;
  123. }
  124.  
  125. h3 span{
  126. font-size: 14px;
  127. margin-top: -10px;
  128. display: inline-block;
  129. letter-spacing: 8px;
  130. }
  131.  
  132. h4{
  133. color: #deb87a;
  134. font-weight: 100;
  135. font-family: Playfair Display;
  136. font-size: 15px;
  137. margin: 0;
  138. text-align: center;
  139. margin-bottom:10px;
  140. }
  141.  
  142. h5{
  143. background: #deb87a;
  144. color: #fff;
  145. font-weight: 100;
  146. font-family: Playfair Display;
  147. font-size: 15px;
  148. padding-top: 10px;
  149. padding-bottom: 10px;
  150. margin: 0;
  151. text-align: center;
  152. }
  153.  
  154. b {
  155. padding: 5px;
  156. background: #deb87a;
  157. color: #fff;
  158. line-height: 35px;
  159. }
  160.  
  161. ::-webkit-scrollbar {display: none;}
  162.  
  163.  
  164.  
  165. .mygen { Tables }
  166. td.text table table {
  167. position:static;
  168. }
  169.  
  170. table table table table{
  171. border:10px solid #deb87a;
  172. background-color:#fff;
  173. }
  174.  
  175.  
  176.  
  177. .snowflake {
  178. color: #fff;
  179. font-size: 1em;
  180. font-family: Arial, sans-serif;
  181. text-shadow: 0 0 5px #000;
  182. }
  183.  
  184. @-webkit-keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@-webkit-keyframes snowflakes-shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}50%{-webkit-transform:translateX(80px);transform:translateX(80px)}}@keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@keyframes snowflakes-shake{0%,100%{transform:translateX(0)}50%{transform:translateX(80px)}}.snowflake{position:fixed;top:-10%;z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;-webkit-animation-name:snowflakes-fall,snowflakes-shake;-webkit-animation-duration:10s,3s;-webkit-animation-timing-function:linear,ease-in-out;-webkit-animation-iteration-count:infinite,infinite;-webkit-animation-play-state:running,running;animation-name:snowflakes-fall,snowflakes-shake;animation-duration:10s,3s;animation-timing-function:linear,ease-in-out;animation-iteration-count:infinite,infinite;animation-play-state:running,running}.snowflake:nth-of-type(0){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}.snowflake:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}.snowflake:nth-of-type(2){left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}.snowflake:nth-of-type(3){left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}.snowflake:nth-of-type(4){left:40%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}.snowflake:nth-of-type(5){left:50%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}.snowflake:nth-of-type(6){left:60%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s}.snowflake:nth-of-type(7){left:70%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s}.snowflake:nth-of-type(8){left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}.snowflake:nth-of-type(9){left:90%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s}.snowflake:nth-of-type(10){left:25%;-webkit-animation-delay:2s,0s;animation-delay:2s,0s}.snowflake:nth-of-type(11){left:65%;-webkit-animation-delay:4s,2.5s;animation-delay:4s,2.5s}
  185.  
  186.  
  187.  
  188.  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;}  .extendednetwork{display:none;} .blurbs{display:none;} .userprofileurl{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;}  #footerWarpper{display: none;}
  189.  table.profileInfo table tr:last-child {display:none;} .userprofiledetail{display:none;}
  190.  
  191. .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;}
  192.  
  193. .nametext {
  194. font-family: 'Playfair Display';
  195. font-size: 12pt;
  196. color: #fff;
  197. font-weight: 100;
  198. width: 300px;
  199. display: inline-block;
  200. text-align: center;
  201. background: #deb87a;
  202. font-size: 36px;
  203. margin-bottom: 7px;
  204. padding-bottom: 5px;
  205. }
  206.  
  207.  
  208. .mCalendarBox{
  209. width:280px;
  210. background:#fff;
  211. overflow:hidden;
  212. }
  213.  
  214.  
  215. .mCalTitle{
  216. font-family: 'Playfair Display';
  217. color: #deb87a;
  218. display: block;
  219. text-transform: uppercase;
  220. text-align: center;
  221. font-size: 32px;
  222. }
  223.  
  224. .mCalendarBox span {
  225. font: 12px 'Playfair Display';
  226. color: #a80906;
  227. text-align: center;
  228. width: 36px;
  229. height: 36px;
  230. display: inline-block;
  231. line-height: 36px;
  232. }
  233.  
  234.  
  235.  
  236. .circle {
  237. border:1px solid #a80906;
  238. border-radius:50%;
  239. }
  240.  
  241. span[data-title]:hover:after,
  242. div[data-title]:hover:after {
  243. background:#deb87a;
  244. padding:5px;  
  245. z-index:9999;
  246. font:11px 'Playfair Display';
  247. content:attr(data-title);
  248. position:absolute;
  249. margin:0 0 100px;
  250. color:#fff;
  251. }
  252.  
  253.  
  254.  
  255. .timeline-item > header {
  256. padding: 0.5em 0;
  257. padding: 10px;
  258. color:#a80906;
  259. }
  260.  
  261. .timeline-item > p {
  262. padding: 10px;
  263. }
  264.  
  265. .timeline {
  266. position: relative;
  267. padding-left: 20px;
  268. }
  269.  
  270. .timeline .timeline-item {
  271. margin-bottom: 50px;
  272. font-size: 1.8rem;
  273. }
  274.  
  275. #featuredDrabble{
  276. display:none;
  277. }
  278.  
  279. #featuredDrabble:target{
  280. position: fixed;
  281. display: block;
  282. background: #fff;
  283. top: 0;
  284. left: 0;
  285. right: 0;
  286. bottom: 0;
  287. margin: auto;
  288. width: 500px;
  289. height: 500px;
  290. border: solid #c2090c 10px;
  291. padding: 20px;
  292. overflow: auto;
  293. font-family: 'Playfair Display';
  294. font-size: 12px;
  295. color: #000;
  296. text-align: justify;
  297. }
  298.  
  299. .owesBoxes{
  300. width: 128px;
  301. height: 137px;
  302. padding: 10px;
  303. display: inline-block;
  304. vertical-align: top;
  305. background: #fff;
  306. font-family: 'Playfair Display';
  307. font-size: 12px;
  308. font-weight: 100;
  309. text-align: justify;
  310. overflow: auto;
  311. color: #000;
  312. padding-top:0px;
  313. }
  314.  
  315. #drabbles{
  316. display:none;
  317. }
  318.  
  319. #drabbles:target{
  320. position:fixed;
  321. display:block;
  322. background:#fff;
  323. top:0;
  324. left:0;
  325. right:0;
  326. bottom:0;
  327. margin:auto;
  328. width:300px;
  329. height:156px;
  330. border: solid #c2090c 10px;
  331. padding:20px;
  332. }
  333.  
  334. #quickFacts{
  335. display:none;
  336. }
  337.  
  338. #quickFacts:target{
  339. position:fixed;
  340. display:block;
  341. background:#fff;
  342. top:0;
  343. left:0;
  344. right:0;
  345. bottom:0;
  346. margin:auto;
  347. width:300px;
  348. height:156px;
  349. border: solid #c2090c 10px;
  350. padding:20px;
  351. }
  352.  
  353. #pointTracker{
  354. display:none;
  355. }
  356.  
  357. #pointTracker:target{
  358. position:fixed;
  359. display:block;
  360. background:#fff;
  361. top:0;
  362. left:0;
  363. right:0;
  364. bottom:0;
  365. margin:auto;
  366. width:300px;
  367. height:156px;
  368. border: solid #c2090c 10px;
  369. padding:20px;
  370. }
  371.  
  372. #toDoList{
  373. display:none;
  374. }
  375.  
  376. #toDoList:target{
  377. position:fixed;
  378. display:block;
  379. background:#fff;
  380. top:0;
  381. left:0;
  382. right:0;
  383. bottom:0;
  384. margin:auto;
  385. width:300px;
  386. height:156px;
  387. border: solid #c2090c 10px;
  388. padding:20px;
  389. }
  390.  
  391. </style>
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400.  
  401.  
  402.  
  403.  
  404.  
  405. <!--like to meet-->
  406. </td>
  407. </tr>
  408. </table>
  409. </td>
  410. </tr>
  411. </table>
  412. <br />
  413. <table bordercolor="ffffff" cellspacing="0" cellpadding="0" width="500" bgcolor="ffffff" border="0">
  414. <tr>
  415. <td class="text" valign="left" align="left" width="500" bgcolor="ffffff" height="0" style="word-wrap:break-word">
  416. </td>
  417. </tr>
  418. <tr>
  419. <td>
  420. <table bordercolor="000000" cellspacing="0" cellpadding="0" width="500" align="left" bgcolor="ffffff" border="0">
  421. <td valign="top" align="left" width="500" bgcolor="ffffff" style="word-wrap:break-word">
  422.  
  423.  
  424. <div class="snowflakes" aria-hidden="true">
  425.   <div class="snowflake">
  426.   ❅
  427.   </div>
  428.   <div class="snowflake">
  429.   ❆
  430.   </div>
  431.   <div class="snowflake">
  432.   ❅
  433.   </div>
  434.   <div class="snowflake">
  435.   ❆
  436.   </div>
  437.   <div class="snowflake">
  438.   ❅
  439.   </div>
  440.   <div class="snowflake">
  441.   ❆
  442.   </div>
  443.   <div class="snowflake">
  444.     ❅
  445.   </div>
  446.   <div class="snowflake">
  447.     ❆
  448.   </div>
  449.   <div class="snowflake">
  450.     ❅
  451.   </div>
  452.   <div class="snowflake">
  453.     ❆
  454.   </div>
  455.   <div class="snowflake">
  456.     ❅
  457.   </div>
  458.   <div class="snowflake">
  459.     ❆
  460.   </div>
  461. </div>
  462. <div class="bottomBar">
  463. <a href="/home.php" class="bottomBarNavigation">Home</a>
  464. <a href="/send_message.php?member_id=1584278" class="bottomBarNavigation">Message</a>
  465. <a href="/add_comment.php?member_id=1584278" class="bottomBarNavigation">Comment</a>
  466. <a href="https://www.roleplayer.me/view_blog.php?id=0000464904" class="bottomBarNavigation">Rules</a>
  467. <a href="https://www.roleplayer.me/view_profile.php?member_id=1257850" class="bottomBarNavigation">Group</a>
  468. <a href="https://www.roleplayer.me/status_stream.php?member_id=1584278" class="bottomBarNavigation">Stream</a>
  469. <a href="https://www.roleplayer.me/view_profile.php?member_id=1621586" class="bottomBarNavigation">Resources</a>
  470. <a href="/gallery.php?member_id=1584278" class="bottomBarNavigation" style="margin-right:0px;">Gallery</a>
  471. </div>
  472.  
  473. <img src="https://i.imgur.com/DuFARMe.png">
  474.  
  475.  
  476. </td>
  477. </tr>
  478. </table>
  479. </td>
  480. </tr>
  481. </table>
  482. <br />
  483. <table bordercolor="ffffff" cellspacing="0" cellpadding="0" width="500" bgcolor="ffffff" border="0">
  484. <tr>
  485. <td class="text" valign="left" align="left" width="500" bgcolor="ffffff" height="0" style="word-wrap:break-word">
  486. </td>
  487. </tr>
  488. <tr>
  489. <td>
  490. <table bordercolor="000000" cellspacing="0" cellpadding="0" width="500" align="left" bgcolor="ffffff" border="0">
  491. <td valign="top" align="left" width="500" bgcolor="ffffff" style="word-wrap:break-word">
  492. <h1>After Every Snowfall<br>
  493. <span>Ginger Rose</span>
  494. </h1>
  495.  
  496.  
  497.  
  498.  
  499. </td>
  500. </tr>
  501. </table>
  502. </td>
  503. </tr>
  504. </table>
  505. <br />
  506. <table bordercolor="ffffff" cellspacing="0" cellpadding="0" width="500" bgcolor="ffffff" border="0">
  507. <tr>
  508. <td class="text" valign="left" align="left" width="500" bgcolor="ffffff" height="0" style="word-wrap:break-word">
  509. </td>
  510. </tr>
  511. <tr>
  512. <td>
  513. <table bordercolor="000000" cellspacing="0" cellpadding="0" width="500" align="left" bgcolor="ffffff" border="0">
  514. <td valign="top" align="left" width="500" bgcolor="ffffff" style="word-wrap:break-word">
  515. <div style="display:inline-block; height:150px; width:200px; margin-right:10px; vertical-align:top;"><img src="https://i.imgur.com/3Qcm84O.png"></div>
  516.  
  517. <div style="display:inline-block; height:130px; width:246px; color:#000; padding-left:10px; padding-right:10px; margin-top:10px; text-align:justify; overflow:auto; vertical-align:top;">
  518. <h2>After Every Snowfall</h2>
  519. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Integer malesuada nunc vel risus. Elit ut aliquam purus sit. Porttitor rhoncus dolor purus non enim praesent elementum facilisis. Ipsum suspendisse ultrices gravida dictum fusce. Enim praesent elementum facilisis leo vel fringilla est. Morbi tristique senectus et netus et malesuada fames ac. Egestas integer eget aliquet nibh praesent tristique. Adipiscing bibendum est ultricies integer quis auctor elit. Maecenas accumsan lacus vel facilisis volutpat est velit egestas. Pellentesque eu tincidunt tortor aliquam nulla facilisi cras fermentum. Placerat in egestas erat imperdiet sed. Vitae auctor eu augue ut lectus arcu. Amet aliquam id diam maecenas ultricies mi eget mauris. Sed tempus urna et pharetra pharetra.
  520. <br><br>
  521. At ultrices mi tempus imperdiet nulla malesuada pellentesque elit. Et odio pellentesque diam volutpat commodo sed egestas. Dui accumsan sit amet nulla facilisi morbi. Sed velit dignissim sodales ut. Ut diam quam nulla porttitor massa id. Ante metus dictum at tempor commodo ullamcorper a. Viverra justo nec ultrices dui sapien eget mi proin sed. Praesent semper feugiat nibh sed. Nec tincidunt praesent semper feugiat nibh sed. Suspendisse potenti nullam ac tortor vitae purus. Gravida neque convallis a cras semper auctor neque vitae. Nisl tincidunt eget nullam non nisi est sit amet. Tristique nulla aliquet enim tortor at. Porta nibh venenatis cras sed felis eget velit aliquet sagittis. Nec sagittis aliquam malesuada bibendum arcu vitae. Vitae auctor eu augue ut.
  522. <br><br>
  523. Enim sed faucibus turpis in eu mi. Enim nec dui nunc mattis enim ut tellus. Pellentesque elit eget gravida cum sociis natoque penatibus. Arcu cursus vitae congue mauris rhoncus aenean vel elit. Tincidunt arcu non sodales neque sodales ut etiam sit. Ut morbi tincidunt augue interdum velit. Elementum tempus egestas sed sed risus pretium quam. In dictum non consectetur a erat nam at lectus urna. Diam vulputate ut pharetra sit amet aliquam id diam maecenas. Purus gravida quis blandit turpis cursus. Id eu nisl nunc mi ipsum faucibus vitae. Felis donec et odio pellentesque diam volutpat commodo sed egestas. Egestas erat imperdiet sed euismod. Ante in nibh mauris cursus. Platea dictumst vestibulum rhoncus est pellentesque elit ullamcorper. Enim nulla aliquet porttitor lacus luctus accumsan.
  524. <br><br>
  525. Suspendisse sed nisi lacus sed viverra tellus. Sit amet luctus venenatis lectus magna fringilla urna. Porta nibh venenatis cras sed felis. Sed viverra tellus in hac habitasse platea. Diam quam nulla porttitor massa id neque aliquam. Sodales ut eu sem integer vitae justo eget magna fermentum. A condimentum vitae sapien pellentesque habitant morbi tristique senectus et. Nisi quis eleifend quam adipiscing vitae proin sagittis. Eget mauris pharetra et ultrices neque ornare aenean euismod. Tincidunt lobortis feugiat vivamus at augue eget arcu dictum varius. Venenatis a condimentum vitae sapien pellentesque. Pellentesque habitant morbi tristique senectus et. Netus et malesuada fames ac. Dolor sit amet consectetur adipiscing elit ut aliquam. Sit amet commodo nulla facilisi nullam vehicula ipsum a arcu. Ullamcorper velit sed ullamcorper morbi tincidunt.
  526. <br><br>
  527. Egestas purus viverra accumsan in nisl. Auctor eu augue ut lectus arcu bibendum at varius vel. In nisl nisi scelerisque eu ultrices vitae auctor. Nunc aliquet bibendum enim facilisis gravida. Et leo duis ut diam quam nulla porttitor massa id. Ut tortor pretium viverra suspendisse. Urna duis convallis convallis tellus id. Tincidunt dui ut ornare lectus sit. Tellus in metus vulputate eu scelerisque felis imperdiet proin. A iaculis at erat pellentesque. Tortor at auctor urna nunc.
  528. </div>
  529.  
  530.  
  531.  
  532.  
  533. </td>
  534. </tr>
  535. </table>
  536. </td>
  537. </tr>
  538. </table>
  539. <br />
  540. <table bordercolor="ffffff" cellspacing="0" cellpadding="0" width="500" bgcolor="ffffff" border="0">
  541. <tr>
  542. <td class="text" valign="left" align="left" width="500" bgcolor="ffffff" height="0" style="word-wrap:break-word">
  543. </td>
  544. </tr>
  545. <tr>
  546. <td>
  547. <table bordercolor="000000" cellspacing="0" cellpadding="0" width="500" align="left" bgcolor="ffffff" border="0">
  548. <td valign="top" align="left" width="500" bgcolor="ffffff" style="word-wrap:break-word">
  549. <h3>And Winter's stars do shiver<br>
  550. <span>with a wish to fall as snow</span>
  551. </h3>
  552.  
  553.  
  554.  
  555.  
  556.  
  557.  
  558.  
  559.  
  560.  
  561.  
  562.  
  563.  
  564. </td>
  565. </tr>
  566. </table>
  567. </td>
  568. </tr>
  569. </table>
  570. <br />
  571. <table bordercolor="ffffff" cellspacing="0" cellpadding="0" width="500" bgcolor="ffffff" border="0">
  572. <tr>
  573. <td class="text" valign="left" align="left" width="500" bgcolor="ffffff" height="0" style="word-wrap:break-word">
  574. </td>
  575. </tr>
  576. <tr>
  577. <td>
  578. <table bordercolor="000000" cellspacing="0" cellpadding="0" width="500" align="left" bgcolor="ffffff" border="0">
  579. <td valign="top" align="left" width="500" bgcolor="ffffff" style="word-wrap:break-word">
  580.  
  581.  
  582. <div style="display:inline-block; height:130px; width:246px; color:#000; padding-left:10px; padding-right:10px; margin-top:10px; text-align:justify; overflow:auto; vertical-align:top;">
  583. <h2>Becomes Snowflakes</h2>
  584. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Integer malesuada nunc vel risus. Elit ut aliquam purus sit. Porttitor rhoncus dolor purus non enim praesent elementum facilisis. Ipsum suspendisse ultrices gravida dictum fusce. Enim praesent elementum facilisis leo vel fringilla est. Morbi tristique senectus et netus et malesuada fames ac. Egestas integer eget aliquet nibh praesent tristique. Adipiscing bibendum est ultricies integer quis auctor elit. Maecenas accumsan lacus vel facilisis volutpat est velit egestas. Pellentesque eu tincidunt tortor aliquam nulla facilisi cras fermentum. Placerat in egestas erat imperdiet sed. Vitae auctor eu augue ut lectus arcu. Amet aliquam id diam maecenas ultricies mi eget mauris. Sed tempus urna et pharetra pharetra.
  585. <br><br>
  586. At ultrices mi tempus imperdiet nulla malesuada pellentesque elit. Et odio pellentesque diam volutpat commodo sed egestas. Dui accumsan sit amet nulla facilisi morbi. Sed velit dignissim sodales ut. Ut diam quam nulla porttitor massa id. Ante metus dictum at tempor commodo ullamcorper a. Viverra justo nec ultrices dui sapien eget mi proin sed. Praesent semper feugiat nibh sed. Nec tincidunt praesent semper feugiat nibh sed. Suspendisse potenti nullam ac tortor vitae purus. Gravida neque convallis a cras semper auctor neque vitae. Nisl tincidunt eget nullam non nisi est sit amet. Tristique nulla aliquet enim tortor at. Porta nibh venenatis cras sed felis eget velit aliquet sagittis. Nec sagittis aliquam malesuada bibendum arcu vitae. Vitae auctor eu augue ut.
  587. <br><br>
  588. Enim sed faucibus turpis in eu mi. Enim nec dui nunc mattis enim ut tellus. Pellentesque elit eget gravida cum sociis natoque penatibus. Arcu cursus vitae congue mauris rhoncus aenean vel elit. Tincidunt arcu non sodales neque sodales ut etiam sit. Ut morbi tincidunt augue interdum velit. Elementum tempus egestas sed sed risus pretium quam. In dictum non consectetur a erat nam at lectus urna. Diam vulputate ut pharetra sit amet aliquam id diam maecenas. Purus gravida quis blandit turpis cursus. Id eu nisl nunc mi ipsum faucibus vitae. Felis donec et odio pellentesque diam volutpat commodo sed egestas. Egestas erat imperdiet sed euismod. Ante in nibh mauris cursus. Platea dictumst vestibulum rhoncus est pellentesque elit ullamcorper. Enim nulla aliquet porttitor lacus luctus accumsan.
  589. <br><br>
  590. Suspendisse sed nisi lacus sed viverra tellus. Sit amet luctus venenatis lectus magna fringilla urna. Porta nibh venenatis cras sed felis. Sed viverra tellus in hac habitasse platea. Diam quam nulla porttitor massa id neque aliquam. Sodales ut eu sem integer vitae justo eget magna fermentum. A condimentum vitae sapien pellentesque habitant morbi tristique senectus et. Nisi quis eleifend quam adipiscing vitae proin sagittis. Eget mauris pharetra et ultrices neque ornare aenean euismod. Tincidunt lobortis feugiat vivamus at augue eget arcu dictum varius. Venenatis a condimentum vitae sapien pellentesque. Pellentesque habitant morbi tristique senectus et. Netus et malesuada fames ac. Dolor sit amet consectetur adipiscing elit ut aliquam. Sit amet commodo nulla facilisi nullam vehicula ipsum a arcu. Ullamcorper velit sed ullamcorper morbi tincidunt.
  591. <br><br>
  592. Egestas purus viverra accumsan in nisl. Auctor eu augue ut lectus arcu bibendum at varius vel. In nisl nisi scelerisque eu ultrices vitae auctor. Nunc aliquet bibendum enim facilisis gravida. Et leo duis ut diam quam nulla porttitor massa id. Ut tortor pretium viverra suspendisse. Urna duis convallis convallis tellus id. Tincidunt dui ut ornare lectus sit. Tellus in metus vulputate eu scelerisque felis imperdiet proin. A iaculis at erat pellentesque. Tortor at auctor urna nunc.
  593. </div>
  594.  
  595.  
  596. <div style="display:inline-block; height:150px; width:200px; margin-left:10px; vertical-align:top;"><img src="https://i.imgur.com/pmEDRCc.png"></div>
  597.  
  598.  
  599. </td>
  600. </tr>
  601. </table>
  602. </td>
  603. </tr>
  604. </table>
  605. <br />
  606. <table bordercolor="ffffff" cellspacing="0" cellpadding="0" width="500" bgcolor="ffffff" border="0">
  607. <tr>
  608. <td class="text" valign="left" align="left" width="500" bgcolor="ffffff" height="0" style="word-wrap:break-word">
  609. </td>
  610. </tr>
  611. <tr>
  612. <td>
  613. <table bordercolor="000000" cellspacing="0" cellpadding="0" width="500" align="left" bgcolor="ffffff" border="0">
  614. <td valign="top" align="left" width="500" bgcolor="ffffff" style="word-wrap:break-word">
  615. <h3>Come  play in my wonderland<br>
  616. <span>my current storylines</span>
  617. </h3>
  618.  
  619.  
  620.  
  621. </td>
  622. </tr>
  623. </table>
  624. </td>
  625. </tr>
  626. </table>
  627. <br />
  628. <table bordercolor="ffffff" cellspacing="0" cellpadding="0" width="500" bgcolor="ffffff" border="0">
  629. <tr>
  630. <td class="text" valign="left" align="left" width="500" bgcolor="ffffff" height="0" style="word-wrap:break-word">
  631. </td>
  632. </tr>
  633. <tr>
  634. <td>
  635. <table bordercolor="000000" cellspacing="0" cellpadding="0" width="500" align="left" bgcolor="ffffff" border="0">
  636. <td valign="top" align="left" width="500" bgcolor="ffffff" style="word-wrap:break-word">
  637. <div style="display:inline-block; height:250px; width:220px; margin-right:10px; vertical-align:top;"><img src="https://i.imgur.com/WJt7r6m.png"></div>
  638.  
  639. <div style="display:inline-block; height:230px; width:226px; color:#000; padding-left:10px; padding-right:10px; margin-top:10px; text-align:justify; overflow:auto; vertical-align:top;">
  640. <b>connection name</b> - <i>connection title</i> - Egestas purus viverra accumsan in nisl. Auctor eu augue ut lectus arcu bibendum at varius vel. In nisl nisi scelerisque eu ultrices vitae auctor. Nunc aliquet bibendum enim facilisis gravida. Et leo duis ut diam quam nulla porttitor massa id. Ut tortor pretium viverra suspendisse. Urna duis convallis convallis tellus id. Tincidunt dui ut ornare lectus sit. Tellus in metus vulputate eu scelerisque felis imperdiet proin. A iaculis at erat pellentesque. Tortor at auctor urna nunc.
  641. <br><br>
  642. <b>connection name</b> - <i>connection title</i> - Egestas purus viverra accumsan in nisl. Auctor eu augue ut lectus arcu bibendum at varius vel. In nisl nisi scelerisque eu ultrices vitae auctor. Nunc aliquet bibendum enim facilisis gravida. Et leo duis ut diam quam nulla porttitor massa id. Ut tortor pretium viverra suspendisse. Urna duis convallis convallis tellus id. Tincidunt dui ut ornare lectus sit. Tellus in metus vulputate eu scelerisque felis imperdiet proin. A iaculis at erat pellentesque. Tortor at auctor urna nunc.
  643. <br><br>
  644. <b>connection name</b> - <i>connection title</i> - Egestas purus viverra accumsan in nisl. Auctor eu augue ut lectus arcu bibendum at varius vel. In nisl nisi scelerisque eu ultrices vitae auctor. Nunc aliquet bibendum enim facilisis gravida. Et leo duis ut diam quam nulla porttitor massa id. Ut tortor pretium viverra suspendisse. Urna duis convallis convallis tellus id. Tincidunt dui ut ornare lectus sit. Tellus in metus vulputate eu scelerisque felis imperdiet proin. A iaculis at erat pellentesque. Tortor at auctor urna nunc.
  645. <br><br>
  646. <b>connection name</b> - <i>connection title</i> - Egestas purus viverra accumsan in nisl. Auctor eu augue ut lectus arcu bibendum at varius vel. In nisl nisi scelerisque eu ultrices vitae auctor. Nunc aliquet bibendum enim facilisis gravida. Et leo duis ut diam quam nulla porttitor massa id. Ut tortor pretium viverra suspendisse. Urna duis convallis convallis tellus id. Tincidunt dui ut ornare lectus sit. Tellus in metus vulputate eu scelerisque felis imperdiet proin. A iaculis at erat pellentesque. Tortor at auctor urna nunc.
  647. <br><br>
  648. <b>connection name</b> - <i>connection title</i> - Egestas purus viverra accumsan in nisl. Auctor eu augue ut lectus arcu bibendum at varius vel. In nisl nisi scelerisque eu ultrices vitae auctor. Nunc aliquet bibendum enim facilisis gravida. Et leo duis ut diam quam nulla porttitor massa id. Ut tortor pretium viverra suspendisse. Urna duis convallis convallis tellus id. Tincidunt dui ut ornare lectus sit. Tellus in metus vulputate eu scelerisque felis imperdiet proin. A iaculis at erat pellentesque. Tortor at auctor urna nunc.
  649. <br><br>
  650. <b>connection name</b> - <i>connection title</i> - Egestas purus viverra accumsan in nisl. Auctor eu augue ut lectus arcu bibendum at varius vel. In nisl nisi scelerisque eu ultrices vitae auctor. Nunc aliquet bibendum enim facilisis gravida. Et leo duis ut diam quam nulla porttitor massa id. Ut tortor pretium viverra suspendisse. Urna duis convallis convallis tellus id. Tincidunt dui ut ornare lectus sit. Tellus in metus vulputate eu scelerisque felis imperdiet proin. A iaculis at erat pellentesque. Tortor at auctor urna nunc.
  651. <br><br>
  652. <b>connection name</b> - <i>connection title</i> - Egestas purus viverra accumsan in nisl. Auctor eu augue ut lectus arcu bibendum at varius vel. In nisl nisi scelerisque eu ultrices vitae auctor. Nunc aliquet bibendum enim facilisis gravida. Et leo duis ut diam quam nulla porttitor massa id. Ut tortor pretium viverra suspendisse. Urna duis convallis convallis tellus id. Tincidunt dui ut ornare lectus sit. Tellus in metus vulputate eu scelerisque felis imperdiet proin. A iaculis at erat pellentesque. Tortor at auctor urna nunc.
  653. <br><br>
  654. <b>connection name</b> - <i>connection title</i> - Egestas purus viverra accumsan in nisl. Auctor eu augue ut lectus arcu bibendum at varius vel. In nisl nisi scelerisque eu ultrices vitae auctor. Nunc aliquet bibendum enim facilisis gravida. Et leo duis ut diam quam nulla porttitor massa id. Ut tortor pretium viverra suspendisse. Urna duis convallis convallis tellus id. Tincidunt dui ut ornare lectus sit. Tellus in metus vulputate eu scelerisque felis imperdiet proin. A iaculis at erat pellentesque. Tortor at auctor urna nunc.
  655. <br><br>
  656. <b>connection name</b> - <i>connection title</i> - Egestas purus viverra accumsan in nisl. Auctor eu augue ut lectus arcu bibendum at varius vel. In nisl nisi scelerisque eu ultrices vitae auctor. Nunc aliquet bibendum enim facilisis gravida. Et leo duis ut diam quam nulla porttitor massa id. Ut tortor pretium viverra suspendisse. Urna duis convallis convallis tellus id. Tincidunt dui ut ornare lectus sit. Tellus in metus vulputate eu scelerisque felis imperdiet proin. A iaculis at erat pellentesque. Tortor at auctor urna nunc.
  657. <br><br>
  658. <b>connection name</b> - <i>connection title</i> - Egestas purus viverra accumsan in nisl. Auctor eu augue ut lectus arcu bibendum at varius vel. In nisl nisi scelerisque eu ultrices vitae auctor. Nunc aliquet bibendum enim facilisis gravida. Et leo duis ut diam quam nulla porttitor massa id. Ut tortor pretium viverra suspendisse. Urna duis convallis convallis tellus id. Tincidunt dui ut ornare lectus sit. Tellus in metus vulputate eu scelerisque felis imperdiet proin. A iaculis at erat pellentesque. Tortor at auctor urna nunc.
  659. <br><br>
  660. <b>connection name</b> - <i>connection title</i> - Egestas purus viverra accumsan in nisl. Auctor eu augue ut lectus arcu bibendum at varius vel. In nisl nisi scelerisque eu ultrices vitae auctor. Nunc aliquet bibendum enim facilisis gravida. Et leo duis ut diam quam nulla porttitor massa id. Ut tortor pretium viverra suspendisse. Urna duis convallis convallis tellus id. Tincidunt dui ut ornare lectus sit. Tellus in metus vulputate eu scelerisque felis imperdiet proin. A iaculis at erat pellentesque. Tortor at auctor urna nunc.
  661. <br><br>
  662. </div>
  663.  
  664.  
  665. </td>
  666. </tr>
  667. </table>
  668. </td>
  669. </tr>
  670. </table>
  671. <br />
  672. <table bordercolor="ffffff" cellspacing="0" cellpadding="0" width="500" bgcolor="ffffff" border="0">
  673. <tr>
  674. <td class="text" valign="left" align="left" width="500" bgcolor="ffffff" height="0" style="word-wrap:break-word">
  675. </td>
  676. </tr>
  677. <tr>
  678. <td>
  679. <table bordercolor="000000" cellspacing="0" cellpadding="0" width="500" align="left" bgcolor="ffffff" border="0">
  680. <td valign="top" align="left" width="500" bgcolor="ffffff" style="word-wrap:break-word">
  681. <h3>I want to get lost with you<br>
  682. <span>they're my friends</span>
  683. </h3>
  684.  
  685.  
  686.  
  687. </td>
  688. </tr>
  689. </table>
  690. </td>
  691. </tr>
  692. </table>
  693. <br />
  694. <table bordercolor="ffffff" cellspacing="0" cellpadding="0" width="500" bgcolor="ffffff" border="0">
  695. <tr>
  696. <td class="text" valign="left" align="left" width="500" bgcolor="ffffff" height="0" style="word-wrap:break-word">
  697. </td>
  698. </tr>
  699. <tr>
  700. <td>
  701. <table bordercolor="000000" cellspacing="0" cellpadding="0" width="500" align="left" bgcolor="ffffff" border="0">
  702. <td valign="top" align="left" width="500" bgcolor="ffffff" style="word-wrap:break-word">
  703. <div style="display:inline-block; height:230px; width:226px; color:#000; padding-left:10px; padding-right:10px; margin-top:10px; text-align:justify; overflow:auto; vertical-align:top;">
  704. <a href="/" class="popupLinks" style="width:219px;">connection name</a>
  705. <a href="/" class="popupLinks" style="width:219px;">connection name</a>
  706. <a href="/" class="popupLinks" style="width:219px;">connection name</a>
  707. <a href="/" class="popupLinks" style="width:219px;">connection name</a>
  708. <a href="/" class="popupLinks" style="width:219px;">connection name</a>
  709. <a href="/" class="popupLinks" style="width:219px;">connection name</a>
  710. <a href="/" class="popupLinks" style="width:219px;">connection name</a>
  711. <a href="/" class="popupLinks" style="width:219px;">connection name</a>
  712. <a href="/" class="popupLinks" style="width:219px;">connection name</a>
  713. <a href="/" class="popupLinks" style="width:219px;">connection name</a>
  714. <a href="/" class="popupLinks" style="width:219px;">connection name</a>
  715. <a href="/" class="popupLinks" style="width:219px;">connection name</a>
  716. <a href="/" class="popupLinks" style="width:219px;">connection name</a>
  717. <a href="/" class="popupLinks" style="width:219px;">connection name</a>
  718. <a href="/" class="popupLinks" style="width:219px;">connection name</a>
  719. <a href="/" class="popupLinks" style="width:219px;">connection name</a>
  720. <a href="/" class="popupLinks" style="width:219px;">connection name</a>
  721. <a href="/" class="popupLinks" style="width:219px;">connection name</a>
  722. <a href="/" class="popupLinks" style="width:219px;">connection name</a>
  723. <a href="/" class="popupLinks" style="width:219px;">connection name</a>
  724. <a href="/" class="popupLinks" style="width:219px;">connection name</a>
  725. <a href="/" class="popupLinks" style="width:219px;">connection name</a>
  726. <a href="/" class="popupLinks" style="width:219px;">connection name</a>
  727. <a href="/" class="popupLinks" style="width:219px;">connection name</a>
  728. <a href="/" class="popupLinks" style="width:219px;">connection name</a>
  729.  
  730. </div>
  731. <div style="display:inline-block; height:250px; width:220px; margin-left:10px; vertical-align:top;"><img src="https://i.imgur.com/gHjCHCE.png"></div>
  732.  
  733.  
  734.  
  735. </td>
  736. </tr>
  737. </table>
  738. </td>
  739. </tr>
  740. </table>
  741. <br />
  742. <table bordercolor="ffffff" cellspacing="0" cellpadding="0" width="500" bgcolor="ffffff" border="0">
  743. <tr>
  744. <td class="text" valign="left" align="left" width="500" bgcolor="ffffff" height="0" style="word-wrap:break-word">
  745. </td>
  746. </tr>
  747. <tr>
  748. <td>
  749. <table bordercolor="000000" cellspacing="0" cellpadding="0" width="500" align="left" bgcolor="ffffff" border="0">
  750. <td valign="top" align="left" width="500" bgcolor="ffffff" style="word-wrap:break-word">
  751. <h3>You warm my winter heart<br>
  752. <span>my current love life</span>
  753. </h3>
  754.  
  755.  
  756.  
  757. </td>
  758. </tr>
  759. </table>
  760. </td>
  761. </tr>
  762. </table>
  763. <br />
  764. <table bordercolor="ffffff" cellspacing="0" cellpadding="0" width="500" bgcolor="ffffff" border="0">
  765. <tr>
  766. <td class="text" valign="left" align="left" width="500" bgcolor="ffffff" height="0" style="word-wrap:break-word">
  767. </td>
  768. </tr>
  769. <tr>
  770. <td>
  771. <table bordercolor="000000" cellspacing="0" cellpadding="0" width="500" align="left" bgcolor="ffffff" border="0">
  772. <td valign="top" align="left" width="500" bgcolor="ffffff" style="word-wrap:break-word">
  773. <div style="display:inline-block; height:250px; width:220px; margin-right:10px; vertical-align:top;"><img src="https://i.imgur.com/GLUDCpm.png"></div>
  774.  
  775. <div style="display:inline-block; height:230px; width:226px; color:#000; padding-left:10px; padding-right:10px; margin-top:10px; text-align:justify; overflow:auto; vertical-align:top;">
  776. <b>status</b> here <br>
  777. <b>to whom</b> here <br>
  778. <b>since when</b> 00.00<br>
  779. <b>comments</b> talk about them here. talk about them here. talk about them here. talk about them here. talk about them here. talk about them here. talk about them here. talk about them here. talk about them here. talk about them here. talk about them here. talk about them here. talk about them here. talk about them here. talk about them here. talk about them here. talk about them here. talk about them here. talk about them here. talk about them here. talk about them here. talk about them here. talk about them here. talk about them here. talk about them here. talk about them here. talk about them here. talk about them here. talk about them here. talk about them here. talk about them here. talk about them here. talk about them here. talk about them here. talk about them here. talk about them here. talk about them here. talk about them here. talk about them here. talk about them here. talk about them here. talk about them here. talk about them here. talk about them here. talk about them here.
  780. </div>
  781.  
  782.  
  783.  
  784.  
  785. </td>
  786. </tr>
  787. </table>
  788. </td>
  789. </tr>
  790. </table>
  791. <br />
  792. <table bordercolor="ffffff" cellspacing="0" cellpadding="0" width="500" bgcolor="ffffff" border="0">
  793. <tr>
  794. <td class="text" valign="left" align="left" width="500" bgcolor="ffffff" height="0" style="word-wrap:break-word">
  795. </td>
  796. </tr>
  797. <tr>
  798. <td>
  799. <table bordercolor="000000" cellspacing="0" cellpadding="0" width="500" align="left" bgcolor="ffffff" border="0">
  800. <td valign="top" align="left" width="500" bgcolor="ffffff" style="word-wrap:break-word">
  801. <h3>I want to be like snowflakes<br>
  802. <span>my career path</span>
  803. </h3>
  804.  
  805.  
  806.  
  807. </td>
  808. </tr>
  809. </table>
  810. </td>
  811. </tr>
  812. </table>
  813. <br />
  814. <table bordercolor="ffffff" cellspacing="0" cellpadding="0" width="500" bgcolor="ffffff" border="0">
  815. <tr>
  816. <td class="text" valign="left" align="left" width="500" bgcolor="ffffff" height="0" style="word-wrap:break-word">
  817. </td>
  818. </tr>
  819. <tr>
  820. <td>
  821. <table bordercolor="000000" cellspacing="0" cellpadding="0" width="500" align="left" bgcolor="ffffff" border="0">
  822. <td valign="top" align="left" width="500" bgcolor="ffffff" style="word-wrap:break-word">
  823. <div style="width:480px; height:436px; overflow:auto;">
  824. <div class="timeline">
  825. <div class="timeline-item">
  826. <header>Month 00, 0000</header>
  827. <p>
  828. Talk about the point in their career here. Talk about the point in their career here. Talk about the point in their career here. Talk about the point in their career here. Talk about the point in their career here. Talk about the point in their career here. Talk about the point in their career here. Talk about the point in their career here. Talk about the point in their career here. Talk about the point in their career here. Talk about the point in their career here. Talk about the point in their career here.
  829. </p>
  830. </div>
  831. <div class="timeline-item">
  832. <header>Month 00, 0000</header>
  833. <p>
  834. Talk about the point in their career here. Talk about the point in their career here. Talk about the point in their career here. Talk about the point in their career here. Talk about the point in their career here. Talk about the point in their career here. Talk about the point in their career here. Talk about the point in their career here. Talk about the point in their career here. Talk about the point in their career here. Talk about the point in their career here. Talk about the point in their career here.
  835. </p>
  836. </div>
  837. <div class="timeline-item">
  838. <header>Month 00, 0000</header>
  839. <p>
  840. Talk about the point in their career here. Talk about the point in their career here. Talk about the point in their career here. Talk about the point in their career here. Talk about the point in their career here. Talk about the point in their career here. Talk about the point in their career here. Talk about the point in their career here. Talk about the point in their career here. Talk about the point in their career here. Talk about the point in their career here. Talk about the point in their career here.
  841. </p>
  842. </div>
  843. <div class="timeline-item">
  844. <header>Month 00, 0000</header>
  845. <p>
  846. Talk about the point in their career here. Talk about the point in their career here. Talk about the point in their career here. Talk about the point in their career here. Talk about the point in their career here. Talk about the point in their career here. Talk about the point in their career here. Talk about the point in their career here. Talk about the point in their career here. Talk about the point in their career here. Talk about the point in their career here. Talk about the point in their career here.
  847. </p>
  848. </div>
  849. <div class="timeline-item">
  850. <header>Month 00, 0000</header>
  851. <p>
  852. Talk about the point in their career here. Talk about the point in their career here. Talk about the point in their career here. Talk about the point in their career here. Talk about the point in their career here. Talk about the point in their career here. Talk about the point in their career here. Talk about the point in their career here. Talk about the point in their career here. Talk about the point in their career here. Talk about the point in their career here. Talk about the point in their career here.
  853. </p>
  854. </div>
  855. <div class="timeline-item">
  856. <header>Month 00, 0000</header>
  857. <p>
  858. Talk about the point in their career here. Talk about the point in their career here. Talk about the point in their career here. Talk about the point in their career here. Talk about the point in their career here. Talk about the point in their career here. Talk about the point in their career here. Talk about the point in their career here. Talk about the point in their career here. Talk about the point in their career here. Talk about the point in their career here. Talk about the point in their career here.
  859. </p>
  860. </div>
  861. </div>
  862. </div>
  863.  
  864.  
  865.  
  866.  
  867.  
  868. </td>
  869. </tr>
  870. </table>
  871. </td>
  872. </tr>
  873. </table>
  874. <br />
  875. <table bordercolor="ffffff" cellspacing="0" cellpadding="0" width="500" bgcolor="ffffff" border="0">
  876. <tr>
  877. <td class="text" valign="left" align="left" width="500" bgcolor="ffffff" height="0" style="word-wrap:break-word">
  878. </td>
  879. </tr>
  880. <tr>
  881. <td>
  882. <table bordercolor="000000" cellspacing="0" cellpadding="0" width="500" align="left" bgcolor="ffffff" border="0" style="margin-bottom:50px;">
  883. <td valign="top" align="left" width="500" bgcolor="ffffff" style="word-wrap:break-word">
  884. <h3 style="font-size:28px;">Meet me under the mistletoe<br>
  885. <span>Midnight Christmas Eve</span>
  886. </h3>
  887.  
  888.  
  889.  
  890.  
  891.  
  892.  
  893.  
  894.  
  895. <div id="featuredDrabble">
  896. <div style="width:500px; text-align:right;"><a href="#close" style="font-family:Georgia; font-size:12px; color:#000;">x</a></div>
  897. <h4 style="font-size:43px;">Drabble Title Here</h4>
  898. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Integer malesuada nunc vel risus. Elit ut aliquam purus sit. Porttitor rhoncus dolor purus non enim praesent elementum facilisis. Ipsum suspendisse ultrices gravida dictum fusce. Enim praesent elementum facilisis leo vel fringilla est. Morbi tristique senectus et netus et malesuada fames ac. Egestas integer eget aliquet nibh praesent tristique. Adipiscing bibendum est ultricies integer quis auctor elit. Maecenas accumsan lacus vel facilisis volutpat est velit egestas. Pellentesque eu tincidunt tortor aliquam nulla facilisi cras fermentum. Placerat in egestas erat imperdiet sed. Vitae auctor eu augue ut lectus arcu. Amet aliquam id diam maecenas ultricies mi eget mauris. Sed tempus urna et pharetra pharetra.
  899. <br><br>
  900. At ultrices mi tempus imperdiet nulla malesuada pellentesque elit. Et odio pellentesque diam volutpat commodo sed egestas. Dui accumsan sit amet nulla facilisi morbi. Sed velit dignissim sodales ut. Ut diam quam nulla porttitor massa id. Ante metus dictum at tempor commodo ullamcorper a. Viverra justo nec ultrices dui sapien eget mi proin sed. Praesent semper feugiat nibh sed. Nec tincidunt praesent semper feugiat nibh sed. Suspendisse potenti nullam ac tortor vitae purus. Gravida neque convallis a cras semper auctor neque vitae. Nisl tincidunt eget nullam non nisi est sit amet. Tristique nulla aliquet enim tortor at. Porta nibh venenatis cras sed felis eget velit aliquet sagittis. Nec sagittis aliquam malesuada bibendum arcu vitae. Vitae auctor eu augue ut.
  901. <br><br>
  902. Enim sed faucibus turpis in eu mi. Enim nec dui nunc mattis enim ut tellus. Pellentesque elit eget gravida cum sociis natoque penatibus. Arcu cursus vitae congue mauris rhoncus aenean vel elit. Tincidunt arcu non sodales neque sodales ut etiam sit. Ut morbi tincidunt augue interdum velit. Elementum tempus egestas sed sed risus pretium quam. In dictum non consectetur a erat nam at lectus urna. Diam vulputate ut pharetra sit amet aliquam id diam maecenas. Purus gravida quis blandit turpis cursus. Id eu nisl nunc mi ipsum faucibus vitae. Felis donec et odio pellentesque diam volutpat commodo sed egestas. Egestas erat imperdiet sed euismod. Ante in nibh mauris cursus. Platea dictumst vestibulum rhoncus est pellentesque elit ullamcorper. Enim nulla aliquet porttitor lacus luctus accumsan.
  903. <br><br>
  904. Suspendisse sed nisi lacus sed viverra tellus. Sit amet luctus venenatis lectus magna fringilla urna. Porta nibh venenatis cras sed felis. Sed viverra tellus in hac habitasse platea. Diam quam nulla porttitor massa id neque aliquam. Sodales ut eu sem integer vitae justo eget magna fermentum. A condimentum vitae sapien pellentesque habitant morbi tristique senectus et. Nisi quis eleifend quam adipiscing vitae proin sagittis. Eget mauris pharetra et ultrices neque ornare aenean euismod. Tincidunt lobortis feugiat vivamus at augue eget arcu dictum varius. Venenatis a condimentum vitae sapien pellentesque. Pellentesque habitant morbi tristique senectus et. Netus et malesuada fames ac. Dolor sit amet consectetur adipiscing elit ut aliquam. Sit amet commodo nulla facilisi nullam vehicula ipsum a arcu. Ullamcorper velit sed ullamcorper morbi tincidunt.
  905. <br><br>
  906. Egestas purus viverra accumsan in nisl. Auctor eu augue ut lectus arcu bibendum at varius vel. In nisl nisi scelerisque eu ultrices vitae auctor. Nunc aliquet bibendum enim facilisis gravida. Et leo duis ut diam quam nulla porttitor massa id. Ut tortor pretium viverra suspendisse. Urna duis convallis convallis tellus id. Tincidunt dui ut ornare lectus sit. Tellus in metus vulputate eu scelerisque felis imperdiet proin. A iaculis at erat pellentesque. Tortor at auctor urna nunc.
  907. </div>
  908.  
  909.  
  910.  
  911.  
  912.  
  913.  
  914.  
  915.  
  916.  
  917.  
  918.  
  919.  
  920. <div id="drabbles">
  921. <div style="width:300px; text-align:right;"><a href="#close" style="font-family:Georgia; font-size:12px; color:#000;">x</a></div>
  922.  
  923. <div class="owesBoxes" style="overflow:hidden;">
  924. <img src="https://i.imgur.com/93mfz5G.png">
  925. </div>
  926.  
  927. <div class="owesBoxes">
  928. <a href="/" class="popupLinks" style="width:119px;">drabble link</a>
  929. <a href="/" class="popupLinks" style="width:119px;">drabble link</a>
  930. <a href="/" class="popupLinks" style="width:119px;">drabble link</a>
  931. <a href="/" class="popupLinks" style="width:119px;">drabble link</a>
  932. <a href="/" class="popupLinks" style="width:119px;">drabble link</a>
  933. <a href="/" class="popupLinks" style="width:119px;">drabble link</a>
  934. <a href="/" class="popupLinks" style="width:119px;">drabble link</a>
  935. <a href="/" class="popupLinks" style="width:119px;">drabble link</a>
  936. <a href="/" class="popupLinks" style="width:119px;">drabble link</a>
  937. <a href="/" class="popupLinks" style="width:119px;">drabble link</a>
  938. <a href="/" class="popupLinks" style="width:119px;">drabble link</a>
  939. <a href="/" class="popupLinks" style="width:119px;">drabble link</a>
  940. <a href="/" class="popupLinks" style="width:119px;">drabble link</a>
  941. </div>
  942.  
  943. </div>
  944.  
  945.  
  946. <div id="quickFacts">
  947. <div style="width:300px; text-align:right;"><a href="#close" style="font-family:Georgia; font-size:12px; color:#000;">x</a></div>
  948.  
  949. <div class="owesBoxes" style="overflow:hidden;">
  950. <img src="https://i.imgur.com/a64iphb.png">
  951. </div>
  952.  
  953. <div class="owesBoxes">
  954. <h5>Quick Facts</h5>
  955. - quick fact one <br>
  956. - quick fact one <br>
  957. - quick fact one <br>
  958. - quick fact one <br>
  959. - quick fact one <br>
  960. - quick fact one <br>
  961. - quick fact one <br>
  962. - quick fact one <br>
  963. - quick fact one <br>
  964. - quick fact one <br>
  965. - quick fact one <br>
  966. - quick fact one <br>
  967. - quick fact one <br>
  968. - quick fact one <br>
  969. </div>
  970.  
  971. </div>
  972.  
  973.  
  974.  
  975. <div id="pointTracker">
  976. <div style="width:300px; text-align:right;"><a href="#close" style="font-family:Georgia; font-size:12px; color:#000;">x</a></div>
  977.  
  978. <div class="owesBoxes" style="overflow:hidden;">
  979. <img src="https://i.imgur.com/MTyGgoP.png">
  980. </div>
  981.  
  982. <div class="owesBoxes">
  983. <h5>Point Tracker</h5>
  984. Point tracker
  985. </div>
  986.  
  987. </div>
  988.  
  989.  
  990.  
  991. <div id="toDoList">
  992. <div style="width:300px; text-align:right;"><a href="#close" style="font-family:Georgia; font-size:12px; color:#000;">x</a></div>
  993.  
  994. <div class="owesBoxes" style="overflow:hidden;">
  995. <img src="https://i.imgur.com/TP2tc8D.png">
  996. </div>
  997.  
  998. <div class="owesBoxes">
  999. <h5>To Do List</h5>
  1000. <ul>
  1001. <li>
  1002. to do one
  1003. </li>
  1004. <li>
  1005. to do one
  1006. </li>
  1007. <li>
  1008. to do one
  1009. </li>
  1010. <li>
  1011. to do one
  1012. </li>
  1013. <li>
  1014. to do one
  1015. </li>
  1016. <li>
  1017. to do one
  1018. </li>
  1019. <li>
  1020. to do one
  1021. </li>
  1022. </ul>
  1023. </div>
  1024.  
  1025. </div>
  1026.  
  1027.  
  1028.  
  1029.  
  1030.  
  1031.  
  1032.  
  1033.  
  1034.  
  1035.  
  1036.  
  1037.  
  1038.  
  1039.  
  1040.  
  1041.  
  1042.  
  1043.  
  1044.  
  1045.  
  1046.  
  1047.  
  1048.  
  1049.  
  1050.  
  1051. <!--interests-->
  1052.  
  1053.  
  1054. </table>
  1055. </td>
  1056. </tr>
  1057. </table>
  1058. <br />
  1059. <table bordercolor="black" cellspacing="0" cellpadding="0" width="300" bgcolor="black" border="0">
  1060. <tr>
  1061. <td class="text" valign="" align="left" width="300" bgcolor="0" height="0" style="word-wrap:break-word">
  1062. <span class="orangetext15">
  1063. </td>
  1064. </tr>
  1065. <tr>
  1066. <td>
  1067. <table bordercolor="0" cellspacing="0" cellpadding="0" width="300" align="" bgcolor="black" border="0">
  1068. <td valign="top" align="" width="300" bgcolor="black" style="word-wrap:break-word">
  1069. <a href="#featuredDrabble" class="popupLinks">featured drabble</a>
  1070. <a href="#drabbles" class="popupLinks">drabbles</a>
  1071. <a href="#quickFacts" class="popupLinks">quick facts</a>
  1072. <a href="#pointTracker" class="popupLinks">point tracker</a>
  1073. <a href="#toDoList" class="popupLinks">to do list</a>
  1074.  
  1075.  
  1076.  
  1077. </table>
  1078. </td>
  1079. </tr>
  1080. </table>
  1081. <br />
  1082. <table bordercolor="black" cellspacing="0" cellpadding="0" width="300" bgcolor="black" border="0">
  1083. <tr>
  1084. <td class="text" valign="" align="left" width="300" bgcolor="0" height="0" style="word-wrap:break-word">
  1085. <span class="orangetext15">
  1086. </td>
  1087. </tr>
  1088. <tr>
  1089. <td>
  1090. <table bordercolor="0" cellspacing="0" cellpadding="0" width="300" align="" bgcolor="black" border="0">
  1091. <td valign="top" align="" width="300" bgcolor="black" style="word-wrap:break-word">
  1092.  
  1093.  
  1094. <div class="mCalendarBox">
  1095.  
  1096. <div class="mCalTitle">December 2020</div>
  1097.  
  1098. <span>Su</span>
  1099. <span>Mo</span>
  1100. <span>Tu</span>
  1101. <span>We</span>
  1102. <span>Th</span>
  1103. <span>Fr</span>
  1104. <span>Sa</span>
  1105.  
  1106.  
  1107. <span class="mBlankDates"><!--BLANK--></span>
  1108. <span class="mBlankDates"><!--BLANK--></span>
  1109. <span>1</span>
  1110. <span>2</span>
  1111. <span>3</span>
  1112. <span>4</span>
  1113. <span>5</span>
  1114. <span>6</span>
  1115. <span>7</span>
  1116. <span>8</span>
  1117. <span>9</span>
  1118. <span>10</span>
  1119. <span>11</span>
  1120. <span>12</span>
  1121. <span>13</span>
  1122. <span>14</span>
  1123. <span>15</span>
  1124. <span>16</span>
  1125. <span>17</span>
  1126. <span>18</span>
  1127. <span>19</span>
  1128. <span>20</span>
  1129. <span>21</span>
  1130. <span>22</span>
  1131. <span>23</span>
  1132. <span>24</span>
  1133. <span class="circle" data-title="Merry Christmas!">25</span>
  1134. <span>26</span>
  1135. <span>27</span>
  1136. <span>28</span>
  1137. <span>29</span>
  1138. <span>30</span>
  1139. <span>31</span>
  1140. <span class="mBlankDates"><!--BLANK--></span>
  1141. <span class="mBlankDates"><!--BLANK--></span>
  1142. </div>
  1143.  
  1144.  
  1145.  
  1146. </table>
  1147. </td>
  1148. </tr>
  1149. </table>
  1150. <br />
  1151. <table bordercolor="black" cellspacing="0" cellpadding="0" width="300" bgcolor="black" border="0">
  1152. <tr>
  1153. <td class="text" valign="" align="left" width="300" bgcolor="0" height="0" style="word-wrap:break-word">
  1154. <span class="orangetext15">
  1155. </td>
  1156. </tr>
  1157. <tr>
  1158. <td>
  1159. <table bordercolor="0" cellspacing="0" cellpadding="0" width="300" align="" bgcolor="black" border="0">
  1160. <td valign="top" align="" width="300" bgcolor="black" style="word-wrap:break-word">
  1161. <h2 style="margin-bottom:0px;">My Owes</h2>
  1162.  
  1163. </table>
  1164. </td>
  1165. </tr>
  1166. </table>
  1167. <br />
  1168. <table bordercolor="black" cellspacing="0" cellpadding="0" width="300" bgcolor="black" border="0">
  1169. <tr>
  1170. <td class="text" valign="" align="left" width="300" bgcolor="0" height="0" style="word-wrap:break-word">
  1171. <span class="orangetext15">
  1172. </td>
  1173. </tr>
  1174. <tr>
  1175. <td>
  1176. <table bordercolor="0" cellspacing="0" cellpadding="0" width="300" align="" bgcolor="black" border="0">
  1177. <td valign="top" align="" width="300" bgcolor="black" style="word-wrap:break-word">
  1178. <div style="width:123px; height:123px;  display:inline-block; vertical-align:top; margin-right:11px; padding:5px; overflow:auto;">
  1179. <h4>I owe them</h4>
  1180. <b>name</b> - <i>reply</i> - 00.00 <br>
  1181. <b>name</b> - <i>reply</i> - 00.00 <br>
  1182. <b>name</b> - <i>reply</i> - 00.00 <br>
  1183. <b>name</b> - <i>reply</i> - 00.00 <br>
  1184. <b>name</b> - <i>reply</i> - 00.00 <br>
  1185. <b>name</b> - <i>reply</i> - 00.00 <br>
  1186. <b>name</b> - <i>reply</i> - 00.00 <br>
  1187. <b>name</b> - <i>reply</i> - 00.00 <br>
  1188. <b>name</b> - <i>reply</i> - 00.00 <br>
  1189. <b>name</b> - <i>reply</i> - 00.00 <br>
  1190. <b>name</b> - <i>reply</i> - 00.00 <br>
  1191. </div>
  1192. <div style="width:123px; height:123px;  padding:5px; overflow:auto; display:inline-block; vertical-align:top;">
  1193. <h4>They owe me</h4>
  1194. <b>name</b> - <i>reply</i> - 00.00 <br>
  1195. <b>name</b> - <i>reply</i> - 00.00 <br>
  1196. <b>name</b> - <i>reply</i> - 00.00 <br>
  1197. <b>name</b> - <i>reply</i> - 00.00 <br>
  1198. <b>name</b> - <i>reply</i> - 00.00 <br>
  1199. <b>name</b> - <i>reply</i> - 00.00 <br>
  1200. <b>name</b> - <i>reply</i> - 00.00 <br>
  1201. <b>name</b> - <i>reply</i> - 00.00 <br>
  1202. <b>name</b> - <i>reply</i> - 00.00 <br>
  1203. <b>name</b> - <i>reply</i> - 00.00 <br>
  1204. <b>name</b> - <i>reply</i> - 00.00 <br>
  1205. </div>
  1206.  
  1207.  
  1208. </table>
  1209. </td>
  1210. </tr>
  1211. </table>
  1212. <br />
  1213. <table bordercolor="black" cellspacing="0" cellpadding="0" width="300" bgcolor="black" border="0">
  1214. <tr>
  1215. <td class="text" valign="" align="left" width="300" bgcolor="0" height="0" style="word-wrap:break-word">
  1216. <span class="orangetext15">
  1217. </td>
  1218. </tr>
  1219. <tr>
  1220. <td>
  1221. <table bordercolor="0" cellspacing="0" cellpadding="0" width="300" align="" bgcolor="black" border="0">
  1222. <td valign="top" align="" width="300" bgcolor="black" style="word-wrap:break-word">
  1223. <h2 style="margin-bottom:0px;">Updated On: 00.00</h2>
  1224.  
  1225. </table>
  1226. </td>
  1227. </tr>
  1228. </table>
  1229. <br />
  1230. <table bordercolor="black" cellspacing="0" cellpadding="0" width="300" bgcolor="black" border="0">
  1231. <tr>
  1232. <td class="text" valign="" align="left" width="300" bgcolor="0" height="0" style="word-wrap:break-word">
  1233. <span class="orangetext15">
  1234. </td>
  1235. </tr>
  1236. <tr>
  1237. <td>
  1238. <table bordercolor="0" cellspacing="0" cellpadding="0" width="300" align="" bgcolor="black" border="0">
  1239. <td valign="top" align="" width="300" bgcolor="black" style="word-wrap:break-word">
  1240. <img src="https://i.imgur.com/omGNAHY.png">
  1241.  
  1242. </table>
  1243. </td>
  1244. </tr>
  1245. </table>
  1246. <br />
  1247. <table bordercolor="black" cellspacing="0" cellpadding="0" width="300" bgcolor="black" border="0">
  1248. <tr>
  1249. <td class="text" valign="" align="left" width="300" bgcolor="0" height="0" style="word-wrap:break-word">
  1250. <span class="orangetext15">
  1251. </td>
  1252. </tr>
  1253. <tr>
  1254. <td>
  1255. <table bordercolor="0" cellspacing="0" cellpadding="0" width="300" align="" bgcolor="black" border="0">
  1256. <td valign="top" align="" width="300" bgcolor="black" style="word-wrap:break-word">
  1257. <h2 style="margin-bottom:0px;">My Basic Information</h2>
  1258.  
  1259. </table>
  1260. </td>
  1261. </tr>
  1262. </table>
  1263. <br />
  1264. <table bordercolor="black" cellspacing="0" cellpadding="0" width="300" bgcolor="black" border="0">
  1265. <tr>
  1266. <td class="text" valign="" align="left" width="300" bgcolor="0" height="0" style="word-wrap:break-word">
  1267. <span class="orangetext15">
  1268. </td>
  1269. </tr>
  1270. <tr>
  1271. <td>
  1272. <table bordercolor="0" cellspacing="0" cellpadding="0" width="300" align="" bgcolor="black" border="0">
  1273. <td valign="top" align="" width="300" bgcolor="black" style="word-wrap:break-word">
  1274. <div style="width:260px; height:150px; text-align:justify; padding:10px; overflow:auto;">
  1275. <b>Full Name</b> here<br>
  1276. <b>Pronunciation</b> here<br>
  1277. <b>Nickname/Alias</b> here<br>
  1278. <b>Gender</b> here<br>
  1279. <b>Orientation</b> here<br>
  1280. <b>Real Age</b> here<br>
  1281. <b>Birthday</b> here<br>
  1282. <b>Birthplace</b> here<br>
  1283. <b>Astrological Sign</b> here<br>
  1284. <b>Species</b> here<br>
  1285. <b>Ethnicity</b> here<br>
  1286. <b>Preferred Hand</b> here<br>
  1287. <b>Eye Color</b> here<br>
  1288. <b>Hair Color</b> here<br>
  1289. <b>Hairstyle</b> here<br>
  1290. <b>Skin Tone</b> here<br>
  1291. <b>Makeup</b> here<br>
  1292. <b>Build</b> here<br>
  1293. <b>Height</b> here<br>
  1294. <b>Weight</b> here<br>
  1295. <b>Shoe Size</b> here<br>
  1296. <b>Birthmarks/scars</b> here<br>
  1297. <b>Distinguishing Features</b> here<br>
  1298. <b>Health</b> here<br>
  1299. <b>Allergies</b> here<br>
  1300. </div>
  1301.  
  1302. </table>
  1303. </td>
  1304. </tr>
  1305. </table>
  1306. <br />
  1307. <table bordercolor="black" cellspacing="0" cellpadding="0" width="300" bgcolor="black" border="0">
  1308. <tr>
  1309. <td class="text" valign="" align="left" width="300" bgcolor="0" height="0" style="word-wrap:break-word">
  1310. <span class="orangetext15">
  1311. </td>
  1312. </tr>
  1313. <tr>
  1314. <td>
  1315. <table bordercolor="0" cellspacing="0" cellpadding="0" width="300" align="" bgcolor="black" border="0">
  1316. <td valign="top" align="" width="300" bgcolor="black" style="word-wrap:break-word">
  1317. <h2 style="margin-bottom:0px;">Connection Name</h2>
  1318.  
  1319. </table>
  1320. </td>
  1321. </tr>
  1322. </table>
  1323. <br />
  1324. <table bordercolor="black" cellspacing="0" cellpadding="0" width="300" bgcolor="black" border="0">
  1325. <tr>
  1326. <td class="text" valign="" align="left" width="300" bgcolor="0" height="0" style="word-wrap:break-word">
  1327. <span class="orangetext15">
  1328. </td>
  1329. </tr>
  1330. <tr>
  1331. <td>
  1332. <table bordercolor="0" cellspacing="0" cellpadding="0" width="300" align="" bgcolor="black" border="0">
  1333. <td valign="top" align="" width="300" bgcolor="black" style="word-wrap:break-word">
  1334. <div style="width:100px; height:100px; display:inline-block; vertical-align:top; margin-right:10px;"><img src="https://i.imgur.com/sDNl648.png"></div>
  1335.  
  1336. <div style="width: 147px; height: 100px; color: #000; display: inline-block; vertical-align: top; padding-left: 10px; padding-right: 10px; overflow: auto; text-align: justify;">
  1337. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Integer malesuada nunc vel risus. Elit ut aliquam purus sit. Porttitor rhoncus dolor purus non enim praesent elementum facilisis. Ipsum suspendisse ultrices gravida dictum fusce. Enim praesent elementum facilisis leo vel fringilla est. Morbi tristique senectus et netus et malesuada fames ac. Egestas integer eget aliquet nibh praesent tristique. Adipiscing bibendum est ultricies integer quis auctor elit. Maecenas accumsan lacus vel facilisis volutpat est velit egestas. Pellentesque eu tincidunt tortor aliquam nulla facilisi cras fermentum. Placerat in egestas erat imperdiet sed. Vitae auctor eu augue ut lectus arcu. Amet aliquam id diam maecenas ultricies mi eget mauris. Sed tempus urna et pharetra pharetra.
  1338. </div>
  1339.  
  1340. </table>
  1341. </td>
  1342. </tr>
  1343. </table>
  1344. <br />
  1345. <table bordercolor="black" cellspacing="0" cellpadding="0" width="300" bgcolor="black" border="0">
  1346. <tr>
  1347. <td class="text" valign="" align="left" width="300" bgcolor="0" height="0" style="word-wrap:break-word">
  1348. <span class="orangetext15">
  1349. </td>
  1350. </tr>
  1351. <tr>
  1352. <td>
  1353. <table bordercolor="0" cellspacing="0" cellpadding="0" width="300" align="" bgcolor="black" border="0">
  1354. <td valign="top" align="" width="300" bgcolor="black" style="word-wrap:break-word">
  1355. <h2 style="margin-bottom:0px;">Connection Name</h2>
  1356.  
  1357. </table>
  1358. </td>
  1359. </tr>
  1360. </table>
  1361. <br />
  1362. <table bordercolor="black" cellspacing="0" cellpadding="0" width="300" bgcolor="black" border="0">
  1363. <tr>
  1364. <td class="text" valign="" align="left" width="300" bgcolor="0" height="0" style="word-wrap:break-word">
  1365. <span class="orangetext15">
  1366. </td>
  1367. </tr>
  1368. <tr>
  1369. <td>
  1370. <table bordercolor="0" cellspacing="0" cellpadding="0" width="300" align="" bgcolor="black" border="0">
  1371. <td valign="top" align="" width="300" bgcolor="black" style="word-wrap:break-word">
  1372. <div style="width: 147px; height: 100px; color: #000; display: inline-block; vertical-align: top; padding-left: 10px; padding-right: 10px; overflow: auto; text-align: justify;">
  1373. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Integer malesuada nunc vel risus. Elit ut aliquam purus sit. Porttitor rhoncus dolor purus non enim praesent elementum facilisis. Ipsum suspendisse ultrices gravida dictum fusce. Enim praesent elementum facilisis leo vel fringilla est. Morbi tristique senectus et netus et malesuada fames ac. Egestas integer eget aliquet nibh praesent tristique. Adipiscing bibendum est ultricies integer quis auctor elit. Maecenas accumsan lacus vel facilisis volutpat est velit egestas. Pellentesque eu tincidunt tortor aliquam nulla facilisi cras fermentum. Placerat in egestas erat imperdiet sed. Vitae auctor eu augue ut lectus arcu. Amet aliquam id diam maecenas ultricies mi eget mauris. Sed tempus urna et pharetra pharetra.
  1374. </div>
  1375.  
  1376. <div style="width:100px; height:100px; display:inline-block; vertical-align:top; margin-left:10px;"><img src="https://i.imgur.com/sDNl648.png"></div>
  1377.  
  1378. </table>
  1379. </td>
  1380. </tr>
  1381. </table>
  1382. <br />
  1383. <table bordercolor="black" cellspacing="0" cellpadding="0" width="300" bgcolor="black" border="0">
  1384. <tr>
  1385. <td class="text" valign="" align="left" width="300" bgcolor="0" height="0" style="word-wrap:break-word">
  1386. <span class="orangetext15">
  1387. </td>
  1388. </tr>
  1389. <tr>
  1390. <td>
  1391. <table bordercolor="0" cellspacing="0" cellpadding="0" width="300" align="" bgcolor="black" border="0">
  1392. <td valign="top" align="" width="300" bgcolor="black" style="word-wrap:break-word">
  1393. <h2 style="margin-bottom:0px;">Connection Name</h2>
  1394.  
  1395. </table>
  1396. </td>
  1397. </tr>
  1398. </table>
  1399. <br />
  1400. <table bordercolor="black" cellspacing="0" cellpadding="0" width="300" bgcolor="black" border="0">
  1401. <tr>
  1402. <td class="text" valign="" align="left" width="300" bgcolor="0" height="0" style="word-wrap:break-word">
  1403. <span class="orangetext15">
  1404. </td>
  1405. </tr>
  1406. <tr>
  1407. <td>
  1408. <table bordercolor="0" cellspacing="0" cellpadding="0" width="300" align="" bgcolor="black" border="0">
  1409. <td valign="top" align="" width="300" bgcolor="black" style="word-wrap:break-word">
  1410. <div style="width:100px; height:100px; display:inline-block; vertical-align:top; margin-right:10px;"><img src="https://i.imgur.com/sDNl648.png"></div>
  1411.  
  1412. <div style="width: 147px; height: 100px; color: #000; display: inline-block; vertical-align: top; padding-left: 10px; padding-right: 10px; overflow: auto; text-align: justify;">
  1413. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Integer malesuada nunc vel risus. Elit ut aliquam purus sit. Porttitor rhoncus dolor purus non enim praesent elementum facilisis. Ipsum suspendisse ultrices gravida dictum fusce. Enim praesent elementum facilisis leo vel fringilla est. Morbi tristique senectus et netus et malesuada fames ac. Egestas integer eget aliquet nibh praesent tristique. Adipiscing bibendum est ultricies integer quis auctor elit. Maecenas accumsan lacus vel facilisis volutpat est velit egestas. Pellentesque eu tincidunt tortor aliquam nulla facilisi cras fermentum. Placerat in egestas erat imperdiet sed. Vitae auctor eu augue ut lectus arcu. Amet aliquam id diam maecenas ultricies mi eget mauris. Sed tempus urna et pharetra pharetra.
  1414. </div>
  1415.  
  1416. </table>
  1417. </td>
  1418. </tr>
  1419. </table>
  1420. <br />
  1421. <table bordercolor="black" cellspacing="0" cellpadding="0" width="300" bgcolor="black" border="0">
  1422. <tr>
  1423. <td class="text" valign="" align="left" width="300" bgcolor="0" height="0" style="word-wrap:break-word">
  1424. <span class="orangetext15">
  1425. </td>
  1426. </tr>
  1427. <tr>
  1428. <td>
  1429. <table bordercolor="0" cellspacing="0" cellpadding="0" width="300" align="" bgcolor="black" border="0">
  1430. <td valign="top" align="" width="300" bgcolor="black" style="word-wrap:break-word">
  1431. <h2 style="margin-bottom:0px;">Connection Name</h2>
  1432.  
  1433. </table>
  1434. </td>
  1435. </tr>
  1436. </table>
  1437. <br />
  1438. <table bordercolor="black" cellspacing="0" cellpadding="0" width="300" bgcolor="black" border="0">
  1439. <tr>
  1440. <td class="text" valign="" align="left" width="300" bgcolor="0" height="0" style="word-wrap:break-word">
  1441. <span class="orangetext15">
  1442. </td>
  1443. </tr>
  1444. <tr>
  1445. <td>
  1446. <table bordercolor="0" cellspacing="0" cellpadding="0" width="300" align="" bgcolor="black" border="0">
  1447. <td valign="top" align="" width="300" bgcolor="black" style="word-wrap:break-word">
  1448. <div style="width: 147px; height: 100px; color: #000; display: inline-block; vertical-align: top; padding-left: 10px; padding-right: 10px; overflow: auto; text-align: justify;">
  1449. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Integer malesuada nunc vel risus. Elit ut aliquam purus sit. Porttitor rhoncus dolor purus non enim praesent elementum facilisis. Ipsum suspendisse ultrices gravida dictum fusce. Enim praesent elementum facilisis leo vel fringilla est. Morbi tristique senectus et netus et malesuada fames ac. Egestas integer eget aliquet nibh praesent tristique. Adipiscing bibendum est ultricies integer quis auctor elit. Maecenas accumsan lacus vel facilisis volutpat est velit egestas. Pellentesque eu tincidunt tortor aliquam nulla facilisi cras fermentum. Placerat in egestas erat imperdiet sed. Vitae auctor eu augue ut lectus arcu. Amet aliquam id diam maecenas ultricies mi eget mauris. Sed tempus urna et pharetra pharetra.
  1450. </div>
  1451.  
  1452. <div style="width:100px; height:100px; display:inline-block; vertical-align:top; margin-left:10px;"><img src="https://i.imgur.com/sDNl648.png"></div>
  1453.  
  1454.  
  1455.  
  1456. </table>
  1457. </td>
  1458. </tr>
  1459. </table>
  1460. <br />
  1461. <table bordercolor="black" cellspacing="0" cellpadding="0" width="300" bgcolor="black" border="0">
  1462. <tr>
  1463. <td class="text" valign="" align="left" width="300" bgcolor="0" height="0" style="word-wrap:break-word">
  1464. <span class="orangetext15">
  1465. </td>
  1466. </tr>
  1467. <tr>
  1468. <td>
  1469. <table bordercolor="0" cellspacing="0" cellpadding="0" width="300" align="" bgcolor="black" border="0">
  1470. <td valign="top" align="" width="300" bgcolor="black" style="word-wrap:break-word">
  1471. <h2 style="margin-bottom:0px;">Connection Name</h2>
  1472.  
  1473. </table>
  1474. </td>
  1475. </tr>
  1476. </table>
  1477. <br />
  1478. <table bordercolor="black" cellspacing="0" cellpadding="0" width="300" bgcolor="black" border="0">
  1479. <tr>
  1480. <td class="text" valign="" align="left" width="300" bgcolor="0" height="0" style="word-wrap:break-word">
  1481. <span class="orangetext15">
  1482. </td>
  1483. </tr>
  1484. <tr>
  1485. <td>
  1486. <table bordercolor="0" cellspacing="0" cellpadding="0" width="300" align="" bgcolor="black" border="0">
  1487. <td valign="top" align="" width="300" bgcolor="black" style="word-wrap:break-word">
  1488. <div style="width:100px; height:100px; display:inline-block; vertical-align:top; margin-right:10px;"><img src="https://i.imgur.com/sDNl648.png"></div>
  1489.  
  1490. <div style="width: 147px; height: 100px; color: #000; display: inline-block; vertical-align: top; padding-left: 10px; padding-right: 10px; overflow: auto; text-align: justify;">
  1491. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Integer malesuada nunc vel risus. Elit ut aliquam purus sit. Porttitor rhoncus dolor purus non enim praesent elementum facilisis. Ipsum suspendisse ultrices gravida dictum fusce. Enim praesent elementum facilisis leo vel fringilla est. Morbi tristique senectus et netus et malesuada fames ac. Egestas integer eget aliquet nibh praesent tristique. Adipiscing bibendum est ultricies integer quis auctor elit. Maecenas accumsan lacus vel facilisis volutpat est velit egestas. Pellentesque eu tincidunt tortor aliquam nulla facilisi cras fermentum. Placerat in egestas erat imperdiet sed. Vitae auctor eu augue ut lectus arcu. Amet aliquam id diam maecenas ultricies mi eget mauris. Sed tempus urna et pharetra pharetra.
  1492. </div>
  1493.  
  1494.  
  1495.  
  1496.  
  1497. </table>
  1498. </td>
  1499. </tr>
  1500. </table>
  1501. <br />
  1502. <table bordercolor="black" cellspacing="0" cellpadding="0" width="300" bgcolor="black" border="0">
  1503. <tr>
  1504. <td class="text" valign="" align="left" width="300" bgcolor="0" height="0" style="word-wrap:break-word">
  1505. <span class="orangetext15">
  1506. </td>
  1507. </tr>
  1508. <tr>
  1509. <td>
  1510. <table bordercolor="0" cellspacing="0" cellpadding="0" width="300" align="" bgcolor="black" border="0">
  1511. <td valign="top" align="" width="300" bgcolor="black" style="word-wrap:break-word">
  1512. <img src="https://i.imgur.com/EVgsNYi.png">
  1513.  
  1514.  
  1515.  
  1516.  
  1517.  
  1518.  
  1519.  
  1520.  
  1521.  
  1522.  
  1523.  
  1524.  
  1525.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement