Advertisement
mebuckner

Customization - Odion

Nov 16th, 2020
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 25.30 KB | None | 0 0
  1. <!--about me-->
  2. <link href="//solrainha.github.io/honeybee/honeybee.css" rel="stylesheet">
  3. <style type="text/css">
  4.  
  5. body {
  6. background-color:#2d2d2d;
  7. background-repeat:no-repeat;
  8. background-attachment:fixed;
  9. margin: 0;
  10. overflow:auto;
  11. background-size:cover;
  12. }
  13.  
  14. h1{
  15.     color: #fff;
  16.     margin: 0;
  17.     font-family: Georgia;
  18.     text-transform: uppercase;
  19.     width: 800px;
  20.     text-align: center;
  21.     font-size: 31px;
  22.     margin-top: -161px;
  23. }
  24.  
  25. h2{
  26.     color: #fff;
  27.     margin: 0;
  28.     font-family: Georgia;
  29.     text-transform: uppercase;
  30.     width: 800px;
  31.     text-align: center;
  32.     font-size: 20px;
  33. }
  34.  
  35. h3{
  36.     color: #fff;
  37.     margin: 0;
  38.     font-family: Georgia;
  39.     text-transform: uppercase;
  40.     width: 100px;
  41.     text-align: center;
  42.     font-size: 31px;
  43. }
  44.  
  45.  
  46. h6{
  47.     color: #fff;
  48.     margin: 0;
  49.     font-family: Georgia;
  50.     text-transform: uppercase;
  51.     width: 196px;
  52.     text-align: center;
  53.     font-size: 31px;
  54. }
  55.  
  56. h4{
  57.     color: #fff;
  58.     margin: 0;
  59.     font-family: Georgia;
  60.     text-transform: uppercase;
  61.     width: 100px;
  62.     text-align: center;
  63.     font-size: 12px;
  64. }
  65.  
  66. h5{
  67.     color: #fff;
  68.     margin: 0;
  69.     font-family: Georgia;
  70.     text-transform: uppercase;
  71.     width: 500px;
  72.     text-align: center;
  73.     font-size: 31px;
  74. }
  75.  
  76. i{
  77. color: #fff;
  78. }
  79.  
  80. b{
  81.     color: #fff;
  82.     background-color: #1a1b1f;
  83.     padding: 5px;
  84.     line-height: 35px;
  85. }
  86.  
  87. table, tr, td, li, p, div, .profileInfo td.text {
  88.     font-size: 10px;
  89.     color: #717171;
  90.     font-family: 'Poppins', sans-serif;}
  91.  
  92. a.tooltip {
  93.         text-decoration: none;
  94.       }
  95.       a.tooltip:hover {
  96.         cursor: help;
  97.         position: relative;
  98.       }
  99.       a.tooltip span {
  100.         display: none;
  101.       }
  102.       a.tooltip:hover span {
  103.         padding: 5px 20px 5px 5px;
  104.         display: block;
  105.         z-index: 100;
  106.         background: #2f3031;
  107.         color:#fff;
  108.         left: 0px;
  109.         margin: 5px;
  110.         width: 80px;
  111.         position: absolute;
  112.         top: -30px;
  113.         text-decoration: none;
  114.         font-family:Georgia;
  115.         font-size:12px;
  116.       }
  117.  
  118. #basicInfo{
  119. display:none;
  120. }
  121.  
  122. #basicInfo:target{
  123. display:block;
  124. position:fixed;
  125. top:0;
  126. left:0;
  127. right:0;
  128. bottom:0;
  129. margin:auto;
  130. width:500px;
  131. height:500px;
  132. background-color:#2f3031;
  133. }
  134.  
  135.  
  136. #bioSection{
  137. display:none;
  138. }
  139.  
  140. #bioSection:target{
  141. display:block;
  142. position:fixed;
  143. top:0;
  144. left:0;
  145. right:0;
  146. bottom:0;
  147. margin:auto;
  148. width:500px;
  149. height:500px;
  150. background-color:#2f3031;
  151. }
  152.  
  153.  
  154. #currentWriting{
  155. display:none;
  156. }
  157.  
  158. #currentWriting:target{
  159. display:block;
  160. position:fixed;
  161. top:0;
  162. left:0;
  163. right:0;
  164. bottom:0;
  165. margin:auto;
  166. width:500px;
  167. height:500px;
  168. background-color:#2f3031;
  169. }
  170.  
  171.  
  172. #loveInterest{
  173. display:none;
  174. }
  175.  
  176. #loveInterest:target{
  177. display:block;
  178. position:fixed;
  179. top:0;
  180. left:0;
  181. right:0;
  182. bottom:0;
  183. margin:auto;
  184. width:500px;
  185. height:300px;
  186. background-color:#2f3031;
  187. font-family:Georgia;
  188. font-size:12px;
  189. color:#fff;
  190. text-align:justify;
  191. padding:20px;
  192. }
  193.  
  194.  
  195. #connections{
  196. display:none;
  197. }
  198.  
  199. #connections:target{
  200. display:block;
  201. position:fixed;
  202. top:0;
  203. left:0;
  204. right:0;
  205. bottom:0;
  206. margin:auto;
  207. width:500px;
  208. height:500px;
  209. background-color:#2f3031;
  210. }
  211.  
  212.  
  213. #family{
  214. display:none;
  215. }
  216.  
  217. #family:target{
  218. display:block;
  219. position:fixed;
  220. top:0;
  221. left:0;
  222. right:0;
  223. bottom:0;
  224. margin:auto;
  225. width:500px;
  226. height:500px;
  227. background-color:#2f3031;
  228. }
  229.  
  230.  
  231.  
  232. .container {
  233. width:800px;
  234. height:700px;
  235. position:absolute;
  236. left:144px;
  237. right:0;
  238. top:0;
  239. bottom:0;
  240. overflow:hidden;
  241. margin:auto;
  242. color:#fff;
  243. background-color:#2f3031;
  244. font-family: 'Abel', sans-serif;
  245. border: solid 10px #1a1b1f;
  246. }
  247.  
  248. .linkContainer{
  249. width: 760px;
  250.     display: inline-block;
  251.     margin-top: -10px;
  252.     padding: 20px;
  253.     text-align: center;
  254. }
  255.  
  256. a.navigationLinks:link, a.navigationLinks:visited {
  257.     color: #fff;
  258.     text-align: center;
  259.     text-decoration: none;
  260.     display: inline-block;
  261.     margin-right: 4px;
  262.     font-family: Georgia;
  263.     font-size: 12px;
  264.     text-transform: uppercase;
  265.     margin-bottom: 10px;
  266.     background: #1a1b1f;
  267.     padding: 10px 1px;
  268.     width: 100px;
  269. }
  270.  
  271. a.navigationLinks:hover, a.navigationLinks:active {
  272. color: #461910;
  273. }
  274.  
  275. .instagramContainer{
  276. width: 350px;
  277.     height: 464px;
  278.     display: inline-block;
  279.     vertical-align: top;
  280.     background: #2f3031;
  281.     margin-top: 34px;
  282. text-align:center;
  283. }
  284.  
  285.  
  286.  
  287. .instagramPopup{
  288. width: 447px;
  289. height: 464px;
  290. display: inline-block;
  291. vertical-align: top;
  292. background: #fff;
  293. margin-top: 34px;
  294. background-image:url('https://i.imgur.com/fY3HMa2.png');
  295. }
  296.  
  297.  
  298. .instaIcon{
  299. width: 90px;
  300. height: 90px;
  301. background: #fff;
  302. border-radius: 50%;
  303. display: inline-block;
  304. vertical-align: top;
  305. margin-top: 5px;
  306. margin-left: -4px;
  307. }
  308.  
  309. .instaIcon img{
  310. border-radius: 50%;
  311. }
  312.  
  313. .topLineInsta{
  314. width: 350px;
  315. height: 100px;
  316. background: #2f3031;
  317. }
  318.  
  319. .instaFollowingIcon{
  320. background: #1a1b1f;
  321.     display: inline-block;
  322.     vertical-align: top;
  323.     font-size: 12px;
  324.     text-align: center;
  325.     padding: 5px 30px;
  326.     font-family: Georgia;
  327.     color: #fff;
  328.     border-radius: 10px;
  329.     margin-top: 35px;
  330.     margin-left: 0px;
  331. }
  332.  
  333. .instaUsername{
  334. width: 132px;
  335.     height: 100px;
  336.     background: #2f3031;
  337.     display: inline-block;
  338.     vertical-align: top;
  339.     font-family: Georgia;
  340.     font-size: 16px;
  341.     color: #ffff;
  342.     padding-top: 24px;
  343.     margin-left: 10px;
  344. }
  345.  
  346. .followingCount{
  347. width:350px;
  348. height:70px;
  349. text-align:center;
  350. margin-top:10px;
  351. }
  352.  
  353. .littleDescription{
  354. width: 321px;
  355. height: 57px;
  356. text-align: justify;
  357. margin-top: 0px;
  358. font-family: Georgia;
  359. font-size: 12px;
  360. color: #fff;
  361. margin-left: 10px;
  362. }
  363.  
  364.  
  365.  
  366.  
  367. .containerForCount{
  368. width:100px;
  369. height:70px;
  370. display:inline-block;
  371. vertical-align:top;
  372. text-align:center;
  373. }
  374.  
  375.  
  376. .instagramPostBox{
  377. width:100px;
  378. height:100px;
  379. display:inline-block;
  380. vertical-align:top;
  381. background:#fff;
  382. margin-bottom:10px;
  383. }
  384.  
  385.  
  386. ::-webkit-scrollbar-thumb:vertical {height:12px; background:#2f3031; border-top:10px solid #1a1b1f; border-bottom:10px solid #1a1b1f;}
  387. ::-webkit-scrollbar-thumb:horizontal {background-color:#2f3031;}
  388. ::-webkit-scrollbar {width:5px; height:7px;}
  389.  
  390.  
  391. .contacttable, .whitetext12, .nametext, .lightbluetext8, .orangetext15, .blacktext12, .btext, .redtext, .redbtext {display:none;height:0px;!important;visibility:hidden} td td td td {border:0px;width:0px;text-align:left;} table, td, tr {padding:0px;width:;background-color:transparent} table table table {padding:1px;height:.01%;width:100%;} table table,table table table table,table,tr,td {height:0px;!important;border:0px;!important} a.text, table div font a, .navbar font, tr td font {visibility:hidden;display:none;height:0px;!important;} #footerWarpper{display: none;} table table table table,table table table table td.text, td.text td.text table{display:none;} td.text table table{display:inline;visibility:visible;} table td table tr td.text table{visibility:hidden;} table td table tr td.text table table,table td table tr td.text table table td.text{visibility:visible;} table.footer {display: none;} div table a.navbar img {display:none;} div table.navigationBar {margin-bottom:-30px;} .profileInfo {display:none;} .profileInfo td {text-align:left;} .profileInfo a img {position:relative; margin-bottom:-1px; margin-bottom:-2px; width:125px; margin-right:-6px; margin-top:4px; _margin-top:3px; display:block;} .profileInfo td td, .nametext, .msOnlineNow img {display:none;} .profileInfo td td.text {display:table-cell; _display:inline;} .profileInfo .text {font-size:7px; line-height:8px; text-transform:uppercase; font-family:small fonts;} .msOnlineNow {font-family:small fonts; letter-spacing:0px; font-size:7px; line-height:8px; padding:2px; padding-left:0px; text-transform:uppercase; font-weight:normal; display:none; text-decoration:blink; letter-spacing:2px;} .userAlbums {display:none;} div td {display:none;} </span>
  392. </style>
  393.  
  394.  
  395.  
  396.  
  397. <!--like to meet-->
  398. <html>
  399. <body>
  400. <div class="container">
  401. <img src="https://i.imgur.com/g9GhFd1.png">
  402. <h1>I'm that Boleyn girl and I'm up next.</h1>
  403. <h2>I broke England from the Church Yeah, I'm that sexy.</h2>
  404. <div class="linkContainer">
  405. <a href="/home.php" class="navigationLinks">home</a>
  406. <a href="/send_message.php?member_id=" class="navigationLinks">message</a>
  407. <a href="/add_comment.php?member_id=" class="navigationLinks">comment</a>
  408. <a href="/status_stream.php?member_id=" class="navigationLinks">stream</a>
  409. <a href="/view_member_blog.php?member_id=" class="navigationLinks">blog</a>
  410. <a href="/albums.php?member_id=" class="navigationLinks">pictures</a>
  411. <a href="/1631904" class="navigationLinks" style="margin-right:0px;">credit</a>
  412. </div>
  413. <div class="instagramPopup"></div>
  414.  
  415.  
  416. <div class="instagramContainer">
  417.  
  418. <div class="topLineInsta">
  419.  
  420. <div class="instaIcon">
  421. <img src="https://i.imgur.com/zWKP52r.png">
  422. </div>
  423.  
  424. <div class="instaUsername">
  425. <b>anne boleyn</b><br>
  426. <i>@ouiouibonjour</i>
  427. </div>
  428.  
  429.  
  430. <div class="instaFollowingIcon">
  431. Follow
  432. </div>
  433. </div>
  434.  
  435.  
  436.  
  437. <div class="followingCount">
  438. <div class="containerForCount">
  439. <h3>000</h3>
  440. <h4>posts</h4>
  441. </div>
  442. <div class="containerForCount" style="margin-left:10px;">
  443. <h3>00M</h3>
  444. <h4>followers</h4>
  445. </div>
  446. <div class="containerForCount" style="margin-left:10px;">
  447. <h3>00K</h3>
  448. <h4>following</h4>
  449. </div>
  450. </div>
  451.  
  452.  
  453. <div class="littleDescription">
  454. <strong style="color:#fff;">anne boleyn</strong> want to know more about me? Click the posts below. <i style="color:#fff;">#WhatWasIMeantToDo</i>
  455. </div>
  456.  
  457.  
  458.  
  459. <div class="instagramPostBox">
  460. <a href="#bioSection" class="tooltip">
  461. <img src="https://i.imgur.com/znTwBTQ.png">
  462. <span>Biography Section</span>
  463. </a>
  464. </div>
  465.  
  466.  
  467.  
  468.  
  469.  
  470.  
  471. <div class="instagramPostBox" style="margin-left:10px;">
  472. <a href="#basicInfo" class="tooltip">
  473. <img src="https://i.imgur.com/dKgrS53.png">
  474. <span>Basic Information</span>
  475. </a>
  476. </div>
  477.  
  478.  
  479.  
  480. <div class="instagramPostBox" style="margin-left:10px;">
  481. <a href="#currentWriting" class="tooltip">
  482. <img src="https://i.imgur.com/eMuVzcj.png">
  483. <span>Owes List</span>
  484. </a>
  485. </div>
  486. <br>
  487.  
  488.  
  489. <div class="instagramPostBox">
  490. <a href="#loveInterest" class="tooltip">
  491. <img src="https://i.imgur.com/TvsfHeQ.png">
  492. <span>Love Interest</span>
  493. </a>
  494. </div>
  495.  
  496.  
  497. <div class="instagramPostBox" style="margin-left:10px;">
  498. <a href="#connections" class="tooltip">
  499. <img src="https://i.imgur.com/XEJBC2a.png">
  500. <span>Current Connections</span>
  501. </a>
  502. </div>
  503.  
  504.  
  505. <div class="instagramPostBox" style="margin-left:10px;">
  506. <a href="#family" class="tooltip">
  507. <img src="https://i.imgur.com/mUProjT.png">
  508. <span>Family Section</span>
  509. </a>
  510. </div><br>
  511.  
  512.  
  513.  
  514. </div>
  515.  
  516. </div>
  517.  
  518.  
  519.  
  520. <div id="basicInfo">
  521. <div style="width:490px; text-align:right;">
  522. <a href="#close" style="color:#fff; font-size:12px; font-family:Georgia;">x</a>
  523. </div>
  524. <h5>My Basic Information</h5>
  525. <div style="background-color: #2f3031; width: 459px; height: 391px; padding: 20px; color: #fff; overflow: auto; font-family: Georgia; font-size: 12px; text-align: justify;">
  526. <b>Full Name</b> here<br>
  527. <b>Pronunciation</b> here<br>
  528. <b>Nickname/Alias</b> here<br>
  529. <b>Gender</b> here<br>
  530. <b>Orientation</b> here<br>
  531. <b>Real Age</b> here<br>
  532. <b>Birthday</b> here<br>
  533. <b>Birthplace</b> here<br>
  534. <b>Astrological Sign</b> here<br>
  535. <b>Species</b> here<br>
  536. <b>Ethnicity</b> here<br>
  537. <b>Preferred Hand</b> here<br>
  538. <b>Eye Color</b> here<br>
  539. <b>Hair Color</b> here<br>
  540. <b>Hairstyle</b> here<br>
  541. <b>Skin Tone</b> here<br>
  542. <b>Makeup</b> here<br>
  543. <b>Build</b> here<br>
  544. <b>Height</b> here<br>
  545. <b>Weight</b> here<br>
  546. <b>Shoe Size</b> here<br>
  547. <b>Birthmarks/scars</b> here<br>
  548. <b>Distinguishing Features</b> here<br>
  549. <b>Health</b> here<br>
  550. <b>Allergies</b> here<br>
  551. </div>
  552. </div>
  553.  
  554. <div id="bioSection">
  555. <div style="width:490px; text-align:right;">
  556. <a href="#close" style="color:#fff; font-size:12px; font-family:Georgia;">x</a>
  557. </div>
  558. <h5>My Biography</h5>
  559. <div style="background-color: #2f3031; width: 459px; height: 391px; padding: 20px; color: #fff; overflow: auto; font-family: Georgia; font-size: 12px; text-align: justify;">
  560. 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.
  561. <br><br>
  562. 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.
  563. <br><br>
  564. 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.
  565. <br><br>
  566. 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.
  567. <br><br>
  568. 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.
  569. </div>
  570. </div>
  571.  
  572. <div id="currentWriting">
  573. <div style="width:490px; text-align:right;">
  574. <a href="#close" style="color:#fff; font-size:12px; font-family:Georgia;">x</a>
  575. </div>
  576. <h5>My Owes List</h5>
  577. <div style="width:193px; height:317px; padding:20px; overflow:auto; margin-left:10px; display:inline-block; vertical-align:top;">
  578. <h6>I owe</h6>
  579. <b>name</b> - <i>starter/reply</i> - 00/00 <br>
  580. <b>name</b> - <i>starter/reply</i> - 00/00 <br>
  581. <b>name</b> - <i>starter/reply</i> - 00/00 <br>
  582. <b>name</b> - <i>starter/reply</i> - 00/00 <br>
  583. <b>name</b> - <i>starter/reply</i> - 00/00 <br>
  584. <b>name</b> - <i>starter/reply</i> - 00/00 <br>
  585. <b>name</b> - <i>starter/reply</i> - 00/00 <br>
  586. </div>
  587.  
  588.  
  589. <div style="width:193px; height:317px; padding:20px; overflow:auto; margin-left:10px; display:inline-block; vertical-align:top;">
  590. <h6>They owe</h6>
  591. <b>name</b> - <i>starter/reply</i> - 00/00 <br>
  592. <b>name</b> - <i>starter/reply</i> - 00/00 <br>
  593. <b>name</b> - <i>starter/reply</i> - 00/00 <br>
  594. <b>name</b> - <i>starter/reply</i> - 00/00 <br>
  595. <b>name</b> - <i>starter/reply</i> - 00/00 <br>
  596. <b>name</b> - <i>starter/reply</i> - 00/00 <br>
  597. <b>name</b> - <i>starter/reply</i> - 00/00 <br>
  598. </div>
  599. <h5>Last Updated: 00/00</h5>
  600.  
  601.  
  602. </div>
  603.  
  604. <div id="loveInterest">
  605. <div style="width:490px; text-align:right;">
  606. <a href="#close" style="color:#fff; font-size:12px; font-family:Georgia;">x</a>
  607. </div>
  608. <h5>My Love Interest</h5>
  609. <br>
  610. <center><strong style="color: #1a1b1f; margin-right:10px;">status</strong> here <strong style="color: #1a1b1f; margin-right:10px; margin-left:10px;">since</strong> here <strong style="color: #1a1b1f; margin-right:10px; margin-left:10px;">to whom</strong> here </center>
  611. <br>
  612. talk about your significant other here. talk about your significant other here. talk about your significant other here. talk about your significant other here. talk about your significant other here. talk about your significant other here. talk about your significant other here. talk about your significant other here. talk about your significant other here. talk about your significant other here. talk about your significant other here. talk about your significant other here. talk about your significant other here. talk about your significant other here. talk about your significant other here. talk about your significant other here. talk about your significant other here. talk about your significant other here. talk about your significant other here. talk about your significant other here. talk about your significant other here. talk about your significant other here. talk about your significant other here. talk about your significant other here. talk about your significant other here. talk about your significant other here. talk about your significant other here. talk about your significant other here. talk about your significant other here. talk about your significant other here. talk about your significant other here. talk about your significant other here.
  613. </div>
  614.  
  615. <div id="connections">
  616. <div style="width:490px; text-align:right;">
  617. <a href="#close" style="color:#fff; font-size:12px; font-family:Georgia;">x</a>
  618. </div>
  619. <h5>My Connections</h5>
  620. <div style="background-color: #2f3031; width: 459px; height: 391px; padding: 20px; color: #fff; overflow: auto; font-family: Georgia; font-size: 12px; text-align: justify;">
  621. <strong>name</strong> - <i>connection</i> talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here.
  622.  
  623. <br><br>
  624.  
  625. <strong>name</strong> - <i>connection</i> talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here.
  626.  
  627. <br><br>
  628.  
  629. <strong>name</strong> - <i>connection</i> talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here.
  630.  
  631. <br><br>
  632.  
  633. <strong>name</strong> - <i>connection</i> talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here.
  634.  
  635. <br><br>
  636.  
  637. <strong>name</strong> - <i>connection</i> talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here.
  638.  
  639. <br><br>
  640.  
  641. <strong>name</strong> - <i>connection</i> talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here.
  642.  
  643. <br><br>
  644.  
  645. <strong>name</strong> - <i>connection</i> talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here.
  646.  
  647. <br><br>
  648.  
  649. <strong>name</strong> - <i>connection</i> talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here.
  650.  
  651. <br><br>
  652.  
  653.  
  654. </div>
  655. </div>
  656.  
  657. <div id="family">
  658. <div style="width:490px; text-align:right;">
  659. <a href="#close" style="color:#fff; font-size:12px; font-family:Georgia;">x</a>
  660. </div>
  661. <h5>My Family</h5>
  662. <div style="background-color: #2f3031; width: 459px; height: 391px; padding: 20px; color: #fff; overflow: auto; font-family: Georgia; font-size: 12px; text-align: justify;">
  663. <strong>name</strong> - <i>family connection</i> talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here.
  664.  
  665. <br><br>
  666.  
  667. <strong>name</strong> - <i>family connection</i> talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here.
  668.  
  669. <br><br>
  670.  
  671. <strong>name</strong> - <i>family connection</i> talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here.
  672.  
  673. <br><br>
  674.  
  675. <strong>name</strong> - <i>family connection</i> talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here.
  676.  
  677. <br><br>
  678.  
  679. <strong>name</strong> - <i>family connection</i> talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here.
  680.  
  681. <br><br>
  682.  
  683. <strong>name</strong> - <i>family connection</i> talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here.
  684.  
  685. <br><br>
  686.  
  687. <strong>name</strong> - <i>family connection</i> talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here.
  688.  
  689. <br><br>
  690.  
  691. <strong>name</strong> - <i>family connection</i> talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here. talk about it here.
  692.  
  693. <br><br>
  694.  
  695.  
  696. </div>
  697. </div>
  698.  
  699.  
  700.  
  701.  
  702. </body>
  703. </html>
  704.  
  705.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement