HTML preprocessors can make writing HTML more powerful or convenient. For instance, Markdown is designed to be easier to write and read for text documents and you could write a loop in Pug.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. So you don't have access to higher-up elements like the <html>
tag. If you want to add classes there that can affect the whole document, this is the place to do it.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. If you need things in the <head>
of the document, put that code here.
The resource you are linking to is using the 'http' protocol, which may not work when the browser is using https.
CSS preprocessors help make authoring CSS easier. All of them offer things like variables and mixins to provide convenient abstractions.
It's a common practice to apply CSS to a page that styles elements such that they are consistent across all browsers. We offer two of the most popular choices: normalize.css and a reset. Or, choose Neither and nothing will be applied.
To get the best cross-browser support, it is a common practice to apply vendor prefixes to CSS properties and values that require them to work. For instance -webkit-
or -moz-
.
We offer two popular choices: Autoprefixer (which processes your CSS server-side) and -prefix-free (which applies prefixes via a script, client-side).
Any URLs added here will be added as <link>
s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.
You can apply CSS to your Pen from any stylesheet on the web. Just put a URL to it here and we'll apply it, in the order you have them, before the CSS in the Pen itself.
You can also link to another Pen here (use the .css
URL Extension) and we'll pull the CSS from that Pen and include it. If it's using a matching preprocessor, use the appropriate URL Extension and we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
JavaScript preprocessors can help make authoring JavaScript easier and more convenient.
Babel includes JSX processing.
Any URL's added here will be added as <script>
s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.
You can apply a script from anywhere on the web to your Pen. Just put a URL to it here and we'll add it, in the order you have them, before the JavaScript in the Pen itself.
If the script you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the JavaScript from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
Search for and use JavaScript packages from npm here. By selecting a package, an import
statement will be added to the top of the JavaScript editor for this package.
Using packages here is powered by esm.sh, which makes packages from npm not only available on a CDN, but prepares them for native JavaScript ESM usage.
All packages are different, so refer to their docs for how they work.
If you're using React / ReactDOM, make sure to turn on Babel for the JSX processing.
If active, Pens will autosave every 30 seconds after being saved once.
If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.
If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.
Visit your global Editor Settings.
<!DOCTYPE html><!--
DASH .
coded by gordonramsei
š¤ ā§ * USER GUIDE :
1. the title styling for all of the fonts
are <b>bold</b> for the thicker uppercase
font , and <i>italic</i> for the lowercase
monotype font .
2. keep the titles of the links one - two
words or the formatting will fuck up .
š¤ ā§ * IMG GUIDE :
SIDEBAR IMG : 300 x 275
š¤ ā§ * FONT GUIDE :
BODY FONT : basic sans
ACCENT FONT : mixta
š¤ ā§ * RULES OF USE :
1. this theme is a PREMIUM code for patreon
members . u are entitled to use any codes
that were released while u were a patreon .
u are not entitled to share this code with
any non - paying users . sharing codes will
result in immediate removal from patreon
and no refund will be granted .
2. u ARE permitted to use this code for
private use . commerical use is ONLY okay
for base codes . base codes will be clearly
marked as such to avoid confusion .
3. editing of this code is permitted . ANY
REMOVAL of credit from a theme that is not
a base code is strictly prohibited and will
result in removal from patreon without a
refund .
4. credit within the code is mandatory for
base codes , other than that u have no
reason to be editing any of the credits .
š¤ ā§ * CREDITS :
1. BASE BY GORDONRAMSEI
2. ICONS BY BOOTSTRAP ICONS
3. FONTS BY ADOBE & GOOGLE
4. ANIMATIONS BY ANIMISTA
š¤ ā§ * ANIMISTA CREDIT, DO NOT REMOVE :
/* ----------------------------------------------
* Generated by Animista on 2021-3-4 16:41:54
* Licensed under FreeBSD License.
* See http://animista.net/license for more info.
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */
-->
<html>
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#">
<!-- BASIC STRUCTURAL ELEMENTS -->
<meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>dash.</title>
<style>
figure{margin:0}.tmblr-iframe{position:absolute}.tmblr-iframe.hide{display:none}.tmblr-iframe--amp-cta-button{visibility:hidden;position:fixed;bottom:10px;left:50%;transform:translateX(-50%);z-index:100}.tmblr-iframe--amp-cta-button.tmblr-iframe--loaded{visibility:visible;animation:iframe-app-cta-transition .2s ease-out}</style><link rel="stylesheet" media="screen" href="https://assets.tumblr.com/client/prod/standalone/blog-network-npf/index.build.css?_v=f085dde138e244526309d4673db67b4c"><link rel="shortcut icon" href="https://assets.tumblr.com/images/default_avatar/pyramid_closed_128.png">
<link rel="alternate" type="application/rss+xml" href="https://emsthemes13.tumblr.com/rss">
<!-- SCRIPTS -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"> </script>
<!-- JQUERY LOADER -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css">
<!-- BOOTSTRAP ICONS -->
<link rel="stylesheet" href="https://use.typekit.net/jgd0gzz.css"><!-- ADOBE FONT KIT --><script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
<!-- TOOLTIP LOADER -->
<!-- TOOLTIP , DON'T DELETE --><script>
(function($){
$(document).ready(function() {
$("a[title]").style_my_tooltips({
tip_follows_cursor:false,
tip_delay_time:90,
tip_fade_speed:600,
attribute:"title"
});
});
})(jQuery);
</script><script>
(function($){
$(document).ready(function() {
$("img[title]").style_my_tooltips({
tip_follows_cursor:false,
tip_delay_time:90,
tip_fade_speed:600,
attribute:"title"
});
});
})(jQuery);
</script>
<!-- TOOLTIP , DON'T DELETE -->
<!-- META TAG THEME OPTIONS -->
<!-- SLIDERS -->
<meta name="if:accessible font" content="0"/><meta name="if:svgs" content="1"/><meta name="if:sb overlay" content="1"/>
<!-- COLORS -->
<meta name="color:background" content="#313131"/><meta name="color:container" content="#313131"/><meta name="color:container shadow" content="#171717"/><meta name="color:text" content="#ffffff"/><meta name="color:title" content="#78bcbc"/><meta name="color:links" content="#ffffff"/><meta name="color:links hover" content="#f1f0f0"/><meta name="color:sb overlay" content="#b4f1f1"/><meta name="color:accent" content="#b62223"/><meta name="color:accent 2" content="#fb5455"/><meta name="color:bold" content="#d74849"/><meta name="color:italic" content="#499ca4"/>
<!-- IMAGES -->
<meta name="image:bg" content="/"><meta name="image:container bg" content="/"><meta name="image:sb" content="https://via.placeholder.com/300x275">
<!-- TEXT -->
<meta name="text:title" content="ur title"><meta name="text:description" content="content goes here, it will scroll so feel free to use as much space as u wish">
<!-- LINKS -->
<meta name="text:dash url" content="/"><meta name="text:extra link title" content="title"><meta name="text:extra link url" content="/">
<meta name="text:link 1" content="link title"><meta name="text:link 1 url" content="/"><meta name="text:link 2" content="link title"><meta name="text:link 2 url" content="/"><meta name="text:link 3" content="link title"><meta name="text:link 3 url" content="/"><meta name="text:link 4" content="link title"><meta name="text:link 4 url" content="/"><meta name="text:link 5" content="link title"><meta name="text:link 5 url" content="/"><meta name="text:link 6" content="link title"><meta name="text:link 6 url" content="/">
<!-- BEGIN CSS -->
<style type="text/css">
/* TOOLTIP + SCROLLBAR STYLING */
#s-m-t-tooltip {
max-width:250px;
z-index:9999999999999999999999999999999999999;
height:auto;
text-align:center;
padding:6px;
background-color:#b62223;
margin-left:15px;
margin-bottom:22px;
font-size:10px;
letter-spacing:2px;
font-weight: 200;
border-radius:10px;
line-height:9px;
color:#ffffff;
text-shadow:0px 0px 2px #ffffff;
text-transform:lowercase;
}
::-webkit-scrollbar {
display: none;
}
::selection {
background-color: #b62223;
color: #ffffff;
}
/* TUMBLR CONTROLS + IFRAME STYLING */
#tumblr_controls, .tmblr-iframe {
z-index:999999999999999999;
opacity:1;
position:absolute;
filter:drop-shadow(0px 0px 0px #b62223);
transform:scale(.8);
top:0px;
margin-right:-20px;
-webkit-transition:all 0.6s ease-out;
-webkit-transition: all 0.6s ease-out;
-moz-transition: all 0.6s ease-out;
transition: all 0.6s ease-out;
}
iframe {
max-width:100%;
z-index:9999999999999999999999999999999999999999;
-webkit-transition: all 0.8s ease-in-out;
-moz-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
-ms-transition: all 0.8s ease-in-out;
transition: all 0.8s ease-in-out;
}
iframe:hover {
max-width:100%;
z-index:9999999999999999999999999999999999999999;
-webkit-transition: all 0.8s ease-in-out;
-moz-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
-ms-transition: all 0.8s ease-in-out;
transition: all 0.8s ease-in-out;
}
.iframe-controls--desktop {
transition: none;
}
/* BODY STYLING */
body {
background-color:#313131;
color:#ffffff;
font-family: "basic-sans", sans-serif;
font-size:10px;
font-weight:400;
line-height:11px;
letter-spacing:0px;
overflow:hidden;
text-align:justify;
vertical-align:middle;
margin:0px;
padding:0px;
background-image:url('/');
background-size:repeat; /* change repeat to cover if you have a full img for ur background */
}
/* FONT TYPE STYLING */
big {
font-family: mixta-pro, serif;
color:#78bcbc;
text-shadow:0px 0px 3px #78bcbc;
}
small {
font-size:9.5px;
line-height:10px;
}
b, strong {
font-weight:900;
font-family: mixta-pro, serif;
letter-spacing:1px;
color:#d74849;
text-shadow:0px 0px 3px #d74849;
}
i, em {
letter-spacing:3px !important;
color:#499ca4 !important;
text-shadow:0px 0px 3px #499ca4 !important;
}
strike {
text-decoration: line-through 1px solid #b62223;
}
/* LINKS STYLING */
a {
text-decoration:none;
text-transform:lowercase !important;
font-size:12px;
letter-spacing:1px;
font-weight:400;
font-family: mixta-pro, serif;
color:#ffffff;
text-shadow:0px 0px 3px #ffffff;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
}
a:hover {
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
color:#f1f0f0;
text-shadow:0px 0px 3px #f1f0f0;
letter-spacing:2px;
}
/* SVG STYLING */
.svg1 {
position:absolute;
z-index:99999999;
top:-46px;
right:-116px;
}
.svg2 {
position:absolute;
z-index:99999999;
bottom:-55px;
left:102px;
}
.svg3 {
position:absolute;
z-index:99999999;
bottom:130px;
right:-80px;
}
/* CONTAINER STYLING */
#container {
position:absolute;
z-index:-999;
top: 45%;
left: 50%;
transform: translate(-50%, -50%);
overflow:visible;
width:600px;
height:275px;
display:block;
background-color:#313131;
border-radius:40px;
background-image:url('/');
background-size:repeat; /* change repeat to cover if you have a full img for ur background */
box-shadow:0px 0px 15px #171717;
}
/* PARAGRAPH STYLING */
p {
width:93%;
margin-left:11px;
margin-bottom:0px;
margin-top:8px;
margin-block-end: 1em;
}
/* TITLE STYLING */
.mtitle {
position:absolute;
bottom:75px;
z-index:99999999;
width:100%;
font-weight:300;
line-height:20px;
text-align:center;
font-size:30px;
font-family: mixta-pro, serif;
color:#78bcbc;
text-shadow:0px 0px 3px #78bcbc;
-webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
@-webkit-keyframes fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.mtitle b {
font-size:30px;
letter-spacing:1px;
font-weight:900;
}
.mtitle i {
font-family: "basic-sans", sans-serif;
font-size:30px;
letter-spacing:2px;
font-weight:200 !important;
}
/* SIDEBAR STYLING */
.sb {
position:absolute;
z-index:99999;
top:0px;
right:25%;
width:300px;
height:275px;
background-color:#b4f1f1;
}
.sb img {
width:300px;
height:275px;
filter:grayscale(100%);
mix-blend-mode:multiply;
}
/* DESCRIPTION STYLING */
.desc {
position:absolute;
vertical-align:middle;
z-index:999999999999999999;
padding:10px;
padding-left:0px;
width:85px;
height:199px;
overflow:scroll;
top:25px;
right:20px;
}
.desc i {
letter-spacing:0px;
}
.desc b {
font-size:10px;
letter-spacing:2px;
}
.desc big {
font-family: mixta-pro, serif;
font-size:18px;
}
.dash {
position:absolute;
top:17px;
left:17px;
z-index:999999999999999999;
width:100px;
height:15px;
background-color:#b62223;
border-bottom:14px solid #b62223;
border-top:8px solid #b62223;
padding-left:5px;
padding-right:5px;
border-radius:20px;
text-align:center;
box-shadow:0px 0px 5px #b62223;
animation: pulse 2s infinite;
}
@keyframes pulse {
0% {
box-shadow: 0 0 0 0 #b62223 .7;
}
70% {
box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
}
100% {
box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
}
}
.dash a {
font-weight:900;
letter-spacing:2px;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
}
.dash a:hover {
letter-spacing:2px;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
}
/* TAB BASE STYLING */
.tab {
z-index:9999999999999;
position:absolute;
text-align:center-justify;
height:100px;
left:-23px;
top:75px;
width:100px;
-webkit-animation: slide-in-left .75s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
animation: slide-in-left .75s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes slide-in-left {
0% {
-webkit-transform: translateX(-1000px);
transform: translateX(-1000px);
opacity: 0;
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
}
@keyframes slide-in-left {
0% {
-webkit-transform: translateX(-1000px);
transform: translateX(-1000px);
opacity: 0;
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
}
.tab a {
font-weight:200;
background-color:#fb5455;
font-style:italic;
font-family: "basic-sans", sans-serif;
font-size:12px;
padding-right:14px;
padding-left:14px;
padding-bottom:5px;
padding-top:5px;
border-radius:10px;
line-height:33px;
letter-spacing:2px;
color:#ffffff;
text-shadow:0px 0px 3px #ffffff;
-webkit-transition: all .5s ease-out;
-moz-transition: all .5s ease-out;
-o-transition: all .5s ease-out;
-ms-transition: all .5s ease-out;
transition: all .5s ease-out;
}
.tab a:hover {
color:#f1f0f0;
letter-spacing:2px;
text-shadow:0px 0px 3px #f1f0f0;
-webkit-transition: all .5s ease-out;
-moz-transition: all .5s ease-out;
-o-transition: all .5s ease-out;
-ms-transition: all .5s ease-out;
transition: all .5s ease-out;
}
.tabcontent {
z-index:9999999999999;
width:130px;
height:275px;
left:15px;
top:0px;
overflow-x:visible;
overflow-y:visible;
background-color:transparent;
overflow-wrap: break-word;
display:none;
position:absolute;
-webkit-animation: scale-in-center 0.75s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
animation: scale-in-center 0.75s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes scale-in-center {
0% {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 1;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
@keyframes scale-in-center {
0% {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 1;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
.tabsclose {
position:absolute;
font-size:10.5px;
font-weight:600;
font-style:normal;
cursor: pointer;
z-index:999999999999999;
right:0px;
bottom:5px;
letter-spacing:3px;
text-align:center;
width:100%;
height:auto;
color:#ffffff;
text-shadow:0px 0px 2px #ffffff;
}
/* NAV TAB STYLING */
.navlink {
position:absolute;
overflow-wrap: break-word;
font-style:normal;
line-height:30px;
padding-top:45px;
padding-left:20px;
z-index:9999999999999999999;
}
.navlink b {
font-family: "basic-sans", sans-serif;
font-size:8px;
}
.navlink a {
z-index:999999999999999999999;
padding:5px;
font-size:13px;
font-weight:900;
font-family: mixta-pro, serif;
color:#b62223;
letter-spacing:2px;
text-shadow:0px 0px 1px #b62223;
overflow-wrap: break-word;
vertical-align: middle;
-webkit-transition: all .5s ease-out;
-moz-transition: all .5s ease-out;
-o-transition: all .5s ease-out;
-ms-transition: all .5s ease-out;
transition: all .5s ease-out;
}
.navlink a:hover {
color:#b62223;
letter-spacing:1px;
text-shadow:0px 0px 2px #b62223;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
/* CREDIT STYLING */
#credit a {
position:fixed;
right:10px;
bottom:10px;
font-size:15px;
text-shadow: 0px 0px 2px #fb5455;
color:#fb5455;
-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
-ms-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}
#credit a:hover {
text-shadow: 0px 0px 4px #b62223;
color:#b62223;
-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
-ms-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}
</style><!-- END OF CSS --><link rel="alternate" href="android-app://com.tumblr/tumblr/x-callback-url/blog?blogName=emsthemes13" /><link rel="alternate" href="ios-app://305343404/tumblr/x-callback-url/blog?blogName=emsthemes13" /><script
defer
type="application/javascript"
id="bilmur"
data-provider="tumblr.com"
data-service="blognetwork"
data-customproperties='{"theme": ""}'
nonce="8p0cVN73csRwHggfVEdcaACUYqk"
src="https://s0.wp.com/wp-content/js/bilmur.min.js?m=202329"
></script><script src="https://assets.tumblr.com/assets/scripts/tumblelog_post_message_queue.js?_v=a8fadfa499d8cb7c3f8eefdf0b1adfdd"></script><link rel="stylesheet" type="text/css" href="https://assets.tumblr.com/fonts/gibson/stylesheet.css?v=3"><!-- BEGIN TUMBLR FACEBOOK OPENGRAPH TAGS --><!-- If you'd like to specify your own Open Graph tags, define the og:url and og:title tags in your theme's HTML. --><!-- Read more: http://ogp.me/ --><meta property="fb:app_id" content="48119224995" /><meta property="og:site_name" content="Tumblr" /><meta property="og:title" content="dash." /><meta property="og:url" content="https://emsthemes13.tumblr.com/?og=1" /><meta property="og:description" content="" /><meta property="og:type" content="profile" /><meta property="og:image" content="https://assets.tumblr.com/images/default_avatar/pyramid_closed_128.png" /><meta property="al:ios:url" content="tumblr://x-callback-url/blog?blogName=emsthemes13" /><meta property="al:ios:app_name" content="Tumblr" /><meta property="al:ios:app_store_id" content="305343404" /><meta property="al:android:url" content="tumblr://x-callback-url/blog?blogName=emsthemes13" /><meta property="al:android:app_name" content="Tumblr" /><meta property="al:android:package" content="com.tumblr" /><!-- END TUMBLR FACEBOOK OPENGRAPH TAGS --><!-- TWITTER TAGS --><meta charset="utf-8"><meta name="twitter:site" content="tumblr" /><meta name="twitter:card" content="summary" /><meta name="twitter:description" content="" /><meta name="twitter:title" content="dash." /><meta name="twitter:app:name:iphone" content="Tumblr" /><meta name="twitter:app:name:ipad" content="Tumblr" /><meta name="twitter:app:name:googleplay" content="Tumblr" /><meta name="twitter:app:id:iphone" content="305343404" /><meta name="twitter:app:id:ipad" content="305343404" /><meta name="twitter:app:id:googleplay" content="com.tumblr" /><meta name="twitter:app:url:iphone" content="tumblr://x-callback-url/blog?blogName=emsthemes13&referrer=twitter-cards" /><meta name="twitter:app:url:ipad" content="tumblr://x-callback-url/blog?blogName=emsthemes13&referrer=twitter-cards" /><meta name="twitter:app:url:googleplay" content="tumblr://x-callback-url/blog?blogName=emsthemes13&referrer=twitter-cards" /><link rel="canonical" href="https://emsthemes13.tumblr.com" /></head><body><!-- BEGIN HTML --><div class="dash"><a href="/">view from dash.</a></div><!-- BEGIN CONTAINER --><div id="container"><!-- TITLE -->
<div class="mtitle">
* , <i>dash</i> <b>.</b></div><!-- BEGIN TAB LINKS -->
<div class="tab"><a href="/" class="tablink" title="refresh.">01.</a><br><a href="/ask" class="tablink" title="inbox.">02.</a><br><a href="#" class="tablink" onclick="openPage('navigate')" title="links.">03.</a><br><a href="/" title="more">04.</a></div><!-- END OF TAB LINKS -->
<!-- DESCRIPTION --><div class="desc">content goes <b>bold</b> , it <i>italic</i> scroll so <big>feel</big> free to use as much space as u wish content goes <b>bold</b> , it <i>italic</i> scroll so <big>feel</big> free to use as much space as u wish content goes <b>bold</b> , it <i>italic</i> scroll so <big>feel</big> free to use as much space as u wish content goes <b>bold</b> , it <i>italic</i> scroll so <big>feel</big> free to use as much space as u wish content goes <b>bold</b> , it <i>italic</i> scroll so <big>feel</big> free to use as much space as u wish content goes <b>bold</b> , it <i>italic</i> scroll so <big>feel</big> free to use as much space as u wish content goes <b>bold</b> , it <i>italic</i> scroll so <big>feel</big> free to use as much space as u wish content goes <b>bold</b> , it <i>italic</i> scroll so <big>feel</big> free to use as much space as u wish
</div><div class="sb">
<img src="https://64.media.tumblr.com/ddf9e3338cea5670cf8b1787f3e19db4/09fc9860ed5f102d-92/s2048x3072/47912b9096d65b1f1e57938e6205abfe0a50335f.gif" draggable="false"></div><div class="svg1"><svg xmlns="http://www.w3.org/2000/svg" width="350" zoomAndPan="magnify" viewBox="0 0 262.5 150" height="200" preserveAspectRatio="xMidYMid meet" xmlns:v="https://vecta.io/nano"><style><![CDATA[.B{clip-rule:nonzero}.C{fill:none}]]></style><defs><clipPath id="A"><path d="M40 2h60v78H40zm0 0" class="B"/></clipPath><clipPath id="B"><path d="M66.285 103.828L-4.34 59.758l43.672-69.992 70.629 44.074zm0 0" class="B"/></clipPath><clipPath id="C"><path d="M66.285 103.828L-4.34 59.758l43.672-69.992 70.629 44.074zm0 0" class="B"/></clipPath><clipPath id="D"><path d="M66.285 103.828L-4.34 59.758l43.672-69.992 70.629 44.074zm0 0" class="B"/></clipPath><clipPath id="E"><path d="M1 26h39v44H1zm0 0" class="B"/></clipPath><clipPath id="F"><path d="M66.285 103.828L-4.34 59.758l43.672-69.992 70.629 44.074zm0 0" class="B"/></clipPath><clipPath id="G"><path d="M66.285 103.828L-4.34 59.758l43.672-69.992 70.629 44.074zm0 0" class="B"/></clipPath><clipPath id="H"><path d="M66.285 103.828L-4.34 59.758l43.672-69.992 70.629 44.074zm0 0" class="B"/></clipPath><clipPath id="I"><path d="M35 62h2v19h-2zm0 0" class="B"/></clipPath><clipPath id="J"><path d="M66.285 103.828L-4.34 59.758l43.672-69.992 70.629 44.074zm0 0" class="B"/></clipPath><clipPath id="K"><path d="M66.285 103.828L-4.34 59.758l43.672-69.992 70.629 44.074zm0 0" class="B"/></clipPath><clipPath id="L"><path d="M66.285 103.828L-4.34 59.758l43.672-69.992 70.629 44.074zm0 0" class="B"/></clipPath><clipPath id="M"><path d="M28 62h16v16H28zm0 0" class="B"/></clipPath><clipPath id="N"><path d="M66.285 103.828L-4.34 59.758l43.672-69.992 70.629 44.074zm0 0" class="B"/></clipPath><clipPath id="O"><path d="M66.285 103.828L-4.34 59.758l43.672-69.992 70.629 44.074zm0 0" class="B"/></clipPath><clipPath id="P"><path d="M66.285 103.828L-4.34 59.758l43.672-69.992 70.629 44.074zm0 0" class="B"/></clipPath><clipPath id="Q"><path d="M29 64h14v15H29zm0 0" class="B"/></clipPath><clipPath id="R"><path d="M66.285 103.828L-4.34 59.758l43.672-69.992 70.629 44.074zm0 0" class="B"/></clipPath><clipPath id="S"><path d="M66.285 103.828L-4.34 59.758l43.672-69.992 70.629 44.074zm0 0" class="B"/></clipPath><clipPath id="T"><path d="M66.285 103.828L-4.34 59.758l43.672-69.992 70.629 44.074zm0 0" class="B"/></clipPath></defs><g clip-path="url(#A)"><g clip-path="url(#B)"><g clip-path="url(#C)"><g clip-path="url(#D)"><path fill="#b62223" d="M55.98 77.891c-4.895-2.961-7.32-9.02-7.008-14.582.316-5.594 5.367-11.148 9.961-14.359-9.453-4.059-16.539-13.203-18.125-23.383-.922-5.898.059-12.332 3.758-17.031S55.031 1.367 60.543 3.66c3.184 1.328 5.66 4.051 7.145 7.16s2.059 6.594 2.184 10.051a40.92 40.92 0 0 1-5.301 21.473c4.445-2.836 8.953-5.711 14.02-7.199 5.043-1.48 10.809-1.426 15.25 1.398s7.031 8.805 4.922 13.641c-2.187 5.051-8.535 7.188-13.957 6.273s-10.121-4.137-14.617-7.281c1.238 4.508 2.781 10.695 2.957 14.559.227 4.844-.117 9.992-4.168 13.313-2.855 2.348-6.676 3.039-10.137 2.094a11.57 11.57 0 0 1-2.859-1.25zm0 0"/></g></g></g></g><g clip-path="url(#E)"><g clip-path="url(#F)"><g clip-path="url(#G)"><g clip-path="url(#H)"><path fill="#78bcbc" d="M15.66 30.992c.219.707.578 1.359.953 1.988l1.316 2.145 2.711 4.41 5.414 8.813.578.934c-3.418-.723-6.84-1.586-10.336-1.785-3.02-.164-6.145.211-8.879 1.559-1.289.645-2.5 1.496-3.457 2.602-.895 1.031-1.602 2.254-2.027 3.563-.406 1.281-.551 2.656-.305 3.973.277 1.531 1.086 2.895 2.086 4.094 1.102 1.293 2.375 2.48 3.711 3.547 1.363 1.102 2.855 2.051 4.531 2.594 2.84.914 5.844.359 8.539-.82 1.352-.59 2.652-1.332 3.887-2.137 1.484-.949 2.922-1.965 4.297-3.055 2.801-2.203 5.359-4.758 7.27-7.766 1.824-2.867 3.074-6.18 3.211-9.602.113-2.93-.551-5.922-2.094-8.422-.266-.434-.555-.828-.863-1.219.016-.023.02-.059-.027-.102-.086-.09-.18-.168-.266-.258-.043-.047-.078-.102-.121-.148a.56.56 0 0 0-.121-.094 39.15 39.15 0 0 0-7.34-5.418c-1.418-.816-2.879-1.531-4.398-2.156-1.324-.539-2.684-1.102-4.094-1.355-1.078-.191-2.312-.211-3.254.438-1.168.844-1.312 2.418-.922 3.68zm0 0"/></g></g></g></g><g clip-path="url(#I)" class="C"><g clip-path="url(#J)"><g clip-path="url(#K)"><g clip-path="url(#L)"><path d="M36.27 80.523c-.332-2.355-.551-4.723-.621-7.094-.078-2.391-.023-4.77.164-7.156l.445-3.996c.004-.066-.168-.105-.18-.059a65.1 65.1 0 0 0-.609 7.148 65.12 65.12 0 0 0 .176 7.098l.445 4.035c.008.039.18.078.18.023zm0 0"/></g></g></g></g><g clip-path="url(#M)" class="C"><g clip-path="url(#N)"><g clip-path="url(#O)"><g clip-path="url(#P)"><path d="M29.129 77.016l5.945-5.215 5.566-5.66 2.934-3.355c.043-.043-.125-.113-.172-.07l-5.285 5.871-5.742 5.484-3.402 2.883c-.051.02.113.105.156.063zm0 0"/></g></g></g></g><g clip-path="url(#Q)" class="C"><g clip-path="url(#R)"><g clip-path="url(#S)"><g clip-path="url(#T)"><path d="M42.91 78.23a70.95 70.95 0 0 0-4.805-5.824c-1.687-1.84-3.488-3.59-5.371-5.23l-3.305-2.703c-.039-.027-.223-.051-.152.012 1.992 1.527 3.895 3.164 5.703 4.898s3.527 3.578 5.148 5.5l2.613 3.332c.02.047.203.07.168.016zm0 0"/></g></g></g></g></svg></div><div class="svg2"><svg xmlns="http://www.w3.org/2000/svg" width="350" zoomAndPan="magnify" viewBox="0 0 262.5 150" height="200" preserveAspectRatio="xMidYMid meet" xmlns:v="https://vecta.io/nano"><defs><clipPath id="AR"><path d="M7.574 67.414H110V134H7.574zm0 0" clip-rule="nonzero"/></clipPath><clipPath id="BR"><path d="M28.742 91h98.25v6h-98.25zm0 0" clip-rule="nonzero"/></clipPath><clipPath id="CR"><path d="M28.742 97h98.25v6h-98.25zm0 0" clip-rule="nonzero"/></clipPath><clipPath id="DR"><path d="M28.742 103h98.25v5.953h-98.25zm0 0" clip-rule="nonzero"/></clipPath></defs><g clip-path="url(#AR)"><path fill="#b62223" d="M73.289 130.953c-4.156 2.473-9.129 3.93-13.805 2-4.527-1.883-7.711-5.875-12.121-7.98-2.277-1.09-4.836-1.605-7.293-.797-2.277.75-4.145 2.344-6.156 3.594-2.117 1.313-4.395 1.988-6.867 2.105-1.211.059-2.441 0-3.652-.059-1.168-.059-2.34-.102-3.492-.266-4.691-.707-8.836-3.594-10.965-7.832-.875-1.797-1.363-3.785-1.289-5.805.09-2.062.758-4.066 1.91-5.773 1.227-1.84 2.973-3.254 4.793-4.508 3.641-2.516 7.875-4.461 10.582-8.086 2.16-2.887 2.5-4.918 2.602-8.32.105-3.047 1.555-6.066 3.953-7.969 2.219-1.766 5.059-2.504 7.828-2.871 3.152-.426 6.289-.074 8.195-3.109 2.027-3.223 3.109-7.039 7.578-7.305 8.879-.527 10.785 11.961 16.484 16.246 3.906 2.945 9.156 3.211 14.039 3.27 10.434.133 24.711 4.773 24.238 17.629-.148 4.023-2.145 7.91-5.238 10.504-3.371 2.813-8.316 3.414-12.488 4.359-2.367.527-4.633 1.293-6.746 2.488-4.32 2.398-7.844 5.965-12.09 8.484zm0 0"/></g><g clip-path="url(#BR)"><path fill="#fb5455" d="M126.766 95.395c-1.039-1.781-2.781-3.637-4.965-3.902-1.047-.125-2.094.203-2.902.855-1.031.824-1.52 2.207-2.645 2.918-1.273.801-2.605-.312-3.441-1.215-.852-.918-1.605-1.973-2.742-2.582-.949-.504-2.059-.551-3.016-.047-.789.414-1.312 1.145-1.777 1.879-.73 1.176-1.785 3.316-3.52 2.285-1.266-.75-1.727-2.375-2.676-3.422-1.34-1.492-3.344-1.133-4.797.059-.957.781-1.652 1.82-2.609 2.598-.473.383-1.031.703-1.664.645-.73-.062-1.379-.52-1.859-1.039-.77-.84-1.199-1.988-2.262-2.539-1.137-.594-2.516-.641-3.699-.168-1.07.422-1.801 1.172-2.441 2.094-.469.672-1.137 1.879-2.141 1.551-.98-.32-1.508-1.52-2.094-2.27-.73-.945-1.84-1.594-3.051-1.68-1.102-.082-2.277.246-3.148.926-.656.512-1.156 1.168-1.695 1.793-.422.492-.945 1.18-1.645 1.301-.949.168-1.957-.68-2.562-1.285-1.371-1.375-2.727-3.383-4.996-2.926-1.551.313-2.289 1.813-3.059 3.004-.359.559-.789 1.199-1.414 1.496-.687.328-1.484.063-2.012-.434-1.258-1.176-1.613-3.195-3.293-3.957-2.504-1.125-4.332 1.449-5.809 2.977-.949.98-2.18 1.75-3.453.797-1.062-.797-1.543-2.125-2.629-2.91-1.824-1.371-4.121-.535-5.68.809-.836.719-1.531 1.598-2.082 2.543-.238.406.672.383.852.07.938-1.613 2.863-3.898 5.02-3.516 1.305.23 2.02 1.359 2.75 2.324.738.969 1.703 1.793 3.008 1.711 2.711-.16 3.57-3.195 5.746-4.266 2.082-1.023 3.172 1.574 4.055 2.898.445.672 1.023 1.297 1.824 1.535.754.23 1.605.129 2.289-.246 1.313-.73 1.84-2.238 2.727-3.367.371-.469.844-.941 1.484-.965 1.07-.031 1.977.719 2.66 1.453 1.223 1.305 2.742 3.301 4.824 2.75 1.582-.414 2.344-2.078 3.473-3.094.844-.758 2.035-1.07 3.141-.727 1.215.383 1.855 1.336 2.547 2.309.559.777 1.25 1.535 2.285 1.574.977.031 1.746-.543 2.313-1.27.656-.84 1.129-1.781 2.094-2.324 1.176-.664 2.824-.539 3.781.453.828.855 1.266 1.957 2.293 2.637 1.016.672 2.273.73 3.344.168 1.039-.543 1.77-1.469 2.555-2.309.73-.773 1.777-1.797 2.961-1.598 1.379.23 2.051 1.988 2.75 2.988.883 1.27 2.23 2.102 3.813 1.48 1.695-.664 2.133-2.605 3.262-3.84 1.988-2.164 4.121 1.051 5.434 2.344.813.801 1.844 1.504 3.043 1.414 1.281-.094 2.184-.977 2.902-1.941.699-.934 1.453-2.047 2.742-2.125 1.055-.066 2.063.52 2.848 1.156.859.703 1.566 1.594 2.117 2.543.203.313 1.07 0 .844-.375zm0 0"/></g><g clip-path="url(#CR)"><path fill="#fb5455" d="M126.766 101.43c-1.039-1.785-2.781-3.637-4.965-3.902-1.047-.129-2.094.199-2.902.855-1.031.824-1.52 2.207-2.645 2.918-1.273.797-2.605-.312-3.441-1.215-.852-.918-1.605-1.977-2.742-2.582-.949-.504-2.059-.551-3.016-.047-.789.414-1.312 1.141-1.777 1.879-.73 1.172-1.785 3.316-3.52 2.285-1.266-.754-1.727-2.375-2.676-3.422-1.34-1.496-3.344-1.137-4.797.055-.957.785-1.652 1.824-2.609 2.598-.473.383-1.031.703-1.664.648-.73-.062-1.379-.52-1.859-1.039-.77-.84-1.199-1.988-2.262-2.543-1.137-.59-2.516-.637-3.699-.168-1.07.426-1.801 1.176-2.441 2.094-.469.672-1.137 1.879-2.141 1.551-.98-.316-1.508-1.516-2.094-2.27-.73-.941-1.84-1.59-3.051-1.676-1.102-.082-2.277.246-3.148.926-.656.512-1.156 1.168-1.695 1.789-.422.496-.945 1.184-1.645 1.305-.949.168-1.957-.68-2.562-1.289-1.371-1.375-2.727-3.379-4.996-2.922-1.551.309-2.289 1.813-3.059 3.004-.359.559-.789 1.199-1.414 1.492-.687.328-1.484.066-2.012-.43-1.258-1.176-1.613-3.195-3.293-3.957-2.504-1.125-4.332 1.449-5.809 2.973-.949.984-2.18 1.75-3.453.801-1.062-.801-1.543-2.125-2.629-2.91-1.824-1.375-4.121-.535-5.68.809-.836.719-1.531 1.598-2.082 2.539-.238.41.672.387.852.074.938-1.613 2.863-3.902 5.02-3.516 1.305.23 2.02 1.355 2.75 2.324.738.969 1.703 1.789 3.008 1.711 2.711-.16 3.57-3.199 5.746-4.27 2.082-1.023 3.172 1.574 4.055 2.902.445.672 1.023 1.293 1.824 1.535.754.23 1.605.129 2.289-.25 1.313-.727 1.84-2.238 2.727-3.363.371-.473.844-.941 1.484-.969 1.07-.031 1.977.723 2.66 1.457 1.223 1.301 2.742 3.301 4.824 2.75 1.582-.418 2.344-2.078 3.473-3.094.844-.762 2.035-1.07 3.141-.727 1.215.383 1.855 1.332 2.547 2.309.559.773 1.25 1.535 2.285 1.574.977.031 1.746-.543 2.313-1.27.656-.84 1.129-1.785 2.094-2.328 1.176-.664 2.824-.535 3.781.457.828.855 1.266 1.957 2.293 2.637 1.016.672 2.273.727 3.344.168 1.039-.543 1.77-1.469 2.555-2.309.73-.777 1.777-1.801 2.961-1.598 1.379.23 2.051 1.988 2.75 2.988.883 1.27 2.23 2.102 3.813 1.477 1.695-.664 2.133-2.605 3.262-3.836 1.988-2.164 4.121 1.047 5.434 2.344.813.797 1.844 1.5 3.043 1.414 1.281-.098 2.184-.977 2.902-1.941.699-.937 1.453-2.047 2.742-2.129 1.055-.062 2.063.52 2.848 1.16.859.703 1.566 1.59 2.117 2.543.203.313 1.07.008.844-.375zm0 0"/></g><g clip-path="url(#DR)"><path fill="#fb5455" d="M126.766 107.469c-1.039-1.781-2.781-3.637-4.965-3.898-1.047-.129-2.094.199-2.902.855-1.031.824-1.52 2.207-2.645 2.918-1.273.797-2.605-.312-3.441-1.215-.852-.922-1.605-1.977-2.742-2.582-.949-.504-2.059-.551-3.016-.051-.789.418-1.312 1.145-1.777 1.879-.73 1.176-1.785 3.316-3.52 2.285-1.266-.75-1.727-2.371-2.676-3.418-1.34-1.496-3.344-1.137-4.797.055-.957.785-1.652 1.824-2.609 2.598-.473.383-1.031.703-1.664.648-.73-.066-1.379-.52-1.859-1.039-.77-.84-1.199-1.992-2.262-2.543-1.137-.59-2.516-.641-3.699-.168-1.07.426-1.801 1.176-2.441 2.094-.469.672-1.137 1.879-2.141 1.551-.98-.32-1.508-1.52-2.094-2.27-.73-.941-1.84-1.59-3.051-1.68-1.102-.078-2.277.25-3.148.93-.656.512-1.156 1.164-1.695 1.789-.422.496-.945 1.184-1.645 1.305-.949.168-1.957-.68-2.562-1.289-1.371-1.375-2.727-3.379-4.996-2.926-1.551.313-2.289 1.816-3.059 3.008-.359.559-.789 1.199-1.414 1.492-.687.328-1.484.066-2.012-.43-1.258-1.176-1.613-3.199-3.293-3.957-2.504-1.129-4.332 1.445-5.809 2.973-.949.984-2.18 1.75-3.453.801-1.062-.801-1.543-2.129-2.629-2.91-1.844-1.336-4.129-.496-5.687.84-.836.719-1.531 1.598-2.086 2.539-.234.41.676.387.855.074.938-1.613 2.863-3.902 5.02-3.516 1.305.23 2.02 1.355 2.75 2.324.738.969 1.703 1.789 3.008 1.711 2.711-.16 3.57-3.199 5.746-4.27 2.082-1.023 3.172 1.574 4.055 2.902.445.672 1.023 1.293 1.824 1.535.754.23 1.605.129 2.289-.25 1.313-.727 1.84-2.238 2.723-3.363.375-.473.844-.941 1.488-.969 1.07-.031 1.977.723 2.66 1.457 1.223 1.301 2.742 3.301 4.824 2.75 1.582-.418 2.344-2.078 3.473-3.094.844-.762 2.035-1.07 3.141-.727 1.215.383 1.855 1.332 2.547 2.309.559.773 1.25 1.535 2.285 1.574.977.031 1.746-.543 2.313-1.27.656-.84 1.129-1.785 2.094-2.328 1.176-.664 2.824-.535 3.781.457.824.855 1.266 1.957 2.293 2.637 1.016.672 2.273.727 3.344.168 1.039-.543 1.77-1.469 2.555-2.309.73-.777 1.777-1.801 2.961-1.598 1.379.23 2.051 1.988 2.75 2.988.883 1.27 2.23 2.102 3.813 1.477 1.695-.664 2.133-2.605 3.262-3.836 1.988-2.164 4.121 1.047 5.434 2.344.813.797 1.84 1.5 3.043 1.414 1.281-.098 2.18-.977 2.902-1.941.699-.937 1.453-2.047 2.742-2.129 1.055-.062 2.063.52 2.848 1.16.859.703 1.566 1.59 2.117 2.543.211.27 1.078-.031.852-.41zm0 0"/></g></svg>
</div><div class="svg3"><svg xmlns="http://www.w3.org/2000/svg" width="300" zoomAndPan="magnify" viewBox="0 0 262.5 150" height="150" preserveAspectRatio="xMidYMid meet" xmlns:v="https://vecta.io/nano"><defs><clipPath id="AW"><path d="M29 120h6v6.52h-6zm0 0" clip-rule="nonzero"/></clipPath><clipPath id="BW"><path d="M49 73h8.137v8H49zm0 0" clip-rule="nonzero"/></clipPath><clipPath id="CW"><path d="M27 25.27h8V33h-8zm0 0" clip-rule="nonzero"/></clipPath></defs><path d="M29.113 71.605a4.05 4.05 0 0 0-1.023-.137c-2.715 0-3.891 2.398-3.508 4.453.203 1.66 1.391 3.188 3.563 3.172.832 0 1.527-.23 2.059-.609 2.676-1.473 2.309-6.281-1.09-6.879zm2.825-23.82a4.02 4.02 0 0 0-1.023-.137c-2.715 0-3.891 2.395-3.508 4.453.207 1.66 1.391 3.188 3.563 3.172.832 0 1.527-.23 2.059-.613 2.676-1.469 2.309-6.266-1.09-6.875zm-10.196 36.84a4 4 0 0 0-1.023-.137c-2.715 0-3.887 2.398-3.504 4.453.203 1.664 1.391 3.188 3.559 3.176.836 0 1.531-.234 2.063-.613 2.676-1.473 2.305-6.281-1.094-6.879zm22.899-19.191a4.87 4.87 0 0 0-.41-1.211c-.68-1.43-2.195-1.988-3.711-1.906l-.656.066a4.01 4.01 0 0 0-.586.125c-.383.109-.734.27-1.105.406-.652.246-1.215.738-1.582 1.336-.082.121-.219.23-.301.355l-.258.406c-.152.285-.273.602-.355.914a4.11 4.11 0 0 0-.012 1.961c.121.516.34 1.02.668 1.441.23.301.516.531.816.766.301.242.586.516.93.695a3.16 3.16 0 0 0 1.09.367c.875.148 1.801-.055 2.621-.355.148-.055.285-.148.449-.203.137-.055.289-.082.438-.137.367-.137.711-.328.996-.586.52-.449.887-1.035 1.09-1.687.18-.586.219-1.199.137-1.801-.039-.312-.164-.598-.23-.91-.012 0-.027-.016-.027-.043zm-29.2 11.726a4.87 4.87 0 0 0-.41-1.211c-.684-1.43-2.199-1.988-3.711-1.906l-.656.066a4.01 4.01 0 0 0-.586.125c-.383.109-.738.27-1.105.406-.656.246-1.215.738-1.582 1.336-.082.121-.219.23-.301.355-.098.133-.18.27-.262.406a4.5 4.5 0 0 0-.352.914 4.16 4.16 0 0 0-.016 1.961c.125.516.34 1.02.668 1.441.234.301.52.531.82.766.301.246.586.516.926.695a3.21 3.21 0 0 0 1.094.367c.871.148 1.801-.055 2.621-.355.148-.055.285-.148.449-.203.137-.055.285-.082.438-.137a3.12 3.12 0 0 0 .996-.586 3.68 3.68 0 0 0 1.09-1.687 4.26 4.26 0 0 0 .137-1.801c-.043-.312-.164-.598-.23-.91-.016 0-.016-.016-.027-.043zm20.93 22.938a4.87 4.87 0 0 0-.41-1.211c-.68-1.434-2.195-1.988-3.711-1.91l-.652.07c-.207.027-.398.066-.59.121-.379.109-.734.273-1.105.41-.652.246-1.215.734-1.582 1.336-.082.121-.219.23-.301.352l-.258.41c-.148.285-.273.598-.355.91a4.11 4.11 0 0 0-.012 1.961c.121.52.34 1.023.668 1.445.23.301.52.531.816.762.301.246.59.52.93.695a3.13 3.13 0 0 0 1.09.367c.875.152 1.801-.055 2.621-.352.152-.055.285-.152.449-.207.137-.055.289-.082.438-.137a3 3 0 0 0 .996-.582c.52-.453.887-1.035 1.094-1.691.176-.586.215-1.199.137-1.797-.043-.312-.164-.598-.234-.914-.027 0-.027-.027-.027-.039zM24.73 60.98a4.72 4.72 0 0 0-.406-1.211c-.684-1.43-2.199-1.988-3.711-1.906l-.656.066c-.207.027-.395.07-.586.121-.383.109-.738.273-1.105.41a3.23 3.23 0 0 0-1.586 1.336c-.078.121-.215.23-.297.352-.098.137-.18.273-.262.41a4.42 4.42 0 0 0-.355.914 4.21 4.21 0 0 0-.012 1.961c.121.516.34 1.02.668 1.441.23.301.52.531.82.766.301.242.586.516.926.691.344.191.711.316 1.094.371.871.148 1.801-.055 2.617-.355.152-.055.289-.148.453-.203.137-.055.285-.082.434-.137.371-.137.711-.328.996-.586.52-.449.891-1.035 1.094-1.691.176-.582.219-1.195.137-1.797-.043-.312-.164-.598-.234-.91-.012 0-.012-.016-.027-.043zm21.618-15.457a3.55 3.55 0 0 0-.777.219c-1.953.828-2.047 2.914-1.148 4.289.656 1.129 1.98 1.852 3.535 1.184.602-.258 1.023-.641 1.297-1.074 1.473-1.895-.273-5.23-2.906-4.617zm0 0" fill="#ffffff"/><g clip-path="url(#AW)"><path fill="#d74849" d="M31.473 120.16a3.61 3.61 0 0 0-.777.219c-1.953.828-2.047 2.914-1.145 4.289.652 1.129 1.977 1.852 3.531 1.184.602-.258 1.023-.641 1.297-1.074 1.473-1.895-.273-5.23-2.906-4.617zm0 0"/></g><g fill="#d74849"><path d="M8.836 93.109a3.85 3.85 0 0 0-.777.219c-1.953.832-2.047 2.914-1.148 4.289.656 1.133 1.98 1.852 3.535 1.188.602-.262 1.023-.641 1.297-1.078 1.461-1.891-.273-5.23-2.906-4.617zM6.734 56.363a3.85 3.85 0 0 0-.777.219c-1.953.832-2.047 2.914-1.148 4.289.656 1.133 1.98 1.852 3.535 1.188.602-.262 1.023-.641 1.297-1.078 1.473-1.895-.273-5.23-2.906-4.617zm40.883 49.864a3.82 3.82 0 0 0-.672-.75c-.941-.816-2.195-.75-3.258-.23-.152.066-.301.164-.453.246-.137.082-.258.176-.383.27-.242.191-.449.422-.668.629a2.49 2.49 0 0 0-.723 1.441c-.012.109-.082.234-.109.355s-.055.246-.055.383a2.93 2.93 0 0 0 .027.762 3.44 3.44 0 0 0 .586 1.414 2.83 2.83 0 0 0 .93.832c.258.152.531.219.82.301.297.082.586.191.887.219s.598 0 .898-.07c.668-.164 1.285-.586 1.773-1.062.098-.082.164-.191.262-.285.082-.082.191-.148.27-.23a2.61 2.61 0 0 0 .547-.723c.234-.477.316-1.023.262-1.555-.055-.477-.219-.926-.465-1.332-.125-.219-.316-.383-.449-.586l-.027-.027zm0 0"/><path d="M43.973 84.313c-.191-.273-.41-.531-.668-.75-.941-.816-2.199-.75-3.262-.23-.152.066-.301.164-.449.246-.137.078-.262.176-.383.27-.246.191-.453.422-.668.629a2.47 2.47 0 0 0-.727 1.441c-.012.109-.082.234-.109.355s-.051.246-.051.383c-.027.258-.016.516.027.762.078.504.285.992.586 1.414a2.82 2.82 0 0 0 .926.832c.262.148.531.219.82.301.301.082.586.191.887.219a2.79 2.79 0 0 0 .898-.07c.672-.164 1.285-.586 1.777-1.062.094-.082.16-.191.258-.285.082-.082.191-.148.273-.23.219-.207.41-.449.547-.723.23-.477.313-1.023.258-1.555-.055-.477-.219-.926-.465-1.332-.121-.219-.312-.383-.449-.586-.016 0-.027-.016-.027-.027zm0 0"/></g><g clip-path="url(#BW)"><path fill="#499ca4" d="M56.117 74.504c-.191-.27-.41-.531-.668-.746-.941-.82-2.199-.75-3.262-.234-.152.07-.301.164-.449.246a3.39 3.39 0 0 0-.383.273c-.246.191-.453.422-.668.625a2.49 2.49 0 0 0-.727 1.445c-.012.109-.082.23-.109.352s-.055.246-.055.383c-.027.258-.012.52.027.762a3.41 3.41 0 0 0 .59 1.418c.246.34.559.625.926.832.262.148.531.215.82.297.301.082.586.191.887.219s.602 0 .898-.066c.672-.164 1.285-.586 1.777-1.062.094-.082.16-.191.258-.285.082-.082.191-.152.273-.234.219-.203.41-.449.543-.723.234-.477.316-1.02.262-1.551a3.33 3.33 0 0 0-.465-1.336c-.121-.215-.312-.379-.449-.586 0 0-.016-.012-.027-.027zm0 0"/></g><g clip-path="url(#CW)"><path fill="#499ca4" d="M33.75 26.836a3.68 3.68 0 0 0-.668-.75c-.941-.816-2.195-.75-3.262-.23-.148.066-.297.164-.449.246-.137.082-.258.176-.383.27-.246.191-.449.426-.668.629-.395.379-.652.91-.723 1.441-.012.109-.082.234-.109.355s-.055.246-.055.383c-.027.258-.012.516.027.762.082.504.285.996.586 1.418.246.34.563.625.93.828.258.152.531.219.816.301.301.082.59.191.891.219s.598 0 .898-.07c.668-.164 1.281-.586 1.773-1.062.098-.082.164-.187.262-.285.078-.082.188-.148.27-.23a2.56 2.56 0 0 0 .547-.723c.234-.477.313-1.02.262-1.551a3.33 3.33 0 0 0-.465-1.336c-.125-.219-.316-.383-.453-.586-.012 0-.012-.016-.027-.027zm0 0"/></g><path d="M23.027 39.324c-.191-.27-.41-.531-.668-.746-.941-.82-2.199-.75-3.262-.234-.152.07-.301.164-.453.246a3.73 3.73 0 0 0-.379.273c-.246.191-.453.422-.668.625a2.49 2.49 0 0 0-.727 1.445c-.012.109-.082.23-.109.352s-.055.246-.055.383c-.027.258-.012.52.027.762a3.41 3.41 0 0 0 .59 1.418c.246.34.559.625.926.832.262.148.531.215.82.297.301.082.586.191.887.219a2.89 2.89 0 0 0 .898-.066c.672-.164 1.285-.586 1.777-1.062.094-.082.16-.191.258-.289.082-.078.191-.148.273-.23.219-.203.41-.449.543-.723a2.87 2.87 0 0 0 .262-1.551 3.33 3.33 0 0 0-.465-1.336c-.121-.219-.312-.379-.449-.586-.016 0-.027-.012-.027-.027zm0 69.039c-.191-.27-.41-.531-.668-.746-.941-.82-2.199-.75-3.262-.234-.152.07-.301.164-.453.246a3.73 3.73 0 0 0-.379.273c-.246.191-.453.422-.668.625a2.49 2.49 0 0 0-.727 1.445c-.012.109-.082.23-.109.352s-.055.246-.055.383a2.93 2.93 0 0 0 .027.762 3.41 3.41 0 0 0 .59 1.418c.246.34.559.625.926.832.262.148.531.215.82.297.301.082.586.191.887.219a2.89 2.89 0 0 0 .898-.066c.672-.164 1.285-.586 1.777-1.062.094-.082.16-.191.258-.289.082-.078.191-.148.273-.23.219-.203.41-.449.543-.723a2.87 2.87 0 0 0 .262-1.551 3.33 3.33 0 0 0-.465-1.336c-.121-.219-.312-.379-.449-.586-.016 0-.027-.012-.027-.027zm0 0" fill="#499ca4"/></svg>
</div><!-- BEGIN NAV TAB --><div id="navigate" class="tabcontent"> <span onclick="this.parentElement.style.display='none'" class="tabsclose">close.</span><div class="navlink"><a href="/"><b><span class="bi bi-heart"></span></b> link title</a><br><a href="/"><b><span class="bi bi-heart-fill"></span></b> link title </a><br><a href="/"><b><span class="bi bi-heart"></span></b> link title</a><br><a href="/"><b><span class="bi bi-heart-fill"></span></b> link title</a><br><a href="/"><b><span class="bi bi-heart"></span></b> link title</a><br><a href="/"><b><span class="bi bi-heart-fill"></span></b> link title</a></div></div><!-- END OF NAV TAB --></div><!-- END OF CONTAINER --><!-- END HTML -->
<!-- CREDITS --><div id="credit" data="credit"><a href="https://gordonramsei.tumblr.com/" title="by em !"><span class="bi bi-arrow-through-heart"></span></a></div><!-- BEGIN EXTRA SCRIPTS -->
<!-- BEGIN TAB SCRIPT --><script>
function openPage(pageName, elmnt, color) {
var i, tabcontent, tablink;
tabcontent = document.getElementsByClassName("tabcontent");
for (i = 0; i < tabcontent.length; i++) {
tabcontent[i].style.display = "none";}
tablinks = document.getElementsByClassName("tablink");
for (i = 0; i < tablinks.length; i++) {
tablinks[i].style.backgroundColor = "";
}
document.getElementById(pageName).style.display = "block";
elmnt.style.backgroundColor = color;
}
document.getElementById("defaultOpen").click();
</script><!-- END TAB SCRIPT -->
</body></html>
Also see: Tab Triggers