Advertisement
hunterthemes

Page #18 - Portfolio (dark)

Nov 10th, 2018
1,217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.27 KB | None | 0 0
  1. <html>
  2.  
  3. <!----
  4.  
  5. © hunterthemes.tumblr.com | Page #18 - Portfolio (dark)
  6.  
  7. * Do not redistribute this page and claim it as your own.
  8. * Do not remove the credit or move it to another page.
  9. * Minor changes to this page are allowed.
  10.  
  11. ---->
  12.  
  13. <!-- GOOGLE FONTS -->
  14.  
  15. <link href="https://fonts.googleapis.com/css?family=Abril+Fatface|Lato|Open+Sans|Inconsolata|Lora" rel="stylesheet">
  16.  
  17. <style type="text/css">
  18.  
  19. /* CSS */
  20.  
  21. /*-- GENERAL --*/
  22.  
  23. body {
  24. margin: 0;
  25. padding: 0;
  26. width: 100%;
  27. height: 100%;
  28. color: #eeeeee;
  29. font-family:Helvetica, Arial, sans-serif;
  30. font-size: 12px;
  31. line-height: 18px;
  32. background-color: #000000;
  33. background-image:url();
  34. background-attachment: fixed;
  35. background-repeat: no-repeat;
  36. background-size:cover;
  37. }
  38.  
  39. /* Style of the headings (titles) */
  40.  
  41. h1{
  42. font-family:"Open Sans";
  43. }
  44.  
  45. h2{
  46. font-family:"Open Sans";
  47. }
  48.  
  49. a {
  50. text-decoration: none;
  51. }
  52.  
  53. a:hover {
  54. text-decoration: none;
  55. transition:all .3s linear;
  56. -webkit-transition:all .3s linear;
  57. -o-transition:all .3s linear;
  58. -moz-transition:all .3s linear;
  59. }
  60.  
  61. /* Tumblr controls */
  62.  
  63. iframe.tmblr-iframe {
  64. top:2px!important;
  65. right:40px!important;
  66. opacity:0.8;
  67. transform:scale(0.6);
  68. transform-origin:100% 0;
  69. -webkit-transform:scale(0.8);
  70. -webkit-transform-origin:100% 0;
  71. -o-transform:scale(0.8);
  72. -o-transform-origin:100% 0;
  73. -moz-transform:scale(0.8);
  74. -moz-transform-origin:100% 0;
  75. -ms-transform:scale(0.8);
  76. -ms-transform-origin:100% 0;
  77. z-index:100000!important;
  78. }
  79.  
  80. iframe.tmblr-iframe:hover {
  81. opacity:1!important;}
  82.  
  83. /*-- Webkit scrollbar --*/
  84.  
  85. ::-webkit-scrollbar {
  86. width: 9px;
  87. height: 0px;
  88. }
  89.  
  90. ::-webkit-scrollbar-button:start:decrement,
  91. ::-webkit-scrollbar-button:end:increment {
  92. height: 0px;
  93. display: block;
  94. background-color: #1c1c1c;
  95. }
  96.  
  97. ::-webkit-scrollbar-track-piece {
  98. background-color: #1c1c1c;
  99. }
  100.  
  101. ::-webkit-scrollbar-thumb:vertical {
  102. height: 0px;
  103. background-color: #61639A;
  104. border: 4px solid #1c1c1c;
  105. }
  106.  
  107. /*-- TOOLTIPS --*/
  108.  
  109. #s-m-t-tooltip {
  110. margin:24px 14px 7px 12px;
  111. padding: 5px;
  112. max-width: 250px;
  113. color: #eeeeee;
  114. background: #1c1c1c;
  115. border: 1px solid #000000;
  116. font-size: 12px;
  117. line-height: 15px;
  118. z-index: 100000;
  119. }
  120.  
  121. /* Fix */
  122.  
  123. iframe, img, embed, object, video {
  124. max-width: 100%;
  125. border: none;
  126. }
  127.  
  128. input, textarea, select, a { outline: none; }
  129.  
  130. /*------ CONTAINER -----*/
  131.  
  132. #container {
  133. position:fixed;
  134. top:0;
  135. left:50%;
  136. top:50%;
  137. width:870px;
  138. height:90vh;
  139. z-index:100;
  140. overflow:hidden;
  141. /* Container background */
  142. background:#1c1c1c;
  143. -webkit-transform: translateX(-50%) translateY(-50%);
  144. -moz-transform: translateX(-50%) translateY(-50%);
  145. -ms-transform: translateX(-50%) translateY(-50%);
  146. transform: translateX(-50%) translateY(-50%);
  147. border-radius:5px;
  148. }
  149.  
  150. /*-- MENU --*/
  151.  
  152. #menu {
  153. margin:0;
  154. width:80px;
  155. height:calc(100% - 20px);
  156. padding:10px;
  157. font-size:20px;
  158. line-height:30px;
  159. color:#1c1c1c;
  160. background:#5c3d7b;
  161. z-index:100000;
  162. }
  163.  
  164. /* Avatar */
  165.  
  166. #avatar {
  167. margin:10px auto;
  168. width:45px;
  169. height:45px;
  170. border-radius:100%;
  171. }
  172.  
  173. #avatar img {
  174. margin:0;
  175. width:100%;
  176. height:100%;
  177. border-radius:100%;
  178. }
  179.  
  180. /*-- Main links --*/
  181.  
  182. #main-links {
  183. margin:25px auto;
  184. width:45px;
  185. text-align:center;
  186. }
  187.  
  188. /* Icons style */
  189.  
  190. #main-links .th {
  191. display:block;
  192. margin:17px 0;
  193. font-size:15px;
  194. overflow:hidden;
  195. color:#000000;
  196. }
  197.  
  198. #main-links .th:hover {
  199. color:#222222;
  200. }
  201.  
  202. /* Open button */
  203.  
  204. #open {
  205. position:fixed;
  206. margin-left:0;
  207. bottom:10px;
  208. width:80px;
  209. height:40px;
  210. text-align:center;
  211. cursor:pointer;
  212. }
  213.  
  214. #open .th {
  215. font-size:20px;
  216. color:#000000;
  217. }
  218.  
  219. #open .th:hover {
  220. color:#1c1c1c;
  221. }
  222.  
  223. /* Close button */
  224.  
  225. #close {
  226. position:fixed;
  227. margin-left:0;
  228. bottom:10px;
  229. width:80px;
  230. height:40px;
  231. text-align:center;
  232. cursor:pointer;
  233. display:none;
  234. }
  235.  
  236. #close .th{
  237. font-size:20px;
  238. color:#000000;
  239. }
  240.  
  241. #close .th:hover {
  242. color:#1c1c1c;
  243. }
  244.  
  245. /*-- LEFT SIDE --*/
  246.  
  247. #left {
  248. position:absolute;
  249. top:0;
  250. margin-left:100px;
  251. width:300px;
  252. height:calc(100% - 50px);
  253. padding:25px 50px;
  254. font-size:12px;
  255. line-height:18px;
  256. text-align:justify;
  257. overflow-y:auto;
  258. color:#eeeeee;
  259. z-index:100;
  260. transition:all .3s linear;
  261. -webkit-transition:all .3s linear;
  262. -o-transition:all .3s linear;
  263. -moz-transition:all .3s linear;
  264. }
  265.  
  266. /*-- DESCRIPTION --*/
  267.  
  268. #description {
  269. width:300px;
  270. }
  271.  
  272. /* Description title */
  273.  
  274. #description h2 {
  275. margin:0;
  276. font-size:12px;
  277. letter-spacing:1px;
  278. }
  279.  
  280. /* Description link */
  281.  
  282. #otherin a {
  283. color:#5c3d7b;
  284. }
  285.  
  286. /* Info */
  287.  
  288. #info {
  289. margin:0;
  290. width:200px;
  291. height:auto;
  292. line-height:20px;
  293. font-size:12px;
  294. color:#eeeeee;
  295. }
  296.  
  297. /* Info subtitle */
  298.  
  299. #info span {
  300. color:#eeeeee;
  301. }
  302.  
  303. /* Details */
  304.  
  305. #details {
  306. margin:10px 0;
  307. width:200px;
  308. height:35px;
  309. line-height:20px;
  310. }
  311.  
  312. /* Info label */
  313.  
  314. .detail {
  315. float:left;
  316. margin-right:15px;
  317. font-size:12px;
  318. color:#eeeeee;
  319. }
  320.  
  321. /* Info numbers */
  322.  
  323. .detail big {
  324. font-size:18px;
  325. color:#5c3d7b
  326. }
  327.  
  328. .desc {
  329. margin-bottom:20px;
  330. width:290px;
  331. height:calc(60vh - 195px);
  332. padding-top:5px;
  333. padding-right:10px;
  334. font-size:12px;
  335. line-height:18px;
  336. text-align:justify;
  337. overflow-y:auto;
  338. color:#eeeeee;
  339. }
  340.  
  341. /*-- PROGRESS --*/
  342.  
  343. /* Left title */
  344.  
  345. #left h1 {
  346. padding:0;
  347. font-size:20px;
  348. line-height:20px;
  349. letter-spacing:1px;
  350. }
  351.  
  352. #left h1:after {
  353. content: "";
  354. display: inline-block;
  355. vertical-align: middle;
  356. margin-left:10px;
  357. margin-top:-3px;
  358. width:25px;
  359. height:1px;
  360. background-color:#000000;
  361. }
  362.  
  363. .progress-line{
  364. width:290px;
  365. height:18px;
  366. line-height:18px;
  367. margin-top:8px;
  368. overflow:hidden;
  369. }
  370.  
  371. /* Progress label */
  372.  
  373. .progress-label{
  374. float:left;
  375. margin:0;
  376. width:130px;
  377. height:18px;
  378. line-height:18px;
  379. font-size:12px;
  380. color:#eeeeee;
  381. }
  382.  
  383. /* Progress bar */
  384.  
  385. .progress-bar{
  386. margin-left:134px;
  387. margin-top:0;
  388. width:150px;
  389. height:12px;
  390. padding:2px;
  391. border:1px solid #000000;
  392. border-radius:10px;
  393. }
  394.  
  395. .progress-bar1, .progress-bar2, .progress-bar3, .progress-bar4, .progress-bar5, .progress-bar6{
  396. height:12px;
  397. border-radius:10px;
  398. text-align:center;
  399. font-size:10px;
  400. line-height:12px;
  401. color:#1c1c1c;
  402. }
  403.  
  404. /* First bar */
  405.  
  406. .progress-bar1{
  407. background:#CBB6E6;
  408. width:20%;
  409. }
  410.  
  411. .progress-bar1:after {
  412. content:'20%';
  413. text-align:center;
  414. }
  415.  
  416. /* Second bar */
  417.  
  418. .progress-bar2{
  419. background:#A28BDB;
  420. width:40%;
  421. }
  422.  
  423. .progress-bar2:after {
  424. content:'40%';
  425. text-align:center;
  426. }
  427.  
  428. /* Third bar */
  429.  
  430. .progress-bar3{
  431. background:#785899;
  432. width:60%;
  433. }
  434.  
  435. .progress-bar3:after {
  436. content:'60%';
  437. text-align:center;
  438. }
  439.  
  440. /* Fourth bar */
  441.  
  442. .progress-bar4{
  443. background:#5c3d7b;
  444. width:80%;
  445. }
  446.  
  447. .progress-bar4:after {
  448. content:'80%';
  449. text-align:center;
  450. }
  451.  
  452. /* Fifth bar */
  453.  
  454. .progress-bar5{
  455. background:#3E2C55;
  456. width:100%;
  457. }
  458.  
  459. .progress-bar5:after {
  460. content:'100%';
  461. text-align:center;
  462. }
  463.  
  464. /*-- RIGHT SIDE --*/
  465.  
  466. #right {
  467. position:absolute;
  468. top:0;
  469. margin-left:470px;
  470. width:300px;
  471. height:calc(100% - 50px);
  472. padding:25px 50px;
  473. font-size:12px;
  474. line-height:18px;
  475. text-align:justify;
  476. overflow-y:auto;
  477. color:#eeeeee;
  478. z-index:100;
  479. transition:all .3s linear;
  480. -webkit-transition:all .3s linear;
  481. -o-transition:all .3s linear;
  482. -moz-transition:all .3s linear;
  483. }
  484.  
  485. /* Right title */
  486.  
  487. #right h1 {
  488. padding:0;
  489. font-size:20px;
  490. line-height:20px;
  491. letter-spacing:1px;
  492. }
  493.  
  494. #right h1:after {
  495. content: "";
  496. display: inline-block;
  497. vertical-align: middle;
  498. margin-left:10px;
  499. margin-top:-3px;
  500. width:25px;
  501. height:1px;
  502. background-color:#000000;
  503. }
  504.  
  505. .stats-line{
  506. width:200px;
  507. height:18px;
  508. line-height:18px;
  509. margin-top:8px;
  510. overflow:hidden;
  511. }
  512.  
  513. /* Stats label */
  514.  
  515. .stats-label {
  516. float:left;
  517. margin:0;
  518. width:130px;
  519. height:18px;
  520. font-size:12px;
  521. color:#eeeeee;
  522. }
  523.  
  524. /* Stats yes (green toggle) */
  525.  
  526. .stats-yes {
  527. margin-left:134px;
  528. margin-top:0;
  529. width:35px;
  530. height:12px;
  531. padding:2px;
  532. border:1px solid #000000;
  533. border-radius:10px;
  534. }
  535.  
  536. .stats-yes .circ {
  537. float:right;
  538. width:12px;
  539. height:12px;
  540. border-radius:100%;
  541. background:#B3E45C;
  542. }
  543.  
  544. /* Stats no (white toggle) */
  545.  
  546. .stats-no {
  547. margin-left:134px;
  548. margin-top:0;
  549. width:35px;
  550. height:12px;
  551. padding:2px;
  552. border:1px solid #000000;
  553. border-radius:10px;
  554. }
  555.  
  556. .stats-no .circ {
  557. width:12px;
  558. height:12px;
  559. border-radius:100%;
  560. background:#ddd;
  561. }
  562.  
  563. /*-- OTHER --*/
  564.  
  565. #other {
  566. width:310px;
  567. height:calc(40vh - 30px);
  568. overflow-y:auto;
  569. text-align:justify;
  570. font-size:12px;
  571. color:#eeeeee;
  572. }
  573.  
  574. /* Other subtitle */
  575.  
  576. #other h2 {
  577. font-size:12px;
  578. letter-spacing:1px;
  579. }
  580.  
  581. /* Other text */
  582.  
  583. #otherin {
  584. max-height:calc(100% - 35px);
  585. padding-right:10px;
  586. overflow-y:auto;
  587. }
  588.  
  589. /* Other link */
  590.  
  591. #otherin a {
  592. color:#5c3d7b;
  593. }
  594.  
  595. /* Label */
  596.  
  597. #label {
  598. margin-top:10px;
  599. color:#5c3d7b;
  600. height:20px;
  601. }
  602.  
  603. /*-- SOCIAL ICONS --*/
  604.  
  605. #social-icons {
  606. width:310px;
  607. margin-top:20px;
  608. max-height:100px;
  609. overflow-y:auto;
  610. text-align:justify;
  611. }
  612.  
  613. /* Icons style */
  614.  
  615. #social-icons .th {
  616. margin:8px;
  617. font-size:25px;
  618. color:#5c3d7b;
  619. }
  620.  
  621. #social-icons .th:hover {
  622. color:#cccccc;
  623. }
  624.  
  625. /*-- PANEL --*/
  626.  
  627. #panel {
  628. position:fixed;
  629. top:0;
  630. left:100px;
  631. width:calc(100% - 100px);
  632. height:calc(100% - 60px);
  633. padding:30px 0;
  634. /* Panel background */
  635. background:#1c1c1c;
  636. border-top-right-radius:10px;
  637. border-bottom-right-radius:10px;
  638. overflow-y:auto;
  639. z-index:1000;
  640. display:none;
  641. transition:all .3s linear;
  642. -webkit-transition:all .3s linear;
  643. -o-transition:all .3s linear;
  644. -moz-transition:all .3s linear;
  645. }
  646.  
  647. /* Panel section */
  648.  
  649. .panel-section {
  650. float:left;
  651. margin-left:50px;
  652. margin-right:30px;
  653. margin-bottom:10px;
  654. height:auto;
  655. width:290px;
  656. padding-bottom:12px;
  657. border-bottom:1px solid #000000;
  658. }
  659.  
  660. /* Panel title */
  661.  
  662. .panel-section h1 {
  663. padding:0;
  664. font-size:20px;
  665. line-height:20px;
  666. letter-spacing:1px;
  667. }
  668.  
  669. .panel-section h1:after {
  670. content: "";
  671. display: inline-block;
  672. vertical-align: middle;
  673. margin-left:10px;
  674. margin-top:-3px;
  675. width:25px;
  676. height:1px;
  677. background-color:#000000;
  678. }
  679.  
  680. /* Panel link */
  681.  
  682. .panel-section a {
  683. display:inline-block;
  684. margin-top:5px;
  685. margin-right:5px;
  686. color:#eeeeee;
  687. padding:2px 0px;
  688. border-bottom:2px solid #5c3d7b;
  689. }
  690.  
  691. .panel-section a:hover {
  692. color:#5c3d7b;
  693. }
  694.  
  695. .panel-section img {
  696. width:300px;
  697. margin-bottom:10px;
  698. border:1px solid #000000;
  699. }
  700.  
  701. /*-- PAGE CREDIT --*/
  702.  
  703. #credit {
  704. position:fixed;
  705. right:10px;
  706. top:10px;
  707. width:30px;
  708. }
  709.  
  710. /* END CSS */
  711.  
  712. {CustomCSS}
  713.  
  714. </style>
  715.  
  716. <!-- Honeybee script-->
  717.  
  718. <link href="//dl.dropbox.com/s/vpi3f9s7nhpe7v7/honeybee.css" rel="stylesheet">
  719.  
  720. <!-- Style my tooltips script -->
  721.  
  722. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  723.  
  724. <script src="jquery.style-my-tooltips.js"></script>
  725.  
  726. <script src="https://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  727.  
  728. <script>
  729. (function($){
  730. $(document).ready(function(){
  731. $("[title]").style_my_tooltips({
  732. tip_follows_cursor:true,
  733. tip_delay_time:200,
  734. tip_fade_speed: 300
  735. }
  736. );
  737. });
  738. })(jQuery);
  739. </script>
  740.  
  741. </head>
  742.  
  743. <meta charset="utf-8">
  744. <title>{Title}</title>
  745. <link rel="shortcut icon" href="{Favicon}">
  746. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  747. <meta name="viewport" content="width=device-width, initial-scale=1">
  748.  
  749. <!-- HTML -->
  750.  
  751. <body>
  752.  
  753. <!---------- MAIN CONTAINER ---------->
  754. <div id="container">
  755.  
  756. <!-- MENU -->
  757. <div id="menu">
  758.  
  759. <!-- Avatar -->
  760. <div id="avatar">
  761. <img src="https://static.tumblr.com/f13871c690646ad4e0cafbe32d653729/6dvmes1/peWp5pacn/tumblr_static_27kovsw519lw4o4sscwsgc8so.png">
  762. </div>
  763. <!-- End avatar -->
  764.  
  765. <!-- Main links -->
  766. <div id="main-links">
  767.  
  768. <a href="/" title="Index"><span class="th th-house-1-o"></span></a>
  769. <a href="/ask" title="Ask"><span class="th th-envelope-o"></span></a>
  770. <a href="/submit" title="Submit"><span class="th th-paper-clip-o"></span></a>
  771.  
  772. <!-- Add custom link here -->
  773. <a href="/" title=""><span class="th th-heart-1-o"></span></a>
  774.  
  775. </div>
  776. <!--End main-links-->
  777.  
  778. <!-- Open button -->
  779. <div id="open">
  780. <span class="th th-plus-3-o"></span>
  781. </div>
  782. <!--End open -->
  783.  
  784. <!-- Close button -->
  785. <div id="close">
  786. <span class="th th-cancel-o"></span>
  787. </div>
  788. <!--End close -->
  789.  
  790. </div>
  791. <!-- End menu -->
  792.  
  793.  
  794. <!-- LEFT PANEL -->
  795. <div id="left">
  796.  
  797. <!-- Description -->
  798. <div id="description">
  799.  
  800. <!-- Info -->
  801. <div id="info">
  802.  
  803. <h1> ABOUT </h1>
  804.  
  805. <h2> JANE DOE </h2>
  806.  
  807. <span> Subtitle </span>
  808.  
  809. </div>
  810. <!--End info-->
  811.  
  812. <!-- Details -->
  813. <div id="details">
  814.  
  815. <div class="detail">
  816.  
  817. <big> 097 </big><br>
  818. label
  819.  
  820. </div>
  821. <!--End detail-->
  822.  
  823. <div class="detail">
  824.  
  825. <big> 098 </big><br>
  826. label
  827.  
  828. </div>
  829. <!--End detail-->
  830.  
  831. <div class="detail">
  832.  
  833. <big> 099 </big><br>
  834. label
  835.  
  836. </div>
  837. <!--End detail-->
  838.  
  839. </div>
  840. <!--End details-->
  841.  
  842. <!-- Desc -->
  843. <div class="desc">
  844.  
  845. Lorem ipsum dolor sit <b>amet</b>, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, <i>mauris</i>. Aliquam mattis porta urna. Curabitur sit amet quam id libero suscipit venenatis. <br> <br>
  846.  
  847. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id.
  848.  
  849. </div>
  850. <!-- End desc -->
  851.  
  852. </div>
  853. <!-- End description -->
  854.  
  855. <!-------------------------------------------------------------------------->
  856.  
  857. <h1> PROGRESS </h2>
  858.  
  859. <div class="progress-line">
  860. <div class="progress-label"> Label one </div>
  861. <div class="progress-bar"><div class="progress-bar1"></div></div>
  862. </div>
  863. <!-- End progress-line-->
  864.  
  865. <div class="progress-line">
  866. <div class="progress-label"> Label two </div>
  867. <div class="progress-bar"><div class="progress-bar2"></div></div>
  868. </div>
  869. <!-- End progress-line-->
  870.  
  871. <div class="progress-line">
  872. <div class="progress-label"> Label three </div>
  873. <div class="progress-bar"><div class="progress-bar3"></div></div>
  874. </div>
  875. <!-- End progress-line-->
  876.  
  877. <div class="progress-line">
  878. <div class="progress-label"> Label four </div>
  879. <div class="progress-bar"><div class="progress-bar4"></div></div>
  880. </div>
  881. <!-- End progress-line-->
  882.  
  883. <div class="progress-line">
  884. <div class="progress-label"> Label five </div>
  885. <div class="progress-bar"><div class="progress-bar5"></div></div>
  886. </div>
  887. <!-- End progress-line-->
  888.  
  889. </div>
  890. <!-- End left -->
  891.  
  892.  
  893. <!-- RIGHT PANEL -->
  894. <div id="right">
  895.  
  896. <h1> STATS </h2>
  897.  
  898. <div class="stats-line">
  899. <div class="stats-label"> Label one </div>
  900. <div class="stats-yes"><div class="circ"></div></div>
  901. </div>
  902. <!-- End stats-line-->
  903.  
  904. <div class="stats-line">
  905. <div class="stats-label"> Label two </div>
  906. <div class="stats-no"><div class="circ"></div></div>
  907. </div>
  908. <!-- End stats-line-->
  909.  
  910. <div class="stats-line">
  911. <div class="stats-label"> Label three </div>
  912. <div class="stats-yes"><div class="circ"></div></div>
  913. </div>
  914. <!-- End stats-line-->
  915.  
  916. <div class="stats-line">
  917. <div class="stats-label"> Label four </div>
  918. <div class="stats-no"><div class="circ"></div></div>
  919. </div>
  920. <!-- End stats-line-->
  921.  
  922. <div class="stats-line">
  923. <div class="stats-label"> Label five </div>
  924. <div class="stats-yes"><div class="circ"></div></div>
  925. </div>
  926. <!-- End stats-line-->
  927.  
  928. <br>
  929.  
  930. <!------------------------------------------------------------------------->
  931.  
  932. <!-- OTHER -->
  933. <div id="other">
  934.  
  935. <div id="otherin">
  936.  
  937. <h1> OTHER </h1>
  938.  
  939. <h2> SUBTITLE</h2>
  940.  
  941. Lorem ipsum dolor sit <b>amet</b>, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, <i>mauris</i>. Aliquam mattis porta urna. Curabitur sit amet quam id libero suscipit venenatis.
  942. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
  943.  
  944. </div>
  945. <!--End otherin -->
  946.  
  947. <div id="label"> LABEL, LABEL </div>
  948.  
  949. </div>
  950. <!--End other-->
  951.  
  952.  
  953. <!-- Social icons -->
  954. <div id="social-icons">
  955.  
  956. <a href="http://" title="Facebook"><span class="th th-facebook"></span></a>
  957. <a href="http://" title="Twitter"><span class="th th-twitter"></span></a>
  958. <a href="http://" title="Pinterest"><span class="th th-pinterest"></span></a>
  959. <a href="http://" title="Instagram"><span class="th th-instagram"></span></a>
  960. <a href="http://" title="Flickr"><span class="th th-flickr"></span></a>
  961. <a href="http://" title="Deviantart"><span class="th th-deviantart"></span></a>
  962. <a href="http://" title="Behance"><span class="th th-behance"></span></a>
  963. <a href="http://" title="Dribbble"><span class="th th-dribbble"></span></a>
  964. <a href="http://" title="YouTube"><span class="th th-youtube"></span></a>
  965. <a href="http://" title="FanFiction.Net"><span class="th th-fanfiction-net"></span></a>
  966. <a href="http://" title="Skype"><span class="th th-skype"></span></a>
  967. <a href="http://" title="Whatsapp"><span class="th th-whatsapp"></span></a>
  968. <a href="http://" title="Ko-fi"><span class="th th-ko-fi"></span></a>
  969. <a href="http://" title="Paypal"><span class="th th-paypal"></span></a>
  970.  
  971. </div>
  972. <!-- End social icons -->
  973.  
  974. </div>
  975. <!-- End right -->
  976.  
  977.  
  978. <!-- PANEL -->
  979. <div id="panel">
  980.  
  981. <div class="panel-section">
  982.  
  983. <h1> TITLE </h1>
  984.  
  985. <img src="https://66.media.tumblr.com/aac4f062dbb54bc558f1f21042d960ed/tumblr_phze41JsWr1uo5urho2_r1_400.jpg">
  986.  
  987. <div class="panel-desc">
  988. Lorem ipsum dolor sit <b>amet</b>, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, <i>mauris</i>. <br>
  989. <a href="http://"> LINK </a>
  990.  
  991. </div>
  992. <!-- End panel-desc -->
  993.  
  994. </div>
  995. <!-- End panel-section-->
  996.  
  997.  
  998. <div class="panel-section">
  999.  
  1000. <h1> TITLE </h1>
  1001.  
  1002. <img src="https://66.media.tumblr.com/aac4f062dbb54bc558f1f21042d960ed/tumblr_phze41JsWr1uo5urho2_r1_400.jpg">
  1003.  
  1004. <div class="panel-desc">
  1005. Lorem ipsum dolor sit <b>amet</b>, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, <i>mauris</i>. <br>
  1006. <a href="http://"> LINK </a>
  1007.  
  1008. </div>
  1009. <!-- End panel-desc -->
  1010.  
  1011. </div>
  1012. <!-- End panel-section-->
  1013.  
  1014.  
  1015. <div class="panel-section">
  1016.  
  1017. <h1> TITLE </h1>
  1018.  
  1019. <img src="https://66.media.tumblr.com/aac4f062dbb54bc558f1f21042d960ed/tumblr_phze41JsWr1uo5urho2_r1_400.jpg">
  1020.  
  1021. <div class="panel-desc">
  1022. Lorem ipsum dolor sit <b>amet</b>, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, <i>mauris</i>. <br>
  1023. <a href="http://"> LINK </a>
  1024.  
  1025. </div>
  1026. <!-- End panel-desc -->
  1027.  
  1028. </div>
  1029. <!-- End panel-section-->
  1030.  
  1031.  
  1032. <div class="panel-section">
  1033.  
  1034. <h1> TITLE </h1>
  1035.  
  1036. <img src="https://66.media.tumblr.com/aac4f062dbb54bc558f1f21042d960ed/tumblr_phze41JsWr1uo5urho2_r1_400.jpg">
  1037.  
  1038. <div class="panel-desc">
  1039. Lorem ipsum dolor sit <b>amet</b>, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, <i>mauris</i>. <br>
  1040. <a href="http://"> LINK </a>
  1041.  
  1042. </div>
  1043. <!-- End panel-desc -->
  1044.  
  1045. </div>
  1046. <!-- End panel-section-->
  1047.  
  1048.  
  1049. <div class="panel-section">
  1050.  
  1051. <h1> TITLE </h1>
  1052.  
  1053. <img src="https://66.media.tumblr.com/aac4f062dbb54bc558f1f21042d960ed/tumblr_phze41JsWr1uo5urho2_r1_400.jpg">
  1054.  
  1055. <div class="panel-desc">
  1056. Lorem ipsum dolor sit <b>amet</b>, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, <i>mauris</i>. <br>
  1057. <a href="http://"> LINK </a>
  1058.  
  1059. </div>
  1060. <!-- End panel-desc -->
  1061.  
  1062. </div>
  1063. <!-- End panel-section-->
  1064.  
  1065.  
  1066. <div class="panel-section">
  1067.  
  1068. <h1> TITLE </h1>
  1069.  
  1070. <img src="https://66.media.tumblr.com/aac4f062dbb54bc558f1f21042d960ed/tumblr_phze41JsWr1uo5urho2_r1_400.jpg">
  1071.  
  1072. <div class="panel-desc">
  1073. Lorem ipsum dolor sit <b>amet</b>, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, <i>mauris</i>. <br>
  1074. <a href="http://"> LINK </a>
  1075.  
  1076. </div>
  1077. <!-- End panel-desc -->
  1078.  
  1079. </div>
  1080. <!-- End panel-section-->
  1081.  
  1082.  
  1083. <!--------------------------------- To add more panel sections copy and paste
  1084.  
  1085. <div class="panel-section">
  1086.  
  1087. <h1> TITLE </h1>
  1088.  
  1089. <img src="https://66.media.tumblr.com/aac4f062dbb54bc558f1f21042d960ed/tumblr_phze41JsWr1uo5urho2_r1_400.jpg">
  1090.  
  1091. <div class="panel-desc">
  1092. Lorem ipsum dolor sit <b>amet</b>, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, <i>mauris</i>. <br>
  1093. <a href="http://"> LINK </a>
  1094.  
  1095. </div>
  1096. </div>
  1097.  
  1098. before this comment ------------------------------------------------------->
  1099.  
  1100. </div>
  1101. <!-- End panel -->
  1102.  
  1103. </div>
  1104. <!--End container-->
  1105.  
  1106. <!-- CREDIT (DO NOT REMOVE) -->
  1107. <div id="credit"><a href="http://www.hunterthemes.tumblr.com">
  1108. <img src="https://66.media.tumblr.com/33275ea6e024c68d6a75331fe09cc29a/tumblr_pm5sqzvnJE1uo5urho1_75sq.png" title="page by hunter themes"></div></a>
  1109.  
  1110. </body>
  1111. </html>
  1112.  
  1113. <!-- END HTML -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement