Guest User

xjxs

a guest
Nov 18th, 2017
364
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 163.70 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2.  
  3.  
  4. <!----------------✧ ☾ ☆ ☄ ⁛ THEMES BY ASTRAEAWRITES ⁛ ☄ ☾ ✧
  5. DO NOT STEAL OR CLAIM AS YOURS!
  6. report problems or questions @ astraeawrites.tumblr.com
  7.  
  8. POP UP CODE IS BY @ACUITE, i claim no credit for it !!----------->
  9.  
  10. <html>
  11. <head>
  12. <title>{Title}</title>
  13. <link rel="shortcut icon" href="{Favicon}">
  14.  
  15. <script language="javascript" type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
  16.  
  17. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  18.  
  19. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  20.  
  21. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script><script>(function($){$(document).ready(function(){$("a[title]").style_my_tooltips({tip_follows_cursor:true,tip_delay_time:90,tip_fade_speed:600,attribute:"title"});});})(jQuery);</script>
  22.  
  23. <script type="text/javascript"
  24. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  25. <script>
  26. $(document).ready(function() {
  27. //
  28. $('a.poplight[href^=#]').click(function() {
  29. var popID = $(this).attr('rel'); //Get Popup Name
  30. var popURL = $(this).attr('href'); //Get Popup href to define size
  31. var query= popURL.split('?');
  32. var dim= query[1].split('&');
  33. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  34. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  35. var popMargTop = ($('#' + popID).height() + 80) / 2;
  36. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  37. //Apply Margin to Popup
  38. $('#' + popID).css({
  39. 'margin-top' : -popMargTop,
  40. 'margin-left' : -popMargLeft
  41. });
  42. $('body').append('<div id="fade"></div>');
  43. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  44. return false;
  45. });
  46. $('a.close, #fade').live('click', function() {
  47. $('#fade , .popup_block').fadeOut(function() {
  48. $('#fade, a.close').remove(); //fade them both out
  49. });
  50. return false;
  51. });
  52. });
  53. </script>
  54.  
  55. <link href="https://fonts.googleapis.com/css?family=Lato|Muli|Open+Sans|Questrial|Quicksand|Roboto" rel="stylesheet">
  56.  
  57. <link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
  58.  
  59.  
  60.  
  61. <style type="text/css">
  62.  
  63.  
  64.  
  65. /*---------------BASIC BODY AND TEXT---------------*/
  66.  
  67. @font-face { font-family: "hs1"; src: url('https://dl.dropboxusercontent.com/s/fblyu61g2kzjtqg/HelloSunshine.otf') ;}
  68.  
  69. #s-m-t-tooltip {
  70. max-width:400px;
  71. background-color:#252326;
  72. font-family:"muli", sans-serif;
  73. font-size:7px;
  74. color:#ddd7e0;
  75. letter-spacing:2px;
  76. text-transform:uppercase;
  77. padding:6.5px;
  78. line-height:100%;
  79. margin:20px 0px 0px 20px;
  80. z-index:99999999999999999999999999999999;
  81. border-radius:5px;
  82. box-shadow:1px 1px 3px rgba(0,0,0,.0);
  83. }
  84.  
  85. ::-webkit-scrollbar-thumb:vertical {
  86. display:none;
  87. }
  88.  
  89. ::-webkit-scrollbar-thumb:horizontal {
  90. display:none;
  91. }
  92.  
  93. ::-webkit-scrollbar {
  94. display:none;
  95. }
  96.  
  97. ::selection {
  98. background-color:#252326;
  99. color: #fff;
  100. }
  101.  
  102.  
  103. body{
  104. background-color:#ededed;
  105. font-size:10px;
  106. font-family:"calibri";
  107. color:#333;
  108. }
  109.  
  110. a{
  111. text-decoration:none;
  112. color:#333;
  113. -webkit-transition: all 0.4s ease-in-out;
  114. -moz-transition: all 0.4s ease-in-out;
  115. -o-transition: all 0.4s ease-in-out;
  116. -ms-transition: all 0.4s ease-in-out;
  117. transition: all 0.4s ease-in-out;
  118. }
  119.  
  120. a:hover{
  121. -webkit-transition: all 0.4s ease-in-out;
  122. -moz-transition: all 0.4s ease-in-out;
  123. -o-transition: all 0.4s ease-in-out;
  124. -ms-transition: all 0.4s ease-in-out;
  125. transition: all 0.4s ease-in-out;
  126. color:#464646;
  127. }
  128.  
  129.  
  130.  
  131.  
  132. /*---------------BOX AND STRUCTURE---------------*/
  133.  
  134. #everything{
  135. width:683px;
  136. height:630px;
  137. left:50%;
  138. top:50%;
  139. margin-left:-342.5px;
  140. margin-top:-315px;
  141. position:fixed;
  142. background:white;
  143. border:1px solid #e5e5e5;
  144. border-radius:3px;
  145. }
  146.  
  147. #box{
  148. width:656px;
  149. height:500px;
  150. background-color:#eee;
  151. border-radius:2px 2px 0px 0px;
  152. margin:65px 14px 8.5px 14px;
  153. position:fixed;
  154. }
  155.  
  156.  
  157.  
  158. /*---------------HEADER---------------*/
  159.  
  160. #head{
  161. width:612px;
  162. height:60px;
  163. padding:5px 5px 5px 5px;
  164. margin-left:14px;
  165. margin-right:14px;
  166. z-index:999;
  167. position:fixed;
  168. }
  169.  
  170. .headertitle{
  171. font-family:"hs1";
  172. font-size:50px;
  173. z-index:99;
  174. position:fixed;
  175. text-align:center;
  176. width:645px;
  177. margin-top:-15px;
  178. cursor:default;
  179. color:black;
  180. text-transform:lowercase;
  181. }
  182.  
  183. .headersubtitle{
  184. font-size:11px;
  185. font-family:"muli";
  186. text-transform:uppercase;
  187. text-align:center;
  188. margin-top:40px;
  189. position:fixed;
  190. text-align:center;
  191. width:645px;
  192. cursor:default;
  193. -webkit-transition: all 0.9s ease-in-out;
  194. -moz-transition: all 0.9s ease-in-out;
  195. -o-transition: all 0.9s ease-in-out;
  196. -ms-transition: all 0.9s ease-in-out;
  197. transition: all 0.9s ease-in-out;
  198. }
  199.  
  200. .headersubtitle:hover{
  201. letter-spacing:1px;
  202. -webkit-transition: all 0.9s ease-in-out;
  203. -moz-transition: all 0.9s ease-in-out;
  204. -o-transition: all 0.9s ease-in-out;
  205. -ms-transition: all 0.9s ease-in-out;
  206. transition: all 0.9s ease-in-out;
  207. }
  208.  
  209.  
  210.  
  211. /*---------------MUSE SLOTS---------------*/
  212.  
  213. .container{
  214. width:635px;
  215. height:480px;
  216. margin:10.5px;
  217. overflow:auto;
  218. }
  219.  
  220. .cube{
  221. width:200px;
  222. height:180px;
  223. background:#f9f9f9;
  224. margin:5px;
  225. display:inline-block;
  226. border-radius:2px;
  227. position:relative;
  228. }
  229.  
  230. .muselnr{
  231. width:50px;
  232. height:50px;
  233. border-radius:0px 50px 50px 50px;
  234. background:#c7c1c9;
  235. position:absolute;
  236. }
  237.  
  238. .muselnr span{
  239. font-size:20px;
  240. color:#f9f9f9;
  241. padding:14px;
  242. position:absolute;
  243. }
  244.  
  245. .musename{
  246. display:inline-block;
  247. position:absolute;
  248. text-transform:uppercase;
  249. font-family:"roboto";
  250. font-weight:900;
  251. font-size:15px;
  252. text-align:right;
  253. width:100px;
  254. right:0px;
  255. padding:5px;
  256. margin-top:4px;
  257. letter-spacing:2px;
  258. cursor:default;
  259. }
  260.  
  261. .musename::first-letter{
  262. font-size:19px;
  263. background:#eee;
  264. padding-left:6px;
  265. padding-right:3px;
  266. padding-top:1px;
  267. padding-bottom:2px;
  268. margin-right:2px;
  269. border-radius:50px;
  270. }
  271.  
  272. .musepic img{
  273. width:100px;
  274. height:100px;
  275. border-radius:50%;
  276. margin-top:50px;
  277. margin-left:10px;
  278. border:7px solid #dad2dd;
  279. -webkit-filter: grayscale(30%);
  280. -webkit-transition: all 0.9s ease-in-out;
  281. -moz-transition: all 0.9s ease-in-out;
  282. -o-transition: all 0.9s ease-in-out;
  283. -ms-transition: all 0.9s ease-in-out;
  284. transition: all 0.9s ease-in-out;
  285. }
  286.  
  287. .musepic img:hover{
  288. border:7px solid #b5b5b5;
  289. -webkit-filter: grayscale(100%);
  290. -webkit-transition: all 0.9s ease-in-out;
  291. -moz-transition: all 0.9s ease-in-out;
  292. -o-transition: all 0.9s ease-in-out;
  293. -ms-transition: all 0.9s ease-in-out;
  294. transition: all 0.9s ease-in-out;
  295. }
  296.  
  297. .muselinks{
  298. width:30px;
  299. height:105px;
  300. top:55px;
  301. right:10px;
  302. border-right:3px solid #bababa;
  303. position:absolute;
  304. display:inline-block;
  305. }
  306.  
  307. .muselinks ul{
  308. list-style:none;
  309. padding:0px;
  310. margin-top:0px;
  311. margin-left:-15px;
  312. }
  313.  
  314. .muselinks li{
  315. line-height:55px;
  316. }
  317.  
  318. .muselinks a{
  319. padding:11px 13px 11px 13px;
  320. background:#cccccc;
  321. border-radius:50px 0px 50px 50px;
  322. font-size:12px;
  323. font-weight:900;
  324. color:white;
  325. -webkit-transition: all 0.6s ease-in-out;
  326. -moz-transition: all 0.6s ease-in-out;
  327. -o-transition: all 0.6s ease-in-out;
  328. -ms-transition: all 0.6s ease-in-out;
  329. transition: all 0.6s ease-in-out;
  330. }
  331.  
  332. .muselinks a:hover{
  333. background:#e4e0e5;
  334. color:black;
  335. -webkit-transition: all 0.6s ease-in-out;
  336. -moz-transition: all 0.6s ease-in-out;
  337. -o-transition: all 0.6s ease-in-out;
  338. -ms-transition: all 0.6s ease-in-out;
  339. transition: all 0.6s ease-in-out;
  340. }
  341.  
  342.  
  343.  
  344. /*---------------FOOTER---------------*/
  345.  
  346. .foot{
  347. width:646px;
  348. height:35px;
  349. padding:5px 5px 5px 5px;
  350. margin-left:14px;
  351. margin-right:14px;
  352. bottom:72px;
  353. z-index:99999;
  354. position:fixed;
  355. background:#dad2dd;
  356. border-radius:0px 0px 2px 2px;
  357. text-align:center;
  358. }
  359.  
  360. .foot ul{
  361. list-style:none;
  362. padding:0px;
  363. margin:0px;
  364. }
  365.  
  366. .foot li{
  367. display:inline-block;
  368. padding:10px 40px 10px 40px ;
  369. }
  370.  
  371. .foot a{
  372. font-family:"lato";
  373. text-transform:uppercase;
  374. font-size:10px;
  375. color:#5e5e5e;
  376. font-weight:900;
  377. -webkit-transition: all 0.6s ease-in-out;
  378. -moz-transition: all 0.6s ease-in-out;
  379. -o-transition: all 0.6s ease-in-out;
  380. -ms-transition: all 0.6s ease-in-out;
  381. transition: all 0.6s ease-in-out;
  382. }
  383.  
  384. .foot a:hover{
  385. color:white;
  386. -webkit-transition: all 0.6s ease-in-out;
  387. -moz-transition: all 0.6s ease-in-out;
  388. -o-transition: all 0.6s ease-in-out;
  389. -ms-transition: all 0.6s ease-in-out;
  390. transition: all 0.6s ease-in-out;
  391. }
  392.  
  393.  
  394.  
  395.  
  396. /*---------------POP UPS---------------*/
  397.  
  398. .popup_block{
  399. display:none;
  400. background:#ededed;
  401. padding:10px;
  402. border-radius:2px;
  403. float:left;
  404. position:fixed;
  405. top:50%;
  406. left:52%;
  407. z-index: 99999;
  408. max-height:380px;
  409. height:380px;
  410. overflow:auto;
  411. }
  412.  
  413. *html #fade {position: absolute;}
  414. *html .popup_block {position: absolute;}
  415. #fade {
  416. display:none;
  417. position:fixed;
  418. left:0px;
  419. top:0px;
  420. width:100%;
  421. height:100%;
  422. z-index:9999;
  423. background:#000;
  424. opacity:0.8;
  425. }
  426.  
  427. .abouttitle{
  428. width:450px;
  429. font-family:"hs1";
  430. font-size:55px;
  431. font-weight:100;
  432. height:10px;
  433. margin-top:-20px;
  434. padding-top:0px;
  435. position:fixed;
  436. z-index:99;
  437. text-align:center;
  438. }
  439.  
  440. .abouttab{
  441. width:440px;
  442. height:340px;
  443. padding:5px;
  444. background:#fcfcfc;
  445. border-radius:1px;
  446. margin-top:20px;
  447. position:fixed;
  448. }
  449.  
  450. .abouttabsb{
  451. width:170px;
  452. height:330px;
  453. margin:5px;
  454. border-right:1px solid #eee;
  455. padding-right:10px;
  456. position:fixed;
  457. z-index:99999px;
  458. overflow:auto;
  459. }
  460.  
  461. .abouttabsb img{
  462. width:118px;
  463. height:118px;
  464. margin:10px;
  465. margin-left:20px;
  466. border:6px solid #e4e0e5;
  467. border-radius:50%;
  468. }
  469.  
  470. .abouttabstats{
  471. font-size:10px;
  472. font-family:"roboto";
  473. width:160px;
  474. position:absolute;
  475. padding-top:10px;
  476. margin-top:5px;
  477. border-top:1px solid #eee;
  478. text-align:center;
  479. padding-left:5px;
  480. padding-right:5px;
  481. }
  482.  
  483. .abouttabstats ul{
  484. margin-left:0px;
  485. padding-left:0px;
  486. list-style:none;
  487. }
  488.  
  489. .abouttabstats li{
  490. padding-left:0px;
  491. margin-left:0px;
  492. text-transform:lowercase;
  493. line-height:16px;
  494. }
  495.  
  496. .abouttabstats b{
  497. font-weight:900;
  498. text-transform:uppercase;
  499. margin-right:2px;
  500. text-align:left;
  501. background:#edeaef;
  502. padding-left:5px;
  503. padding-right:5px;
  504. }
  505.  
  506. .abouttabright{
  507. width:240px;
  508. height:320px;
  509. position:fixed;
  510. padding-top:10px;
  511. margin-top:5px;
  512. margin-left:185px;
  513. text-align:center;
  514. padding-left:5px;
  515. padding-right:5px;
  516. overflow:auto;
  517. }
  518.  
  519. .aboutquotation{
  520. width:225px;
  521. margin-top:0px;
  522. font-size:10px;
  523. font-family:"roboto";
  524. text-align:right;
  525. text-transform:lowercase;
  526. border-right:1px solid #ddd;
  527. border-radius:20px;
  528. padding-right:15px;
  529. padding-top:10px;
  530. padding-bottom:10px;
  531. line-height:20px;
  532. }
  533.  
  534. .aboutquotation b{
  535. font-weight:900;
  536. text-transform:uppercase;
  537. background:#edeaef;
  538. padding-left:4px;
  539. padding-right:5px;
  540. }
  541.  
  542. .aboutquotation i{
  543. padding-left:5px;
  544. padding-right:5px;
  545. background:#b2adb2;
  546. color:white;
  547. padding-top:0px;
  548. padding-bottom:1px;
  549. border-radius:5px;
  550. }
  551.  
  552. .aboutquotation span{
  553. font-size:9.5px;
  554. text-transform:uppercase;
  555. color:white;
  556. background:#7c767c;
  557. height:3px;
  558. padding-left:11px;
  559. padding-right:10px;
  560. border-radius:2px;
  561. cursor:default;
  562. }
  563.  
  564. .abouttabbio{
  565. margin:5px;
  566. text-align:left;
  567. }
  568.  
  569. .abouttabbio{
  570. margin:10px;
  571. padding-top:20px;
  572. line-height:16px;
  573. margin-top:-20px;
  574. }
  575.  
  576. .abouttabbio p, .abouttabbio br{
  577. text-indent:2em;
  578. padding-bottom:5px;
  579. }
  580.  
  581. .abouttabbio h1{
  582. background:#eee;
  583. border-radius:5px;
  584. padding-left:11px;
  585. padding-right:10px;
  586. font-size:35px;
  587. font-weight:100;
  588. height:40px;
  589. font-family:"hs1";
  590. text-transform:lowercase;
  591. padding:0px;
  592. text-align:center;
  593. font-weight:100;
  594. margin-bottom:10px;
  595. margin-top:10px;
  596. width:auto;
  597. }
  598.  
  599. .abouttabbio pre{
  600. white-space: pre-wrap;
  601. white-space: -moz-pre-wrap;
  602. white-space: -pre-wrap;
  603. white-space: -o-pre-wrap;
  604. word-wrap: break-word;
  605. font-family:"inconsolata";
  606. }
  607.  
  608.  
  609.  
  610.  
  611.  
  612. /*---------------CREDIT, DO NOT MOVE OR MAKE LESS VISIBLE!!---------------*/
  613. .credit a{
  614. font-size:11px;
  615. position:fixed;
  616. font-family:"questrial";
  617. font-weight:900;
  618. color:black;
  619. text-align:right;
  620. right:20px;
  621. bottom:20px;
  622. }
  623.  
  624. .credit a:hover{
  625. color:white;
  626. }
  627.  
  628.  
  629.  
  630.  
  631.  
  632. {CustomCSS}
  633. </style>
  634. </head>
  635. <body>
  636.  
  637.  
  638.  
  639. <div id="everything">
  640. <div id="head">
  641. <div class="headertitle">Put out these fires in my headspace</div>
  642. <div class="headersubtitle">The city sits below and we take shots at the moon
  643. </div>
  644. </div>
  645.  
  646.  
  647. <!---------------MUSE SLOTS // PLEASE READ
  648.  
  649. If you want to add more slots, just add the following and continue onto the popup sections. also make sure that the box number matches the popup number.
  650.  
  651. <div class="cube">
  652. <div class="muselnr"><a href="#?w=450" rel="box10" class="poplight" title="read more !!"><span class="lnr lnr-heart"></span></a></div>
  653. <div class="musename">adam halim</div>
  654. <div class="musepic"><img src="https://68.media.tumblr.com/3c7487fe569e27d11e33fad763648dbf/tumblr_inline_ovn274QLvJ1slfjc1_540.png"></div>
  655. <div class="muselinks">
  656. <ul>
  657. <li><a href="/URL" title="account"><span class="lnr lnr-user"></span></a></li>
  658. <li><a href="/URL" title="musings"><span class="lnr lnr-tag"></span></a></li>
  659. </ul>
  660. </div>
  661. </div>
  662.  
  663. ----------------->
  664.  
  665. <div id="box">
  666. <div class="container">
  667.  
  668.  
  669. <div class="cube">
  670. <div class="muselnr"><a href="#?w=450" rel="box1" class="poplight" title="read more !!"><span class="lnr lnr-heart"></span></a></div>
  671. <div class="musename">adam halim</div>
  672. <div class="musepic"><img src="https://68.media.tumblr.com/3c7487fe569e27d11e33fad763648dbf/tumblr_inline_ovn274QLvJ1slfjc1_540.png"></div>
  673. <div class="muselinks">
  674. <ul>
  675. <li><a href="/URL" title="account"><span class="lnr lnr-user"></span></a></li>
  676. <li><a href="/URL" title="musings"><span class="lnr lnr-tag"></span></a></li>
  677. </ul>
  678. </div>
  679. </div>
  680.  
  681.  
  682. <div class="cube">
  683. <div class="muselnr"><a href="#?w=450" rel="box2" class="poplight" title="read more !!"><span class="lnr lnr-heart"></span></a></div>
  684. <div class="musename">aurelia avery</div>
  685. <div class="musepic"><img src="https://68.media.tumblr.com/827d8fab1a643bded0b67ba5a9d1b02c/tumblr_inline_ovn2740Mjn1slfjc1_540.png"></div>
  686. <div class="muselinks">
  687. <ul>
  688. <li><a href="/URL" title="account"><span class="lnr lnr-user"></span></a></li>
  689. <li><a href="/URL" title="musings"><span class="lnr lnr-tag"></span></a></li>
  690. </ul>
  691. </div>
  692. </div>
  693.  
  694.  
  695. <div class="cube">
  696. <div class="muselnr"><a href="#?w=450" rel="box3" class="poplight" title="read more !!"><span class="lnr lnr-heart"></span></a></div>
  697. <div class="musename">austin poe jr.</div>
  698. <div class="musepic"><img src="https://68.media.tumblr.com/730fa156bb4586fcbbd59770b8611f5f/tumblr_inline_ovn274hLmK1slfjc1_540.png"></div>
  699. <div class="muselinks">
  700. <ul>
  701. <li><a href="/URL" title="account"><span class="lnr lnr-user"></span></a></li>
  702. <li><a href="/URL" title="musings"><span class="lnr lnr-tag"></span></a></li>
  703. </ul>
  704. </div>
  705. </div>
  706.  
  707.  
  708. <div class="cube">
  709. <div class="muselnr"><a href="#?w=450" rel="box4" class="poplight" title="read more !!"><span class="lnr lnr-heart"></span></a></div>
  710. <div class="musename">david adeyemi</div>
  711. <div class="musepic"><img src="https://68.media.tumblr.com/fa97ed68372b17b6616888e381e2d532/tumblr_inline_ovn3deoZht1slfjc1_540.png"></div>
  712. <div class="muselinks">
  713. <ul>
  714. <li><a href="/URL" title="account"><span class="lnr lnr-user"></span></a></li>
  715. <li><a href="/URL" title="musings"><span class="lnr lnr-tag"></span></a></li>
  716. </ul>
  717. </div>
  718. </div>
  719.  
  720.  
  721. <div class="cube">
  722. <div class="muselnr"><a href="#?w=450" rel="box5" class="poplight" title="read more !!"><span class="lnr lnr-heart"></span></a></div>
  723. <div class="musename">logan hartley</div>
  724. <div class="musepic"><img src="https://68.media.tumblr.com/a68191aa0ed040f8a8122fbde10245ad/tumblr_inline_ovn3de7UKz1slfjc1_540.png"></div>
  725. <div class="muselinks">
  726. <ul>
  727. <li><a href="/URL" title="account"><span class="lnr lnr-user"></span></a></li>
  728. <li><a href="/URL" title="musings"><span class="lnr lnr-tag"></span></a></li>
  729. </ul>
  730. </div>
  731. </div>
  732.  
  733.  
  734. <div class="cube">
  735. <div class="muselnr"><a href="#?w=450" rel="box6" class="poplight" title="read more !!"><span class="lnr lnr-heart"></span></a></div>
  736. <div class="musename">luciano santoro</div>
  737. <div class="musepic"><img src="https://68.media.tumblr.com/dd77632cfffd22dcece43c3eb1eb74b4/tumblr_inline_ovn3dk2ejr1slfjc1_540.png"></div>
  738. <div class="muselinks">
  739. <ul>
  740. <li><a href="/URL" title="account"><span class="lnr lnr-user"></span></a></li>
  741. <li><a href="/URL" title="musings"><span class="lnr lnr-tag"></span></a></li>
  742. </ul>
  743. </div>
  744. </div>
  745.  
  746.  
  747. <div class="cube">
  748. <div class="muselnr"><a href="#?w=450" rel="box7" class="poplight" title="read more !!"><span class="lnr lnr-heart"></span></a></div>
  749. <div class="musename">madeline tolbert</div>
  750. <div class="musepic"><img src="https://68.media.tumblr.com/f0230e13368f5e5dd4b517503676389a/tumblr_inline_ovn3dkTMs71slfjc1_540.png"></div>
  751. <div class="muselinks">
  752. <ul>
  753. <li><a href="/URL" title="account"><span class="lnr lnr-user"></span></a></li>
  754. <li><a href="/URL" title="musings"><span class="lnr lnr-tag"></span></a></li>
  755. </ul>
  756. </div>
  757. </div>
  758.  
  759.  
  760. <div class="cube">
  761. <div class="muselnr"><a href="#?w=450" rel="box8" class="poplight" title="read more !!"><span class="lnr lnr-heart"></span></a></div>
  762. <div class="musename">nathan clarke</div>
  763. <div class="musepic"><img src="https://68.media.tumblr.com/b9a4db376aadd0a0341b722053ab56f2/tumblr_inline_ovn3dlOqIr1slfjc1_540.png"></div>
  764. <div class="muselinks">
  765. <ul>
  766. <li><a href="/URL" title="account"><span class="lnr lnr-user"></span></a></li>
  767. <li><a href="/URL" title="musings"><span class="lnr lnr-tag"></span></a></li>
  768. </ul>
  769. </div>
  770. </div>
  771.  
  772.  
  773. <div class="cube">
  774. <div class="muselnr"><a href="#?w=450" rel="box9" class="poplight" title="read more !!"><span class="lnr lnr-heart"></span></a></div>
  775. <div class="musename">stefan walker</div>
  776. <div class="musepic"><img src="https://68.media.tumblr.com/b2dcf762dc9262df92e88f1506d432dd/tumblr_inline_ovn3dlbEJh1slfjc1_540.png"></div>
  777. <div class="muselinks">
  778. <ul>
  779. <li><a href="/URL" title="account"><span class="lnr lnr-user"></span></a></li>
  780. <li><a href="/URL" title="musings"><span class="lnr lnr-tag"></span></a></li>
  781. </ul>
  782. </div>
  783. </div>
  784.  
  785.  
  786. <div class="cube">
  787. <div class="muselnr"><a href="#?w=450" rel="box10" class="poplight" title="read more !!"><span class="lnr lnr-heart"></span></a></div>
  788. <div class="musename">adam halim</div>
  789. <div class="musepic"><img src="https://68.media.tumblr.com/3c7487fe569e27d11e33fad763648dbf/tumblr_inline_ovn274QLvJ1slfjc1_540.png"></div>
  790. <div class="muselinks">
  791. <ul>
  792. <li><a href="/URL" title="account"><span class="lnr lnr-user"></span></a></li>
  793. <li><a href="/URL" title="musings"><span class="lnr lnr-tag"></span></a></li>
  794. </ul>
  795. </div>
  796. </div>
  797.  
  798. <div class="cube">
  799. <div class="muselnr"><a href="#?w=450" rel="box11" class="poplight" title="read more !!"><span class="lnr lnr-heart"></span></a></div>
  800. <div class="musename">adam halim</div>
  801. <div class="musepic"><img src="https://68.media.tumblr.com/3c7487fe569e27d11e33fad763648dbf/tumblr_inline_ovn274QLvJ1slfjc1_540.png"></div>
  802. <div class="muselinks">
  803. <ul>
  804. <li><a href="/URL" title="account"><span class="lnr lnr-user"></span></a></li>
  805. <li><a href="/URL" title="musings"><span class="lnr lnr-tag"></span></a></li>
  806. </ul>
  807. </div>
  808. </div>
  809.  
  810. <div class="cube">
  811. <div class="muselnr"><a href="#?w=450" rel="box12" class="poplight" title="read more !!"><span class="lnr lnr-heart"></span></a></div>
  812. <div class="musename">adam halim</div>
  813. <div class="musepic"><img src="https://68.media.tumblr.com/3c7487fe569e27d11e33fad763648dbf/tumblr_inline_ovn274QLvJ1slfjc1_540.png"></div>
  814. <div class="muselinks">
  815. <ul>
  816. <li><a href="/URL" title="account"><span class="lnr lnr-user"></span></a></li>
  817. <li><a href="/URL" title="musings"><span class="lnr lnr-tag"></span></a></li>
  818. </ul>
  819. </div>
  820. </div>
  821.  
  822. <div class="cube">
  823. <div class="muselnr"><a href="#?w=450" rel="box13" class="poplight" title="read more !!"><span class="lnr lnr-heart"></span></a></div>
  824. <div class="musename">adam halim</div>
  825. <div class="musepic"><img src="https://68.media.tumblr.com/3c7487fe569e27d11e33fad763648dbf/tumblr_inline_ovn274QLvJ1slfjc1_540.png"></div>
  826. <div class="muselinks">
  827. <ul>
  828. <li><a href="/URL" title="account"><span class="lnr lnr-user"></span></a></li>
  829. <li><a href="/URL" title="musings"><span class="lnr lnr-tag"></span></a></li>
  830. </ul>
  831. </div>
  832. </div>
  833.  
  834. <div class="cube">
  835. <div class="muselnr"><a href="#?w=450" rel="box14" class="poplight" title="read more !!"><span class="lnr lnr-heart"></span></a></div>
  836. <div class="musename">adam halim</div>
  837. <div class="musepic"><img src="https://68.media.tumblr.com/3c7487fe569e27d11e33fad763648dbf/tumblr_inline_ovn274QLvJ1slfjc1_540.png"></div>
  838. <div class="muselinks">
  839. <ul>
  840. <li><a href="/URL" title="account"><span class="lnr lnr-user"></span></a></li>
  841. <li><a href="/URL" title="musings"><span class="lnr lnr-tag"></span></a></li>
  842. </ul>
  843. </div>
  844. </div>
  845.  
  846. <div class="cube">
  847. <div class="muselnr"><a href="#?w=450" rel="box15" class="poplight" title="read more !!"><span class="lnr lnr-heart"></span></a></div>
  848. <div class="musename">adam halim</div>
  849. <div class="musepic"><img src="https://68.media.tumblr.com/3c7487fe569e27d11e33fad763648dbf/tumblr_inline_ovn274QLvJ1slfjc1_540.png"></div>
  850. <div class="muselinks">
  851. <ul>
  852. <li><a href="/URL" title="account"><span class="lnr lnr-user"></span></a></li>
  853. <li><a href="/URL" title="musings"><span class="lnr lnr-tag"></span></a></li>
  854. </ul>
  855. </div>
  856. </div>
  857.  
  858. <div class="cube">
  859. <div class="muselnr"><a href="#?w=450" rel="box16" class="poplight" title="read more !!"><span class="lnr lnr-heart"></span></a></div>
  860. <div class="musename">adam halim</div>
  861. <div class="musepic"><img src="https://68.media.tumblr.com/3c7487fe569e27d11e33fad763648dbf/tumblr_inline_ovn274QLvJ1slfjc1_540.png"></div>
  862. <div class="muselinks">
  863. <ul>
  864. <li><a href="/URL" title="account"><span class="lnr lnr-user"></span></a></li>
  865. <li><a href="/URL" title="musings"><span class="lnr lnr-tag"></span></a></li>
  866. </ul>
  867. </div>
  868. </div>
  869.  
  870. <div class="cube">
  871. <div class="muselnr"><a href="#?w=450" rel="box17" class="poplight" title="read more !!"><span class="lnr lnr-heart"></span></a></div>
  872. <div class="musename">adam halim</div>
  873. <div class="musepic"><img src="https://68.media.tumblr.com/3c7487fe569e27d11e33fad763648dbf/tumblr_inline_ovn274QLvJ1slfjc1_540.png"></div>
  874. <div class="muselinks">
  875. <ul>
  876. <li><a href="/URL" title="account"><span class="lnr lnr-user"></span></a></li>
  877. <li><a href="/URL" title="musings"><span class="lnr lnr-tag"></span></a></li>
  878. </ul>
  879. </div>
  880. </div>
  881.  
  882. <div class="cube">
  883. <div class="muselnr"><a href="#?w=450" rel="box18" class="poplight" title="read more !!"><span class="lnr lnr-heart"></span></a></div>
  884. <div class="musename">adam halim</div>
  885. <div class="musepic"><img src="https://68.media.tumblr.com/3c7487fe569e27d11e33fad763648dbf/tumblr_inline_ovn274QLvJ1slfjc1_540.png"></div>
  886. <div class="muselinks">
  887. <ul>
  888. <li><a href="/URL" title="account"><span class="lnr lnr-user"></span></a></li>
  889. <li><a href="/URL" title="musings"><span class="lnr lnr-tag"></span></a></li>
  890. </ul>
  891. </div>
  892. </div>
  893.  
  894. <div class="cube">
  895. <div class="muselnr"><a href="#?w=450" rel="box19" class="poplight" title="read more !!"><span class="lnr lnr-heart"></span></a></div>
  896. <div class="musename">adam halim</div>
  897. <div class="musepic"><img src="https://68.media.tumblr.com/3c7487fe569e27d11e33fad763648dbf/tumblr_inline_ovn274QLvJ1slfjc1_540.png"></div>
  898. <div class="muselinks">
  899. <ul>
  900. <li><a href="/URL" title="account"><span class="lnr lnr-user"></span></a></li>
  901. <li><a href="/URL" title="musings"><span class="lnr lnr-tag"></span></a></li>
  902. </ul>
  903. </div>
  904. </div>
  905.  
  906. <div class="cube">
  907. <div class="muselnr"><a href="#?w=450" rel="box20" class="poplight" title="read more !!"><span class="lnr lnr-heart"></span></a></div>
  908. <div class="musename">adam halim</div>
  909. <div class="musepic"><img src="https://68.media.tumblr.com/3c7487fe569e27d11e33fad763648dbf/tumblr_inline_ovn274QLvJ1slfjc1_540.png"></div>
  910. <div class="muselinks">
  911. <ul>
  912. <li><a href="/URL" title="account"><span class="lnr lnr-user"></span></a></li>
  913. <li><a href="/URL" title="musings"><span class="lnr lnr-tag"></span></a></li>
  914. </ul>
  915. </div>
  916. </div>
  917.  
  918. <div class="cube">
  919. <div class="muselnr"><a href="#?w=450" rel="box21" class="poplight" title="read more !!"><span class="lnr lnr-heart"></span></a></div>
  920. <div class="musename">adam halim</div>
  921. <div class="musepic"><img src="https://68.media.tumblr.com/3c7487fe569e27d11e33fad763648dbf/tumblr_inline_ovn274QLvJ1slfjc1_540.png"></div>
  922. <div class="muselinks">
  923. <ul>
  924. <li><a href="/URL" title="account"><span class="lnr lnr-user"></span></a></li>
  925. <li><a href="/URL" title="musings"><span class="lnr lnr-tag"></span></a></li>
  926. </ul>
  927. </div>
  928. </div>
  929.  
  930. <div class="cube">
  931. <div class="muselnr"><a href="#?w=450" rel="box22" class="poplight" title="read more !!"><span class="lnr lnr-heart"></span></a></div>
  932. <div class="musename">adam halim</div>
  933. <div class="musepic"><img src="https://68.media.tumblr.com/3c7487fe569e27d11e33fad763648dbf/tumblr_inline_ovn274QLvJ1slfjc1_540.png"></div>
  934. <div class="muselinks">
  935. <ul>
  936. <li><a href="/URL" title="account"><span class="lnr lnr-user"></span></a></li>
  937. <li><a href="/URL" title="musings"><span class="lnr lnr-tag"></span></a></li>
  938. </ul>
  939. </div>
  940. </div>
  941.  
  942. <div class="cube">
  943. <div class="muselnr"><a href="#?w=450" rel="box23" class="poplight" title="read more !!"><span class="lnr lnr-heart"></span></a></div>
  944. <div class="musename">adam halim</div>
  945. <div class="musepic"><img src="https://68.media.tumblr.com/3c7487fe569e27d11e33fad763648dbf/tumblr_inline_ovn274QLvJ1slfjc1_540.png"></div>
  946. <div class="muselinks">
  947. <ul>
  948. <li><a href="/URL" title="account"><span class="lnr lnr-user"></span></a></li>
  949. <li><a href="/URL" title="musings"><span class="lnr lnr-tag"></span></a></li>
  950. </ul>
  951. </div>
  952. </div>
  953.  
  954. <div class="cube">
  955. <div class="muselnr"><a href="#?w=450" rel="box24" class="poplight" title="read more !!"><span class="lnr lnr-heart"></span></a></div>
  956. <div class="musename">adam halim</div>
  957. <div class="musepic"><img src="https://68.media.tumblr.com/3c7487fe569e27d11e33fad763648dbf/tumblr_inline_ovn274QLvJ1slfjc1_540.png"></div>
  958. <div class="muselinks">
  959. <ul>
  960. <li><a href="/URL" title="account"><span class="lnr lnr-user"></span></a></li>
  961. <li><a href="/URL" title="musings"><span class="lnr lnr-tag"></span></a></li>
  962. </ul>
  963. </div>
  964. </div>
  965.  
  966. <div class="cube">
  967. <div class="muselnr"><a href="#?w=450" rel="box25" class="poplight" title="read more !!"><span class="lnr lnr-heart"></span></a></div>
  968. <div class="musename">adam halim</div>
  969. <div class="musepic"><img src="https://68.media.tumblr.com/3c7487fe569e27d11e33fad763648dbf/tumblr_inline_ovn274QLvJ1slfjc1_540.png"></div>
  970. <div class="muselinks">
  971. <ul>
  972. <li><a href="/URL" title="account"><span class="lnr lnr-user"></span></a></li>
  973. <li><a href="/URL" title="musings"><span class="lnr lnr-tag"></span></a></li>
  974. </ul>
  975. </div>
  976. </div>
  977.  
  978. <div class="cube">
  979. <div class="muselnr"><a href="#?w=450" rel="box26" class="poplight" title="read more !!"><span class="lnr lnr-heart"></span></a></div>
  980. <div class="musename">adam halim</div>
  981. <div class="musepic"><img src="https://68.media.tumblr.com/3c7487fe569e27d11e33fad763648dbf/tumblr_inline_ovn274QLvJ1slfjc1_540.png"></div>
  982. <div class="muselinks">
  983. <ul>
  984. <li><a href="/URL" title="account"><span class="lnr lnr-user"></span></a></li>
  985. <li><a href="/URL" title="musings"><span class="lnr lnr-tag"></span></a></li>
  986. </ul>
  987. </div>
  988. </div>
  989.  
  990.  
  991. <div class="cube">
  992. <div class="muselnr"><a href="#?w=450" rel="box27" class="poplight" title="read more !!"><span class="lnr lnr-heart"></span></a></div>
  993. <div class="musename">aurelia avery</div>
  994. <div class="musepic"><img src="https://68.media.tumblr.com/827d8fab1a643bded0b67ba5a9d1b02c/tumblr_inline_ovn2740Mjn1slfjc1_540.png"></div>
  995. <div class="muselinks">
  996. <ul>
  997. <li><a href="/URL" title="account"><span class="lnr lnr-user"></span></a></li>
  998. <li><a href="/URL" title="musings"><span class="lnr lnr-tag"></span></a></li>
  999. </ul>
  1000. </div>
  1001. </div>
  1002.  
  1003.  
  1004. <div class="cube">
  1005. <div class="muselnr"><a href="#?w=450" rel="box28" class="poplight" title="read more !!"><span class="lnr lnr-heart"></span></a></div>
  1006. <div class="musename">austin poe jr.</div>
  1007. <div class="musepic"><img src="https://68.media.tumblr.com/730fa156bb4586fcbbd59770b8611f5f/tumblr_inline_ovn274hLmK1slfjc1_540.png"></div>
  1008. <div class="muselinks">
  1009. <ul>
  1010. <li><a href="/URL" title="account"><span class="lnr lnr-user"></span></a></li>
  1011. <li><a href="/URL" title="musings"><span class="lnr lnr-tag"></span></a></li>
  1012. </ul>
  1013. </div>
  1014. </div>
  1015.  
  1016.  
  1017. <div class="cube">
  1018. <div class="muselnr"><a href="#?w=450" rel="box29" class="poplight" title="read more !!"><span class="lnr lnr-heart"></span></a></div>
  1019. <div class="musename">david adeyemi</div>
  1020. <div class="musepic"><img src="https://68.media.tumblr.com/fa97ed68372b17b6616888e381e2d532/tumblr_inline_ovn3deoZht1slfjc1_540.png"></div>
  1021. <div class="muselinks">
  1022. <ul>
  1023. <li><a href="/URL" title="account"><span class="lnr lnr-user"></span></a></li>
  1024. <li><a href="/URL" title="musings"><span class="lnr lnr-tag"></span></a></li>
  1025. </ul>
  1026. </div>
  1027. </div>
  1028.  
  1029.  
  1030. <div class="cube">
  1031. <div class="muselnr"><a href="#?w=450" rel="box30" class="poplight" title="read more !!"><span class="lnr lnr-heart"></span></a></div>
  1032. <div class="musename">logan hartley</div>
  1033. <div class="musepic"><img src="https://68.media.tumblr.com/a68191aa0ed040f8a8122fbde10245ad/tumblr_inline_ovn3de7UKz1slfjc1_540.png"></div>
  1034. <div class="muselinks">
  1035. <ul>
  1036. <li><a href="/URL" title="account"><span class="lnr lnr-user"></span></a></li>
  1037. <li><a href="/URL" title="musings"><span class="lnr lnr-tag"></span></a></li>
  1038. </ul>
  1039. </div>
  1040. </div>
  1041.  
  1042.  
  1043. <div class="cube">
  1044. <div class="muselnr"><a href="#?w=450" rel="box31" class="poplight" title="read more !!"><span class="lnr lnr-heart"></span></a></div>
  1045. <div class="musename">luciano santoro</div>
  1046. <div class="musepic"><img src="https://68.media.tumblr.com/dd77632cfffd22dcece43c3eb1eb74b4/tumblr_inline_ovn3dk2ejr1slfjc1_540.png"></div>
  1047. <div class="muselinks">
  1048. <ul>
  1049. <li><a href="/URL" title="account"><span class="lnr lnr-user"></span></a></li>
  1050. <li><a href="/URL" title="musings"><span class="lnr lnr-tag"></span></a></li>
  1051. </ul>
  1052. </div>
  1053. </div>
  1054.  
  1055.  
  1056. <div class="cube">
  1057. <div class="muselnr"><a href="#?w=450" rel="box32" class="poplight" title="read more !!"><span class="lnr lnr-heart"></span></a></div>
  1058. <div class="musename">madeline tolbert</div>
  1059. <div class="musepic"><img src="https://68.media.tumblr.com/f0230e13368f5e5dd4b517503676389a/tumblr_inline_ovn3dkTMs71slfjc1_540.png"></div>
  1060. <div class="muselinks">
  1061. <ul>
  1062. <li><a href="/URL" title="account"><span class="lnr lnr-user"></span></a></li>
  1063. <li><a href="/URL" title="musings"><span class="lnr lnr-tag"></span></a></li>
  1064. </ul>
  1065. </div>
  1066. </div>
  1067.  
  1068.  
  1069. <div class="cube">
  1070. <div class="muselnr"><a href="#?w=450" rel="box33" class="poplight" title="read more !!"><span class="lnr lnr-heart"></span></a></div>
  1071. <div class="musename">nathan clarke</div>
  1072. <div class="musepic"><img src="https://68.media.tumblr.com/b9a4db376aadd0a0341b722053ab56f2/tumblr_inline_ovn3dlOqIr1slfjc1_540.png"></div>
  1073. <div class="muselinks">
  1074. <ul>
  1075. <li><a href="/URL" title="account"><span class="lnr lnr-user"></span></a></li>
  1076. <li><a href="/URL" title="musings"><span class="lnr lnr-tag"></span></a></li>
  1077. </ul>
  1078. </div>
  1079. </div>
  1080.  
  1081.  
  1082. <div class="cube">
  1083. <div class="muselnr"><a href="#?w=450" rel="box34" class="poplight" title="read more !!"><span class="lnr lnr-heart"></span></a></div>
  1084. <div class="musename">stefan walker</div>
  1085. <div class="musepic"><img src="https://68.media.tumblr.com/b2dcf762dc9262df92e88f1506d432dd/tumblr_inline_ovn3dlbEJh1slfjc1_540.png"></div>
  1086. <div class="muselinks">
  1087. <ul>
  1088. <li><a href="/URL" title="account"><span class="lnr lnr-user"></span></a></li>
  1089. <li><a href="/URL" title="musings"><span class="lnr lnr-tag"></span></a></li>
  1090. </ul>
  1091. </div>
  1092. </div>
  1093.  
  1094.  
  1095. <div class="cube">
  1096. <div class="muselnr"><a href="#?w=450" rel="box35" class="poplight" title="read more !!"><span class="lnr lnr-heart"></span></a></div>
  1097. <div class="musename">adam halim</div>
  1098. <div class="musepic"><img src="https://68.media.tumblr.com/3c7487fe569e27d11e33fad763648dbf/tumblr_inline_ovn274QLvJ1slfjc1_540.png"></div>
  1099. <div class="muselinks">
  1100. <ul>
  1101. <li><a href="/URL" title="account"><span class="lnr lnr-user"></span></a></li>
  1102. <li><a href="/URL" title="musings"><span class="lnr lnr-tag"></span></a></li>
  1103. </ul>
  1104. </div>
  1105. </div>
  1106.  
  1107. <div class="cube">
  1108. <div class="muselnr"><a href="#?w=450" rel="box36" class="poplight" title="read more !!"><span class="lnr lnr-heart"></span></a></div>
  1109. <div class="musename">adam halim</div>
  1110. <div class="musepic"><img src="https://68.media.tumblr.com/3c7487fe569e27d11e33fad763648dbf/tumblr_inline_ovn274QLvJ1slfjc1_540.png"></div>
  1111. <div class="muselinks">
  1112. <ul>
  1113. <li><a href="/URL" title="account"><span class="lnr lnr-user"></span></a></li>
  1114. <li><a href="/URL" title="musings"><span class="lnr lnr-tag"></span></a></li>
  1115. </ul>
  1116. </div>
  1117. </div>
  1118.  
  1119. <div class="cube">
  1120. <div class="muselnr"><a href="#?w=450" rel="box37" class="poplight" title="read more !!"><span class="lnr lnr-heart"></span></a></div>
  1121. <div class="musename">adam halim</div>
  1122. <div class="musepic"><img src="https://68.media.tumblr.com/3c7487fe569e27d11e33fad763648dbf/tumblr_inline_ovn274QLvJ1slfjc1_540.png"></div>
  1123. <div class="muselinks">
  1124. <ul>
  1125. <li><a href="/URL" title="account"><span class="lnr lnr-user"></span></a></li>
  1126. <li><a href="/URL" title="musings"><span class="lnr lnr-tag"></span></a></li>
  1127. </ul>
  1128. </div>
  1129. </div>
  1130.  
  1131. <div class="cube">
  1132. <div class="muselnr"><a href="#?w=450" rel="box38" class="poplight" title="read more !!"><span class="lnr lnr-heart"></span></a></div>
  1133. <div class="musename">adam halim</div>
  1134. <div class="musepic"><img src="https://68.media.tumblr.com/3c7487fe569e27d11e33fad763648dbf/tumblr_inline_ovn274QLvJ1slfjc1_540.png"></div>
  1135. <div class="muselinks">
  1136. <ul>
  1137. <li><a href="/URL" title="account"><span class="lnr lnr-user"></span></a></li>
  1138. <li><a href="/URL" title="musings"><span class="lnr lnr-tag"></span></a></li>
  1139. </ul>
  1140. </div>
  1141. </div>
  1142.  
  1143. <div class="cube">
  1144. <div class="muselnr"><a href="#?w=450" rel="box39" class="poplight" title="read more !!"><span class="lnr lnr-heart"></span></a></div>
  1145. <div class="musename">adam halim</div>
  1146. <div class="musepic"><img src="https://68.media.tumblr.com/3c7487fe569e27d11e33fad763648dbf/tumblr_inline_ovn274QLvJ1slfjc1_540.png"></div>
  1147. <div class="muselinks">
  1148. <ul>
  1149. <li><a href="/URL" title="account"><span class="lnr lnr-user"></span></a></li>
  1150. <li><a href="/URL" title="musings"><span class="lnr lnr-tag"></span></a></li>
  1151. </ul>
  1152. </div>
  1153. </div>
  1154.  
  1155. <div class="cube">
  1156. <div class="muselnr"><a href="#?w=450" rel="box40" class="poplight" title="read more !!"><span class="lnr lnr-heart"></span></a></div>
  1157. <div class="musename">adam halim</div>
  1158. <div class="musepic"><img src="https://68.media.tumblr.com/3c7487fe569e27d11e33fad763648dbf/tumblr_inline_ovn274QLvJ1slfjc1_540.png"></div>
  1159. <div class="muselinks">
  1160. <ul>
  1161. <li><a href="/URL" title="account"><span class="lnr lnr-user"></span></a></li>
  1162. <li><a href="/URL" title="musings"><span class="lnr lnr-tag"></span></a></li>
  1163. </ul>
  1164. </div>
  1165. </div>
  1166.  
  1167. <div class="cube">
  1168. <div class="muselnr"><a href="#?w=450" rel="box41" class="poplight" title="read more !!"><span class="lnr lnr-heart"></span></a></div>
  1169. <div class="musename">adam halim</div>
  1170. <div class="musepic"><img src="https://68.media.tumblr.com/3c7487fe569e27d11e33fad763648dbf/tumblr_inline_ovn274QLvJ1slfjc1_540.png"></div>
  1171. <div class="muselinks">
  1172. <ul>
  1173. <li><a href="/URL" title="account"><span class="lnr lnr-user"></span></a></li>
  1174. <li><a href="/URL" title="musings"><span class="lnr lnr-tag"></span></a></li>
  1175. </ul>
  1176. </div>
  1177. </div>
  1178.  
  1179. <div class="cube">
  1180. <div class="muselnr"><a href="#?w=450" rel="box42" class="poplight" title="read more !!"><span class="lnr lnr-heart"></span></a></div>
  1181. <div class="musename">adam halim</div>
  1182. <div class="musepic"><img src="https://68.media.tumblr.com/3c7487fe569e27d11e33fad763648dbf/tumblr_inline_ovn274QLvJ1slfjc1_540.png"></div>
  1183. <div class="muselinks">
  1184. <ul>
  1185. <li><a href="/URL" title="account"><span class="lnr lnr-user"></span></a></li>
  1186. <li><a href="/URL" title="musings"><span class="lnr lnr-tag"></span></a></li>
  1187. </ul>
  1188. </div>
  1189. </div>
  1190.  
  1191. <div class="cube">
  1192. <div class="muselnr"><a href="#?w=450" rel="box43" class="poplight" title="read more !!"><span class="lnr lnr-heart"></span></a></div>
  1193. <div class="musename">adam halim</div>
  1194. <div class="musepic"><img src="https://68.media.tumblr.com/3c7487fe569e27d11e33fad763648dbf/tumblr_inline_ovn274QLvJ1slfjc1_540.png"></div>
  1195. <div class="muselinks">
  1196. <ul>
  1197. <li><a href="/URL" title="account"><span class="lnr lnr-user"></span></a></li>
  1198. <li><a href="/URL" title="musings"><span class="lnr lnr-tag"></span></a></li>
  1199. </ul>
  1200. </div>
  1201. </div>
  1202.  
  1203. <div class="cube">
  1204. <div class="muselnr"><a href="#?w=450" rel="box44" class="poplight" title="read more !!"><span class="lnr lnr-heart"></span></a></div>
  1205. <div class="musename">adam halim</div>
  1206. <div class="musepic"><img src="https://68.media.tumblr.com/3c7487fe569e27d11e33fad763648dbf/tumblr_inline_ovn274QLvJ1slfjc1_540.png"></div>
  1207. <div class="muselinks">
  1208. <ul>
  1209. <li><a href="/URL" title="account"><span class="lnr lnr-user"></span></a></li>
  1210. <li><a href="/URL" title="musings"><span class="lnr lnr-tag"></span></a></li>
  1211. </ul>
  1212. </div>
  1213. </div>
  1214.  
  1215. <div class="cube">
  1216. <div class="muselnr"><a href="#?w=450" rel="box45" class="poplight" title="read more !!"><span class="lnr lnr-heart"></span></a></div>
  1217. <div class="musename">adam halim</div>
  1218. <div class="musepic"><img src="https://68.media.tumblr.com/3c7487fe569e27d11e33fad763648dbf/tumblr_inline_ovn274QLvJ1slfjc1_540.png"></div>
  1219. <div class="muselinks">
  1220. <ul>
  1221. <li><a href="/URL" title="account"><span class="lnr lnr-user"></span></a></li>
  1222. <li><a href="/URL" title="musings"><span class="lnr lnr-tag"></span></a></li>
  1223. </ul>
  1224. </div>
  1225. </div>
  1226.  
  1227. <div class="cube">
  1228. <div class="muselnr"><a href="#?w=450" rel="box46" class="poplight" title="read more !!"><span class="lnr lnr-heart"></span></a></div>
  1229. <div class="musename">adam halim</div>
  1230. <div class="musepic"><img src="https://68.media.tumblr.com/3c7487fe569e27d11e33fad763648dbf/tumblr_inline_ovn274QLvJ1slfjc1_540.png"></div>
  1231. <div class="muselinks">
  1232. <ul>
  1233. <li><a href="/URL" title="account"><span class="lnr lnr-user"></span></a></li>
  1234. <li><a href="/URL" title="musings"><span class="lnr lnr-tag"></span></a></li>
  1235. </ul>
  1236. </div>
  1237. </div>
  1238.  
  1239. <div class="cube">
  1240. <div class="muselnr"><a href="#?w=450" rel="box47" class="poplight" title="read more !!"><span class="lnr lnr-heart"></span></a></div>
  1241. <div class="musename">adam halim</div>
  1242. <div class="musepic"><img src="https://68.media.tumblr.com/3c7487fe569e27d11e33fad763648dbf/tumblr_inline_ovn274QLvJ1slfjc1_540.png"></div>
  1243. <div class="muselinks">
  1244. <ul>
  1245. <li><a href="/URL" title="account"><span class="lnr lnr-user"></span></a></li>
  1246. <li><a href="/URL" title="musings"><span class="lnr lnr-tag"></span></a></li>
  1247. </ul>
  1248. </div>
  1249. </div>
  1250.  
  1251. <div class="cube">
  1252. <div class="muselnr"><a href="#?w=450" rel="box48" class="poplight" title="read more !!"><span class="lnr lnr-heart"></span></a></div>
  1253. <div class="musename">adam halim</div>
  1254. <div class="musepic"><img src="https://68.media.tumblr.com/3c7487fe569e27d11e33fad763648dbf/tumblr_inline_ovn274QLvJ1slfjc1_540.png"></div>
  1255. <div class="muselinks">
  1256. <ul>
  1257. <li><a href="/URL" title="account"><span class="lnr lnr-user"></span></a></li>
  1258. <li><a href="/URL" title="musings"><span class="lnr lnr-tag"></span></a></li>
  1259. </ul>
  1260. </div>
  1261. </div>
  1262.  
  1263. <div class="cube">
  1264. <div class="muselnr"><a href="#?w=450" rel="box49" class="poplight" title="read more !!"><span class="lnr lnr-heart"></span></a></div>
  1265. <div class="musename">adam halim</div>
  1266. <div class="musepic"><img src="https://68.media.tumblr.com/3c7487fe569e27d11e33fad763648dbf/tumblr_inline_ovn274QLvJ1slfjc1_540.png"></div>
  1267. <div class="muselinks">
  1268. <ul>
  1269. <li><a href="/URL" title="account"><span class="lnr lnr-user"></span></a></li>
  1270. <li><a href="/URL" title="musings"><span class="lnr lnr-tag"></span></a></li>
  1271. </ul>
  1272. </div>
  1273. </div>
  1274.  
  1275. <div class="cube">
  1276. <div class="muselnr"><a href="#?w=450" rel="box50" class="poplight" title="read more !!"><span class="lnr lnr-heart"></span></a></div>
  1277. <div class="musename">adam halim</div>
  1278. <div class="musepic"><img src="https://68.media.tumblr.com/3c7487fe569e27d11e33fad763648dbf/tumblr_inline_ovn274QLvJ1slfjc1_540.png"></div>
  1279. <div class="muselinks">
  1280. <ul>
  1281. <li><a href="/URL" title="account"><span class="lnr lnr-user"></span></a></li>
  1282. <li><a href="/URL" title="musings"><span class="lnr lnr-tag"></span></a></li>
  1283. </ul>
  1284. </div>
  1285. </div>
  1286.  
  1287.  
  1288. </div>
  1289. </div>
  1290.  
  1291.  
  1292.  
  1293.  
  1294. <div class="foot">
  1295. <ul>
  1296. <li><a href="/">refresh</a></li>
  1297. <li><a href="/ask">message</a></li>
  1298. <li><a href="/navi">navigate</a></li>
  1299. <li><a href="https://www.tumblr.com/dashboard">dashboard</a></li>
  1300. </ul>
  1301. </div>
  1302. </div>
  1303.  
  1304.  
  1305.  
  1306.  
  1307.  
  1308. <!---------------MUSE POP UPS // PLEASE READ
  1309.  
  1310. If you want to add more popups, just add the following and make sure you change the links to match. for example, if you're adding a tenth box, make sure the tag reads <div id="box10" class="popup_block"> and so on. It'll look best when you keep everything short
  1311.  
  1312. <div id="box1" class="popup_block">
  1313. <div class="abouttitle">meet adam.</div>
  1314. <div class="abouttab">
  1315. <div class="abouttabsb">
  1316. <img src="http://68.media.tumblr.com/39b61855583155afe48e96bb9b003e6f/tumblr_inline_otoq7fyYFa1slfjc1_250.png">
  1317. <div class="abouttabstats">
  1318. <ul>
  1319. <li><b>full name:</b> name</li>
  1320. <li><b>current age:</b> age</li>
  1321. <li><b>pronouns:</b> pronouns</li>
  1322. <li><b>sexuality:</b> sexuality</li>
  1323. <li><b>faceclaim:</b> face</li>
  1324. <li><b>muse type:</b> type</li>
  1325. <li><b>rp type:</b> type</li>
  1326. <li><b>status:</b> status</li>
  1327. </ul>
  1328. </div>
  1329. </div>
  1330.  
  1331. <div class="abouttabright">
  1332. <div class="aboutquotation"><big>❝</big> He <i>remembered</i> a version of <b>himself</b> untrammeled by <u>expectation</u>, unimpeded by <b><i>Ego</i></b>. He had <i>suffered</i> in the many years since then, seeking to <b>return</b> to that original self, if, in fact, it <i>ever</i> existed . . . <big>❞</big>
  1333. <br>
  1334. <span>⸻ &nbsp;Ashim Shanker</span>
  1335. </div>
  1336. <div class="abouttabbio">
  1337. <h1>history</h1>
  1338. <p>adam dakarai halim was born in the winter of 2025. he is highly trained individual in the knowledge of botany, first aid and exceptional at parkour. he has been living in secter 13 for only two days as of 11/3/56.</p>
  1339.  
  1340. <p>due to being raised in a survivalist group filled with many war veterans, adam is a very stoic and serious individual. he has been conditioned to not feel his emotions and because of that, he has become unwilling to connect emotionally. he lived on his own for a while and through this he became an introvert. even though adam is beginning to live with others in close proximity, he still struggles to form emotional bonds. friendship is a foreign concept.</p>
  1341. <h1>history</h1>
  1342. <p>i honestly don't know what 2 put here. anyways, if you're reading this, i hope you enjoy this new code, my fresh dude.</p>
  1343. </div>
  1344.  
  1345. </div>
  1346. </div>
  1347. </div>
  1348.  
  1349. ----------------->
  1350.  
  1351.  
  1352. <!---------------POP UP BOXES #1----------------->
  1353.  
  1354. <div id="box1" class="popup_block">
  1355. <div class="abouttitle">meet adam.</div>
  1356. <div class="abouttab">
  1357. <div class="abouttabsb">
  1358. <img src="http://68.media.tumblr.com/39b61855583155afe48e96bb9b003e6f/tumblr_inline_otoq7fyYFa1slfjc1_250.png">
  1359. <div class="abouttabstats">
  1360. <ul>
  1361. <li><b>full name:</b> name</li>
  1362. <li><b>current age:</b> age</li>
  1363. <li><b>pronouns:</b> pronouns</li>
  1364. <li><b>sexuality:</b> sexuality</li>
  1365. <li><b>faceclaim:</b> face</li>
  1366. <li><b>muse type:</b> type</li>
  1367. <li><b>rp type:</b> type</li>
  1368. <li><b>status:</b> status</li>
  1369. </ul>
  1370. </div>
  1371. </div>
  1372.  
  1373. <div class="abouttabright">
  1374. <div class="aboutquotation"><big>❝</big> He <i>remembered</i> a version of <b>himself</b> untrammeled by <u>expectation</u>, unimpeded by <b><i>Ego</i></b>. He had <i>suffered</i> in the many years since then, seeking to <b>return</b> to that original self, if, in fact, it <i>ever</i> existed . . . <big>❞</big>
  1375. <br>
  1376. <span>⸻ &nbsp;Ashim Shanker</span>
  1377. </div>
  1378. <div class="abouttabbio">
  1379. <h1>history</h1>
  1380. <p>adam dakarai halim was born in the winter of 2025. he is highly trained individual in the knowledge of botany, first aid and exceptional at parkour. he has been living in secter 13 for only two days as of 11/3/56.</p>
  1381.  
  1382. <p>due to being raised in a survivalist group filled with many war veterans, adam is a very stoic and serious individual. he has been conditioned to not feel his emotions and because of that, he has become unwilling to connect emotionally. he lived on his own for a while and through this he became an introvert. even though adam is beginning to live with others in close proximity, he still struggles to form emotional bonds. friendship is a foreign concept.</p>
  1383. <h1>history</h1>
  1384. <p>i honestly don't know what 2 put here. anyways, if you're reading this, i hope you enjoy this new code, my fresh dude.</p>
  1385. </div>
  1386.  
  1387. </div>
  1388. </div>
  1389. </div>
  1390.  
  1391.  
  1392. <!---------------POP UP BOXES #2----------------->
  1393.  
  1394. <div id="box2" class="popup_block">
  1395. <div class="abouttitle">meet aurelia.</div>
  1396. <div class="abouttab">
  1397. <div class="abouttabsb">
  1398. <img src="http://68.media.tumblr.com/39b61855583155afe48e96bb9b003e6f/tumblr_inline_otoq7fyYFa1slfjc1_250.png">
  1399. <div class="abouttabstats">
  1400. <ul>
  1401. <li><b>full name:</b> name</li>
  1402. <li><b>current age:</b> age</li>
  1403. <li><b>pronouns:</b> pronouns</li>
  1404. <li><b>sexuality:</b> sexuality</li>
  1405. <li><b>faceclaim:</b> face</li>
  1406. <li><b>muse type:</b> type</li>
  1407. <li><b>rp type:</b> type</li>
  1408. <li><b>status:</b> status</li>
  1409. </ul>
  1410. </div>
  1411. </div>
  1412.  
  1413. <div class="abouttabright">
  1414. <div class="aboutquotation"><big>❝</big> He <i>remembered</i> a version of <b>himself</b> untrammeled by <u>expectation</u>, unimpeded by <b><i>Ego</i></b>. He had <i>suffered</i> in the many years since then, seeking to <b>return</b> to that original self, if, in fact, it <i>ever</i> existed . . . <big>❞</big>
  1415. <br>
  1416. <span>⸻ &nbsp;Ashim Shanker</span>
  1417. </div>
  1418. <div class="abouttabbio">
  1419. <h1>history</h1>
  1420. <p>adam dakarai halim was born in the winter of 2025. he is highly trained individual in the knowledge of botany, first aid and exceptional at parkour. he has been living in secter 13 for only two days as of 11/3/56.</p>
  1421.  
  1422. <p>due to being raised in a survivalist group filled with many war veterans, adam is a very stoic and serious individual. he has been conditioned to not feel his emotions and because of that, he has become unwilling to connect emotionally. he lived on his own for a while and through this he became an introvert. even though adam is beginning to live with others in close proximity, he still struggles to form emotional bonds. friendship is a foreign concept.</p>
  1423. <h1>history</h1>
  1424. <p>i honestly don't know what 2 put here. anyways, if you're reading this, i hope you enjoy this new code, my fresh dude.</p>
  1425. </div>
  1426.  
  1427. </div>
  1428. </div>
  1429. </div>
  1430.  
  1431.  
  1432. <!---------------POP UP BOXES #3----------------->
  1433.  
  1434. <div id="box3" class="popup_block">
  1435. <div class="abouttitle">meet austin.</div>
  1436. <div class="abouttab">
  1437. <div class="abouttabsb">
  1438. <img src="http://68.media.tumblr.com/39b61855583155afe48e96bb9b003e6f/tumblr_inline_otoq7fyYFa1slfjc1_250.png">
  1439. <div class="abouttabstats">
  1440. <ul>
  1441. <li><b>full name:</b> name</li>
  1442. <li><b>current age:</b> age</li>
  1443. <li><b>pronouns:</b> pronouns</li>
  1444. <li><b>sexuality:</b> sexuality</li>
  1445. <li><b>faceclaim:</b> face</li>
  1446. <li><b>muse type:</b> type</li>
  1447. <li><b>rp type:</b> type</li>
  1448. <li><b>status:</b> status</li>
  1449. </ul>
  1450. </div>
  1451. </div>
  1452.  
  1453. <div class="abouttabright">
  1454. <div class="aboutquotation"><big>❝</big> He <i>remembered</i> a version of <b>himself</b> untrammeled by <u>expectation</u>, unimpeded by <b><i>Ego</i></b>. He had <i>suffered</i> in the many years since then, seeking to <b>return</b> to that original self, if, in fact, it <i>ever</i> existed . . . <big>❞</big>
  1455. <br>
  1456. <span>⸻ &nbsp;Ashim Shanker</span>
  1457. </div>
  1458. <div class="abouttabbio">
  1459. <h1>history</h1>
  1460. <p>adam dakarai halim was born in the winter of 2025. he is highly trained individual in the knowledge of botany, first aid and exceptional at parkour. he has been living in secter 13 for only two days as of 11/3/56.</p>
  1461.  
  1462. <p>due to being raised in a survivalist group filled with many war veterans, adam is a very stoic and serious individual. he has been conditioned to not feel his emotions and because of that, he has become unwilling to connect emotionally. he lived on his own for a while and through this he became an introvert. even though adam is beginning to live with others in close proximity, he still struggles to form emotional bonds. friendship is a foreign concept.</p>
  1463. <h1>history</h1>
  1464. <p>i honestly don't know what 2 put here. anyways, if you're reading this, i hope you enjoy this new code, my fresh dude.</p>
  1465. </div>
  1466.  
  1467. </div>
  1468. </div>
  1469. </div>
  1470.  
  1471.  
  1472. <!---------------POP UP BOXES #4----------------->
  1473.  
  1474. <div id="box4" class="popup_block">
  1475. <div class="abouttitle">meet david.</div>
  1476. <div class="abouttab">
  1477. <div class="abouttabsb">
  1478. <img src="http://68.media.tumblr.com/39b61855583155afe48e96bb9b003e6f/tumblr_inline_otoq7fyYFa1slfjc1_250.png">
  1479. <div class="abouttabstats">
  1480. <ul>
  1481. <li><b>full name:</b> name</li>
  1482. <li><b>current age:</b> age</li>
  1483. <li><b>pronouns:</b> pronouns</li>
  1484. <li><b>sexuality:</b> sexuality</li>
  1485. <li><b>faceclaim:</b> face</li>
  1486. <li><b>muse type:</b> type</li>
  1487. <li><b>rp type:</b> type</li>
  1488. <li><b>status:</b> status</li>
  1489. </ul>
  1490. </div>
  1491. </div>
  1492.  
  1493. <div class="abouttabright">
  1494. <div class="aboutquotation"><big>❝</big> He <i>remembered</i> a version of <b>himself</b> untrammeled by <u>expectation</u>, unimpeded by <b><i>Ego</i></b>. He had <i>suffered</i> in the many years since then, seeking to <b>return</b> to that original self, if, in fact, it <i>ever</i> existed . . . <big>❞</big>
  1495. <br>
  1496. <span>⸻ &nbsp;Ashim Shanker</span>
  1497. </div>
  1498. <div class="abouttabbio">
  1499. <h1>history</h1>
  1500. <p>adam dakarai halim was born in the winter of 2025. he is highly trained individual in the knowledge of botany, first aid and exceptional at parkour. he has been living in secter 13 for only two days as of 11/3/56.</p>
  1501.  
  1502. <p>due to being raised in a survivalist group filled with many war veterans, adam is a very stoic and serious individual. he has been conditioned to not feel his emotions and because of that, he has become unwilling to connect emotionally. he lived on his own for a while and through this he became an introvert. even though adam is beginning to live with others in close proximity, he still struggles to form emotional bonds. friendship is a foreign concept.</p>
  1503. <h1>history</h1>
  1504. <p>i honestly don't know what 2 put here. anyways, if you're reading this, i hope you enjoy this new code, my fresh dude.</p>
  1505. </div>
  1506.  
  1507. </div>
  1508. </div>
  1509. </div>
  1510.  
  1511.  
  1512. <!---------------POP UP BOXES #5----------------->
  1513.  
  1514. <div id="box5" class="popup_block">
  1515. <div class="abouttitle">meet logan.</div>
  1516. <div class="abouttab">
  1517. <div class="abouttabsb">
  1518. <img src="http://68.media.tumblr.com/39b61855583155afe48e96bb9b003e6f/tumblr_inline_otoq7fyYFa1slfjc1_250.png">
  1519. <div class="abouttabstats">
  1520. <ul>
  1521. <li><b>full name:</b> name</li>
  1522. <li><b>current age:</b> age</li>
  1523. <li><b>pronouns:</b> pronouns</li>
  1524. <li><b>sexuality:</b> sexuality</li>
  1525. <li><b>faceclaim:</b> face</li>
  1526. <li><b>muse type:</b> type</li>
  1527. <li><b>rp type:</b> type</li>
  1528. <li><b>status:</b> status</li>
  1529. </ul>
  1530. </div>
  1531. </div>
  1532.  
  1533. <div class="abouttabright">
  1534. <div class="aboutquotation"><big>❝</big> He <i>remembered</i> a version of <b>himself</b> untrammeled by <u>expectation</u>, unimpeded by <b><i>Ego</i></b>. He had <i>suffered</i> in the many years since then, seeking to <b>return</b> to that original self, if, in fact, it <i>ever</i> existed . . . <big>❞</big>
  1535. <br>
  1536. <span>⸻ &nbsp;Ashim Shanker</span>
  1537. </div>
  1538. <div class="abouttabbio">
  1539. <h1>history</h1>
  1540. <p>adam dakarai halim was born in the winter of 2025. he is highly trained individual in the knowledge of botany, first aid and exceptional at parkour. he has been living in secter 13 for only two days as of 11/3/56.</p>
  1541.  
  1542. <p>due to being raised in a survivalist group filled with many war veterans, adam is a very stoic and serious individual. he has been conditioned to not feel his emotions and because of that, he has become unwilling to connect emotionally. he lived on his own for a while and through this he became an introvert. even though adam is beginning to live with others in close proximity, he still struggles to form emotional bonds. friendship is a foreign concept.</p>
  1543. <h1>history</h1>
  1544. <p>i honestly don't know what 2 put here. anyways, if you're reading this, i hope you enjoy this new code, my fresh dude.</p>
  1545. </div>
  1546.  
  1547. </div>
  1548. </div>
  1549. </div>
  1550.  
  1551.  
  1552. <!---------------POP UP BOXES #6----------------->
  1553.  
  1554. <div id="box6" class="popup_block">
  1555. <div class="abouttitle">meet luciano.</div>
  1556. <div class="abouttab">
  1557. <div class="abouttabsb">
  1558. <img src="http://68.media.tumblr.com/39b61855583155afe48e96bb9b003e6f/tumblr_inline_otoq7fyYFa1slfjc1_250.png">
  1559. <div class="abouttabstats">
  1560. <ul>
  1561. <li><b>full name:</b> name</li>
  1562. <li><b>current age:</b> age</li>
  1563. <li><b>pronouns:</b> pronouns</li>
  1564. <li><b>sexuality:</b> sexuality</li>
  1565. <li><b>faceclaim:</b> face</li>
  1566. <li><b>muse type:</b> type</li>
  1567. <li><b>rp type:</b> type</li>
  1568. <li><b>status:</b> status</li>
  1569. </ul>
  1570. </div>
  1571. </div>
  1572.  
  1573. <div class="abouttabright">
  1574. <div class="aboutquotation"><big>❝</big> He <i>remembered</i> a version of <b>himself</b> untrammeled by <u>expectation</u>, unimpeded by <b><i>Ego</i></b>. He had <i>suffered</i> in the many years since then, seeking to <b>return</b> to that original self, if, in fact, it <i>ever</i> existed . . . <big>❞</big>
  1575. <br>
  1576. <span>⸻ &nbsp;Ashim Shanker</span>
  1577. </div>
  1578. <div class="abouttabbio">
  1579. <h1>history</h1>
  1580. <p>adam dakarai halim was born in the winter of 2025. he is highly trained individual in the knowledge of botany, first aid and exceptional at parkour. he has been living in secter 13 for only two days as of 11/3/56.</p>
  1581.  
  1582. <p>due to being raised in a survivalist group filled with many war veterans, adam is a very stoic and serious individual. he has been conditioned to not feel his emotions and because of that, he has become unwilling to connect emotionally. he lived on his own for a while and through this he became an introvert. even though adam is beginning to live with others in close proximity, he still struggles to form emotional bonds. friendship is a foreign concept.</p>
  1583. <h1>history</h1>
  1584. <p>i honestly don't know what 2 put here. anyways, if you're reading this, i hope you enjoy this new code, my fresh dude.</p>
  1585. </div>
  1586.  
  1587. </div>
  1588. </div>
  1589. </div>
  1590.  
  1591.  
  1592. <!---------------POP UP BOXES #7----------------->
  1593.  
  1594. <div id="box7" class="popup_block">
  1595. <div class="abouttitle">meet madeline.</div>
  1596. <div class="abouttab">
  1597. <div class="abouttabsb">
  1598. <img src="http://68.media.tumblr.com/39b61855583155afe48e96bb9b003e6f/tumblr_inline_otoq7fyYFa1slfjc1_250.png">
  1599. <div class="abouttabstats">
  1600. <ul>
  1601. <li><b>full name:</b> name</li>
  1602. <li><b>current age:</b> age</li>
  1603. <li><b>pronouns:</b> pronouns</li>
  1604. <li><b>sexuality:</b> sexuality</li>
  1605. <li><b>faceclaim:</b> face</li>
  1606. <li><b>muse type:</b> type</li>
  1607. <li><b>rp type:</b> type</li>
  1608. <li><b>status:</b> status</li>
  1609. </ul>
  1610. </div>
  1611. </div>
  1612.  
  1613. <div class="abouttabright">
  1614. <div class="aboutquotation"><big>❝</big> He <i>remembered</i> a version of <b>himself</b> untrammeled by <u>expectation</u>, unimpeded by <b><i>Ego</i></b>. He had <i>suffered</i> in the many years since then, seeking to <b>return</b> to that original self, if, in fact, it <i>ever</i> existed . . . <big>❞</big>
  1615. <br>
  1616. <span>⸻ &nbsp;Ashim Shanker</span>
  1617. </div>
  1618. <div class="abouttabbio">
  1619. <h1>history</h1>
  1620. <p>adam dakarai halim was born in the winter of 2025. he is highly trained individual in the knowledge of botany, first aid and exceptional at parkour. he has been living in secter 13 for only two days as of 11/3/56.</p>
  1621.  
  1622. <p>due to being raised in a survivalist group filled with many war veterans, adam is a very stoic and serious individual. he has been conditioned to not feel his emotions and because of that, he has become unwilling to connect emotionally. he lived on his own for a while and through this he became an introvert. even though adam is beginning to live with others in close proximity, he still struggles to form emotional bonds. friendship is a foreign concept.</p>
  1623. <h1>history</h1>
  1624. <p>i honestly don't know what 2 put here. anyways, if you're reading this, i hope you enjoy this new code, my fresh dude.</p>
  1625. </div>
  1626.  
  1627. </div>
  1628. </div>
  1629. </div>
  1630.  
  1631.  
  1632. <!---------------POP UP BOXES #8----------------->
  1633.  
  1634. <div id="box8" class="popup_block">
  1635. <div class="abouttitle">meet nathan.</div>
  1636. <div class="abouttab">
  1637. <div class="abouttabsb">
  1638. <img src="http://68.media.tumblr.com/39b61855583155afe48e96bb9b003e6f/tumblr_inline_otoq7fyYFa1slfjc1_250.png">
  1639. <div class="abouttabstats">
  1640. <ul>
  1641. <li><b>full name:</b> name</li>
  1642. <li><b>current age:</b> age</li>
  1643. <li><b>pronouns:</b> pronouns</li>
  1644. <li><b>sexuality:</b> sexuality</li>
  1645. <li><b>faceclaim:</b> face</li>
  1646. <li><b>muse type:</b> type</li>
  1647. <li><b>rp type:</b> type</li>
  1648. <li><b>status:</b> status</li>
  1649. </ul>
  1650. </div>
  1651. </div>
  1652.  
  1653. <div class="abouttabright">
  1654. <div class="aboutquotation"><big>❝</big> He <i>remembered</i> a version of <b>himself</b> untrammeled by <u>expectation</u>, unimpeded by <b><i>Ego</i></b>. He had <i>suffered</i> in the many years since then, seeking to <b>return</b> to that original self, if, in fact, it <i>ever</i> existed . . . <big>❞</big>
  1655. <br>
  1656. <span>⸻ &nbsp;Ashim Shanker</span>
  1657. </div>
  1658. <div class="abouttabbio">
  1659. <h1>history</h1>
  1660. <p>adam dakarai halim was born in the winter of 2025. he is highly trained individual in the knowledge of botany, first aid and exceptional at parkour. he has been living in secter 13 for only two days as of 11/3/56.</p>
  1661.  
  1662. <p>due to being raised in a survivalist group filled with many war veterans, adam is a very stoic and serious individual. he has been conditioned to not feel his emotions and because of that, he has become unwilling to connect emotionally. he lived on his own for a while and through this he became an introvert. even though adam is beginning to live with others in close proximity, he still struggles to form emotional bonds. friendship is a foreign concept.</p>
  1663. <h1>history</h1>
  1664. <p>i honestly don't know what 2 put here. anyways, if you're reading this, i hope you enjoy this new code, my fresh dude.</p>
  1665. </div>
  1666.  
  1667. </div>
  1668. </div>
  1669. </div>
  1670.  
  1671.  
  1672. <!---------------POP UP BOXES #9----------------->
  1673.  
  1674. <div id="box9" class="popup_block">
  1675. <div class="abouttitle">meet stefan.</div>
  1676. <div class="abouttab">
  1677. <div class="abouttabsb">
  1678. <img src="http://68.media.tumblr.com/39b61855583155afe48e96bb9b003e6f/tumblr_inline_otoq7fyYFa1slfjc1_250.png">
  1679. <div class="abouttabstats">
  1680. <ul>
  1681. <li><b>full name:</b> name</li>
  1682. <li><b>current age:</b> age</li>
  1683. <li><b>pronouns:</b> pronouns</li>
  1684. <li><b>sexuality:</b> sexuality</li>
  1685. <li><b>faceclaim:</b> face</li>
  1686. <li><b>muse type:</b> type</li>
  1687. <li><b>rp type:</b> type</li>
  1688. <li><b>status:</b> status</li>
  1689. </ul>
  1690. </div>
  1691. </div>
  1692.  
  1693. <div class="abouttabright">
  1694. <div class="aboutquotation"><big>❝</big> He <i>remembered</i> a version of <b>himself</b> untrammeled by <u>expectation</u>, unimpeded by <b><i>Ego</i></b>. He had <i>suffered</i> in the many years since then, seeking to <b>return</b> to that original self, if, in fact, it <i>ever</i> existed . . . <big>❞</big>
  1695. <br>
  1696. <span>⸻ &nbsp;Ashim Shanker</span>
  1697. </div>
  1698. <div class="abouttabbio">
  1699. <h1>history</h1>
  1700. <p>adam dakarai halim was born in the winter of 2025. he is highly trained individual in the knowledge of botany, first aid and exceptional at parkour. he has been living in secter 13 for only two days as of 11/3/56.</p>
  1701.  
  1702. <p>due to being raised in a survivalist group filled with many war veterans, adam is a very stoic and serious individual. he has been conditioned to not feel his emotions and because of that, he has become unwilling to connect emotionally. he lived on his own for a while and through this he became an introvert. even though adam is beginning to live with others in close proximity, he still struggles to form emotional bonds. friendship is a foreign concept.</p>
  1703. <h1>history</h1>
  1704. <p>i honestly don't know what 2 put here. anyways, if you're reading this, i hope you enjoy this new code, my fresh dude.</p>
  1705. </div>
  1706.  
  1707. </div>
  1708. </div>
  1709. </div>
  1710.  
  1711. <!---------------POP UP BOXES #10----------------->
  1712.  
  1713. <div id="box10" class="popup_block">
  1714. <div class="abouttitle">meet aurelia.</div>
  1715. <div class="abouttab">
  1716. <div class="abouttabsb">
  1717. <img src="http://68.media.tumblr.com/39b61855583155afe48e96bb9b003e6f/tumblr_inline_otoq7fyYFa1slfjc1_250.png">
  1718. <div class="abouttabstats">
  1719. <ul>
  1720. <li><b>full name:</b> name</li>
  1721. <li><b>current age:</b> age</li>
  1722. <li><b>pronouns:</b> pronouns</li>
  1723. <li><b>sexuality:</b> sexuality</li>
  1724. <li><b>faceclaim:</b> face</li>
  1725. <li><b>muse type:</b> type</li>
  1726. <li><b>rp type:</b> type</li>
  1727. <li><b>status:</b> status</li>
  1728. </ul>
  1729. </div>
  1730. </div>
  1731.  
  1732. <div class="abouttabright">
  1733. <div class="aboutquotation"><big>❝</big> He <i>remembered</i> a version of <b>himself</b> untrammeled by <u>expectation</u>, unimpeded by <b><i>Ego</i></b>. He had <i>suffered</i> in the many years since then, seeking to <b>return</b> to that original self, if, in fact, it <i>ever</i> existed . . . <big>❞</big>
  1734. <br>
  1735. <span>⸻ &nbsp;Ashim Shanker</span>
  1736. </div>
  1737. <div class="abouttabbio">
  1738. <h1>history</h1>
  1739. <p>adam dakarai halim was born in the winter of 2025. he is highly trained individual in the knowledge of botany, first aid and exceptional at parkour. he has been living in secter 13 for only two days as of 11/3/56.</p>
  1740.  
  1741. <p>due to being raised in a survivalist group filled with many war veterans, adam is a very stoic and serious individual. he has been conditioned to not feel his emotions and because of that, he has become unwilling to connect emotionally. he lived on his own for a while and through this he became an introvert. even though adam is beginning to live with others in close proximity, he still struggles to form emotional bonds. friendship is a foreign concept.</p>
  1742. <h1>history</h1>
  1743. <p>i honestly don't know what 2 put here. anyways, if you're reading this, i hope you enjoy this new code, my fresh dude.</p>
  1744. </div>
  1745.  
  1746. </div>
  1747. </div>
  1748. </div>
  1749.  
  1750. <!---------------POP UP BOXES #11----------------->
  1751.  
  1752. <div id="box11" class="popup_block">
  1753. <div class="abouttitle">meet adam.</div>
  1754. <div class="abouttab">
  1755. <div class="abouttabsb">
  1756. <img src="http://68.media.tumblr.com/39b61855583155afe48e96bb9b003e6f/tumblr_inline_otoq7fyYFa1slfjc1_250.png">
  1757. <div class="abouttabstats">
  1758. <ul>
  1759. <li><b>full name:</b> name</li>
  1760. <li><b>current age:</b> age</li>
  1761. <li><b>pronouns:</b> pronouns</li>
  1762. <li><b>sexuality:</b> sexuality</li>
  1763. <li><b>faceclaim:</b> face</li>
  1764. <li><b>muse type:</b> type</li>
  1765. <li><b>rp type:</b> type</li>
  1766. <li><b>status:</b> status</li>
  1767. </ul>
  1768. </div>
  1769. </div>
  1770.  
  1771. <div class="abouttabright">
  1772. <div class="aboutquotation"><big>❝</big> He <i>remembered</i> a version of <b>himself</b> untrammeled by <u>expectation</u>, unimpeded by <b><i>Ego</i></b>. He had <i>suffered</i> in the many years since then, seeking to <b>return</b> to that original self, if, in fact, it <i>ever</i> existed . . . <big>❞</big>
  1773. <br>
  1774. <span>⸻ &nbsp;Ashim Shanker</span>
  1775. </div>
  1776. <div class="abouttabbio">
  1777. <h1>history</h1>
  1778. <p>adam dakarai halim was born in the winter of 2025. he is highly trained individual in the knowledge of botany, first aid and exceptional at parkour. he has been living in secter 13 for only two days as of 11/3/56.</p>
  1779.  
  1780. <p>due to being raised in a survivalist group filled with many war veterans, adam is a very stoic and serious individual. he has been conditioned to not feel his emotions and because of that, he has become unwilling to connect emotionally. he lived on his own for a while and through this he became an introvert. even though adam is beginning to live with others in close proximity, he still struggles to form emotional bonds. friendship is a foreign concept.</p>
  1781. <h1>history</h1>
  1782. <p>i honestly don't know what 2 put here. anyways, if you're reading this, i hope you enjoy this new code, my fresh dude.</p>
  1783. </div>
  1784.  
  1785. </div>
  1786. </div>
  1787. </div>
  1788.  
  1789.  
  1790. <!---------------POP UP BOXES #12----------------->
  1791.  
  1792. <div id="box12" class="popup_block">
  1793. <div class="abouttitle">meet aurelia.</div>
  1794. <div class="abouttab">
  1795. <div class="abouttabsb">
  1796. <img src="http://68.media.tumblr.com/39b61855583155afe48e96bb9b003e6f/tumblr_inline_otoq7fyYFa1slfjc1_250.png">
  1797. <div class="abouttabstats">
  1798. <ul>
  1799. <li><b>full name:</b> name</li>
  1800. <li><b>current age:</b> age</li>
  1801. <li><b>pronouns:</b> pronouns</li>
  1802. <li><b>sexuality:</b> sexuality</li>
  1803. <li><b>faceclaim:</b> face</li>
  1804. <li><b>muse type:</b> type</li>
  1805. <li><b>rp type:</b> type</li>
  1806. <li><b>status:</b> status</li>
  1807. </ul>
  1808. </div>
  1809. </div>
  1810.  
  1811. <div class="abouttabright">
  1812. <div class="aboutquotation"><big>❝</big> He <i>remembered</i> a version of <b>himself</b> untrammeled by <u>expectation</u>, unimpeded by <b><i>Ego</i></b>. He had <i>suffered</i> in the many years since then, seeking to <b>return</b> to that original self, if, in fact, it <i>ever</i> existed . . . <big>❞</big>
  1813. <br>
  1814. <span>⸻ &nbsp;Ashim Shanker</span>
  1815. </div>
  1816. <div class="abouttabbio">
  1817. <h1>history</h1>
  1818. <p>adam dakarai halim was born in the winter of 2025. he is highly trained individual in the knowledge of botany, first aid and exceptional at parkour. he has been living in secter 13 for only two days as of 11/3/56.</p>
  1819.  
  1820. <p>due to being raised in a survivalist group filled with many war veterans, adam is a very stoic and serious individual. he has been conditioned to not feel his emotions and because of that, he has become unwilling to connect emotionally. he lived on his own for a while and through this he became an introvert. even though adam is beginning to live with others in close proximity, he still struggles to form emotional bonds. friendship is a foreign concept.</p>
  1821. <h1>history</h1>
  1822. <p>i honestly don't know what 2 put here. anyways, if you're reading this, i hope you enjoy this new code, my fresh dude.</p>
  1823. </div>
  1824.  
  1825. </div>
  1826. </div>
  1827. </div>
  1828.  
  1829.  
  1830. <!---------------POP UP BOXES #13----------------->
  1831.  
  1832. <div id="box13" class="popup_block">
  1833. <div class="abouttitle">meet austin.</div>
  1834. <div class="abouttab">
  1835. <div class="abouttabsb">
  1836. <img src="http://68.media.tumblr.com/39b61855583155afe48e96bb9b003e6f/tumblr_inline_otoq7fyYFa1slfjc1_250.png">
  1837. <div class="abouttabstats">
  1838. <ul>
  1839. <li><b>full name:</b> name</li>
  1840. <li><b>current age:</b> age</li>
  1841. <li><b>pronouns:</b> pronouns</li>
  1842. <li><b>sexuality:</b> sexuality</li>
  1843. <li><b>faceclaim:</b> face</li>
  1844. <li><b>muse type:</b> type</li>
  1845. <li><b>rp type:</b> type</li>
  1846. <li><b>status:</b> status</li>
  1847. </ul>
  1848. </div>
  1849. </div>
  1850.  
  1851. <div class="abouttabright">
  1852. <div class="aboutquotation"><big>❝</big> He <i>remembered</i> a version of <b>himself</b> untrammeled by <u>expectation</u>, unimpeded by <b><i>Ego</i></b>. He had <i>suffered</i> in the many years since then, seeking to <b>return</b> to that original self, if, in fact, it <i>ever</i> existed . . . <big>❞</big>
  1853. <br>
  1854. <span>⸻ &nbsp;Ashim Shanker</span>
  1855. </div>
  1856. <div class="abouttabbio">
  1857. <h1>history</h1>
  1858. <p>adam dakarai halim was born in the winter of 2025. he is highly trained individual in the knowledge of botany, first aid and exceptional at parkour. he has been living in secter 13 for only two days as of 11/3/56.</p>
  1859.  
  1860. <p>due to being raised in a survivalist group filled with many war veterans, adam is a very stoic and serious individual. he has been conditioned to not feel his emotions and because of that, he has become unwilling to connect emotionally. he lived on his own for a while and through this he became an introvert. even though adam is beginning to live with others in close proximity, he still struggles to form emotional bonds. friendship is a foreign concept.</p>
  1861. <h1>history</h1>
  1862. <p>i honestly don't know what 2 put here. anyways, if you're reading this, i hope you enjoy this new code, my fresh dude.</p>
  1863. </div>
  1864.  
  1865. </div>
  1866. </div>
  1867. </div>
  1868.  
  1869.  
  1870. <!---------------POP UP BOXES #14----------------->
  1871.  
  1872. <div id="box14" class="popup_block">
  1873. <div class="abouttitle">meet david.</div>
  1874. <div class="abouttab">
  1875. <div class="abouttabsb">
  1876. <img src="http://68.media.tumblr.com/39b61855583155afe48e96bb9b003e6f/tumblr_inline_otoq7fyYFa1slfjc1_250.png">
  1877. <div class="abouttabstats">
  1878. <ul>
  1879. <li><b>full name:</b> name</li>
  1880. <li><b>current age:</b> age</li>
  1881. <li><b>pronouns:</b> pronouns</li>
  1882. <li><b>sexuality:</b> sexuality</li>
  1883. <li><b>faceclaim:</b> face</li>
  1884. <li><b>muse type:</b> type</li>
  1885. <li><b>rp type:</b> type</li>
  1886. <li><b>status:</b> status</li>
  1887. </ul>
  1888. </div>
  1889. </div>
  1890.  
  1891. <div class="abouttabright">
  1892. <div class="aboutquotation"><big>❝</big> He <i>remembered</i> a version of <b>himself</b> untrammeled by <u>expectation</u>, unimpeded by <b><i>Ego</i></b>. He had <i>suffered</i> in the many years since then, seeking to <b>return</b> to that original self, if, in fact, it <i>ever</i> existed . . . <big>❞</big>
  1893. <br>
  1894. <span>⸻ &nbsp;Ashim Shanker</span>
  1895. </div>
  1896. <div class="abouttabbio">
  1897. <h1>history</h1>
  1898. <p>adam dakarai halim was born in the winter of 2025. he is highly trained individual in the knowledge of botany, first aid and exceptional at parkour. he has been living in secter 13 for only two days as of 11/3/56.</p>
  1899.  
  1900. <p>due to being raised in a survivalist group filled with many war veterans, adam is a very stoic and serious individual. he has been conditioned to not feel his emotions and because of that, he has become unwilling to connect emotionally. he lived on his own for a while and through this he became an introvert. even though adam is beginning to live with others in close proximity, he still struggles to form emotional bonds. friendship is a foreign concept.</p>
  1901. <h1>history</h1>
  1902. <p>i honestly don't know what 2 put here. anyways, if you're reading this, i hope you enjoy this new code, my fresh dude.</p>
  1903. </div>
  1904.  
  1905. </div>
  1906. </div>
  1907. </div>
  1908.  
  1909.  
  1910. <!---------------POP UP BOXES #15----------------->
  1911.  
  1912. <div id="box15" class="popup_block">
  1913. <div class="abouttitle">meet logan.</div>
  1914. <div class="abouttab">
  1915. <div class="abouttabsb">
  1916. <img src="http://68.media.tumblr.com/39b61855583155afe48e96bb9b003e6f/tumblr_inline_otoq7fyYFa1slfjc1_250.png">
  1917. <div class="abouttabstats">
  1918. <ul>
  1919. <li><b>full name:</b> name</li>
  1920. <li><b>current age:</b> age</li>
  1921. <li><b>pronouns:</b> pronouns</li>
  1922. <li><b>sexuality:</b> sexuality</li>
  1923. <li><b>faceclaim:</b> face</li>
  1924. <li><b>muse type:</b> type</li>
  1925. <li><b>rp type:</b> type</li>
  1926. <li><b>status:</b> status</li>
  1927. </ul>
  1928. </div>
  1929. </div>
  1930.  
  1931. <div class="abouttabright">
  1932. <div class="aboutquotation"><big>❝</big> He <i>remembered</i> a version of <b>himself</b> untrammeled by <u>expectation</u>, unimpeded by <b><i>Ego</i></b>. He had <i>suffered</i> in the many years since then, seeking to <b>return</b> to that original self, if, in fact, it <i>ever</i> existed . . . <big>❞</big>
  1933. <br>
  1934. <span>⸻ &nbsp;Ashim Shanker</span>
  1935. </div>
  1936. <div class="abouttabbio">
  1937. <h1>history</h1>
  1938. <p>adam dakarai halim was born in the winter of 2025. he is highly trained individual in the knowledge of botany, first aid and exceptional at parkour. he has been living in secter 13 for only two days as of 11/3/56.</p>
  1939.  
  1940. <p>due to being raised in a survivalist group filled with many war veterans, adam is a very stoic and serious individual. he has been conditioned to not feel his emotions and because of that, he has become unwilling to connect emotionally. he lived on his own for a while and through this he became an introvert. even though adam is beginning to live with others in close proximity, he still struggles to form emotional bonds. friendship is a foreign concept.</p>
  1941. <h1>history</h1>
  1942. <p>i honestly don't know what 2 put here. anyways, if you're reading this, i hope you enjoy this new code, my fresh dude.</p>
  1943. </div>
  1944.  
  1945. </div>
  1946. </div>
  1947. </div>
  1948.  
  1949.  
  1950. <!---------------POP UP BOXES #16----------------->
  1951.  
  1952. <div id="box16" class="popup_block">
  1953. <div class="abouttitle">meet luciano.</div>
  1954. <div class="abouttab">
  1955. <div class="abouttabsb">
  1956. <img src="http://68.media.tumblr.com/39b61855583155afe48e96bb9b003e6f/tumblr_inline_otoq7fyYFa1slfjc1_250.png">
  1957. <div class="abouttabstats">
  1958. <ul>
  1959. <li><b>full name:</b> name</li>
  1960. <li><b>current age:</b> age</li>
  1961. <li><b>pronouns:</b> pronouns</li>
  1962. <li><b>sexuality:</b> sexuality</li>
  1963. <li><b>faceclaim:</b> face</li>
  1964. <li><b>muse type:</b> type</li>
  1965. <li><b>rp type:</b> type</li>
  1966. <li><b>status:</b> status</li>
  1967. </ul>
  1968. </div>
  1969. </div>
  1970.  
  1971. <div class="abouttabright">
  1972. <div class="aboutquotation"><big>❝</big> He <i>remembered</i> a version of <b>himself</b> untrammeled by <u>expectation</u>, unimpeded by <b><i>Ego</i></b>. He had <i>suffered</i> in the many years since then, seeking to <b>return</b> to that original self, if, in fact, it <i>ever</i> existed . . . <big>❞</big>
  1973. <br>
  1974. <span>⸻ &nbsp;Ashim Shanker</span>
  1975. </div>
  1976. <div class="abouttabbio">
  1977. <h1>history</h1>
  1978. <p>adam dakarai halim was born in the winter of 2025. he is highly trained individual in the knowledge of botany, first aid and exceptional at parkour. he has been living in secter 13 for only two days as of 11/3/56.</p>
  1979.  
  1980. <p>due to being raised in a survivalist group filled with many war veterans, adam is a very stoic and serious individual. he has been conditioned to not feel his emotions and because of that, he has become unwilling to connect emotionally. he lived on his own for a while and through this he became an introvert. even though adam is beginning to live with others in close proximity, he still struggles to form emotional bonds. friendship is a foreign concept.</p>
  1981. <h1>history</h1>
  1982. <p>i honestly don't know what 2 put here. anyways, if you're reading this, i hope you enjoy this new code, my fresh dude.</p>
  1983. </div>
  1984.  
  1985. </div>
  1986. </div>
  1987. </div>
  1988.  
  1989.  
  1990. <!---------------POP UP BOXES #17----------------->
  1991.  
  1992. <div id="box17" class="popup_block">
  1993. <div class="abouttitle">meet madeline.</div>
  1994. <div class="abouttab">
  1995. <div class="abouttabsb">
  1996. <img src="http://68.media.tumblr.com/39b61855583155afe48e96bb9b003e6f/tumblr_inline_otoq7fyYFa1slfjc1_250.png">
  1997. <div class="abouttabstats">
  1998. <ul>
  1999. <li><b>full name:</b> name</li>
  2000. <li><b>current age:</b> age</li>
  2001. <li><b>pronouns:</b> pronouns</li>
  2002. <li><b>sexuality:</b> sexuality</li>
  2003. <li><b>faceclaim:</b> face</li>
  2004. <li><b>muse type:</b> type</li>
  2005. <li><b>rp type:</b> type</li>
  2006. <li><b>status:</b> status</li>
  2007. </ul>
  2008. </div>
  2009. </div>
  2010.  
  2011. <div class="abouttabright">
  2012. <div class="aboutquotation"><big>❝</big> He <i>remembered</i> a version of <b>himself</b> untrammeled by <u>expectation</u>, unimpeded by <b><i>Ego</i></b>. He had <i>suffered</i> in the many years since then, seeking to <b>return</b> to that original self, if, in fact, it <i>ever</i> existed . . . <big>❞</big>
  2013. <br>
  2014. <span>⸻ &nbsp;Ashim Shanker</span>
  2015. </div>
  2016. <div class="abouttabbio">
  2017. <h1>history</h1>
  2018. <p>adam dakarai halim was born in the winter of 2025. he is highly trained individual in the knowledge of botany, first aid and exceptional at parkour. he has been living in secter 13 for only two days as of 11/3/56.</p>
  2019.  
  2020. <p>due to being raised in a survivalist group filled with many war veterans, adam is a very stoic and serious individual. he has been conditioned to not feel his emotions and because of that, he has become unwilling to connect emotionally. he lived on his own for a while and through this he became an introvert. even though adam is beginning to live with others in close proximity, he still struggles to form emotional bonds. friendship is a foreign concept.</p>
  2021. <h1>history</h1>
  2022. <p>i honestly don't know what 2 put here. anyways, if you're reading this, i hope you enjoy this new code, my fresh dude.</p>
  2023. </div>
  2024.  
  2025. </div>
  2026. </div>
  2027. </div>
  2028.  
  2029.  
  2030. <!---------------POP UP BOXES #18----------------->
  2031.  
  2032. <div id="box18" class="popup_block">
  2033. <div class="abouttitle">meet nathan.</div>
  2034. <div class="abouttab">
  2035. <div class="abouttabsb">
  2036. <img src="http://68.media.tumblr.com/39b61855583155afe48e96bb9b003e6f/tumblr_inline_otoq7fyYFa1slfjc1_250.png">
  2037. <div class="abouttabstats">
  2038. <ul>
  2039. <li><b>full name:</b> name</li>
  2040. <li><b>current age:</b> age</li>
  2041. <li><b>pronouns:</b> pronouns</li>
  2042. <li><b>sexuality:</b> sexuality</li>
  2043. <li><b>faceclaim:</b> face</li>
  2044. <li><b>muse type:</b> type</li>
  2045. <li><b>rp type:</b> type</li>
  2046. <li><b>status:</b> status</li>
  2047. </ul>
  2048. </div>
  2049. </div>
  2050.  
  2051. <div class="abouttabright">
  2052. <div class="aboutquotation"><big>❝</big> He <i>remembered</i> a version of <b>himself</b> untrammeled by <u>expectation</u>, unimpeded by <b><i>Ego</i></b>. He had <i>suffered</i> in the many years since then, seeking to <b>return</b> to that original self, if, in fact, it <i>ever</i> existed . . . <big>❞</big>
  2053. <br>
  2054. <span>⸻ &nbsp;Ashim Shanker</span>
  2055. </div>
  2056. <div class="abouttabbio">
  2057. <h1>history</h1>
  2058. <p>adam dakarai halim was born in the winter of 2025. he is highly trained individual in the knowledge of botany, first aid and exceptional at parkour. he has been living in secter 13 for only two days as of 11/3/56.</p>
  2059.  
  2060. <p>due to being raised in a survivalist group filled with many war veterans, adam is a very stoic and serious individual. he has been conditioned to not feel his emotions and because of that, he has become unwilling to connect emotionally. he lived on his own for a while and through this he became an introvert. even though adam is beginning to live with others in close proximity, he still struggles to form emotional bonds. friendship is a foreign concept.</p>
  2061. <h1>history</h1>
  2062. <p>i honestly don't know what 2 put here. anyways, if you're reading this, i hope you enjoy this new code, my fresh dude.</p>
  2063. </div>
  2064.  
  2065. </div>
  2066. </div>
  2067. </div>
  2068.  
  2069.  
  2070. <!---------------POP UP BOXES #19----------------->
  2071.  
  2072. <div id="box19" class="popup_block">
  2073. <div class="abouttitle">meet stefan.</div>
  2074. <div class="abouttab">
  2075. <div class="abouttabsb">
  2076. <img src="http://68.media.tumblr.com/39b61855583155afe48e96bb9b003e6f/tumblr_inline_otoq7fyYFa1slfjc1_250.png">
  2077. <div class="abouttabstats">
  2078. <ul>
  2079. <li><b>full name:</b> name</li>
  2080. <li><b>current age:</b> age</li>
  2081. <li><b>pronouns:</b> pronouns</li>
  2082. <li><b>sexuality:</b> sexuality</li>
  2083. <li><b>faceclaim:</b> face</li>
  2084. <li><b>muse type:</b> type</li>
  2085. <li><b>rp type:</b> type</li>
  2086. <li><b>status:</b> status</li>
  2087. </ul>
  2088. </div>
  2089. </div>
  2090.  
  2091. <div class="abouttabright">
  2092. <div class="aboutquotation"><big>❝</big> He <i>remembered</i> a version of <b>himself</b> untrammeled by <u>expectation</u>, unimpeded by <b><i>Ego</i></b>. He had <i>suffered</i> in the many years since then, seeking to <b>return</b> to that original self, if, in fact, it <i>ever</i> existed . . . <big>❞</big>
  2093. <br>
  2094. <span>⸻ &nbsp;Ashim Shanker</span>
  2095. </div>
  2096. <div class="abouttabbio">
  2097. <h1>history</h1>
  2098. <p>adam dakarai halim was born in the winter of 2025. he is highly trained individual in the knowledge of botany, first aid and exceptional at parkour. he has been living in secter 13 for only two days as of 11/3/56.</p>
  2099.  
  2100. <p>due to being raised in a survivalist group filled with many war veterans, adam is a very stoic and serious individual. he has been conditioned to not feel his emotions and because of that, he has become unwilling to connect emotionally. he lived on his own for a while and through this he became an introvert. even though adam is beginning to live with others in close proximity, he still struggles to form emotional bonds. friendship is a foreign concept.</p>
  2101. <h1>history</h1>
  2102. <p>i honestly don't know what 2 put here. anyways, if you're reading this, i hope you enjoy this new code, my fresh dude.</p>
  2103. </div>
  2104.  
  2105. </div>
  2106. </div>
  2107. </div>
  2108.  
  2109. <!---------------POP UP BOXES #20----------------->
  2110.  
  2111. <div id="box20" class="popup_block">
  2112. <div class="abouttitle">meet aurelia.</div>
  2113. <div class="abouttab">
  2114. <div class="abouttabsb">
  2115. <img src="http://68.media.tumblr.com/39b61855583155afe48e96bb9b003e6f/tumblr_inline_otoq7fyYFa1slfjc1_250.png">
  2116. <div class="abouttabstats">
  2117. <ul>
  2118. <li><b>full name:</b> name</li>
  2119. <li><b>current age:</b> age</li>
  2120. <li><b>pronouns:</b> pronouns</li>
  2121. <li><b>sexuality:</b> sexuality</li>
  2122. <li><b>faceclaim:</b> face</li>
  2123. <li><b>muse type:</b> type</li>
  2124. <li><b>rp type:</b> type</li>
  2125. <li><b>status:</b> status</li>
  2126. </ul>
  2127. </div>
  2128. </div>
  2129.  
  2130. <div class="abouttabright">
  2131. <div class="aboutquotation"><big>❝</big> He <i>remembered</i> a version of <b>himself</b> untrammeled by <u>expectation</u>, unimpeded by <b><i>Ego</i></b>. He had <i>suffered</i> in the many years since then, seeking to <b>return</b> to that original self, if, in fact, it <i>ever</i> existed . . . <big>❞</big>
  2132. <br>
  2133. <span>⸻ &nbsp;Ashim Shanker</span>
  2134. </div>
  2135. <div class="abouttabbio">
  2136. <h1>history</h1>
  2137. <p>adam dakarai halim was born in the winter of 2025. he is highly trained individual in the knowledge of botany, first aid and exceptional at parkour. he has been living in secter 13 for only two days as of 11/3/56.</p>
  2138.  
  2139. <p>due to being raised in a survivalist group filled with many war veterans, adam is a very stoic and serious individual. he has been conditioned to not feel his emotions and because of that, he has become unwilling to connect emotionally. he lived on his own for a while and through this he became an introvert. even though adam is beginning to live with others in close proximity, he still struggles to form emotional bonds. friendship is a foreign concept.</p>
  2140. <h1>history</h1>
  2141. <p>i honestly don't know what 2 put here. anyways, if you're reading this, i hope you enjoy this new code, my fresh dude.</p>
  2142. </div>
  2143.  
  2144. </div>
  2145. </div>
  2146. </div>
  2147.  
  2148. <!---------------POP UP BOXES #21----------------->
  2149.  
  2150. <div id="box21" class="popup_block">
  2151. <div class="abouttitle">meet adam.</div>
  2152. <div class="abouttab">
  2153. <div class="abouttabsb">
  2154. <img src="http://68.media.tumblr.com/39b61855583155afe48e96bb9b003e6f/tumblr_inline_otoq7fyYFa1slfjc1_250.png">
  2155. <div class="abouttabstats">
  2156. <ul>
  2157. <li><b>full name:</b> name</li>
  2158. <li><b>current age:</b> age</li>
  2159. <li><b>pronouns:</b> pronouns</li>
  2160. <li><b>sexuality:</b> sexuality</li>
  2161. <li><b>faceclaim:</b> face</li>
  2162. <li><b>muse type:</b> type</li>
  2163. <li><b>rp type:</b> type</li>
  2164. <li><b>status:</b> status</li>
  2165. </ul>
  2166. </div>
  2167. </div>
  2168.  
  2169. <div class="abouttabright">
  2170. <div class="aboutquotation"><big>❝</big> He <i>remembered</i> a version of <b>himself</b> untrammeled by <u>expectation</u>, unimpeded by <b><i>Ego</i></b>. He had <i>suffered</i> in the many years since then, seeking to <b>return</b> to that original self, if, in fact, it <i>ever</i> existed . . . <big>❞</big>
  2171. <br>
  2172. <span>⸻ &nbsp;Ashim Shanker</span>
  2173. </div>
  2174. <div class="abouttabbio">
  2175. <h1>history</h1>
  2176. <p>adam dakarai halim was born in the winter of 2025. he is highly trained individual in the knowledge of botany, first aid and exceptional at parkour. he has been living in secter 13 for only two days as of 11/3/56.</p>
  2177.  
  2178. <p>due to being raised in a survivalist group filled with many war veterans, adam is a very stoic and serious individual. he has been conditioned to not feel his emotions and because of that, he has become unwilling to connect emotionally. he lived on his own for a while and through this he became an introvert. even though adam is beginning to live with others in close proximity, he still struggles to form emotional bonds. friendship is a foreign concept.</p>
  2179. <h1>history</h1>
  2180. <p>i honestly don't know what 2 put here. anyways, if you're reading this, i hope you enjoy this new code, my fresh dude.</p>
  2181. </div>
  2182.  
  2183. </div>
  2184. </div>
  2185. </div>
  2186.  
  2187.  
  2188. <!---------------POP UP BOXES #22----------------->
  2189.  
  2190. <div id="box22" class="popup_block">
  2191. <div class="abouttitle">meet aurelia.</div>
  2192. <div class="abouttab">
  2193. <div class="abouttabsb">
  2194. <img src="http://68.media.tumblr.com/39b61855583155afe48e96bb9b003e6f/tumblr_inline_otoq7fyYFa1slfjc1_250.png">
  2195. <div class="abouttabstats">
  2196. <ul>
  2197. <li><b>full name:</b> name</li>
  2198. <li><b>current age:</b> age</li>
  2199. <li><b>pronouns:</b> pronouns</li>
  2200. <li><b>sexuality:</b> sexuality</li>
  2201. <li><b>faceclaim:</b> face</li>
  2202. <li><b>muse type:</b> type</li>
  2203. <li><b>rp type:</b> type</li>
  2204. <li><b>status:</b> status</li>
  2205. </ul>
  2206. </div>
  2207. </div>
  2208.  
  2209. <div class="abouttabright">
  2210. <div class="aboutquotation"><big>❝</big> He <i>remembered</i> a version of <b>himself</b> untrammeled by <u>expectation</u>, unimpeded by <b><i>Ego</i></b>. He had <i>suffered</i> in the many years since then, seeking to <b>return</b> to that original self, if, in fact, it <i>ever</i> existed . . . <big>❞</big>
  2211. <br>
  2212. <span>⸻ &nbsp;Ashim Shanker</span>
  2213. </div>
  2214. <div class="abouttabbio">
  2215. <h1>history</h1>
  2216. <p>adam dakarai halim was born in the winter of 2025. he is highly trained individual in the knowledge of botany, first aid and exceptional at parkour. he has been living in secter 13 for only two days as of 11/3/56.</p>
  2217.  
  2218. <p>due to being raised in a survivalist group filled with many war veterans, adam is a very stoic and serious individual. he has been conditioned to not feel his emotions and because of that, he has become unwilling to connect emotionally. he lived on his own for a while and through this he became an introvert. even though adam is beginning to live with others in close proximity, he still struggles to form emotional bonds. friendship is a foreign concept.</p>
  2219. <h1>history</h1>
  2220. <p>i honestly don't know what 2 put here. anyways, if you're reading this, i hope you enjoy this new code, my fresh dude.</p>
  2221. </div>
  2222.  
  2223. </div>
  2224. </div>
  2225. </div>
  2226.  
  2227.  
  2228. <!---------------POP UP BOXES #23----------------->
  2229.  
  2230. <div id="box23" class="popup_block">
  2231. <div class="abouttitle">meet austin.</div>
  2232. <div class="abouttab">
  2233. <div class="abouttabsb">
  2234. <img src="http://68.media.tumblr.com/39b61855583155afe48e96bb9b003e6f/tumblr_inline_otoq7fyYFa1slfjc1_250.png">
  2235. <div class="abouttabstats">
  2236. <ul>
  2237. <li><b>full name:</b> name</li>
  2238. <li><b>current age:</b> age</li>
  2239. <li><b>pronouns:</b> pronouns</li>
  2240. <li><b>sexuality:</b> sexuality</li>
  2241. <li><b>faceclaim:</b> face</li>
  2242. <li><b>muse type:</b> type</li>
  2243. <li><b>rp type:</b> type</li>
  2244. <li><b>status:</b> status</li>
  2245. </ul>
  2246. </div>
  2247. </div>
  2248.  
  2249. <div class="abouttabright">
  2250. <div class="aboutquotation"><big>❝</big> He <i>remembered</i> a version of <b>himself</b> untrammeled by <u>expectation</u>, unimpeded by <b><i>Ego</i></b>. He had <i>suffered</i> in the many years since then, seeking to <b>return</b> to that original self, if, in fact, it <i>ever</i> existed . . . <big>❞</big>
  2251. <br>
  2252. <span>⸻ &nbsp;Ashim Shanker</span>
  2253. </div>
  2254. <div class="abouttabbio">
  2255. <h1>history</h1>
  2256. <p>adam dakarai halim was born in the winter of 2025. he is highly trained individual in the knowledge of botany, first aid and exceptional at parkour. he has been living in secter 13 for only two days as of 11/3/56.</p>
  2257.  
  2258. <p>due to being raised in a survivalist group filled with many war veterans, adam is a very stoic and serious individual. he has been conditioned to not feel his emotions and because of that, he has become unwilling to connect emotionally. he lived on his own for a while and through this he became an introvert. even though adam is beginning to live with others in close proximity, he still struggles to form emotional bonds. friendship is a foreign concept.</p>
  2259. <h1>history</h1>
  2260. <p>i honestly don't know what 2 put here. anyways, if you're reading this, i hope you enjoy this new code, my fresh dude.</p>
  2261. </div>
  2262.  
  2263. </div>
  2264. </div>
  2265. </div>
  2266.  
  2267.  
  2268. <!---------------POP UP BOXES #24----------------->
  2269.  
  2270. <div id="box24" class="popup_block">
  2271. <div class="abouttitle">meet david.</div>
  2272. <div class="abouttab">
  2273. <div class="abouttabsb">
  2274. <img src="http://68.media.tumblr.com/39b61855583155afe48e96bb9b003e6f/tumblr_inline_otoq7fyYFa1slfjc1_250.png">
  2275. <div class="abouttabstats">
  2276. <ul>
  2277. <li><b>full name:</b> name</li>
  2278. <li><b>current age:</b> age</li>
  2279. <li><b>pronouns:</b> pronouns</li>
  2280. <li><b>sexuality:</b> sexuality</li>
  2281. <li><b>faceclaim:</b> face</li>
  2282. <li><b>muse type:</b> type</li>
  2283. <li><b>rp type:</b> type</li>
  2284. <li><b>status:</b> status</li>
  2285. </ul>
  2286. </div>
  2287. </div>
  2288.  
  2289. <div class="abouttabright">
  2290. <div class="aboutquotation"><big>❝</big> He <i>remembered</i> a version of <b>himself</b> untrammeled by <u>expectation</u>, unimpeded by <b><i>Ego</i></b>. He had <i>suffered</i> in the many years since then, seeking to <b>return</b> to that original self, if, in fact, it <i>ever</i> existed . . . <big>❞</big>
  2291. <br>
  2292. <span>⸻ &nbsp;Ashim Shanker</span>
  2293. </div>
  2294. <div class="abouttabbio">
  2295. <h1>history</h1>
  2296. <p>adam dakarai halim was born in the winter of 2025. he is highly trained individual in the knowledge of botany, first aid and exceptional at parkour. he has been living in secter 13 for only two days as of 11/3/56.</p>
  2297.  
  2298. <p>due to being raised in a survivalist group filled with many war veterans, adam is a very stoic and serious individual. he has been conditioned to not feel his emotions and because of that, he has become unwilling to connect emotionally. he lived on his own for a while and through this he became an introvert. even though adam is beginning to live with others in close proximity, he still struggles to form emotional bonds. friendship is a foreign concept.</p>
  2299. <h1>history</h1>
  2300. <p>i honestly don't know what 2 put here. anyways, if you're reading this, i hope you enjoy this new code, my fresh dude.</p>
  2301. </div>
  2302.  
  2303. </div>
  2304. </div>
  2305. </div>
  2306.  
  2307.  
  2308. <!---------------POP UP BOXES #25----------------->
  2309.  
  2310. <div id="box25" class="popup_block">
  2311. <div class="abouttitle">meet logan.</div>
  2312. <div class="abouttab">
  2313. <div class="abouttabsb">
  2314. <img src="http://68.media.tumblr.com/39b61855583155afe48e96bb9b003e6f/tumblr_inline_otoq7fyYFa1slfjc1_250.png">
  2315. <div class="abouttabstats">
  2316. <ul>
  2317. <li><b>full name:</b> name</li>
  2318. <li><b>current age:</b> age</li>
  2319. <li><b>pronouns:</b> pronouns</li>
  2320. <li><b>sexuality:</b> sexuality</li>
  2321. <li><b>faceclaim:</b> face</li>
  2322. <li><b>muse type:</b> type</li>
  2323. <li><b>rp type:</b> type</li>
  2324. <li><b>status:</b> status</li>
  2325. </ul>
  2326. </div>
  2327. </div>
  2328.  
  2329. <div class="abouttabright">
  2330. <div class="aboutquotation"><big>❝</big> He <i>remembered</i> a version of <b>himself</b> untrammeled by <u>expectation</u>, unimpeded by <b><i>Ego</i></b>. He had <i>suffered</i> in the many years since then, seeking to <b>return</b> to that original self, if, in fact, it <i>ever</i> existed . . . <big>❞</big>
  2331. <br>
  2332. <span>⸻ &nbsp;Ashim Shanker</span>
  2333. </div>
  2334. <div class="abouttabbio">
  2335. <h1>history</h1>
  2336. <p>adam dakarai halim was born in the winter of 2025. he is highly trained individual in the knowledge of botany, first aid and exceptional at parkour. he has been living in secter 13 for only two days as of 11/3/56.</p>
  2337.  
  2338. <p>due to being raised in a survivalist group filled with many war veterans, adam is a very stoic and serious individual. he has been conditioned to not feel his emotions and because of that, he has become unwilling to connect emotionally. he lived on his own for a while and through this he became an introvert. even though adam is beginning to live with others in close proximity, he still struggles to form emotional bonds. friendship is a foreign concept.</p>
  2339. <h1>history</h1>
  2340. <p>i honestly don't know what 2 put here. anyways, if you're reading this, i hope you enjoy this new code, my fresh dude.</p>
  2341. </div>
  2342.  
  2343. </div>
  2344. </div>
  2345. </div>
  2346.  
  2347.  
  2348. <!---------------POP UP BOXES #26----------------->
  2349.  
  2350. <div id="box26" class="popup_block">
  2351. <div class="abouttitle">meet luciano.</div>
  2352. <div class="abouttab">
  2353. <div class="abouttabsb">
  2354. <img src="http://68.media.tumblr.com/39b61855583155afe48e96bb9b003e6f/tumblr_inline_otoq7fyYFa1slfjc1_250.png">
  2355. <div class="abouttabstats">
  2356. <ul>
  2357. <li><b>full name:</b> name</li>
  2358. <li><b>current age:</b> age</li>
  2359. <li><b>pronouns:</b> pronouns</li>
  2360. <li><b>sexuality:</b> sexuality</li>
  2361. <li><b>faceclaim:</b> face</li>
  2362. <li><b>muse type:</b> type</li>
  2363. <li><b>rp type:</b> type</li>
  2364. <li><b>status:</b> status</li>
  2365. </ul>
  2366. </div>
  2367. </div>
  2368.  
  2369. <div class="abouttabright">
  2370. <div class="aboutquotation"><big>❝</big> He <i>remembered</i> a version of <b>himself</b> untrammeled by <u>expectation</u>, unimpeded by <b><i>Ego</i></b>. He had <i>suffered</i> in the many years since then, seeking to <b>return</b> to that original self, if, in fact, it <i>ever</i> existed . . . <big>❞</big>
  2371. <br>
  2372. <span>⸻ &nbsp;Ashim Shanker</span>
  2373. </div>
  2374. <div class="abouttabbio">
  2375. <h1>history</h1>
  2376. <p>adam dakarai halim was born in the winter of 2025. he is highly trained individual in the knowledge of botany, first aid and exceptional at parkour. he has been living in secter 13 for only two days as of 11/3/56.</p>
  2377.  
  2378. <p>due to being raised in a survivalist group filled with many war veterans, adam is a very stoic and serious individual. he has been conditioned to not feel his emotions and because of that, he has become unwilling to connect emotionally. he lived on his own for a while and through this he became an introvert. even though adam is beginning to live with others in close proximity, he still struggles to form emotional bonds. friendship is a foreign concept.</p>
  2379. <h1>history</h1>
  2380. <p>i honestly don't know what 2 put here. anyways, if you're reading this, i hope you enjoy this new code, my fresh dude.</p>
  2381. </div>
  2382.  
  2383. </div>
  2384. </div>
  2385. </div>
  2386.  
  2387.  
  2388. <!---------------POP UP BOXES #27----------------->
  2389.  
  2390. <div id="box27" class="popup_block">
  2391. <div class="abouttitle">meet madeline.</div>
  2392. <div class="abouttab">
  2393. <div class="abouttabsb">
  2394. <img src="http://68.media.tumblr.com/39b61855583155afe48e96bb9b003e6f/tumblr_inline_otoq7fyYFa1slfjc1_250.png">
  2395. <div class="abouttabstats">
  2396. <ul>
  2397. <li><b>full name:</b> name</li>
  2398. <li><b>current age:</b> age</li>
  2399. <li><b>pronouns:</b> pronouns</li>
  2400. <li><b>sexuality:</b> sexuality</li>
  2401. <li><b>faceclaim:</b> face</li>
  2402. <li><b>muse type:</b> type</li>
  2403. <li><b>rp type:</b> type</li>
  2404. <li><b>status:</b> status</li>
  2405. </ul>
  2406. </div>
  2407. </div>
  2408.  
  2409. <div class="abouttabright">
  2410. <div class="aboutquotation"><big>❝</big> He <i>remembered</i> a version of <b>himself</b> untrammeled by <u>expectation</u>, unimpeded by <b><i>Ego</i></b>. He had <i>suffered</i> in the many years since then, seeking to <b>return</b> to that original self, if, in fact, it <i>ever</i> existed . . . <big>❞</big>
  2411. <br>
  2412. <span>⸻ &nbsp;Ashim Shanker</span>
  2413. </div>
  2414. <div class="abouttabbio">
  2415. <h1>history</h1>
  2416. <p>adam dakarai halim was born in the winter of 2025. he is highly trained individual in the knowledge of botany, first aid and exceptional at parkour. he has been living in secter 13 for only two days as of 11/3/56.</p>
  2417.  
  2418. <p>due to being raised in a survivalist group filled with many war veterans, adam is a very stoic and serious individual. he has been conditioned to not feel his emotions and because of that, he has become unwilling to connect emotionally. he lived on his own for a while and through this he became an introvert. even though adam is beginning to live with others in close proximity, he still struggles to form emotional bonds. friendship is a foreign concept.</p>
  2419. <h1>history</h1>
  2420. <p>i honestly don't know what 2 put here. anyways, if you're reading this, i hope you enjoy this new code, my fresh dude.</p>
  2421. </div>
  2422.  
  2423. </div>
  2424. </div>
  2425. </div>
  2426.  
  2427.  
  2428. <!---------------POP UP BOXES #28----------------->
  2429.  
  2430. <div id="box28" class="popup_block">
  2431. <div class="abouttitle">meet nathan.</div>
  2432. <div class="abouttab">
  2433. <div class="abouttabsb">
  2434. <img src="http://68.media.tumblr.com/39b61855583155afe48e96bb9b003e6f/tumblr_inline_otoq7fyYFa1slfjc1_250.png">
  2435. <div class="abouttabstats">
  2436. <ul>
  2437. <li><b>full name:</b> name</li>
  2438. <li><b>current age:</b> age</li>
  2439. <li><b>pronouns:</b> pronouns</li>
  2440. <li><b>sexuality:</b> sexuality</li>
  2441. <li><b>faceclaim:</b> face</li>
  2442. <li><b>muse type:</b> type</li>
  2443. <li><b>rp type:</b> type</li>
  2444. <li><b>status:</b> status</li>
  2445. </ul>
  2446. </div>
  2447. </div>
  2448.  
  2449. <div class="abouttabright">
  2450. <div class="aboutquotation"><big>❝</big> He <i>remembered</i> a version of <b>himself</b> untrammeled by <u>expectation</u>, unimpeded by <b><i>Ego</i></b>. He had <i>suffered</i> in the many years since then, seeking to <b>return</b> to that original self, if, in fact, it <i>ever</i> existed . . . <big>❞</big>
  2451. <br>
  2452. <span>⸻ &nbsp;Ashim Shanker</span>
  2453. </div>
  2454. <div class="abouttabbio">
  2455. <h1>history</h1>
  2456. <p>adam dakarai halim was born in the winter of 2025. he is highly trained individual in the knowledge of botany, first aid and exceptional at parkour. he has been living in secter 13 for only two days as of 11/3/56.</p>
  2457.  
  2458. <p>due to being raised in a survivalist group filled with many war veterans, adam is a very stoic and serious individual. he has been conditioned to not feel his emotions and because of that, he has become unwilling to connect emotionally. he lived on his own for a while and through this he became an introvert. even though adam is beginning to live with others in close proximity, he still struggles to form emotional bonds. friendship is a foreign concept.</p>
  2459. <h1>history</h1>
  2460. <p>i honestly don't know what 2 put here. anyways, if you're reading this, i hope you enjoy this new code, my fresh dude.</p>
  2461. </div>
  2462.  
  2463. </div>
  2464. </div>
  2465. </div>
  2466.  
  2467.  
  2468. <!---------------POP UP BOXES #29----------------->
  2469.  
  2470. <div id="box29" class="popup_block">
  2471. <div class="abouttitle">meet stefan.</div>
  2472. <div class="abouttab">
  2473. <div class="abouttabsb">
  2474. <img src="http://68.media.tumblr.com/39b61855583155afe48e96bb9b003e6f/tumblr_inline_otoq7fyYFa1slfjc1_250.png">
  2475. <div class="abouttabstats">
  2476. <ul>
  2477. <li><b>full name:</b> name</li>
  2478. <li><b>current age:</b> age</li>
  2479. <li><b>pronouns:</b> pronouns</li>
  2480. <li><b>sexuality:</b> sexuality</li>
  2481. <li><b>faceclaim:</b> face</li>
  2482. <li><b>muse type:</b> type</li>
  2483. <li><b>rp type:</b> type</li>
  2484. <li><b>status:</b> status</li>
  2485. </ul>
  2486. </div>
  2487. </div>
  2488.  
  2489. <div class="abouttabright">
  2490. <div class="aboutquotation"><big>❝</big> He <i>remembered</i> a version of <b>himself</b> untrammeled by <u>expectation</u>, unimpeded by <b><i>Ego</i></b>. He had <i>suffered</i> in the many years since then, seeking to <b>return</b> to that original self, if, in fact, it <i>ever</i> existed . . . <big>❞</big>
  2491. <br>
  2492. <span>⸻ &nbsp;Ashim Shanker</span>
  2493. </div>
  2494. <div class="abouttabbio">
  2495. <h1>history</h1>
  2496. <p>adam dakarai halim was born in the winter of 2025. he is highly trained individual in the knowledge of botany, first aid and exceptional at parkour. he has been living in secter 13 for only two days as of 11/3/56.</p>
  2497.  
  2498. <p>due to being raised in a survivalist group filled with many war veterans, adam is a very stoic and serious individual. he has been conditioned to not feel his emotions and because of that, he has become unwilling to connect emotionally. he lived on his own for a while and through this he became an introvert. even though adam is beginning to live with others in close proximity, he still struggles to form emotional bonds. friendship is a foreign concept.</p>
  2499. <h1>history</h1>
  2500. <p>i honestly don't know what 2 put here. anyways, if you're reading this, i hope you enjoy this new code, my fresh dude.</p>
  2501. </div>
  2502.  
  2503. </div>
  2504. </div>
  2505. </div>
  2506.  
  2507. <!---------------POP UP BOXES #30----------------->
  2508.  
  2509. <div id="box30" class="popup_block">
  2510. <div class="abouttitle">meet aurelia.</div>
  2511. <div class="abouttab">
  2512. <div class="abouttabsb">
  2513. <img src="http://68.media.tumblr.com/39b61855583155afe48e96bb9b003e6f/tumblr_inline_otoq7fyYFa1slfjc1_250.png">
  2514. <div class="abouttabstats">
  2515. <ul>
  2516. <li><b>full name:</b> name</li>
  2517. <li><b>current age:</b> age</li>
  2518. <li><b>pronouns:</b> pronouns</li>
  2519. <li><b>sexuality:</b> sexuality</li>
  2520. <li><b>faceclaim:</b> face</li>
  2521. <li><b>muse type:</b> type</li>
  2522. <li><b>rp type:</b> type</li>
  2523. <li><b>status:</b> status</li>
  2524. </ul>
  2525. </div>
  2526. </div>
  2527.  
  2528. <div class="abouttabright">
  2529. <div class="aboutquotation"><big>❝</big> He <i>remembered</i> a version of <b>himself</b> untrammeled by <u>expectation</u>, unimpeded by <b><i>Ego</i></b>. He had <i>suffered</i> in the many years since then, seeking to <b>return</b> to that original self, if, in fact, it <i>ever</i> existed . . . <big>❞</big>
  2530. <br>
  2531. <span>⸻ &nbsp;Ashim Shanker</span>
  2532. </div>
  2533. <div class="abouttabbio">
  2534. <h1>history</h1>
  2535. <p>adam dakarai halim was born in the winter of 2025. he is highly trained individual in the knowledge of botany, first aid and exceptional at parkour. he has been living in secter 13 for only two days as of 11/3/56.</p>
  2536.  
  2537. <p>due to being raised in a survivalist group filled with many war veterans, adam is a very stoic and serious individual. he has been conditioned to not feel his emotions and because of that, he has become unwilling to connect emotionally. he lived on his own for a while and through this he became an introvert. even though adam is beginning to live with others in close proximity, he still struggles to form emotional bonds. friendship is a foreign concept.</p>
  2538. <h1>history</h1>
  2539. <p>i honestly don't know what 2 put here. anyways, if you're reading this, i hope you enjoy this new code, my fresh dude.</p>
  2540. </div>
  2541.  
  2542. </div>
  2543. </div>
  2544. </div>
  2545.  
  2546. <!---------------POP UP BOXES #31----------------->
  2547.  
  2548. <div id="box31" class="popup_block">
  2549. <div class="abouttitle">meet adam.</div>
  2550. <div class="abouttab">
  2551. <div class="abouttabsb">
  2552. <img src="http://68.media.tumblr.com/39b61855583155afe48e96bb9b003e6f/tumblr_inline_otoq7fyYFa1slfjc1_250.png">
  2553. <div class="abouttabstats">
  2554. <ul>
  2555. <li><b>full name:</b> name</li>
  2556. <li><b>current age:</b> age</li>
  2557. <li><b>pronouns:</b> pronouns</li>
  2558. <li><b>sexuality:</b> sexuality</li>
  2559. <li><b>faceclaim:</b> face</li>
  2560. <li><b>muse type:</b> type</li>
  2561. <li><b>rp type:</b> type</li>
  2562. <li><b>status:</b> status</li>
  2563. </ul>
  2564. </div>
  2565. </div>
  2566.  
  2567. <div class="abouttabright">
  2568. <div class="aboutquotation"><big>❝</big> He <i>remembered</i> a version of <b>himself</b> untrammeled by <u>expectation</u>, unimpeded by <b><i>Ego</i></b>. He had <i>suffered</i> in the many years since then, seeking to <b>return</b> to that original self, if, in fact, it <i>ever</i> existed . . . <big>❞</big>
  2569. <br>
  2570. <span>⸻ &nbsp;Ashim Shanker</span>
  2571. </div>
  2572. <div class="abouttabbio">
  2573. <h1>history</h1>
  2574. <p>adam dakarai halim was born in the winter of 2025. he is highly trained individual in the knowledge of botany, first aid and exceptional at parkour. he has been living in secter 13 for only two days as of 11/3/56.</p>
  2575.  
  2576. <p>due to being raised in a survivalist group filled with many war veterans, adam is a very stoic and serious individual. he has been conditioned to not feel his emotions and because of that, he has become unwilling to connect emotionally. he lived on his own for a while and through this he became an introvert. even though adam is beginning to live with others in close proximity, he still struggles to form emotional bonds. friendship is a foreign concept.</p>
  2577. <h1>history</h1>
  2578. <p>i honestly don't know what 2 put here. anyways, if you're reading this, i hope you enjoy this new code, my fresh dude.</p>
  2579. </div>
  2580.  
  2581. </div>
  2582. </div>
  2583. </div>
  2584.  
  2585.  
  2586. <!---------------POP UP BOXES #32----------------->
  2587.  
  2588. <div id="box32" class="popup_block">
  2589. <div class="abouttitle">meet aurelia.</div>
  2590. <div class="abouttab">
  2591. <div class="abouttabsb">
  2592. <img src="http://68.media.tumblr.com/39b61855583155afe48e96bb9b003e6f/tumblr_inline_otoq7fyYFa1slfjc1_250.png">
  2593. <div class="abouttabstats">
  2594. <ul>
  2595. <li><b>full name:</b> name</li>
  2596. <li><b>current age:</b> age</li>
  2597. <li><b>pronouns:</b> pronouns</li>
  2598. <li><b>sexuality:</b> sexuality</li>
  2599. <li><b>faceclaim:</b> face</li>
  2600. <li><b>muse type:</b> type</li>
  2601. <li><b>rp type:</b> type</li>
  2602. <li><b>status:</b> status</li>
  2603. </ul>
  2604. </div>
  2605. </div>
  2606.  
  2607. <div class="abouttabright">
  2608. <div class="aboutquotation"><big>❝</big> He <i>remembered</i> a version of <b>himself</b> untrammeled by <u>expectation</u>, unimpeded by <b><i>Ego</i></b>. He had <i>suffered</i> in the many years since then, seeking to <b>return</b> to that original self, if, in fact, it <i>ever</i> existed . . . <big>❞</big>
  2609. <br>
  2610. <span>⸻ &nbsp;Ashim Shanker</span>
  2611. </div>
  2612. <div class="abouttabbio">
  2613. <h1>history</h1>
  2614. <p>adam dakarai halim was born in the winter of 2025. he is highly trained individual in the knowledge of botany, first aid and exceptional at parkour. he has been living in secter 13 for only two days as of 11/3/56.</p>
  2615.  
  2616. <p>due to being raised in a survivalist group filled with many war veterans, adam is a very stoic and serious individual. he has been conditioned to not feel his emotions and because of that, he has become unwilling to connect emotionally. he lived on his own for a while and through this he became an introvert. even though adam is beginning to live with others in close proximity, he still struggles to form emotional bonds. friendship is a foreign concept.</p>
  2617. <h1>history</h1>
  2618. <p>i honestly don't know what 2 put here. anyways, if you're reading this, i hope you enjoy this new code, my fresh dude.</p>
  2619. </div>
  2620.  
  2621. </div>
  2622. </div>
  2623. </div>
  2624.  
  2625.  
  2626. <!---------------POP UP BOXES #33----------------->
  2627.  
  2628. <div id="box33" class="popup_block">
  2629. <div class="abouttitle">meet austin.</div>
  2630. <div class="abouttab">
  2631. <div class="abouttabsb">
  2632. <img src="http://68.media.tumblr.com/39b61855583155afe48e96bb9b003e6f/tumblr_inline_otoq7fyYFa1slfjc1_250.png">
  2633. <div class="abouttabstats">
  2634. <ul>
  2635. <li><b>full name:</b> name</li>
  2636. <li><b>current age:</b> age</li>
  2637. <li><b>pronouns:</b> pronouns</li>
  2638. <li><b>sexuality:</b> sexuality</li>
  2639. <li><b>faceclaim:</b> face</li>
  2640. <li><b>muse type:</b> type</li>
  2641. <li><b>rp type:</b> type</li>
  2642. <li><b>status:</b> status</li>
  2643. </ul>
  2644. </div>
  2645. </div>
  2646.  
  2647. <div class="abouttabright">
  2648. <div class="aboutquotation"><big>❝</big> He <i>remembered</i> a version of <b>himself</b> untrammeled by <u>expectation</u>, unimpeded by <b><i>Ego</i></b>. He had <i>suffered</i> in the many years since then, seeking to <b>return</b> to that original self, if, in fact, it <i>ever</i> existed . . . <big>❞</big>
  2649. <br>
  2650. <span>⸻ &nbsp;Ashim Shanker</span>
  2651. </div>
  2652. <div class="abouttabbio">
  2653. <h1>history</h1>
  2654. <p>adam dakarai halim was born in the winter of 2025. he is highly trained individual in the knowledge of botany, first aid and exceptional at parkour. he has been living in secter 13 for only two days as of 11/3/56.</p>
  2655.  
  2656. <p>due to being raised in a survivalist group filled with many war veterans, adam is a very stoic and serious individual. he has been conditioned to not feel his emotions and because of that, he has become unwilling to connect emotionally. he lived on his own for a while and through this he became an introvert. even though adam is beginning to live with others in close proximity, he still struggles to form emotional bonds. friendship is a foreign concept.</p>
  2657. <h1>history</h1>
  2658. <p>i honestly don't know what 2 put here. anyways, if you're reading this, i hope you enjoy this new code, my fresh dude.</p>
  2659. </div>
  2660.  
  2661. </div>
  2662. </div>
  2663. </div>
  2664.  
  2665.  
  2666. <!---------------POP UP BOXES #34----------------->
  2667.  
  2668. <div id="box34" class="popup_block">
  2669. <div class="abouttitle">meet david.</div>
  2670. <div class="abouttab">
  2671. <div class="abouttabsb">
  2672. <img src="http://68.media.tumblr.com/39b61855583155afe48e96bb9b003e6f/tumblr_inline_otoq7fyYFa1slfjc1_250.png">
  2673. <div class="abouttabstats">
  2674. <ul>
  2675. <li><b>full name:</b> name</li>
  2676. <li><b>current age:</b> age</li>
  2677. <li><b>pronouns:</b> pronouns</li>
  2678. <li><b>sexuality:</b> sexuality</li>
  2679. <li><b>faceclaim:</b> face</li>
  2680. <li><b>muse type:</b> type</li>
  2681. <li><b>rp type:</b> type</li>
  2682. <li><b>status:</b> status</li>
  2683. </ul>
  2684. </div>
  2685. </div>
  2686.  
  2687. <div class="abouttabright">
  2688. <div class="aboutquotation"><big>❝</big> He <i>remembered</i> a version of <b>himself</b> untrammeled by <u>expectation</u>, unimpeded by <b><i>Ego</i></b>. He had <i>suffered</i> in the many years since then, seeking to <b>return</b> to that original self, if, in fact, it <i>ever</i> existed . . . <big>❞</big>
  2689. <br>
  2690. <span>⸻ &nbsp;Ashim Shanker</span>
  2691. </div>
  2692. <div class="abouttabbio">
  2693. <h1>history</h1>
  2694. <p>adam dakarai halim was born in the winter of 2025. he is highly trained individual in the knowledge of botany, first aid and exceptional at parkour. he has been living in secter 13 for only two days as of 11/3/56.</p>
  2695.  
  2696. <p>due to being raised in a survivalist group filled with many war veterans, adam is a very stoic and serious individual. he has been conditioned to not feel his emotions and because of that, he has become unwilling to connect emotionally. he lived on his own for a while and through this he became an introvert. even though adam is beginning to live with others in close proximity, he still struggles to form emotional bonds. friendship is a foreign concept.</p>
  2697. <h1>history</h1>
  2698. <p>i honestly don't know what 2 put here. anyways, if you're reading this, i hope you enjoy this new code, my fresh dude.</p>
  2699. </div>
  2700.  
  2701. </div>
  2702. </div>
  2703. </div>
  2704.  
  2705.  
  2706. <!---------------POP UP BOXES #35----------------->
  2707.  
  2708. <div id="box35" class="popup_block">
  2709. <div class="abouttitle">meet logan.</div>
  2710. <div class="abouttab">
  2711. <div class="abouttabsb">
  2712. <img src="http://68.media.tumblr.com/39b61855583155afe48e96bb9b003e6f/tumblr_inline_otoq7fyYFa1slfjc1_250.png">
  2713. <div class="abouttabstats">
  2714. <ul>
  2715. <li><b>full name:</b> name</li>
  2716. <li><b>current age:</b> age</li>
  2717. <li><b>pronouns:</b> pronouns</li>
  2718. <li><b>sexuality:</b> sexuality</li>
  2719. <li><b>faceclaim:</b> face</li>
  2720. <li><b>muse type:</b> type</li>
  2721. <li><b>rp type:</b> type</li>
  2722. <li><b>status:</b> status</li>
  2723. </ul>
  2724. </div>
  2725. </div>
  2726.  
  2727. <div class="abouttabright">
  2728. <div class="aboutquotation"><big>❝</big> He <i>remembered</i> a version of <b>himself</b> untrammeled by <u>expectation</u>, unimpeded by <b><i>Ego</i></b>. He had <i>suffered</i> in the many years since then, seeking to <b>return</b> to that original self, if, in fact, it <i>ever</i> existed . . . <big>❞</big>
  2729. <br>
  2730. <span>⸻ &nbsp;Ashim Shanker</span>
  2731. </div>
  2732. <div class="abouttabbio">
  2733. <h1>history</h1>
  2734. <p>adam dakarai halim was born in the winter of 2025. he is highly trained individual in the knowledge of botany, first aid and exceptional at parkour. he has been living in secter 13 for only two days as of 11/3/56.</p>
  2735.  
  2736. <p>due to being raised in a survivalist group filled with many war veterans, adam is a very stoic and serious individual. he has been conditioned to not feel his emotions and because of that, he has become unwilling to connect emotionally. he lived on his own for a while and through this he became an introvert. even though adam is beginning to live with others in close proximity, he still struggles to form emotional bonds. friendship is a foreign concept.</p>
  2737. <h1>history</h1>
  2738. <p>i honestly don't know what 2 put here. anyways, if you're reading this, i hope you enjoy this new code, my fresh dude.</p>
  2739. </div>
  2740.  
  2741. </div>
  2742. </div>
  2743. </div>
  2744.  
  2745.  
  2746. <!---------------POP UP BOXES #36----------------->
  2747.  
  2748. <div id="box36" class="popup_block">
  2749. <div class="abouttitle">meet luciano.</div>
  2750. <div class="abouttab">
  2751. <div class="abouttabsb">
  2752. <img src="http://68.media.tumblr.com/39b61855583155afe48e96bb9b003e6f/tumblr_inline_otoq7fyYFa1slfjc1_250.png">
  2753. <div class="abouttabstats">
  2754. <ul>
  2755. <li><b>full name:</b> name</li>
  2756. <li><b>current age:</b> age</li>
  2757. <li><b>pronouns:</b> pronouns</li>
  2758. <li><b>sexuality:</b> sexuality</li>
  2759. <li><b>faceclaim:</b> face</li>
  2760. <li><b>muse type:</b> type</li>
  2761. <li><b>rp type:</b> type</li>
  2762. <li><b>status:</b> status</li>
  2763. </ul>
  2764. </div>
  2765. </div>
  2766.  
  2767. <div class="abouttabright">
  2768. <div class="aboutquotation"><big>❝</big> He <i>remembered</i> a version of <b>himself</b> untrammeled by <u>expectation</u>, unimpeded by <b><i>Ego</i></b>. He had <i>suffered</i> in the many years since then, seeking to <b>return</b> to that original self, if, in fact, it <i>ever</i> existed . . . <big>❞</big>
  2769. <br>
  2770. <span>⸻ &nbsp;Ashim Shanker</span>
  2771. </div>
  2772. <div class="abouttabbio">
  2773. <h1>history</h1>
  2774. <p>adam dakarai halim was born in the winter of 2025. he is highly trained individual in the knowledge of botany, first aid and exceptional at parkour. he has been living in secter 13 for only two days as of 11/3/56.</p>
  2775.  
  2776. <p>due to being raised in a survivalist group filled with many war veterans, adam is a very stoic and serious individual. he has been conditioned to not feel his emotions and because of that, he has become unwilling to connect emotionally. he lived on his own for a while and through this he became an introvert. even though adam is beginning to live with others in close proximity, he still struggles to form emotional bonds. friendship is a foreign concept.</p>
  2777. <h1>history</h1>
  2778. <p>i honestly don't know what 2 put here. anyways, if you're reading this, i hope you enjoy this new code, my fresh dude.</p>
  2779. </div>
  2780.  
  2781. </div>
  2782. </div>
  2783. </div>
  2784.  
  2785.  
  2786. <!---------------POP UP BOXES #37----------------->
  2787.  
  2788. <div id="box37" class="popup_block">
  2789. <div class="abouttitle">meet madeline.</div>
  2790. <div class="abouttab">
  2791. <div class="abouttabsb">
  2792. <img src="http://68.media.tumblr.com/39b61855583155afe48e96bb9b003e6f/tumblr_inline_otoq7fyYFa1slfjc1_250.png">
  2793. <div class="abouttabstats">
  2794. <ul>
  2795. <li><b>full name:</b> name</li>
  2796. <li><b>current age:</b> age</li>
  2797. <li><b>pronouns:</b> pronouns</li>
  2798. <li><b>sexuality:</b> sexuality</li>
  2799. <li><b>faceclaim:</b> face</li>
  2800. <li><b>muse type:</b> type</li>
  2801. <li><b>rp type:</b> type</li>
  2802. <li><b>status:</b> status</li>
  2803. </ul>
  2804. </div>
  2805. </div>
  2806.  
  2807. <div class="abouttabright">
  2808. <div class="aboutquotation"><big>❝</big> He <i>remembered</i> a version of <b>himself</b> untrammeled by <u>expectation</u>, unimpeded by <b><i>Ego</i></b>. He had <i>suffered</i> in the many years since then, seeking to <b>return</b> to that original self, if, in fact, it <i>ever</i> existed . . . <big>❞</big>
  2809. <br>
  2810. <span>⸻ &nbsp;Ashim Shanker</span>
  2811. </div>
  2812. <div class="abouttabbio">
  2813. <h1>history</h1>
  2814. <p>adam dakarai halim was born in the winter of 2025. he is highly trained individual in the knowledge of botany, first aid and exceptional at parkour. he has been living in secter 13 for only two days as of 11/3/56.</p>
  2815.  
  2816. <p>due to being raised in a survivalist group filled with many war veterans, adam is a very stoic and serious individual. he has been conditioned to not feel his emotions and because of that, he has become unwilling to connect emotionally. he lived on his own for a while and through this he became an introvert. even though adam is beginning to live with others in close proximity, he still struggles to form emotional bonds. friendship is a foreign concept.</p>
  2817. <h1>history</h1>
  2818. <p>i honestly don't know what 2 put here. anyways, if you're reading this, i hope you enjoy this new code, my fresh dude.</p>
  2819. </div>
  2820.  
  2821. </div>
  2822. </div>
  2823. </div>
  2824.  
  2825.  
  2826. <!---------------POP UP BOXES #38----------------->
  2827.  
  2828. <div id="box38" class="popup_block">
  2829. <div class="abouttitle">meet nathan.</div>
  2830. <div class="abouttab">
  2831. <div class="abouttabsb">
  2832. <img src="http://68.media.tumblr.com/39b61855583155afe48e96bb9b003e6f/tumblr_inline_otoq7fyYFa1slfjc1_250.png">
  2833. <div class="abouttabstats">
  2834. <ul>
  2835. <li><b>full name:</b> name</li>
  2836. <li><b>current age:</b> age</li>
  2837. <li><b>pronouns:</b> pronouns</li>
  2838. <li><b>sexuality:</b> sexuality</li>
  2839. <li><b>faceclaim:</b> face</li>
  2840. <li><b>muse type:</b> type</li>
  2841. <li><b>rp type:</b> type</li>
  2842. <li><b>status:</b> status</li>
  2843. </ul>
  2844. </div>
  2845. </div>
  2846.  
  2847. <div class="abouttabright">
  2848. <div class="aboutquotation"><big>❝</big> He <i>remembered</i> a version of <b>himself</b> untrammeled by <u>expectation</u>, unimpeded by <b><i>Ego</i></b>. He had <i>suffered</i> in the many years since then, seeking to <b>return</b> to that original self, if, in fact, it <i>ever</i> existed . . . <big>❞</big>
  2849. <br>
  2850. <span>⸻ &nbsp;Ashim Shanker</span>
  2851. </div>
  2852. <div class="abouttabbio">
  2853. <h1>history</h1>
  2854. <p>adam dakarai halim was born in the winter of 2025. he is highly trained individual in the knowledge of botany, first aid and exceptional at parkour. he has been living in secter 13 for only two days as of 11/3/56.</p>
  2855.  
  2856. <p>due to being raised in a survivalist group filled with many war veterans, adam is a very stoic and serious individual. he has been conditioned to not feel his emotions and because of that, he has become unwilling to connect emotionally. he lived on his own for a while and through this he became an introvert. even though adam is beginning to live with others in close proximity, he still struggles to form emotional bonds. friendship is a foreign concept.</p>
  2857. <h1>history</h1>
  2858. <p>i honestly don't know what 2 put here. anyways, if you're reading this, i hope you enjoy this new code, my fresh dude.</p>
  2859. </div>
  2860.  
  2861. </div>
  2862. </div>
  2863. </div>
  2864.  
  2865.  
  2866. <!---------------POP UP BOXES #39----------------->
  2867.  
  2868. <div id="box39" class="popup_block">
  2869. <div class="abouttitle">meet stefan.</div>
  2870. <div class="abouttab">
  2871. <div class="abouttabsb">
  2872. <img src="http://68.media.tumblr.com/39b61855583155afe48e96bb9b003e6f/tumblr_inline_otoq7fyYFa1slfjc1_250.png">
  2873. <div class="abouttabstats">
  2874. <ul>
  2875. <li><b>full name:</b> name</li>
  2876. <li><b>current age:</b> age</li>
  2877. <li><b>pronouns:</b> pronouns</li>
  2878. <li><b>sexuality:</b> sexuality</li>
  2879. <li><b>faceclaim:</b> face</li>
  2880. <li><b>muse type:</b> type</li>
  2881. <li><b>rp type:</b> type</li>
  2882. <li><b>status:</b> status</li>
  2883. </ul>
  2884. </div>
  2885. </div>
  2886.  
  2887. <div class="abouttabright">
  2888. <div class="aboutquotation"><big>❝</big> He <i>remembered</i> a version of <b>himself</b> untrammeled by <u>expectation</u>, unimpeded by <b><i>Ego</i></b>. He had <i>suffered</i> in the many years since then, seeking to <b>return</b> to that original self, if, in fact, it <i>ever</i> existed . . . <big>❞</big>
  2889. <br>
  2890. <span>⸻ &nbsp;Ashim Shanker</span>
  2891. </div>
  2892. <div class="abouttabbio">
  2893. <h1>history</h1>
  2894. <p>adam dakarai halim was born in the winter of 2025. he is highly trained individual in the knowledge of botany, first aid and exceptional at parkour. he has been living in secter 13 for only two days as of 11/3/56.</p>
  2895.  
  2896. <p>due to being raised in a survivalist group filled with many war veterans, adam is a very stoic and serious individual. he has been conditioned to not feel his emotions and because of that, he has become unwilling to connect emotionally. he lived on his own for a while and through this he became an introvert. even though adam is beginning to live with others in close proximity, he still struggles to form emotional bonds. friendship is a foreign concept.</p>
  2897. <h1>history</h1>
  2898. <p>i honestly don't know what 2 put here. anyways, if you're reading this, i hope you enjoy this new code, my fresh dude.</p>
  2899. </div>
  2900.  
  2901. </div>
  2902. </div>
  2903. </div>
  2904.  
  2905. <!---------------POP UP BOXES #40----------------->
  2906.  
  2907. <div id="box40" class="popup_block">
  2908. <div class="abouttitle">meet aurelia.</div>
  2909. <div class="abouttab">
  2910. <div class="abouttabsb">
  2911. <img src="http://68.media.tumblr.com/39b61855583155afe48e96bb9b003e6f/tumblr_inline_otoq7fyYFa1slfjc1_250.png">
  2912. <div class="abouttabstats">
  2913. <ul>
  2914. <li><b>full name:</b> name</li>
  2915. <li><b>current age:</b> age</li>
  2916. <li><b>pronouns:</b> pronouns</li>
  2917. <li><b>sexuality:</b> sexuality</li>
  2918. <li><b>faceclaim:</b> face</li>
  2919. <li><b>muse type:</b> type</li>
  2920. <li><b>rp type:</b> type</li>
  2921. <li><b>status:</b> status</li>
  2922. </ul>
  2923. </div>
  2924. </div>
  2925.  
  2926. <div class="abouttabright">
  2927. <div class="aboutquotation"><big>❝</big> He <i>remembered</i> a version of <b>himself</b> untrammeled by <u>expectation</u>, unimpeded by <b><i>Ego</i></b>. He had <i>suffered</i> in the many years since then, seeking to <b>return</b> to that original self, if, in fact, it <i>ever</i> existed . . . <big>❞</big>
  2928. <br>
  2929. <span>⸻ &nbsp;Ashim Shanker</span>
  2930. </div>
  2931. <div class="abouttabbio">
  2932. <h1>history</h1>
  2933. <p>adam dakarai halim was born in the winter of 2025. he is highly trained individual in the knowledge of botany, first aid and exceptional at parkour. he has been living in secter 13 for only two days as of 11/3/56.</p>
  2934.  
  2935. <p>due to being raised in a survivalist group filled with many war veterans, adam is a very stoic and serious individual. he has been conditioned to not feel his emotions and because of that, he has become unwilling to connect emotionally. he lived on his own for a while and through this he became an introvert. even though adam is beginning to live with others in close proximity, he still struggles to form emotional bonds. friendship is a foreign concept.</p>
  2936. <h1>history</h1>
  2937. <p>i honestly don't know what 2 put here. anyways, if you're reading this, i hope you enjoy this new code, my fresh dude.</p>
  2938. </div>
  2939.  
  2940. </div>
  2941. </div>
  2942. </div>
  2943.  
  2944. <!---------------POP UP BOXES #41----------------->
  2945.  
  2946. <div id="box41" class="popup_block">
  2947. <div class="abouttitle">meet adam.</div>
  2948. <div class="abouttab">
  2949. <div class="abouttabsb">
  2950. <img src="http://68.media.tumblr.com/39b61855583155afe48e96bb9b003e6f/tumblr_inline_otoq7fyYFa1slfjc1_250.png">
  2951. <div class="abouttabstats">
  2952. <ul>
  2953. <li><b>full name:</b> name</li>
  2954. <li><b>current age:</b> age</li>
  2955. <li><b>pronouns:</b> pronouns</li>
  2956. <li><b>sexuality:</b> sexuality</li>
  2957. <li><b>faceclaim:</b> face</li>
  2958. <li><b>muse type:</b> type</li>
  2959. <li><b>rp type:</b> type</li>
  2960. <li><b>status:</b> status</li>
  2961. </ul>
  2962. </div>
  2963. </div>
  2964.  
  2965. <div class="abouttabright">
  2966. <div class="aboutquotation"><big>❝</big> He <i>remembered</i> a version of <b>himself</b> untrammeled by <u>expectation</u>, unimpeded by <b><i>Ego</i></b>. He had <i>suffered</i> in the many years since then, seeking to <b>return</b> to that original self, if, in fact, it <i>ever</i> existed . . . <big>❞</big>
  2967. <br>
  2968. <span>⸻ &nbsp;Ashim Shanker</span>
  2969. </div>
  2970. <div class="abouttabbio">
  2971. <h1>history</h1>
  2972. <p>adam dakarai halim was born in the winter of 2025. he is highly trained individual in the knowledge of botany, first aid and exceptional at parkour. he has been living in secter 13 for only two days as of 11/3/56.</p>
  2973.  
  2974. <p>due to being raised in a survivalist group filled with many war veterans, adam is a very stoic and serious individual. he has been conditioned to not feel his emotions and because of that, he has become unwilling to connect emotionally. he lived on his own for a while and through this he became an introvert. even though adam is beginning to live with others in close proximity, he still struggles to form emotional bonds. friendship is a foreign concept.</p>
  2975. <h1>history</h1>
  2976. <p>i honestly don't know what 2 put here. anyways, if you're reading this, i hope you enjoy this new code, my fresh dude.</p>
  2977. </div>
  2978.  
  2979. </div>
  2980. </div>
  2981. </div>
  2982.  
  2983.  
  2984. <!---------------POP UP BOXES #42----------------->
  2985.  
  2986. <div id="box42" class="popup_block">
  2987. <div class="abouttitle">meet aurelia.</div>
  2988. <div class="abouttab">
  2989. <div class="abouttabsb">
  2990. <img src="http://68.media.tumblr.com/39b61855583155afe48e96bb9b003e6f/tumblr_inline_otoq7fyYFa1slfjc1_250.png">
  2991. <div class="abouttabstats">
  2992. <ul>
  2993. <li><b>full name:</b> name</li>
  2994. <li><b>current age:</b> age</li>
  2995. <li><b>pronouns:</b> pronouns</li>
  2996. <li><b>sexuality:</b> sexuality</li>
  2997. <li><b>faceclaim:</b> face</li>
  2998. <li><b>muse type:</b> type</li>
  2999. <li><b>rp type:</b> type</li>
  3000. <li><b>status:</b> status</li>
  3001. </ul>
  3002. </div>
  3003. </div>
  3004.  
  3005. <div class="abouttabright">
  3006. <div class="aboutquotation"><big>❝</big> He <i>remembered</i> a version of <b>himself</b> untrammeled by <u>expectation</u>, unimpeded by <b><i>Ego</i></b>. He had <i>suffered</i> in the many years since then, seeking to <b>return</b> to that original self, if, in fact, it <i>ever</i> existed . . . <big>❞</big>
  3007. <br>
  3008. <span>⸻ &nbsp;Ashim Shanker</span>
  3009. </div>
  3010. <div class="abouttabbio">
  3011. <h1>history</h1>
  3012. <p>adam dakarai halim was born in the winter of 2025. he is highly trained individual in the knowledge of botany, first aid and exceptional at parkour. he has been living in secter 13 for only two days as of 11/3/56.</p>
  3013.  
  3014. <p>due to being raised in a survivalist group filled with many war veterans, adam is a very stoic and serious individual. he has been conditioned to not feel his emotions and because of that, he has become unwilling to connect emotionally. he lived on his own for a while and through this he became an introvert. even though adam is beginning to live with others in close proximity, he still struggles to form emotional bonds. friendship is a foreign concept.</p>
  3015. <h1>history</h1>
  3016. <p>i honestly don't know what 2 put here. anyways, if you're reading this, i hope you enjoy this new code, my fresh dude.</p>
  3017. </div>
  3018.  
  3019. </div>
  3020. </div>
  3021. </div>
  3022.  
  3023.  
  3024. <!---------------POP UP BOXES #43----------------->
  3025.  
  3026. <div id="box43" class="popup_block">
  3027. <div class="abouttitle">meet austin.</div>
  3028. <div class="abouttab">
  3029. <div class="abouttabsb">
  3030. <img src="http://68.media.tumblr.com/39b61855583155afe48e96bb9b003e6f/tumblr_inline_otoq7fyYFa1slfjc1_250.png">
  3031. <div class="abouttabstats">
  3032. <ul>
  3033. <li><b>full name:</b> name</li>
  3034. <li><b>current age:</b> age</li>
  3035. <li><b>pronouns:</b> pronouns</li>
  3036. <li><b>sexuality:</b> sexuality</li>
  3037. <li><b>faceclaim:</b> face</li>
  3038. <li><b>muse type:</b> type</li>
  3039. <li><b>rp type:</b> type</li>
  3040. <li><b>status:</b> status</li>
  3041. </ul>
  3042. </div>
  3043. </div>
  3044.  
  3045. <div class="abouttabright">
  3046. <div class="aboutquotation"><big>❝</big> He <i>remembered</i> a version of <b>himself</b> untrammeled by <u>expectation</u>, unimpeded by <b><i>Ego</i></b>. He had <i>suffered</i> in the many years since then, seeking to <b>return</b> to that original self, if, in fact, it <i>ever</i> existed . . . <big>❞</big>
  3047. <br>
  3048. <span>⸻ &nbsp;Ashim Shanker</span>
  3049. </div>
  3050. <div class="abouttabbio">
  3051. <h1>history</h1>
  3052. <p>adam dakarai halim was born in the winter of 2025. he is highly trained individual in the knowledge of botany, first aid and exceptional at parkour. he has been living in secter 13 for only two days as of 11/3/56.</p>
  3053.  
  3054. <p>due to being raised in a survivalist group filled with many war veterans, adam is a very stoic and serious individual. he has been conditioned to not feel his emotions and because of that, he has become unwilling to connect emotionally. he lived on his own for a while and through this he became an introvert. even though adam is beginning to live with others in close proximity, he still struggles to form emotional bonds. friendship is a foreign concept.</p>
  3055. <h1>history</h1>
  3056. <p>i honestly don't know what 2 put here. anyways, if you're reading this, i hope you enjoy this new code, my fresh dude.</p>
  3057. </div>
  3058.  
  3059. </div>
  3060. </div>
  3061. </div>
  3062.  
  3063.  
  3064. <!---------------POP UP BOXES #44----------------->
  3065.  
  3066. <div id="box44" class="popup_block">
  3067. <div class="abouttitle">meet david.</div>
  3068. <div class="abouttab">
  3069. <div class="abouttabsb">
  3070. <img src="http://68.media.tumblr.com/39b61855583155afe48e96bb9b003e6f/tumblr_inline_otoq7fyYFa1slfjc1_250.png">
  3071. <div class="abouttabstats">
  3072. <ul>
  3073. <li><b>full name:</b> name</li>
  3074. <li><b>current age:</b> age</li>
  3075. <li><b>pronouns:</b> pronouns</li>
  3076. <li><b>sexuality:</b> sexuality</li>
  3077. <li><b>faceclaim:</b> face</li>
  3078. <li><b>muse type:</b> type</li>
  3079. <li><b>rp type:</b> type</li>
  3080. <li><b>status:</b> status</li>
  3081. </ul>
  3082. </div>
  3083. </div>
  3084.  
  3085. <div class="abouttabright">
  3086. <div class="aboutquotation"><big>❝</big> He <i>remembered</i> a version of <b>himself</b> untrammeled by <u>expectation</u>, unimpeded by <b><i>Ego</i></b>. He had <i>suffered</i> in the many years since then, seeking to <b>return</b> to that original self, if, in fact, it <i>ever</i> existed . . . <big>❞</big>
  3087. <br>
  3088. <span>⸻ &nbsp;Ashim Shanker</span>
  3089. </div>
  3090. <div class="abouttabbio">
  3091. <h1>history</h1>
  3092. <p>adam dakarai halim was born in the winter of 2025. he is highly trained individual in the knowledge of botany, first aid and exceptional at parkour. he has been living in secter 13 for only two days as of 11/3/56.</p>
  3093.  
  3094. <p>due to being raised in a survivalist group filled with many war veterans, adam is a very stoic and serious individual. he has been conditioned to not feel his emotions and because of that, he has become unwilling to connect emotionally. he lived on his own for a while and through this he became an introvert. even though adam is beginning to live with others in close proximity, he still struggles to form emotional bonds. friendship is a foreign concept.</p>
  3095. <h1>history</h1>
  3096. <p>i honestly don't know what 2 put here. anyways, if you're reading this, i hope you enjoy this new code, my fresh dude.</p>
  3097. </div>
  3098.  
  3099. </div>
  3100. </div>
  3101. </div>
  3102.  
  3103.  
  3104. <!---------------POP UP BOXES #45----------------->
  3105.  
  3106. <div id="box45" class="popup_block">
  3107. <div class="abouttitle">meet logan.</div>
  3108. <div class="abouttab">
  3109. <div class="abouttabsb">
  3110. <img src="http://68.media.tumblr.com/39b61855583155afe48e96bb9b003e6f/tumblr_inline_otoq7fyYFa1slfjc1_250.png">
  3111. <div class="abouttabstats">
  3112. <ul>
  3113. <li><b>full name:</b> name</li>
  3114. <li><b>current age:</b> age</li>
  3115. <li><b>pronouns:</b> pronouns</li>
  3116. <li><b>sexuality:</b> sexuality</li>
  3117. <li><b>faceclaim:</b> face</li>
  3118. <li><b>muse type:</b> type</li>
  3119. <li><b>rp type:</b> type</li>
  3120. <li><b>status:</b> status</li>
  3121. </ul>
  3122. </div>
  3123. </div>
  3124.  
  3125. <div class="abouttabright">
  3126. <div class="aboutquotation"><big>❝</big> He <i>remembered</i> a version of <b>himself</b> untrammeled by <u>expectation</u>, unimpeded by <b><i>Ego</i></b>. He had <i>suffered</i> in the many years since then, seeking to <b>return</b> to that original self, if, in fact, it <i>ever</i> existed . . . <big>❞</big>
  3127. <br>
  3128. <span>⸻ &nbsp;Ashim Shanker</span>
  3129. </div>
  3130. <div class="abouttabbio">
  3131. <h1>history</h1>
  3132. <p>adam dakarai halim was born in the winter of 2025. he is highly trained individual in the knowledge of botany, first aid and exceptional at parkour. he has been living in secter 13 for only two days as of 11/3/56.</p>
  3133.  
  3134. <p>due to being raised in a survivalist group filled with many war veterans, adam is a very stoic and serious individual. he has been conditioned to not feel his emotions and because of that, he has become unwilling to connect emotionally. he lived on his own for a while and through this he became an introvert. even though adam is beginning to live with others in close proximity, he still struggles to form emotional bonds. friendship is a foreign concept.</p>
  3135. <h1>history</h1>
  3136. <p>i honestly don't know what 2 put here. anyways, if you're reading this, i hope you enjoy this new code, my fresh dude.</p>
  3137. </div>
  3138.  
  3139. </div>
  3140. </div>
  3141. </div>
  3142.  
  3143.  
  3144. <!---------------POP UP BOXES #46----------------->
  3145.  
  3146. <div id="box46" class="popup_block">
  3147. <div class="abouttitle">meet luciano.</div>
  3148. <div class="abouttab">
  3149. <div class="abouttabsb">
  3150. <img src="http://68.media.tumblr.com/39b61855583155afe48e96bb9b003e6f/tumblr_inline_otoq7fyYFa1slfjc1_250.png">
  3151. <div class="abouttabstats">
  3152. <ul>
  3153. <li><b>full name:</b> name</li>
  3154. <li><b>current age:</b> age</li>
  3155. <li><b>pronouns:</b> pronouns</li>
  3156. <li><b>sexuality:</b> sexuality</li>
  3157. <li><b>faceclaim:</b> face</li>
  3158. <li><b>muse type:</b> type</li>
  3159. <li><b>rp type:</b> type</li>
  3160. <li><b>status:</b> status</li>
  3161. </ul>
  3162. </div>
  3163. </div>
  3164.  
  3165. <div class="abouttabright">
  3166. <div class="aboutquotation"><big>❝</big> He <i>remembered</i> a version of <b>himself</b> untrammeled by <u>expectation</u>, unimpeded by <b><i>Ego</i></b>. He had <i>suffered</i> in the many years since then, seeking to <b>return</b> to that original self, if, in fact, it <i>ever</i> existed . . . <big>❞</big>
  3167. <br>
  3168. <span>⸻ &nbsp;Ashim Shanker</span>
  3169. </div>
  3170. <div class="abouttabbio">
  3171. <h1>history</h1>
  3172. <p>adam dakarai halim was born in the winter of 2025. he is highly trained individual in the knowledge of botany, first aid and exceptional at parkour. he has been living in secter 13 for only two days as of 11/3/56.</p>
  3173.  
  3174. <p>due to being raised in a survivalist group filled with many war veterans, adam is a very stoic and serious individual. he has been conditioned to not feel his emotions and because of that, he has become unwilling to connect emotionally. he lived on his own for a while and through this he became an introvert. even though adam is beginning to live with others in close proximity, he still struggles to form emotional bonds. friendship is a foreign concept.</p>
  3175. <h1>history</h1>
  3176. <p>i honestly don't know what 2 put here. anyways, if you're reading this, i hope you enjoy this new code, my fresh dude.</p>
  3177. </div>
  3178.  
  3179. </div>
  3180. </div>
  3181. </div>
  3182.  
  3183.  
  3184. <!---------------POP UP BOXES #47----------------->
  3185.  
  3186. <div id="box47" class="popup_block">
  3187. <div class="abouttitle">meet madeline.</div>
  3188. <div class="abouttab">
  3189. <div class="abouttabsb">
  3190. <img src="http://68.media.tumblr.com/39b61855583155afe48e96bb9b003e6f/tumblr_inline_otoq7fyYFa1slfjc1_250.png">
  3191. <div class="abouttabstats">
  3192. <ul>
  3193. <li><b>full name:</b> name</li>
  3194. <li><b>current age:</b> age</li>
  3195. <li><b>pronouns:</b> pronouns</li>
  3196. <li><b>sexuality:</b> sexuality</li>
  3197. <li><b>faceclaim:</b> face</li>
  3198. <li><b>muse type:</b> type</li>
  3199. <li><b>rp type:</b> type</li>
  3200. <li><b>status:</b> status</li>
  3201. </ul>
  3202. </div>
  3203. </div>
  3204.  
  3205. <div class="abouttabright">
  3206. <div class="aboutquotation"><big>❝</big> He <i>remembered</i> a version of <b>himself</b> untrammeled by <u>expectation</u>, unimpeded by <b><i>Ego</i></b>. He had <i>suffered</i> in the many years since then, seeking to <b>return</b> to that original self, if, in fact, it <i>ever</i> existed . . . <big>❞</big>
  3207. <br>
  3208. <span>⸻ &nbsp;Ashim Shanker</span>
  3209. </div>
  3210. <div class="abouttabbio">
  3211. <h1>history</h1>
  3212. <p>adam dakarai halim was born in the winter of 2025. he is highly trained individual in the knowledge of botany, first aid and exceptional at parkour. he has been living in secter 13 for only two days as of 11/3/56.</p>
  3213.  
  3214. <p>due to being raised in a survivalist group filled with many war veterans, adam is a very stoic and serious individual. he has been conditioned to not feel his emotions and because of that, he has become unwilling to connect emotionally. he lived on his own for a while and through this he became an introvert. even though adam is beginning to live with others in close proximity, he still struggles to form emotional bonds. friendship is a foreign concept.</p>
  3215. <h1>history</h1>
  3216. <p>i honestly don't know what 2 put here. anyways, if you're reading this, i hope you enjoy this new code, my fresh dude.</p>
  3217. </div>
  3218.  
  3219. </div>
  3220. </div>
  3221. </div>
  3222.  
  3223.  
  3224. <!---------------POP UP BOXES #48----------------->
  3225.  
  3226. <div id="box48" class="popup_block">
  3227. <div class="abouttitle">meet nathan.</div>
  3228. <div class="abouttab">
  3229. <div class="abouttabsb">
  3230. <img src="http://68.media.tumblr.com/39b61855583155afe48e96bb9b003e6f/tumblr_inline_otoq7fyYFa1slfjc1_250.png">
  3231. <div class="abouttabstats">
  3232. <ul>
  3233. <li><b>full name:</b> name</li>
  3234. <li><b>current age:</b> age</li>
  3235. <li><b>pronouns:</b> pronouns</li>
  3236. <li><b>sexuality:</b> sexuality</li>
  3237. <li><b>faceclaim:</b> face</li>
  3238. <li><b>muse type:</b> type</li>
  3239. <li><b>rp type:</b> type</li>
  3240. <li><b>status:</b> status</li>
  3241. </ul>
  3242. </div>
  3243. </div>
  3244.  
  3245. <div class="abouttabright">
  3246. <div class="aboutquotation"><big>❝</big> He <i>remembered</i> a version of <b>himself</b> untrammeled by <u>expectation</u>, unimpeded by <b><i>Ego</i></b>. He had <i>suffered</i> in the many years since then, seeking to <b>return</b> to that original self, if, in fact, it <i>ever</i> existed . . . <big>❞</big>
  3247. <br>
  3248. <span>⸻ &nbsp;Ashim Shanker</span>
  3249. </div>
  3250. <div class="abouttabbio">
  3251. <h1>history</h1>
  3252. <p>adam dakarai halim was born in the winter of 2025. he is highly trained individual in the knowledge of botany, first aid and exceptional at parkour. he has been living in secter 13 for only two days as of 11/3/56.</p>
  3253.  
  3254. <p>due to being raised in a survivalist group filled with many war veterans, adam is a very stoic and serious individual. he has been conditioned to not feel his emotions and because of that, he has become unwilling to connect emotionally. he lived on his own for a while and through this he became an introvert. even though adam is beginning to live with others in close proximity, he still struggles to form emotional bonds. friendship is a foreign concept.</p>
  3255. <h1>history</h1>
  3256. <p>i honestly don't know what 2 put here. anyways, if you're reading this, i hope you enjoy this new code, my fresh dude.</p>
  3257. </div>
  3258.  
  3259. </div>
  3260. </div>
  3261. </div>
  3262.  
  3263.  
  3264. <!---------------POP UP BOXES #49----------------->
  3265.  
  3266. <div id="box49" class="popup_block">
  3267. <div class="abouttitle">meet stefan.</div>
  3268. <div class="abouttab">
  3269. <div class="abouttabsb">
  3270. <img src="http://68.media.tumblr.com/39b61855583155afe48e96bb9b003e6f/tumblr_inline_otoq7fyYFa1slfjc1_250.png">
  3271. <div class="abouttabstats">
  3272. <ul>
  3273. <li><b>full name:</b> name</li>
  3274. <li><b>current age:</b> age</li>
  3275. <li><b>pronouns:</b> pronouns</li>
  3276. <li><b>sexuality:</b> sexuality</li>
  3277. <li><b>faceclaim:</b> face</li>
  3278. <li><b>muse type:</b> type</li>
  3279. <li><b>rp type:</b> type</li>
  3280. <li><b>status:</b> status</li>
  3281. </ul>
  3282. </div>
  3283. </div>
  3284.  
  3285. <div class="abouttabright">
  3286. <div class="aboutquotation"><big>❝</big> He <i>remembered</i> a version of <b>himself</b> untrammeled by <u>expectation</u>, unimpeded by <b><i>Ego</i></b>. He had <i>suffered</i> in the many years since then, seeking to <b>return</b> to that original self, if, in fact, it <i>ever</i> existed . . . <big>❞</big>
  3287. <br>
  3288. <span>⸻ &nbsp;Ashim Shanker</span>
  3289. </div>
  3290. <div class="abouttabbio">
  3291. <h1>history</h1>
  3292. <p>adam dakarai halim was born in the winter of 2025. he is highly trained individual in the knowledge of botany, first aid and exceptional at parkour. he has been living in secter 13 for only two days as of 11/3/56.</p>
  3293.  
  3294. <p>due to being raised in a survivalist group filled with many war veterans, adam is a very stoic and serious individual. he has been conditioned to not feel his emotions and because of that, he has become unwilling to connect emotionally. he lived on his own for a while and through this he became an introvert. even though adam is beginning to live with others in close proximity, he still struggles to form emotional bonds. friendship is a foreign concept.</p>
  3295. <h1>history</h1>
  3296. <p>i honestly don't know what 2 put here. anyways, if you're reading this, i hope you enjoy this new code, my fresh dude.</p>
  3297. </div>
  3298.  
  3299. </div>
  3300. </div>
  3301. </div>
  3302.  
  3303. <!---------------POP UP BOXES #50----------------->
  3304.  
  3305. <div id="box50" class="popup_block">
  3306. <div class="abouttitle">meet aurelia.</div>
  3307. <div class="abouttab">
  3308. <div class="abouttabsb">
  3309. <img src="http://68.media.tumblr.com/39b61855583155afe48e96bb9b003e6f/tumblr_inline_otoq7fyYFa1slfjc1_250.png">
  3310. <div class="abouttabstats">
  3311. <ul>
  3312. <li><b>full name:</b> name</li>
  3313. <li><b>current age:</b> age</li>
  3314. <li><b>pronouns:</b> pronouns</li>
  3315. <li><b>sexuality:</b> sexuality</li>
  3316. <li><b>faceclaim:</b> face</li>
  3317. <li><b>muse type:</b> type</li>
  3318. <li><b>rp type:</b> type</li>
  3319. <li><b>status:</b> status</li>
  3320. </ul>
  3321. </div>
  3322. </div>
  3323.  
  3324. <div class="abouttabright">
  3325. <div class="aboutquotation"><big>❝</big> He <i>remembered</i> a version of <b>himself</b> untrammeled by <u>expectation</u>, unimpeded by <b><i>Ego</i></b>. He had <i>suffered</i> in the many years since then, seeking to <b>return</b> to that original self, if, in fact, it <i>ever</i> existed . . . <big>❞</big>
  3326. <br>
  3327. <span>⸻ &nbsp;Ashim Shanker</span>
  3328. </div>
  3329. <div class="abouttabbio">
  3330. <h1>history</h1>
  3331. <p>adam dakarai halim was born in the winter of 2025. he is highly trained individual in the knowledge of botany, first aid and exceptional at parkour. he has been living in secter 13 for only two days as of 11/3/56.</p>
  3332.  
  3333. <p>due to being raised in a survivalist group filled with many war veterans, adam is a very stoic and serious individual. he has been conditioned to not feel his emotions and because of that, he has become unwilling to connect emotionally. he lived on his own for a while and through this he became an introvert. even though adam is beginning to live with others in close proximity, he still struggles to form emotional bonds. friendship is a foreign concept.</p>
  3334. <h1>history</h1>
  3335. <p>i honestly don't know what 2 put here. anyways, if you're reading this, i hope you enjoy this new code, my fresh dude.</p>
  3336. </div>
  3337.  
  3338. </div>
  3339. </div>
  3340. </div>
  3341.  
  3342.  
  3343. <!---------------CREDIT // DO NOT REMOVE OR ALTER PLS !! ----------------->
  3344.  
  3345. <div class="credit"><a href="http://astraeawrites.tumblr.com/">AW</a></div>
  3346.  
  3347.  
  3348.  
  3349.  
  3350. </body>
  3351. </html>
Add Comment
Please, Sign In to add comment