Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <!-- ABOUT PAGE BY BRU
- credits:
- masonry navigation by maziekeen
- custom scroll by shythemes
- icons by cappuccicons & fontawesome
- tooltips by tippy
- carousel by yeoli themes
- sticky notes by yukoki
- --->
- <title>{Title} / about.</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <!-- FONTS, ICONS, ETC -->
- <link rel="stylesheet" href="https://static.tumblr.com/svdghan/wUSr83npl/tempcf.css">
- <script src="https://unpkg.com/feather-icons"></script>
- <!-- masonry navigation -->
- <script src="https://static.tumblr.com/0siu224/Ljlqmh1nv/masonry.pkgd.min.js"></script>
- <link href="https://fonts.googleapis.com/css2?family=Material+Icons+Outlined"
- rel="stylesheet">
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/all.css"></link>
- <link rel="preconnect" href="https://fonts.googleapis.com">
- <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
- <link href="https://fonts.googleapis.com/css2?family=ABeeZee&family=Poppins&display=swap" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css2?family=Andika&display=swap" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css2?family=Luckiest+Guy&family=Shrikhand&display=swap" rel="stylesheet">
- <!--yukoki sticky note scripts-->
- <link rel="stylesheet" href="//code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css">
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
- <script src="//code.jquery.com/jquery-1.10.2.js"></script>
- <script src="//code.jquery.com/ui/1.11.4/jquery-ui.js"></script>
- <script>
- $(function() {
- $( "#stickynote1" ).draggable({ handle: "div.dragstickynote1" });
- $(".closestickynote1").click(function(){$("#stickynote1").fadeOut();});
- });
- </script>
- <script>
- $(function() {
- $( "#stickynote2" ).draggable({ handle: "div.dragstickynote2" });
- $(".closestickynote2").click(function(){$("#stickynote2").fadeOut();});
- });
- </script>
- <script>
- $(function() {
- $( "#stickynote3" ).draggable({ handle: "div.dragstickynote3" });
- $(".closestickynote3").click(function(){$("#stickynote3").fadeOut();});
- });
- </script>
- <!--yukoki sticky note scripts end-->
- <style>
- /* TOOLTIPS */
- .tippy-tooltip.gradient-theme {
- background-image:linear-gradient(to right, #ffb5b9, #d8c5ed);
- color:var(--boxes);
- text-align:center;
- font-family:'Poppins', sans-serif;
- font-weight:bold;
- text-transform:uppercase;
- letter-spacing:1px;
- font-size:0.90em;
- box-shadow: 7px 7px 7px -9px rgba(000,000,000, 0.45);}
- .tippy-tooltip.gradient-theme .tippy-svg-arrow {
- fill:var(--text);}
- /*TUMBLR CONTROLS*/
- .iframe-controls--desktop {
- position:fixed;
- top:0px;
- right:0px;
- z-index:214748364789123456789;
- filter:invert(100%);
- -webkit-filter:invert(100%);
- -webkit-transform:scale(0.6,0.6);
- -webkit-transform-origin: 100% 0%;
- -ms-transform-origin:100% 0%;
- -ms-transform:scale(0.6,0.6);
- transform:scale(0.6,0.6);
- transform-origin:100% 0%;
- }
- /*SCROLLBAR */
- ::-webkit-scrollbar {
- width:17px;
- height:17px;
- }
- ::-webkit-scrollbar {
- background-color:rgb(255,255,255); /* background color */
- }
- ::-webkit-scrollbar-track {
- border:8px solid rgb(255,255,255); /* background color */
- background-color:rgb(230,230,230); /* light border color */
- }
- ::-webkit-scrollbar-thumb {
- border:8px solid rgb(255,255,255); /* background color */
- background-color:rgb(144,144,144); /* dark border color */
- min-height:24px;
- min-width:24px;
- }
- * {
- margin: 0;
- padding: 0;
- box-sizing: border-box;
- }
- body {
- width:700px;
- height:600px;
- font-family:'ABeeZee';
- font-size: 13px;
- line-height: 1.5em;
- text-align: justify;
- padding: 48px;
- color:#707070;
- background-color: #cabcd1;
- text-shadow:1px 1px #c8c1d4;
- margin-left:500px;
- }
- ::selection {
- color:#000;
- background-color:#cabcd1;
- }
- a {
- color:#833fd1;
- text-decoration:none;
- -webkit-transition: all 0.3s;
- -moz-transition: all 0.3s;
- -ms-transition: all 0.3s;
- -o-transition: all 0.3s;
- transition: all 0.3s;
- }
- a:hover{
- color:#000;
- -webkit-transition: all 0.3s;
- -moz-transition: all 0.3s;
- -ms-transition: all 0.3s;
- -o-transition: all 0.3s;
- transition: all 0.3s;
- }
- h1, h2, h3 {
- font-family:'Shrikhand';
- text-transform:uppercase
- letter-spacing:5px;
- font-weight:400;
- color:#9e91b5;
- text-shadow:2px 2px #c8c1d4;
- border-bottom:1px solid #eee;
- padding:15px;
- }
- /* SIDEBAR */
- .sidebar {
- width:300px;
- height:320px;
- vertical-align:middle;
- margin-top:160px;
- border-radius:4px;
- background:#fff;
- margin-left:-400px;
- position:fixed;
- box-shadow:10px 10px #ebe4ed;
- }
- .icon {
- padding:50px;
- }
- .icon img {
- width:128px;
- height:128px;
- border-radius:100%;
- display: block;
- margin-left: auto;
- margin-right: auto;
- margin-top:-10px;
- border:5px solid #ae8aed;
- }
- .sidetitle {
- font-size:20px;
- text-transform:uppercase;
- font-family:'Poppins';
- font-weight:bold;
- text-align:center;
- margin-bottom:10px;
- margin-top:-10px;
- }
- .sidelinks {
- font-family:'ABeeZee';
- font-size:20px;
- text-transform:uppercase;
- text-align:center;
- display:block;
- border-bottom:1px solid #eee;
- border-radius:0.1em;
- padding:10px;
- margin:auto 3em;
- margin-top:10px;
- word-spacing:20px;
- }
- .sidelinks a {
- margin:auto 0.3em;
- }
- /*CAROUSEL*/
- #container {
- width:700px;
- display: flex;
- justify-content: center;
- align-items: center;
- margin-left:10px;
- }
- #carousel {
- flex: initial;
- overflow: hidden;
- width: 700px;
- height: 600px;
- margin-top:40px;
- border-radius: 4px;
- display: block;
- background-color: #fff;
- box-shadow:10px 10px #ebe4ed;
- }
- .p-wrapper {
- position: relative;
- padding:10px;
- width: 100%;
- height: 100%;
- transition: transform 0.4s ease-in-out;
- }
- #button_about:checked ~ #carousel .p-wrapper {
- -webkit-transform: translateY(0);
- transform: translateY(0);
- }
- #button_navi:checked ~ #carousel .p-wrapper {
- -webkit-transform: translateY(-100%);
- transform: translateY(-100%);
- }
- #button_blogs:checked ~ #carousel .p-wrapper {
- -webkit-transform: translateY(-200%);
- transform: translateY(-200%);
- }
- [class^="panel_"] {
- overflow: auto;
- position: relative;
- width: inherit;
- height: inherit;
- padding: 48px;
- }
- #navigation {
- margin-left:0px;
- font-size:20px;
- font-weight:bold;
- text-align:center;
- width:700px;
- }
- [class^="label_"] {
- display: inline-block;
- cursor: pointer;
- margin:0 8px;
- width: 32px;
- height: 32px;
- line-height: 32px;
- text-align: center;
- border-radius: 4px;
- color: #aaa;
- background-color: #fff;
- transition: all 0.3s ease;
- }
- [class^="label_"]:hover {
- color: #444;
- background-color: #ffeed9;
- }
- #button_about:checked ~ #navigation .label_about,
- #button_navi:checked ~ #navigation .label_navi,
- #button_blogs:checked ~ #navigation .label_blogs,
- cursor: default;
- color: #fff;
- background-color: #222;
- }
- /* ABOUT BOX */
- /* each profile box */
- .profile {
- margin-bottom: 10px;
- outline: 1px solid #f5f5f5;
- }
- /* each row wrapping the first info */
- .profile-row {
- display: flex;
- justify-content: center;
- }
- .profile-info {
- width: 100%;
- display: inline-block;
- margin: 5px 15px;
- }
- .profile-title {
- font-weight: bold;
- font-family:'Poppins';
- color:#9e91b5;
- text-shadow:1px 1px #c8c1d4;
- border-bottom:1px solid #eee;
- padding: 6px 5px 0;
- display: block;
- text-transform: uppercase;
- }
- .profile-description {
- max-height: 200px;
- padding: 5px 5px 0;
- display: inline-block;
- overflow: auto;
- text-shadow:1px 1px #c8c1d4;
- }
- /* skills */
- .skills {
- text-align: right;
- margin-left:5px;
- font-size:12px;
- font-family:'Andika';
- font-weight:bold;
- padding-top:1px;
- Padding-bottom:1px;
- padding-right:4px;
- border-radius:3px;
- margin-bottom:10px;
- color:#817c8a;
- }
- /*--- to change the skill amounts, colors & etc---*/
- .sk1 {
- width: 100%;
- background:linear-gradient(to right, #ffb5b9, #d8c5ed);
- }
- .sk2 {
- width: 95%;
- background:linear-gradient(to right, #ffb5b9, #d8c5ed);
- }
- .sk3 {
- width: 25%;
- background:linear-gradient(to right, #ffb5b9, #d8c5ed);
- }
- .sk4 {
- width: 85%;
- background:linear-gradient(to right, #ffb5b9, #d8c5ed);
- }
- /* --- skills titles customization */
- st {
- font-weight:600;
- font-size:18px;
- font:bold 1em 'Poppins', sans-serif;
- margin-left:5px;
- letter-spacing:1px;}
- /* social media buttons */
- .social-media {
- display: block;
- }
- .social-wrap a {
- font-size: 26px;
- font-weight:400;
- color: #a099ad;
- list-style-type: none;
- display: inline-block;
- padding: 15px 13px 10px;
- margin-right:25px;
- text-shadow:none;
- }
- .social-wrap a:hover {
- color: #ffb5b9;
- }
- /* NAVIGATION BOX */
- .masonry-navigation {
- width: 100%;
- border-bottom: 0px solid #e2e2e2;
- margin-bottom:15px;
- }
- .masonry-navigation:last-child {
- border:none;
- }
- .masonry-navigation-item.one-column {
- width: 100%;
- padding: 0 5px;
- margin-bottom: 20px;
- }
- .masonry-navigation-item.one-column ul {
- display: flex;
- flex-wrap: wrap;
- margin: 0;
- padding: 0;
- }
- /* if you have any problem with one colum lists (ul li) you edit here */
- .masonry-navigation-item.one-column ul li {
- margin: 4px 15px;
- padding: 0;
- }
- /* if they don't display two columns correctly, try to decrease the value on width: 240px */
- .masonry-navigation-item.two-columns {
- width: 240px;
- padding: 0 5px;
- margin-bottom: 10px;
- }
- /* if they don't display three columns correctly, try to decrease the value on width: 160px */
- .masonry-navigation-item.three-columns {
- width: 160px;
- padding: 0 5px;
- margin-bottom: 10px;
- }
- /* edit height: 215px to adjust the box height if you add the class scroll in the html */
- .masonry-navigation-item.scroll {
- height:215px;
- overflow-y: scroll;
- }
- /* BLOGS BOX */
- .hover_list {
- margin-top:0px;
- padding:0px;
- width:100%;
- }
- /* blogs container */
- .blogswrap {
- overflow:hidden;
- margin: 0 auto;
- width:560px;
- background: #fff;
- border:0px solid #efefef;
- }
- .blogsrow{
- margin: 0 5px 0;
- overflow:hidden;
- }
- /* blogs individual boxes */
- .blogscontainer {
- position:relative;
- float:left;
- margin:10px;
- width: 250px;
- height: 150px;
- line-height:135%;
- background-color:#fcfcfc;
- border:1px solid #efefef;
- border-radius:4px;
- margin-top:30px;
- margin-bottom:10px;
- margin-right:10px;
- overflow-x:hidden;
- }
- /* blogs icons */
- .blogsimage {
- position:absolute;
- margin-right:20px;
- margin-top:20px;
- margin-left:5px;
- vertical-align:middle;
- padding:3px 3px 3px 3px;
- width: 80px;
- height: 80px;
- border-radius:100%;
- border:1px solid #ae8aed;
- background: #fff;
- }
- .blogsimage img {
- object-fit:cover;
- }
- /* blogs right info box */
- .blogsinfo {
- width: 150px;
- height: 130px;
- padding:5px;
- margin:10px 5px 5px 5px;
- margin-left:90px;
- background: #fff;
- border:1px solid #efefef;
- }
- .blogsinfo li {
- list-style:none;
- margin:0 px 0;
- padding: 0;
- }
- /* blog names */
- .blogsinfospan {
- display:inline-block;
- width: 140px;
- text-transform: uppercase;
- padding-bottom:5px;
- margin:5px 5px;
- text-align: left;
- border-bottom: solid 1px #efefef;
- word-break:break-word;
- vertical-align:middle;
- }
- /* blogs links */
- .blogslinks {
- text-transform: lowercase;
- text-align: left;
- overflow:hidden;
- }
- .blogslinks ul {
- margin:0;
- padding:0;
- list-style:none;
- }
- .blogslinks li {
- margin:0 auto;
- }
- .blogslinks ul li:before {
- content:none;
- }
- /*** STICKY NOTES **/
- #stickynote1 {
- width: 200px;
- margin-bottom: 20px;
- position: fixed;
- border-radius:2px;
- z-index: 100000000000;
- top: 80px; /** position from top of screen **/
- right: 100px; /** position from left of screen **/
- }
- #stickynote1 {
- width: 200px; /** width of your sticky note **/
- background-color: #f0d1ff; /** background colour **/
- }
- .dragstickynote1 {
- font-family: 'ABeezee';
- font-size: 13px;
- text-transform: uppercase;
- letter-spacing: 1px;
- padding: 10px;
- color:#7c7785;
- background-color:#ffb5b9;
- }
- .closestickynote1 {
- cursor: pointer;
- margin-left: 168px;
- width: 32px;
- height: 32px;
- line-height: 32px;
- font-family: arial;
- font-size: 10px;
- position: absolute;
- text-align: center;
- float: right;
- background-color: #ff96af;
- }
- #stickynote2 {
- width: 300px;
- margin-bottom: 20px;
- position: fixed;
- border-radius:2px;
- z-index: 100000000000;
- top: 180px; /** position from top of screen **/
- right: 300px; /** position from left of screen **/
- }
- #stickynote2 {
- width: 300px; /** width of your sticky note **/
- background-color: #f0d1ff; /** background colour **/
- }
- .dragstickynote2 {
- font-family: 'ABeezee';
- font-size: 13px;
- text-transform: uppercase;
- letter-spacing: 1px;
- padding: 10px;
- color:#7c7785;
- background-color:#ffb5b9;
- }
- .closestickynote2 {
- cursor: pointer;
- margin-left: 268px;
- width: 32px;
- height: 32px;
- line-height: 32px;
- font-family: arial;
- font-size: 10px;
- position: absolute;
- text-align: center;
- float: right;
- background-color: #ff96af;
- }
- #stickynote3 {
- width: 300px;
- margin-bottom: 20px;
- position: fixed;
- border-radius:2px;
- z-index: 100000000000;
- top: 380px; /** position from top of screen **/
- right: 150px; /** position from left of screen **/
- }
- #stickynote3 {
- width: 300px; /** width of your sticky note **/
- background-color: #f0d1ff; /** background colour **/
- }
- .dragstickynote3 {
- font-family: 'ABeezee';
- font-size: 13px;
- text-transform: uppercase;
- letter-spacing: 1px;
- padding: 10px;
- color:#7c7785;
- background-color:#ffb5b9;
- }
- .closestickynote3 {
- cursor: pointer;
- margin-left: 268px;
- width: 32px;
- height: 32px;
- line-height: 32px;
- font-family: arial;
- font-size: 10px;
- position: absolute;
- text-align: center;
- float: right;
- background-color: #ff96af;
- }
- .stickynotecontent {
- padding: 10px;
- font-family: 'ABeeZee';
- font-size: 10px;
- }
- .stickynotecontent b,strong {
- color: #000000; /** colour of bolded text **/
- }
- .stickynotecontent i,em {
- color: #666666; /** colour of italic text **/
- }
- .stickynotecontent a {
- text-decoration: underline;
- color: #666666; /** colour of linked text **/
- }
- .stickynotecontent a:hover {
- color: #aaaaaa; /** colour of hovered linked text **/
- }
- /*credit */
- footer {
- width:100%;
- font-size:12px;
- font-family:'ABeeZee';
- font-weight:bold;
- margin:20px auto;
- text-align:center;
- }
- </style>
- </head>
- <body>
- <div class="sidebar">
- <div class="icon">
- <!-- your tumblr icon will show up here, don't worry if it doesn't show up in the customize tab, when you save the page it will show up. if you want to change it to a speciic picture, replace {PortrailtURL-128} with the image link you want. The best size is 128px-128px unless you customize it -->
- <img src="{PortraitURL-128}">
- </div>
- <div class="sidetitle">{Title}</div>
- <div class="sidelinks">
- <a href="/" title="BACK"><i class="cp cp-home-o"></i></a>
- <a href="/ask" title="MESSAGE"><i class="cp cp-envelope-o"></i></a>
- <a href="/archive" title="ARCHIVE"><i class="cp cp-folder-o"></i></a>
- </div>
- </div>
- <!-- IF YOU WOULD LIKE TO CHANGE THE ICON ON ANY OF THESE, HEAD TO CAPPUCCICONS.COM AND BROWSE THROUGH THEIR LIST TO FIND ONES YOU LIKE! -->
- <!----- CAROUSEL ----->
- <div class="container">
- <input hidden type="radio" name="carousel-control" id="button_about" checked/>
- <input hidden type="radio" name="carousel-control" id="button_navi"/>
- <input hidden type="radio" name="carousel-control" id="button_blogs"/>
- <div id="navigation">
- <label for="button_about" class="label_about" title="about"> <span> <i class="cp cp-sunflower-o"></i>
- </span> </label>
- <label for="button_navi" class="label_navi" title="navigation"> <span> <i class="cp cp-pikachu"></i>
- </span> </label>
- <label for="button_blogs" class="label_blogs" title="blogs"> <span> <i class="cp cp-app-o"></i>
- </span> </label>
- </div> <!-- // #navigation -->
- <div id="carousel">
- <div class="p-wrapper">
- <!-- ABOUT BOX -->
- <section class="panel_a">
- <h1>info.</h1>
- <div class="profile">
- <div class="profile-row">
- <div class="profile-info">
- <div class="profile-title"><i class="cp cp-stars-o"></i> name.</div>
- <div class="profile-description">your name here</div>
- </div> <!-- this closes the profile-info -->
- <div class="profile-info">
- <div class="profile-title"><i class="cp cp-ufo-o"></i> nickname.</div>
- <div class="profile-description">your nickname here</div>
- </div> <!-- this closes the profile-info -->
- </div><!--- this closes the profile row -->
- <div class="profile-row">
- <div class="profile-info">
- <div class="profile-title"><i class="cp cp-cloud-o"></i> pronouns.</div>
- <div class="profile-description">your pronouns here</div>
- </div> <!-- this closes the profile-info -->
- <div class="profile-info">
- <div class="profile-title"><i class="cp cp-cake-o"></i> age.</div>
- <div class="profile-description">your age here</div>
- </div> <!-- this closes the profile-info -->
- </div> <!-- this closes the profile-row -->
- <div class="profile-row">
- <div class="profile-info">
- <div class="profile-title"><i class="cp cp-rainbow-o"></i> sexuality.</div>
- <div class="profile-description">your sexuality here</div>
- </div> <!-- this closes the profile-info -->
- <div class="profile-info">
- <div class="profile-title"><i class="cp cp-earth-o"></i> country.</div>
- <div class="profile-description">your country here</div>
- </div> <!-- this closes the profile-info -->
- </div> <!-- this closes the profile-row -->
- <div class="profile-row">
- <div class="profile-info">
- <div class="profile-title"><i class="cp cp-star-o"></i> race & ethnicity.</div>
- <div class="profile-description">your race & ethnicity here</div>
- </div> <!-- this closes the profile-info -->
- <div class="profile-info">
- <div class="profile-title"><i class="cp cp-z-gemini"></i> zodiac.</div>
- <div class="profile-description">your zodiac info here</div>
- </div> <!-- this closes the profile-info -->
- </div> <!-- this closes the profile-row -->
- <div class="profile-row">
- <div class="profile-info">
- <div class="profile-title"><i class="cp cp-holly-o"></i> about me. </div>
- <div class="profile-description">You can write whatever you want here. <b>You can bold texts</b>, <i>italicize them</i>, you can <a href="/">add links</a>, <strike>strike them</strike>, <u>underline them</u>... <p>
- And you can add new paragraphs, too.</p>
- </div>
- </div> <!-- this closes the profile-info -->
- </div> <!-- this closes the profile-row -->
- </div> <!-- this closes the profile -->
- <h1>skills</h1>
- <div class="profile">
- <div class="skillbox">
- <br>
- <st>SKILL TITLE NUMBER ONE GOES HERE</st>
- <div class="skills sk1">100%</div>
- <st>SKILL TITLE NUMBER TWO GOES HERE</st>
- <div class="skills sk2">95%</div>
- <st>SKILL TITLE NUMBER 3 GOES HERE</st>
- <div class="skills sk3">25%</div>
- </div>
- <st>SKILL TITLE NUMBER 4 GOES HERE</st>
- <div class="skills sk4">85%</div>
- </div>
- <h1>likes & dislikes</h1>
- <div class="profile">
- <div class="profile-row">
- <div class="profile-info">
- <div class="profile-title"><i class="cp cp-heart-o"></i> likes </div>
- <div class="profile-description">List things you like here.
- </div>
- </div> <!-- this closes the profile-info -->
- <div class="profile-info">
- <div class="profile-title"><i class="cp cp-forbidden"></i> dislikes</div>
- <div class="profile-description">And things you dislike go here. </div>
- </div> <!-- this closes the profile-info -->
- </div> <!-- this closes the profile-row -->
- </div> <!-- this closes the profile -->
- <h1>socials</h1>
- <div class="profile">
- <div class="social-media">
- <div class="social-wrap">
- <a href="https://twitter.com/" title="twitter"><i class="cp cp-twitter"></i></a>
- <a href="https://instagram.com/" title="instagram"><i class="cp cp-instagram-o"></i></a> <a href="https://open.spotify.com/user/" title="spotify"><i class="cp cp-spotify"></i></a>
- <a href="https://www.youtube.com/channel/" title="youtube"><i class="cp cp-youtube"></i></a>
- <a href="https://discord.com/users/" title="discord"><i class="cp cp-discord"></i></a>
- <a href="https://ko-fi.com/" title="ko-fi"><i class="cp cp-ko-fi"></i></a>
- <a href="https://redbubble.com/people/" title="redbubble a"><i class="cp cp-shop-o"></i></a><br>
- <a href="https://www.paypal.com/paypalme/" title="paypal me"><i class="cp cp-paypal"></i></a>
- <a href="https://archiveofourown.org/users/" title="ao3"><i class="cp cp-ao3"></i></a>
- <a href="https://letterboxd.com/" title="letterboxd"><i class="cp cp-more"></i></a>
- <a href="https://weheartit.com/" title="we heart it"><i class="cp cp-weheartit-o"></i></a>
- <a href="https://br.pinterest.com/" title="pinterest"><i class="cp cp-pinterest"></i></a>
- <a href="https://www.deviantart.com/" title="deviantart"><i class="cp cp-deviantart"></i></a>
- </div>
- </div>
- </section>
- <!-- END ABOUT BOX -->
- <!-- BEGINNING NAVIGATION BOX -->
- <section class="panel_b"> <h2> navigation. </h2>
- <div class="masonry-navigation">
- <div class="masonry-navigation-item one-column">
- <p><br><strong><i class="cp cp-pencil-o"></i> title. </strong></p>
- <ul>
- <li><a href="/tagged/" title="title">tag</a></li>
- <li><a href="/tagged/" title="title">tag</a></li>
- <li><a href="/tagged/" title="title">tag</a></li>
- <li><a href="/tagged/" title="title">tag</a></li>
- <li><a href="/tagged/" title="title">tag</a></li>
- <li><a href="/tagged/" title="title">tag</a></li>
- <li><a href="/tagged/" title="title">tag</a></li>
- <li><a href="/tagged/" title="title">tag</a></li>
- <li><a href="/tagged/" title="title">tag</a></li>
- <li><a href="/tagged/" title="title">tag</a></li>
- <li><a href="/tagged/" title="title">tag</a></li>
- </ul>
- </div></div>
- <div class="masonry-navigation-item one-column"> <!-- each link/item block. you can use anything html related inside -->
- <p><strong><i class="cp cp-tv"></i> title </strong></p>
- <ul>
- <li><a href="/tagged/" title="title">tag</a></li>
- <li><a href="/tagged/" title="title">tag</a></li>
- <li><a href="/tagged/" title="title">tag</a></li>
- <li><a href="/tagged/" title="title">tag</a></li>
- <li><a href="/tagged/" title="title">tag</a></li>
- <li><a href="/tagged/" title="title">tag</a></li>
- <li><a href="/tagged/" title="title">tag</a></li>
- <li><a href="/tagged/" title="title">tag</a></li>
- <li><a href="/tagged/" title="title">tag</a></li>
- <li><a href="/tagged/" title="title">tag</a></li>
- <li><a href="/tagged/" title="title">tag</a></li>
- </ul>
- </div>
- <div class="profile-title" style="border-bottom:none; margin-top:10px; margin-bottom:10px"> main tags.</div>
- <div class="masonry-navigation">
- <div class="masonry-navigation-item two-columns">
- <p><strong><i class="cp cp-planet-o"></i> general blog tags</strong></p>
- <ul>
- <li><a href="/tagged/" title="title">tag</a></li>
- <li><a href="/tagged/" title="title">tag</a></li>
- <li><a href="/tagged/" title="title">tag</a></li>
- <li><a href="/tagged/" title="title">tag</a></li>
- <li><a href="/tagged/" title="title">tag</a></li>
- <li><a href="/tagged/" title="title">tag</a></li>
- <li><a href="/tagged/" title="title">tag</a></li>
- <li><a href="/tagged/" title="title">tag</a></li>
- <li><a href="/tagged/" title="title">tag</a></li>
- <li><a href="/tagged/" title="title">tag</a></li>
- <li><a href="/tagged/" title="title">tag</a></li>
- </ul>
- </div>
- <div class="masonry-navigation-item two-columns">
- <p><strong><i class="cp cp-movie"></i> favorite tv & film</strong></p>
- <ul>
- <li><a href="/tagged/" title="title">tag</a></li>
- <li><a href="/tagged/" title="title">tag</a></li>
- <li><a href="/tagged/" title="title">tag</a></li>
- <li><a href="/tagged/" title="title">tag</a></li>
- <li><a href="/tagged/" title="title">tag</a></li>
- <li><a href="/tagged/" title="title">tag</a></li>
- <li><a href="/tagged/" title="title">tag</a></li>
- <li><a href="/tagged/" title="title">tag</a></li>
- <li><a href="/tagged/" title="title">tag</a></li>
- <li><a href="/tagged/" title="title">tag</a></li>
- <li><a href="/tagged/" title="title">tag</a></li>
- </ul>
- </div>
- <div class="masonry-navigation-item two-columns">
- <p><strong><i class="cp cp-music-note"></i> favorite artists</strong></p>
- <ul>
- <li><a href="/tagged/" title="title">tag</a></li>
- <li><a href="/tagged/" title="title">tag</a></li>
- <li><a href="/tagged/" title="title">tag</a></li>
- <li><a href="/tagged/" title="title">tag</a></li>
- <li><a href="/tagged/" title="title">tag</a></li>
- <li><a href="/tagged/" title="title">tag</a></li>
- <li><a href="/tagged/" title="title">tag</a></li>
- <li><a href="/tagged/" title="title">tag</a></li>
- <li><a href="/tagged/" title="title">tag</a></li>
- <li><a href="/tagged/" title="title">tag</a></li>
- <li><a href="/tagged/" title="title">tag</a></li>
- </ul>
- </div>
- <div class="masonry-navigation-item two-columns">
- <p><strong><i class="cp cp-ship-o"></i> favorite ships</strong></p>
- <ul>
- <li><a href="/tagged/" title="title">tag</a></li>
- <li><a href="/tagged/" title="title">tag</a></li>
- <li><a href="/tagged/" title="title">tag</a></li>
- <li><a href="/tagged/" title="title">tag</a></li>
- <li><a href="/tagged/" title="title">tag</a></li>
- <li><a href="/tagged/" title="title">tag</a></li>
- <li><a href="/tagged/" title="title">tag</a></li>
- <li><a href="/tagged/" title="title">tag</a></li>
- <li><a href="/tagged/" title="title">tag</a></li>
- <li><a href="/tagged/" title="title">tag</a></li>
- <li><a href="/tagged/" title="title">tag</a></li>
- </ul>
- </section>
- <!-- END NAVIGATION BOX -->
- <!-- BEGINNING BLOGS BOX -->
- <section class="panel_c"> <h1>BLOGS I'M IN</h2>
- <!-- TO ADD MORE
- <div class="blogscontainer"><img class="blogsimage" src="https://api.tumblr.com/v2/blog/userbru.tumblr.com/avatar/40" />
- <div class="blogsinfo">
- <div class="blogsinfospan"><strong><a href="/" title="title">blog url</a></strong></div>
- <div class="blogslinks">
- <ul>
- <li><i>+ info about the blog</i></li>
- </ul>
- </div>
- </div>
- </div>
- -->
- <div class="blogswrap"><!-- BEGINNING OF FIRST ROW -->
- <div class="blogsrow"><!-- START BLOG --->
- <div class="blogscontainer"><img class="blogsimage" src="https://api.tumblr.com/v2/blog/userbru.tumblr.com/avatar/40" /> <!-- REPLACE USERBRU WITH THE URL OF YOUR BLOG-->
- <div class="blogsinfo">
- <div class="blogsinfospan"><strong><a href="/" title="title">blog url</a></strong></div>
- <div class="blogslinks">
- <ul>
- <li><i>+ info about the blog</i></li>
- </ul>
- </div>
- </div>
- </div>
- <div class="blogscontainer"><img class="blogsimage" src="https://api.tumblr.com/v2/blog/userbru.tumblr.com/avatar/40" /> <!-- REPLACE USERBRU WITH THE URL OF YOUR BLOG-->
- <div class="blogsinfo">
- <div class="blogsinfospan"><strong><a href="/" title="title">blog url</a></strong></div>
- <div class="blogslinks">
- <ul>
- <li><i>+ info about the blog</i></li>
- </ul>
- </div>
- </div>
- </div>
- <div class="blogscontainer"><img class="blogsimage" src="https://api.tumblr.com/v2/blog/userbru.tumblr.com/avatar/40" /> <!-- REPLACE USERBRU WITH THE URL OF YOUR BLOG-->
- <div class="blogsinfo">
- <div class="blogsinfospan"><strong><a href="/" title="title">blog url</a></strong></div>
- <div class="blogslinks">
- <ul>
- <li><i>+ info about the blog</i></li>
- </ul>
- </div>
- </div>
- </div>
- <div class="blogscontainer"><img class="blogsimage" src="https://api.tumblr.com/v2/blog/userbru.tumblr.com/avatar/40" /> <!-- REPLACE USERBRU WITH THE URL OF YOUR BLOG-->
- <div class="blogsinfo">
- <div class="blogsinfospan"><strong><a href="/" title="title">blog url</a></strong></div>
- <div class="blogslinks">
- <ul>
- <li><i>+ info about the blog</i></li>
- </ul>
- </div>
- </div>
- </div>
- </div>
- </div>
- </section>
- <!-- END OF BLOGS SECTION -->
- </div> <!-- // .p-wrapper -->
- </div> <!-- // #carousel -->
- </div> <!-- // #container -->
- </div>
- <!-- sticky notes -->
- <div id="stickynote1">
- <div class="closestickynote1">X</div>
- <div class="dragstickynote1">> sticky note #1</div>
- <div class="stickynotecontent">
- Write whatever you want here!
- </div>
- </div><!--stickynote1 end-->
- <div id="stickynote2">
- <div class="closestickynote2">X</div>
- <div class="dragstickynote2">> sticky note #2</div>
- <div class="stickynotecontent">
- You can:<br>
- <li>Add lists!</li>
- <li><b>Bold</b> and <i>italicize</i> and <strike>strike</strike> and <u>underline</u> text, too!</li>
- </div>
- </div><!--stickynote1 end-->
- <div id="stickynote3">
- <div class="closestickynote3">X</div>
- <div class="dragstickynote3">> sticky note #3</div>
- <div class="stickynotecontent">
- You can also <a href="/">add links</a>!
- </div>
- </div><!--stickynote1 end-->
- <script type="text/javascript">
- // masonry navigation
- var elements = document.getElementsByClassName('masonry-navigation');
- var msnry;
- var nElements = elements.length;
- for(var i = 0; i < nElements; i++){
- msnry = new Masonry( elements[i], {
- // columnWidth: 268,
- gutter: 10,
- itemSelector: '.masonry-navigation-item',
- });
- }
- </script>
- <!-- CREDIT DO NOT REMOVE!!!!!!!! -->
- <footer><a href="https://geminicodes.tumblr.com/">code by bru. <i class="cp cp-moon-o"></i></a> </footer>
- </body>
- <!--- TOOLTIPS --->
- <script src="https://unpkg.com/popper.js@1"></script>
- <script src="https://unpkg.com/tippy.js@5/dist/tippy-bundle.iife.js"></script>
- <link rel="stylesheet" href="https://unpkg.com/tippy.js@5/dist/svg-arrow.css" />
- <script>
- tippy('label', {
- theme: 'gradient',
- arrow: false,
- zIndex: 9999999999,
- maxWidth: 300,
- content(reference) {
- const title = reference.getAttribute('title');
- reference.removeAttribute('title');
- return title;
- },
- });
- tippy('a[title]', {
- theme: 'gradient',
- arrow: false,
- zIndex: 9999999999,
- maxWidth: 300,
- content(reference) {
- const title = reference.getAttribute('title');
- reference.removeAttribute('title');
- return title;
- },
- });
- </script>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement