Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <!--
- theme #33: moonwalking by pirateskinned
- please don't: edit & repost / claim as your own
- please don't: delete or move the credit
- please don't: steal bits of coding
- if you need any help, feel free to
- message me at pirateskinned.tumblr.com
- ------.
- image wrapping inspired by iniziare.tumblr.com
- tumblr controls styling by cyantists.tumblr.com
- icon font by suiomi.com/font
- -->
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <!-- meta tags -->
- <meta name="image:background" content=""/>
- <meta name="image:sidebar one" content=""/>
- <meta name="image:sidebar two" content=""/>
- <meta name="color:background" content="#ffffff"/>
- <meta name="color:container" content="#f6f6f6"/>
- <meta name="color:posts" content="#ffffff"/>
- <meta name="color:border" content="#eeeeee"/>
- <meta name="color:text" content="#4f4e4e"/>
- <meta name="color:link" content="#fdc35e"/>
- <meta name="color:accent one" content="#fe9580"/>
- <meta name="color:accent two" content="#99bbb0"/>
- <meta name="color:accent three" content="#88adb3"/>
- <meta name="if:background pattern" content="0"/>
- <meta name="if:image wrap" content="1"/>
- <meta name="if:500px posts" content="0"/>
- <meta name="select:fontsize" content="10px" title="10px">
- <meta name="select:fontsize" content="11px" title="11px">
- <meta name="select:fontsize" content="12px" title="12px">
- <meta name="select:fontsize" content="13px" title="13px">
- <meta name="select:fontsize" content="14px" title="14px">
- <meta name="select:fontsize" content="15px" title="15px">
- <meta name="text:link 1 url" content="/" />
- <meta name="text:link 1 title" content="link one" />
- <meta name="text:link 2 url" content="/" />
- <meta name="text:link 2 title" content="link two" />
- <meta name="text:link 3 url" content="/" />
- <meta name="text:link 3 title" content="link three" />
- <meta name="text:link 4 url" content="/" />
- <meta name="text:link 4 title" content="link four" />
- <meta name="text:link 5 url" content="/" />
- <meta name="text:link 5 title" content="link five" />
- <!-- scripts -->
- <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css">
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <!-- fonts -->
- <link href="https://fonts.googleapis.com/css?family=Inconsolata:400,700&display=swap" rel="stylesheet">
- <!-- icon font -- http://suiomi.com/font -->
- <link href="//solrainha.github.io/saturnicons/saturnicons.css" rel="stylesheet">
- <!-- tooltips -->
- <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title], img[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:30,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <!-- photosets -->
- <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
- <script>
- $(document).ready(function(){
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '1px',
- borderRadius: '0px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- });
- </script>
- <style type="text/css">
- /* --- tumblr controls styling by cyantists
- http://cyantists.tumblr.com/tumblr_controls/hover --- */
- iframe.tmblr-iframe {
- z-index:99999999999999!important;
- top:-2px!important;
- right:0!important;
- opacity:0;
- padding-right:38px;
- /* delete invert(1) from here */
- filter:invert(1) contrast(150%);
- -webkit-filter:invert(1) contrast(150%);
- -o-filter:invert(1) contrast(150%);
- -moz-filter:invert(1) contrast(150%);
- -ms-filter:invert(1) contrast(150%);
- /* to here if your blog has a dark background */
- transform:scale(0.65);
- transform-origin:100% 0;
- -webkit-transform:scale(0.65);
- -webkit-transform-origin:100% 0;
- -o-transform:scale(0.65);
- -o-transform-origin:100% 0;
- -moz-transform:scale(0.65);
- -moz-transform-origin:100% 0;
- -ms-transform:scale(0.65);
- -ms-transform-origin:100% 0;}
- iframe.tmblr-iframe:hover {
- opacity:0.6!important;}
- .hcontrols {
- position:fixed;
- top:0;
- right:0;
- z-index:999999999;}
- .hcontrols svg {
- width:14px;
- height:14px;
- padding:9px;}
- .hcontrols svg path {
- fill:#888888;/* change this to change the color of the icon */}
- /* --- tooltips & scrollbars --- */
- #s-m-t-tooltip {
- position:absolute;
- margin-top: 15px;
- z-index:9999;
- padding:3px 5px;
- background:{color:posts};
- color:{color:text};
- border-radius:3px;
- font-size:{select:fontsize};
- -webkit-box-shadow: 0px 0px 5px 0px rgba({RGBcolor:posts},0.5);
- -moz-box-shadow: 0px 0px 5px 0px rgba({RGBcolor:posts},0.5);
- box-shadow: 0px 0px 5px 0px rgba({RGBcolor:posts},0.5);
- }
- ::-webkit-scrollbar-thumb:vertical {background-color:{color:border};}
- ::-webkit-scrollbar-button:horizontal {background-color:{color:border};}
- ::-webkit-scrollbar {background-color:transparent; width:1px;}
- /* --- basics --- */
- body {
- background-color:{color:background};
- background-image:url('{image:background}');
- background-attachment:fixed;
- background-position:center center;
- {block:ifnotbackgroundpattern}
- background-repeat:no-repeat;
- background-size:cover;
- {/block:ifnotbackgroundpattern}
- {block:ifbackgroundpattern}
- background-repeat:repeat;
- background-size:auto;
- {/block:ifbackgroundpattern}
- color:{color:text};
- font-family: 'Inconsolata', monospace;
- font-size:{select:fontsize};
- line-height:calc({select:fontsize} + 6px);
- font-weight:300;
- text-align:justify;
- margin:0;
- }
- a {
- color:{color:text};
- text-decoration:none;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- a:hover {
- color:{color:text};
- text-decoration:none;
- }
- p a, .description a {box-shadow:{color:link} 0px -1px 0px inset;}
- p a:hover, .description a:hover {box-shadow:{color:link} 0px -17px 0px inset;}
- img {
- border:none;
- text-decoration:none;
- }
- b, strong, bold {
- box-shadow:{color:accent one} 0px -17px 0px inset;
- color:{color:posts};
- font-weight:700;
- }
- i, em, italic {
- color:{color:accent one};
- }
- u {
- text-decoration:none;
- }
- .firstletter, u {
- display:block;
- float:left;
- padding:12px 14px;
- background:{color:accent two};
- color:{color:posts};
- font-weight:700;
- text-transform:uppercase;
- font-size:calc({select:fontsize} + 4px);
- margin:0px 10px 0px 0px;
- }
- s, strike {
- text-decoration-color:{color:accent one};
- }
- small, sub, sup, big {
- font-size:{select:fontsize};
- line-height:calc({select:fontsize} + 6px);
- vertical-align:baseline;
- }
- blockquote {
- padding:0px 5px 0px 15px;
- border-left:1px solid {color:border};
- margin-left:5px;
- margin-right:0px;
- }
- blockquote img {
- max-width:360px;
- height:auto;
- }
- blockquote blockquote {
- margin-right:0px;
- }
- blockquote blockquote img {
- max-width:350px;
- height:auto;
- margin-top:10px;
- }
- pre {
- font-family: 'Inconsolata', monospace;
- font-size:calc({select:fontsize} + 2px);
- font-weight:700;
- padding:10px;
- background-color:{color:accent three};
- color:{color:posts};
- border-radius:3px;
- margin:0px;
- }
- pre i, pre em, pre b, pre strong, pre a {
- color:{color:posts};
- }
- ul {
- padding-left:15px;
- }
- ul li {
- list-style-type:none;
- }
- ul li:before {
- content: "— ";
- text-indent: -5px;
- }
- /* --- header styles --- */
- h1 {
- margin:0px 0px 10px 0px;
- font-weight:bold;
- color:{color:accent one};
- text-align:left;
- }
- h2 {
- font-weight:normal;
- color:{color:accent two};
- text-align:left;
- text-transform:uppercase;
- font-size:calc({select:fontsize} + 2px);
- letter-spacing:1px;
- word-spacing:2px;
- }
- h2 b, b h2, h2 i, i h2,
- h2 strong, strong h2, h2 em, em h2 {
- color:{color:accent two};
- }
- /* --- container --- */
- .container {
- position:absolute;
- margin-top:-311px;
- top:50%;
- left:50%;
- {block:ifnot500pxposts}
- margin-left:-501px;
- width:1000px;
- {/block:ifnot500pxposts}
- {block:if500pxposts}
- margin-left:-551px;
- width:1100px;
- {/block:if500pxposts}
- height:620px;
- background-color:rgba({RGBcolor:container},0.9);
- border-radius:3px;
- overflow:hidden;
- border:1px solid {color:border};
- box-shadow:rgba(0,0,0,.05) 1px 1px 3px;
- }
- .bg-shape {
- position:absolute;
- z-index:1;
- bottom:-20px;
- left:0px;
- width:100%;
- height:auto;
- }
- .bg-shape-1 {
- fill:{color:accent two};
- }
- /* --- sidebar --- */
- .sidebar {
- position:absolute;
- top:0px;
- right:0px;
- width:400px;
- height:620px;
- }
- .side-img-1 {
- position:absolute;
- z-index:100;
- top:130px;
- left:20px;
- width:180px;
- height:200px;
- border-top:10px solid {color:posts};
- border-right:10px solid {color:posts};
- border-bottom:40px solid {color:posts};
- border-left:10px solid {color:posts};
- background-image:url('{image:sidebar one}');
- background-position:center center;
- background-repeat:no-repeat;
- background-size:cover;
- transform:rotate(-8deg);
- border-radius:3px;
- box-shadow:rgba(0,0,0,.05) 1px 1px 3px;
- }
- .side-img-2 {
- position:absolute;
- z-index:50;
- top:220px;
- left:200px;
- width:130px;
- height:150px;
- border-top:10px solid {color:posts};
- border-right:10px solid {color:posts};
- border-bottom:40px solid {color:posts};
- border-left:10px solid {color:posts};
- background-image:url('{image:sidebar two}');
- background-position:center center;
- background-repeat:no-repeat;
- background-size:cover;
- transform:rotate(6deg);
- border-radius:3px;
- box-shadow:rgba(0,0,0,.05) 1px 1px 3px;
- }
- .side-shape-1 {
- position:absolute;
- z-index:40;
- top:110px;
- left:-10px;
- width:400px;
- height:auto;
- }
- .side-shape-1 .shape-1 {
- position:absolute;
- top:0px;
- left:0px;
- fill:{color:accent one};
- }
- .side-shape-2 {
- position:absolute;
- z-index:110;
- top:45px;
- left:180px;
- width:180px;
- height:auto;
- }
- .side-shape-2 .a {
- fill:{color:link};
- }
- .side-shape-3 {
- position:absolute;
- z-index:10;
- top:-20px;
- left:-20px;
- width:300px;
- height:auto;
- }
- .side-shape-3 .b {
- fill:{color:accent three};
- }
- .side-tape-1 {
- position:absolute;
- z-index:105;
- top:180px;
- left:320px;
- width:20px;
- height:70px;
- background-color:rgba({RGBcolor:accent three},0.8);
- transform:rotate(5deg);
- clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0% 100%);
- }
- .side-title {
- position:absolute;
- z-index:120;
- top:70px;
- left:60px;
- width:220px;
- height:auto;
- text-align:left;
- font-weight:900;
- letter-spacing:1px;
- font-size:calc({select:fontsize} + 26px);
- line-height:calc({select:fontsize} + 28px);
- }
- .side-title a {
- color:rgba({RGBcolor:container},0.8);
- -webkit-text-stroke:1px {color:text};
- }
- .description {
- position:absolute;
- z-index:140;
- top:400px;
- left:30px;
- width:200px;
- height:103px;
- overflow:auto;
- padding-right:5px;
- }
- .description b, .description strong {
- box-shadow:inset 0px -17px {color:link};
- color:{color:text};
- }
- .description i, .description em {
- color:{color:text};
- }
- .nav {
- position:absolute;
- z-index:140;
- bottom:60px;
- right:60px;
- }
- .nav a {
- display:inline-block;
- width:35px;
- height:35px;
- text-align:center;
- line-height:40px;
- margin:0px 4px;
- font-size:calc({select:fontsize} + 4px);
- background-color:{color:posts};
- color:{color:accent one};
- border-radius:40px;
- }
- .nav a:nth-of-type(odd) {
- color:{color:link};
- }
- .nav a:hover {
- background-color:{color:text};
- color:{color:posts};
- }
- /* --- pagination --- */
- .pagination {
- {block:ifnot500pxposts}
- width:440px;
- {/block:ifnot500pxposts}
- {block:if500pxposts}
- width:540px;
- {/block:if500pxposts}
- height:20px;
- left:0px!important;
- margin-top:-20px;
- text-align:center;
- padding:0px 0px 40px 0px!important;
- color:{color:text};
- }
- .pagination a {
- color:{color:text};
- line-height:20px;
- }
- .pagination .sf {
- font-size:calc({select:fontsize} - 3px);
- }
- /* --- entries --- */
- .entries {
- position:absolute;
- z-index:3;
- top:0px;
- left:0px;
- {block:ifnot500pxposts}
- width:1000px;
- {/block:ifnot500pxposts}
- {block:if500pxposts}
- width:1100px;
- {/block:if500pxposts}
- height:620px;
- overflow:auto;
- background-color:transparent;
- box-sizing:border-box;
- padding:75px 0px 0px 80px;
- }
- /* --- posts --- */
- .post {
- {block:ifnot500pxposts}
- width:400px;
- {/block:ifnot500pxposts}
- {block:if500pxposts}
- width:500px;
- {/block:if500pxposts}
- padding:20px 20px 0px 20px;
- {block:IndexPage}
- margin-bottom:75px;
- {/block:IndexPage}
- {block:PermalinkPage}
- margin-bottom:75px;
- {/block:PermalinkPage}
- background-color:{color:posts};
- overflow:hidden;
- border-radius:3px;
- box-shadow:rgba(0,0,0,.05) 1px 1px 3px;
- border:1px solid {color:border};
- }
- .post img {
- max-width:100%;
- height:auto;
- }
- /* --- texts --- */
- .title {
- font-weight:normal;
- font-size:calc({select:fontsize} + 12px);
- line-height:calc({select:fontsize} + 14px);
- color:{color:posts};
- text-align:center;
- {block:ifnot500pxposts}
- width:400px;
- {/block:ifnot500pxposts}
- {block:if500pxposts}
- width:500px;
- {/block:if500pxposts}
- margin:-20px -20px 0px -20px;
- padding:20px;
- background-color:{color:accent one};
- text-transform:lowercase;
- font-weight:700;
- letter-spacing:1px;
- }
- .title a {
- color:{color:background};
- }
- .more a {
- font-size:calc({select:fontsize} + 8px);
- color:{color:accent two};
- }
- .txt {
- margin-bottom:20px;
- }
- .txt img {
- border-radius:3px;
- {block:ifimagewrap}
- max-width:200px;
- float:left;
- margin-right:10px;
- {/block:ifimagewrap}
- }
- .txt blockquote img {
- {block:ifimagewrap}
- float:right;
- margin-left:10px;
- margin-right:0px;
- {/block:ifimagewrap}
- }
- .txt blockquote blockquote img {
- {block:ifimagewrap}
- float:left;
- margin-left:0px;
- margin-right:10px;
- margin-top:0px;
- {/block:ifimagewrap}
- }
- /* --- photos --- */
- .photo {
- margin:-20px -20px 0px -20px;
- }
- .photo img {
- display:block;
- }
- .photo-slideshow {
- margin:-20px -20px 0px -20px;
- }
- .photo-slideshow img {
- border-radius:0px;
- }
- /* --- quotes --- */
- .quote {
- text-align:left;
- font-size:calc({select:fontsize} + 8px);
- line-height:calc({select:fontsize} + 15px);
- font-weight:700;
- }
- .source {
- margin-top:4px;
- text-align:right;
- }
- /* --- audio --- */
- .audio {
- float:left;
- width:70px;
- height:70px;
- position:relative;
- overflow:hidden;
- }
- .audio:hover .play {opacity:1;width:30px;}
- .audio:hover img {margin-left:30px;}
- .cover img {
- width:70px;
- position:absolute;
- transition:0.5s ease;
- }
- .play {
- overflow:hidden;
- width:0px;
- height:30px;
- background:{color:posts};
- position:absolute;
- padding:20px 0px;
- transition:0.5s ease;
- }
- .au b {
- color:{color:accent one};
- font-weight:700;
- margin-right:2px;
- }
- .au {
- height:45px;
- overflow:hidden;
- padding:12px 10px;
- line-height:calc({select:fontsize} + 5px);
- margin-left:70px;
- text-align:left;
- }
- /* --- asks --- */
- .question {
- margin:-20px -20px 20px -20px;
- padding:20px;
- background-color:{color:accent three};
- color:{color:posts};
- }
- .asker {
- float:left;
- margin-right:2px;
- color:{color:posts};
- font-weight:700;
- text-transform:lowercase;
- }
- /* --- chat --- */
- .chat .txt {
- padding:0px;
- }
- .chat .title {
- margin-bottom:20px;
- }
- .chat ul {
- list-style-type:none;
- padding-left:0px;
- margin:-20px -20px -20px -20px;
- }
- .chat ul li:before {
- content: none;
- text-indent: 0px;
- }
- .chat ul li {
- box-sizing:border-box;
- padding:10px;
- background-color:{color:container};
- }
- .chat ul li:nth-of-type(odd) {
- background-color:rgba({RGBcolor:posts},0.5);
- }
- .chat .label {
- text-transform:uppercase;
- font-weight:700;
- }
- /* --- permalinks --- */
- .permalink {
- font-weight:700;
- margin:0px -20px 0px -20px;
- padding:10px;
- font-size:calc({select:fontsize} - 1px);
- letter-spacing:0px;
- text-transform:uppercase;
- background-color:{color:posts};
- color:{color:text};
- border-top:1px solid {color:border};
- }
- .permalink a {
- display:inline-block;
- color:{color:text};
- }
- .reb {
- display:inline-block;
- vertical-align:middle;
- float:right;
- font-size:{select:fontsize};
- }
- .reb i {
- color:{color:text};
- }
- /* --- tags --- */
- .tags {
- margin-top:0px;
- transition-duration: 0.6s;
- text-align:justify;
- font-weight:400;
- }
- .tags a {
- display:inline;
- text-transform:none;
- line-height:calc({select:fontsize} + 4px);
- padding-bottom:1px;
- margin:2px 4px 0px 0px;
- color:{color:text};
- border-bottom:1px solid transparent;
- }
- .tags a:hover {
- border-bottom:1px solid {color:text};
- }
- /* --- notes --- */
- .pagenotes {
- {block:IndexPage}
- display: none!important;
- {/block:IndexPage}
- {block:ifnot500pxposts}
- width:400px;
- {/block:ifnot500pxposts}
- {block:if500pxposts}
- width:500px;
- {/block:if500pxposts}
- text-align:left;
- background-color:{color:posts};
- padding:20px;
- margin-bottom:75px;
- border-radius:3px;
- box-shadow:rgba(0,0,0,.05) 1px 1px 3px;
- border:1px solid {color:border};
- }
- .pagenotes img {
- display:none;
- }
- .pagenotes a {
- color:{color:accent one};
- font-weight:bold;
- }
- .pagenotes ol {
- list-style-type:none;
- margin:0px;
- padding:0px;
- }
- .pagenotes ol li {
- margin:5px;
- }
- /* --- credit --- */
- .credit a {
- position:fixed;
- font-size:14px;
- right:10px;
- bottom:10px;
- text-align:center;
- width:15px;
- height:15px;
- line-height:15px;
- color:{color:accent one};
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div class="hcontrols"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M106.6,134c14.3,0,26-11.7,26-26s-11.7-26-26-26s-26,11.7-26,26S92.2,134,106.6,134z M106.6,94c7.7,0,14,6.3,14,14s-6.3,14-14,14s-14-6.3-14-14S98.9,94,106.6,94z M40.4,124.6l7.2,3.3c3,1.4,4.4,4.8,3.3,7.9l-2.8,7.4c-2.1,5.7-1.4,11.8,2.1,16.7c3.4,5,9,7.9,15,7.9c2.2,0,4.4-0.4,6.5-1.2l7.4-2.8c0.7-0.3,1.4-0.4,2.2-0.4c2.4,0,4.7,1.4,5.7,3.7l3.3,7.2c3,6.6,9.4,10.7,16.6,10.7s13.6-4.1,16.6-10.7l3.3-7.2c1-2.2,3.2-3.7,5.7-3.7c0.7,0,1.5,0.1,2.2,0.4l7.4,2.8c2.1,0.8,4.3,1.2,6.5,1.2c0,0,0,0,0,0c5.9,0,11.5-3,15-7.9c3.4-5,4.2-11.1,2.1-16.7l-2.8-7.4c-1.1-3.1,0.3-6.5,3.3-7.9l7.2-3.3c6.6-3,10.7-9.4,10.7-16.6s-4.1-13.6-10.7-16.6l-7.2-3.3c-3-1.4-4.4-4.8-3.3-7.9l2.8-7.4c2.1-5.7,1.4-11.8-2.1-16.7c-3.4-5-9-7.9-15-7.9c-2.2,0-4.4,0.4-6.5,1.2l-7.4,2.8c-0.7,0.3-1.4,0.4-2.2,0.4c-2.4,0-4.7-1.4-5.7-3.7l-3.3-7.2c-3-6.6-9.4-10.7-16.6-10.7S93,35.2,90,41.8l-3.3,7.2c-1,2.2-3.2,3.7-5.7,3.7c-0.7,0-1.5-0.1-2.2-0.4l-7.4-2.8c-2.1-0.8-4.3-1.2-6.5-1.2c-5.9,0-11.5,3-15,7.9c-3.4,5-4.2,11.1-2.1,16.7l2.8,7.4c1.1,3.1-0.3,6.5-3.3,7.9l-7.2,3.3c-6.6,3-10.7,9.4-10.7,16.6S33.8,121.6,40.4,124.6z M45.3,102.3l7.2-3.3c8.7-4,12.9-14.1,9.5-23l-2.8-7.4c-1-2.7,0-4.7,0.7-5.7c1.6-2.4,4.6-3.4,7.4-2.3l7.4,2.8c2.1,0.8,4.2,1.2,6.4,1.2c0,0,0,0,0,0c7.1,0,13.6-4.2,16.6-10.7l3.3-7.2c1.5-3.4,4.7-3.7,5.7-3.7s4.1,0.3,5.7,3.7l3.3,7.2c3,6.5,9.5,10.7,16.6,10.7c2.2,0,4.3-0.4,6.4-1.2l7.4-2.8c2.8-1,5.7,0,7.4,2.3c0.7,1,1.7,3,0.7,5.7l-2.8,7.4c-3.3,8.9,0.8,19,9.5,23l7.2,3.3c3.4,1.5,3.7,4.7,3.7,5.7s-0.3,4.1-3.7,5.7l-7.2,3.3c-8.7,4-12.9,14.1-9.5,23l2.8,7.4c1,2.7,0,4.7-0.7,5.7c-1.6,2.4-4.6,3.4-7.4,2.3l-7.4-2.8c-2.1-0.8-4.2-1.2-6.4-1.2c-7.1,0-13.6,4.2-16.6,10.7l-3.3,7.2c-1.5,3.4-4.7,3.7-5.7,3.7s-4.1-0.3-5.7-3.7l-3.3-7.2c-3-6.5-9.5-10.7-16.6-10.7c-2.2,0-4.3,0.4-6.4,1.2l-7.4,2.8c-2.8,1-5.7,0-7.4-2.3c-0.7-1-1.7-3-0.7-5.7l2.8-7.4c3.3-8.9-0.8-19-9.5-23l-7.2-3.3c-3.4-1.5-3.7-4.7-3.7-5.7S41.9,103.9,45.3,102.3z"/></svg></div>
- <div class="container">
- <div class="bg-shape">
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 183.16">
- <path class="bg-shape-1" d="M600,130.11c-34.15-27.4-79.41-44.49-120.68-48.88-59.39-6.43-110.95,13.45-160-.63s-96.11-61.89-137-66.5-75.64,34-121.65,75.72c-19.83,18-41.69,36.55-60.62,55.9v51.17H600Z" transform="translate(0 -13.73)"/>
- </svg>
- </div>
- <!-- sidebar -->
- <div class="sidebar">
- <div class="side-img-1"></div>
- <div class="side-img-2"></div>
- <div class="side-shape-1">
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 469.48 460.7">
- <path class="shape-1" d="M351.24,11.06C378.94,32.36,383,87,406,134s64.9,86.2,63.4,121.7-46.1,67.1-81.5,105.1-61.8,82.2-98.7,95.5-84.6-4.3-110-38.6-28.6-85.5-58.9-115.7-87.7-39.7-109.6-65.9-8.3-69,22.7-90.4,79.4-20.9,113.5-39.4,54-55.5,89.6-80.1S323.44-10.24,351.24,11.06Z" />
- </svg>
- </div>
- <div class="side-shape-2">
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 204.29 252.33">
- <path class="a" d="M80.83,25.94c-.92-.21-1.84-.4-2.76-.59l1.67-.43a.84.84,0,0,0-.45-1.61l-1.93.5,2.23-1.88c.82-.7-.37-1.88-1.18-1.18l-3.32,2.79c.76-1.05,1.51-2.1,2.26-3.16.62-.88-.83-1.71-1.45-.84l-1,1.39c0-.09,0-.19.08-.28a.84.84,0,0,0-1.61-.44c-.16.58-.32,1.16-.5,1.73-.17-1.11-.32-2.22-.46-3.33s-1.8-1.07-1.67,0c.1.85.22,1.71.34,2.56a28.35,28.35,0,0,0-2.53-2.09c-.87-.64-1.71.81-.85,1.44A23.22,23.22,0,0,1,69.52,22c-.77-.48-1.55-.95-2.34-1.4A.84.84,0,0,0,66.34,22c1.25.71,2.48,1.46,3.69,2.24l-4.64-.6c-1.07-.14-1.06,1.53,0,1.67l.63.08a.84.84,0,0,0,0,1.67A31.69,31.69,0,0,0,69.31,27a29.66,29.66,0,0,0-2.92,2c-.85.64,0,2.09.84,1.44q.64-.48,1.32-.93c-.19.23-.37.46-.56.68-.69.82.48,2,1.18,1.19.46-.54.9-1.09,1.34-1.64L70,32.47c-.19,1.05,1.42,1.5,1.61.44l.75-4.06c.21,1.08.42,2.17.66,3.25s1.84.6,1.61-.45c-.17-.77-.33-1.53-.48-2.3.38.55.75,1.11,1.13,1.67.6.89,2,.05,1.44-.85L75.25,28c.92.7,1.82,1.42,2.7,2.17s2-.48,1.19-1.18-1.86-1.53-2.81-2.27c1.35.26,2.71.54,4.06.85C81.43,27.79,81.88,26.18,80.83,25.94Z" transform="translate(-17.15 -7.31)"/><path class="a" d="M221.08,254.56c-1.06-.75-2.14-1.47-3.22-2.18.95.13,1.9.22,2.86.26s1-1.44,0-1.49a31.29,31.29,0,0,1-3.62-.39l3.8-.8c.94-.2.54-1.64-.4-1.44l-4.92,1c.78-1,1.57-2,2.38-3,.54-.67-.27-1.6-.88-1.21a.77.77,0,0,0-1.33-.07l-2.13,3.39a.91.91,0,0,1-.07-.14,26.24,26.24,0,0,0-.7-4.21.75.75,0,0,0-1.44.39c.1.39.18.77.26,1.15a5.65,5.65,0,0,0-2.22-1.4c-.91-.3-1.31,1.15-.4,1.44a5.63,5.63,0,0,1,2.95,2.91q-2.13-1.23-4.31-2.37c-.86-.44-1.61.85-.76,1.29s1.66.88,2.47,1.33c-1.15-.19-2.31-.34-3.48-.46-.95-.1-.94,1.39,0,1.49,1.63.17,3.24.41,4.85.72a20.33,20.33,0,0,1-4.64.69.75.75,0,0,0,0,1.49,22.51,22.51,0,0,0,5.35-.83l-5.1,4.13c-.74.61.32,1.66,1.06,1.06l2.88-2.34c-.16.32-.32.63-.47,1a.82.82,0,0,0-.07.33l-.54,1.14c-.41.86.88,1.62,1.29.75l1.63-3.45c.2-.36.41-.72.63-1.07a34.49,34.49,0,0,1-.37,5.07c-.14.94,1.29,1.35,1.44.4a38.3,38.3,0,0,0,.42-5.55l2.58,4.35a.75.75,0,0,0,1.29-.75q-1.35-2.28-2.71-4.56c1.66,1,3.28,2.13,4.88,3.25C221.11,256.4,221.86,255.11,221.08,254.56Z" transform="translate(-17.15 -7.31)"/><path class="a" d="M45.79,30.9a49.74,49.74,0,0,0-6-1.45l4.88-.4c1.45-.12,1.46-2.39,0-2.27l-5.23.43L45,25c1.34-.52.76-2.72-.61-2.19l-6.68,2.62a42.56,42.56,0,0,0,3.58-4.23c.85-1.19-1.11-2.32-2-1.15a46.2,46.2,0,0,1-3.9,4.58,23,23,0,0,1,3-5.52c.86-1.19-1.11-2.32-2-1.15a24.82,24.82,0,0,0-2.65,4.63c0-1.39,0-2.78.07-4.17s-2.22-1.46-2.27,0-.07,2.85-.06,4.28c-.74-1.48-1.54-2.93-2.42-4.35-.76-1.24-2.72-.1-1.95,1.15A56.82,56.82,0,0,1,30.11,25a46.72,46.72,0,0,1-4.38-3.83,1.14,1.14,0,0,0-1.61,1.61,52.64,52.64,0,0,0,5.79,4.88q-3.63-1.1-7.21-2.34c-1.38-.48-2,1.72-.6,2.19q1.35.48,2.73.93l-2.42.19c-1.45.12-1.46,2.39,0,2.27l5.22-.42a42,42,0,0,0-4.88,3.07c-1.16.85,0,2.82,1.15,2,.91-.67,1.85-1.28,2.81-1.87-.78.91-1.53,1.85-2.22,2.84-.83,1.21,1.14,2.34,2,1.15a46.33,46.33,0,0,1,5.49-6.37s0,.08,0,.12a1,1,0,0,0-.3.35,35.24,35.24,0,0,0-3.44,8.36,1.14,1.14,0,0,0,2.19.61,32.5,32.5,0,0,1,2-5.4c.19,1.5.4,3,.65,4.5s2.43.83,2.19-.6q-.45-2.72-.75-5.43a53.37,53.37,0,0,1,4,5.9,1.14,1.14,0,0,0,2-1.15A57,57,0,0,0,35.94,32a72.36,72.36,0,0,1,6.91,5.43c1.08,1,2.69-.62,1.61-1.61a63.45,63.45,0,0,0-5.13-4.13,51.67,51.67,0,0,1,5.86,1.45C46.58,33.53,47.18,31.34,45.79,30.9Z" transform="translate(-17.15 -7.31)"/><path class="a" d="M113,19.3c-1.5-.52-3-1-4.51-1.43,1.34-.08,2.68-.17,4-.28,1.08-.09,1.09-1.79,0-1.7s-2.35.18-3.52.25c1.17-.61,2.37-1.17,3.6-1.67,1-.4.57-2.05-.45-1.64s-1.92.82-2.85,1.27l2-2.64c.66-.88-.82-1.72-1.47-.86l-3.39,4.46,1.41-5.8c.26-1.06-1.38-1.51-1.64-.45-.37,1.51-.73,3-1.1,4.53l-.08-.11a1.1,1.1,0,0,0-.32-.29V8.13a.85.85,0,0,0-1.7,0v4.64c-.35-1.32-.67-2.66-1-4-.23-1.07-1.87-.62-1.64.45.19.87.38,1.73.59,2.59-.39-.44-.79-.89-1.2-1.33-.74-.8-1.94.4-1.2,1.21q1.5,1.63,2.92,3.35l-4.69-3.72c-.85-.68-2.06.52-1.2,1.2l4.21,3.35c-1.34-.25-2.69-.46-4-.64-1.08-.15-1.07,1.56,0,1.7.83.11,1.65.23,2.47.37a26,26,0,0,0-3.13.67.85.85,0,0,0,.45,1.64,23.38,23.38,0,0,1,6.08-.87,44.14,44.14,0,0,0-4.59,3.87c-.79.76.41,2,1.2,1.2s1.67-1.54,2.54-2.26l-2.27,4.08a.85.85,0,0,0,1.47.85l3.37-6.05c-.14.61-.29,1.22-.44,1.83a35.58,35.58,0,0,1-.7,3.52h0l-.12,0a.85.85,0,0,0-.63.82.93.93,0,0,0,.37.89.88.88,0,0,0,1,.13c.88-.58.9-1.58,1.14-2.56l.5-2.05c.76,2,1.58,4,2.48,5.93.45,1,1.92.14,1.47-.85-1.21-2.64-2.28-5.32-3.23-8l0-.14,0-.14q2.13,2.86,4,5.88c.59.93,2.06.07,1.47-.85Q109,22,107,19.21c1.87.52,3.73,1.09,5.57,1.73C113.62,21.3,114.06,19.66,113,19.3Z" transform="translate(-17.15 -7.31)"/><path class="a" d="M46.14,115.63c-.57-1.19-1.18-2.35-1.82-3.5.84.75,1.69,1.48,2.54,2.21.69.58,1.7-.42,1-1s-1.48-1.27-2.22-1.92c1,.33,2.09.71,3.11,1.14.83.35,1.54-.88.7-1.24s-1.61-.64-2.43-.93l2.74-.37c.91-.13.54-1.5-.36-1.38l-4.62.64L49,106.68c.78-.47.09-1.71-.7-1.23l-3.32,2,0-.12a.83.83,0,0,0,0-.35l2.84-2.84a.71.71,0,0,0-1-1L44.1,105.9c.58-1,1.17-2,1.8-2.93.49-.76-.74-1.46-1.24-.7s-.79,1.25-1.18,1.88c0-.5.06-1,.08-1.49,0-.92-1.38-.91-1.42,0,0,1.23-.14,2.46-.25,3.69l-.57-4.95c-.11-.9-1.53-.91-1.42,0l.51,4.45q-1-1.39-2-2.76c-.55-.72-1.55.29-1,1,.42.55.83,1.11,1.23,1.67a20.84,20.84,0,0,0-2.24-1.44.71.71,0,0,0-.7,1.23,19.1,19.1,0,0,1,4.1,3.07,37.6,37.6,0,0,0-5-.43.71.71,0,0,0,0,1.42c1,0,1.89.07,2.83.17l-3.74,1.06a.71.71,0,0,0,.36,1.37l5.56-1.58-1.34.82c-.41.25-1.77,1.32-2.49,1.66l0,0-.09,0a.71.71,0,0,0-.85.11.8.8,0,0,0-.31.74.74.74,0,0,0,.53.69c.86.18,1.47-.4,2.19-.84l1.5-.91c-.73,1.63-1.42,3.28-2,5-.32.85,1.06,1.21,1.37.36q1.26-3.41,2.84-6.64l.1-.06.1-.07c-.29,2-.64,3.92-1.08,5.86-.2.89,1.17,1.26,1.37.36.42-1.85.76-3.71,1-5.57.8,1.4,1.56,2.84,2.27,4.3C45.3,117.16,46.54,116.45,46.14,115.63Z" transform="translate(-17.15 -7.31)"/><path class="a" d="M116.44,54.08c-1.23-.87-2.48-1.7-3.73-2.52,1.1.14,2.2.25,3.32.3s1.11-1.67,0-1.73a36.68,36.68,0,0,1-4.2-.45l4.4-.94c1.09-.23.63-1.9-.46-1.67l-5.71,1.22c.9-1.19,1.82-2.36,2.76-3.53.63-.78-.31-1.86-1-1.41a.89.89,0,0,0-1.54-.08q-1.23,2-2.48,3.93l-.08-.15a31.48,31.48,0,0,0-.8-4.9.87.87,0,0,0-1.67.47c.11.44.2.88.29,1.33A6.34,6.34,0,0,0,103,42.33c-1.06-.35-1.52,1.32-.46,1.67a6.47,6.47,0,0,1,3.42,3.37q-2.47-1.42-5-2.75c-1-.51-1.86,1-.87,1.5s1.92,1,2.87,1.54c-1.35-.22-2.69-.4-4-.54-1.11-.12-1.1,1.62,0,1.73q2.82.3,5.61.83a22.71,22.71,0,0,1-5.37.8.87.87,0,0,0,0,1.74,26,26,0,0,0,6.2-1l-5.91,4.8c-.87.7.37,1.92,1.22,1.22L104,54.56l-.54,1.11a.94.94,0,0,0-.08.39c-.21.44-.42.88-.62,1.32-.48,1,1,1.88,1.49.87l1.89-4c.24-.42.48-.84.73-1.25a40.15,40.15,0,0,1-.43,5.89c-.16,1.09,1.51,1.56,1.67.46a43.43,43.43,0,0,0,.49-6.44l3,5.05a.87.87,0,0,0,1.49-.88q-1.56-2.64-3.14-5.28,2.88,1.81,5.66,3.78C116.48,56.22,117.34,54.72,116.44,54.08Z" transform="translate(-17.15 -7.31)"/><path class="a" d="M145.51,89.5a42.85,42.85,0,0,0-7.85-3.17q3.61.09,7.24.24c1.46.07,1.45-2.2,0-2.27-2.51-.11-5-.18-7.54-.25,2.39-.59,4.8-1.08,7.25-1.44,1.44-.21.83-2.4-.6-2.18A79.55,79.55,0,0,0,136.19,82q3.15-2.31,6.49-4.38c1.24-.77.1-2.74-1.15-2-1.6,1-3.16,2-4.7,3.1a16.82,16.82,0,0,1,4.13-4c1.23-.78.09-2.75-1.15-2-2.73,1.74-4.47,4.38-6.42,6.86q.23-3.24.49-6.48c.13-1.45-2.14-1.44-2.26,0-.16,1.77-.29,3.53-.41,5.3-.73-1.73-1.51-3.43-2.38-5.1-.67-1.29-2.63-.15-2,1.15Q128,76.75,129,79.09c0,.35.05.7.09,1-1.41-1.32-2.84-2.63-4.29-3.91-1.09-1-2.7.63-1.61,1.6,2,1.74,3.91,3.53,5.82,5.34l-7.5-2.32c-1.4-.44-2,1.75-.61,2.19l2.94.91h-2a1.14,1.14,0,0,0,0,2.27c1.84,0,3.69,0,5.54,0-1.89,1.66-3.72,3.38-5.49,5.18-1,1,.58,2.65,1.61,1.6,1.8-1.83,3.67-3.58,5.59-5.27a22.58,22.58,0,0,1-3.69,5.47c-1,1.08.62,2.69,1.61,1.61a26.12,26.12,0,0,0,3.57-5c-.1,2.35-.19,4.69-.24,7a1.14,1.14,0,0,0,2.27,0c0-2.09.12-4.18.21-6.28a42.49,42.49,0,0,1,2.1,6.77c.32,1.43,2.51.83,2.19-.6a43.36,43.36,0,0,0-2.78-8.38c1.76,1.76,3.51,3.54,5.21,5.35,1,1.07,2.6-.54,1.6-1.6s-2.06-2.17-3.1-3.23a40.47,40.47,0,0,1,6.33,2.63C145.66,92.13,146.81,90.17,145.51,89.5Z" transform="translate(-17.15 -7.31)"/><path class="a" d="M212,34.77c-2-.7-4-1.33-6-1.91,1.79-.1,3.58-.22,5.36-.37,1.45-.12,1.46-2.39,0-2.27s-3.12.24-4.68.34c1.56-.81,3.15-1.56,4.79-2.23,1.34-.54.76-2.73-.6-2.19s-2.55,1.09-3.8,1.7l2.68-3.53c.88-1.16-1.09-2.29-2-1.14q-2.27,3-4.51,5.95.93-3.87,1.88-7.73c.34-1.42-1.85-2-2.19-.61l-1.47,6-.11-.16a1.53,1.53,0,0,0-.42-.38V19.88a1.14,1.14,0,0,0-2.27,0v6.18q-.69-2.64-1.28-5.33c-.3-1.43-2.49-.82-2.18.6.24,1.16.51,2.31.79,3.46-.53-.6-1.06-1.19-1.6-1.78-1-1.07-2.59.53-1.61,1.61,1.34,1.45,2.63,2.95,3.89,4.47l-6.25-5c-1.13-.9-2.74.69-1.6,1.6l5.62,4.46c-1.79-.32-3.59-.61-5.4-.85-1.45-.2-1.43,2.07,0,2.27,1.1.14,2.19.31,3.28.49a33.7,33.7,0,0,0-4.17.9,1.13,1.13,0,0,0,.61,2.18A31.53,31.53,0,0,1,196.92,34a61.41,61.41,0,0,0-6.13,5.17c-1.06,1,.55,2.62,1.6,1.6s2.22-2.06,3.39-3l-3,5.43c-.71,1.28,1.25,2.42,2,1.15l4.5-8.08c-.2.82-.4,1.63-.59,2.44a47.83,47.83,0,0,1-.94,4.69h0l-.16,0a1.15,1.15,0,0,0-.83,1.09,1.24,1.24,0,0,0,.49,1.19,1.16,1.16,0,0,0,1.37.18c1.17-.78,1.21-2.11,1.52-3.42l.67-2.73q1.52,4,3.3,7.91c.61,1.33,2.56.18,2-1.14-1.61-3.51-3-7.09-4.3-10.72l0-.17.05-.2c1.89,2.55,3.7,5.16,5.4,7.85.78,1.23,2.75.09,2-1.15q-2.43-3.83-5.12-7.48c2.5.68,5,1.45,7.43,2.3C212.8,37.43,213.39,35.24,212,34.77Z" transform="translate(-17.15 -7.31)"/><path class="a" d="M119.32,225.55q-1-2.15-2.18-4.21c1,.89,2,1.78,3,2.65.83.71,2-.5,1.21-1.21s-1.8-1.53-2.68-2.31c1.26.4,2.51.85,3.74,1.37,1,.42,1.86-1.06.84-1.49s-1.94-.78-2.92-1.12l3.3-.45c1.09-.15.64-1.8-.43-1.65l-5.57.76,5.11-3.11c.94-.57.1-2.06-.84-1.49l-4,2.44,0-.14a.89.89,0,0,0,0-.43l3.42-3.42c.78-.77-.43-2-1.21-1.2l-3.29,3.29c.69-1.19,1.41-2.36,2.16-3.52.6-.92-.89-1.76-1.49-.84-.48.75-1,1.5-1.42,2.26,0-.6.07-1.2.1-1.8,0-1.1-1.67-1.09-1.71,0-.06,1.49-.18,3-.31,4.45l-.69-6c-.12-1.08-1.83-1.1-1.7,0,.2,1.78.41,3.57.61,5.36-.78-1.13-1.58-2.24-2.42-3.33-.66-.87-1.86.35-1.2,1.21.5.66,1,1.33,1.48,2a25.92,25.92,0,0,0-2.7-1.74.86.86,0,0,0-.84,1.49,23.32,23.32,0,0,1,4.94,3.69,44.43,44.43,0,0,0-6-.51.85.85,0,0,0,0,1.7c1.14,0,2.28.09,3.41.2l-4.51,1.28a.85.85,0,0,0,.44,1.65l6.69-1.9-1.62,1a33.6,33.6,0,0,1-3,2h0l-.11-.07a.85.85,0,0,0-1,.14.94.94,0,0,0-.37.89.87.87,0,0,0,.63.82c1,.22,1.77-.48,2.63-1l1.81-1.1c-.88,2-1.7,3.94-2.46,6-.38,1,1.28,1.45,1.66.43,1-2.72,2.15-5.39,3.41-8l.12-.07.13-.08q-.52,3.54-1.3,7.05c-.24,1.07,1.41,1.51,1.65.43.5-2.22.91-4.46,1.26-6.71,1,1.7,1.87,3.42,2.73,5.18C118.31,227.39,119.8,226.54,119.32,225.55Z" transform="translate(-17.15 -7.31)"/><path class="a" d="M80.73,70.29c-1.24-.28-2.49-.55-3.74-.8l2.26-.58a1.14,1.14,0,0,0-.61-2.19L76,67.39l3-2.55c1.12-.94-.5-2.54-1.61-1.6L73,67,76,62.75c.85-1.19-1.12-2.33-2-1.15L72.7,63.49l.11-.38a1.14,1.14,0,0,0-2.19-.6c-.21.79-.44,1.57-.68,2.35-.22-1.5-.43-3-.61-4.52s-2.45-1.45-2.27,0c.14,1.16.29,2.32.46,3.48A39.4,39.4,0,0,0,64.08,61c-1.18-.86-2.31,1.11-1.15,2,.86.63,1.68,1.29,2.46,2-1-.65-2.1-1.28-3.17-1.89a1.14,1.14,0,0,0-1.15,2c1.7,1,3.37,2,5,3.05l-6.3-.83c-1.44-.19-1.43,2.08,0,2.27l.87.11a1.14,1.14,0,0,0,.06,2.27,42.64,42.64,0,0,0,4.39-.15,40.07,40.07,0,0,0-4,2.64c-1.15.87,0,2.84,1.15,2,.58-.44,1.18-.86,1.78-1.27-.25.31-.5.63-.76.93-.94,1.11.66,2.72,1.6,1.61.62-.74,1.23-1.48,1.83-2.23-.24,1.26-.47,2.53-.7,3.79-.26,1.43,1.92,2,2.19.6l1-5.51c.28,1.47.57,2.94.89,4.41s2.5.82,2.19-.61c-.23-1-.44-2.08-.65-3.12l1.53,2.26c.81,1.21,2.78.07,2-1.14l-2-3c1.24,1,2.47,1.94,3.67,3s2.72-.66,1.6-1.61-2.52-2.08-3.81-3.08c1.84.36,3.68.73,5.51,1.15C81.55,72.8,82.16,70.61,80.73,70.29Z" transform="translate(-17.15 -7.31)"/><path class="a" d="M41.28,191.45c-1.61-1.13-3.25-2.22-4.89-3.3,1.44.19,2.89.33,4.35.4s1.45-2.2,0-2.27a48.15,48.15,0,0,1-5.5-.59L41,184.46c1.43-.3.82-2.49-.6-2.19l-7.49,1.6q1.77-2.34,3.61-4.63c.83-1-.4-2.43-1.33-1.85a1.17,1.17,0,0,0-2-.1c-1.09,1.71-2.17,3.43-3.26,5.15l-.1-.2a39.87,39.87,0,0,0-1.06-6.41,1.13,1.13,0,0,0-2.18.6c.14.58.27,1.16.38,1.75a8.41,8.41,0,0,0-3.37-2.13c-1.39-.45-2,1.74-.6,2.19,2.11.69,3.43,2.52,4.48,4.42-2.16-1.24-4.35-2.45-6.56-3.6-1.3-.67-2.45,1.28-1.15,2s2.52,1.33,3.76,2c-1.76-.28-3.52-.52-5.29-.71-1.45-.15-1.44,2.12,0,2.27,2.47.26,4.92.63,7.36,1.09a30.12,30.12,0,0,1-7,1.05,1.14,1.14,0,0,0,0,2.27,34,34,0,0,0,8.13-1.26q-3.89,3.13-7.75,6.29c-1.14.92.48,2.51,1.6,1.6l4.38-3.55c-.25.48-.48,1-.71,1.45a1.2,1.2,0,0,0-.11.51c-.27.58-.55,1.15-.82,1.73-.62,1.31,1.34,2.46,2,1.14l2.48-5.25c.31-.55.63-1.09,1-1.63a51.22,51.22,0,0,1-.56,7.72c-.21,1.43,2,2.05,2.19.6a56.9,56.9,0,0,0,.64-8.44l3.93,6.62a1.14,1.14,0,0,0,2-1.15l-4.12-6.93q3.76,2.39,7.42,4.95C41.33,194.26,42.46,192.29,41.28,191.45Z" transform="translate(-17.15 -7.31)"/><path class="a" d="M80.46,171.83a25.6,25.6,0,0,0-4.72-1.9c1.45,0,2.9.08,4.35.14.88,0,.88-1.32,0-1.36-1.51-.07-3-.11-4.52-.15q2.15-.54,4.35-.87c.86-.13.5-1.44-.36-1.31a43.94,43.94,0,0,0-4.7,1c1.27-.93,2.56-1.81,3.9-2.64.74-.46.06-1.64-.69-1.18-1,.6-1.9,1.22-2.82,1.87A9.84,9.84,0,0,1,77.73,163c.73-.47,0-1.65-.69-1.18a16.62,16.62,0,0,0-3.86,4.12c.09-1.29.18-2.59.3-3.89.07-.87-1.29-.87-1.37,0q-.14,1.59-.24,3.18c-.44-1-.91-2.06-1.43-3.06-.4-.78-1.58-.09-1.18.69s.91,1.82,1.3,2.76a6.2,6.2,0,0,0,.06.62c-.85-.79-1.71-1.58-2.58-2.35-.66-.58-1.63.38-1,1,1.19,1.05,2.35,2.13,3.5,3.21l-4.51-1.39c-.84-.26-1.2,1.05-.36,1.31l1.76.55H66.23a.68.68,0,0,0,0,1.36c1.11,0,2.22,0,3.33,0-1.13,1-2.23,2-3.29,3.11a.68.68,0,0,0,1,1c1.08-1.11,2.21-2.16,3.36-3.17A13.66,13.66,0,0,1,68.38,174c-.59.64.37,1.61,1,1a15.34,15.34,0,0,0,2.14-3c-.06,1.41-.11,2.82-.14,4.23a.68.68,0,0,0,1.36,0c0-1.26.08-2.51.13-3.77a26.7,26.7,0,0,1,1.27,4.07c.19.85,1.5.49,1.31-.37a26.74,26.74,0,0,0-1.67-5c1.06,1.06,2.1,2.12,3.13,3.21.6.65,1.56-.32,1-1s-1.23-1.3-1.86-1.94a24.59,24.59,0,0,1,3.8,1.58C80.55,173.41,81.24,172.23,80.46,171.83Z" transform="translate(-17.15 -7.31)"/><path class="a" d="M82.72,215.25a49.32,49.32,0,0,0-6-1.46l4.88-.4c1.45-.12,1.46-2.39,0-2.27l-5.22.43L82,209.39c1.35-.53.76-2.72-.6-2.19l-6.69,2.61a42.56,42.56,0,0,0,3.58-4.23c.86-1.18-1.11-2.32-2-1.14a42.56,42.56,0,0,1-3.9,4.57,23.6,23.6,0,0,1,3-5.52c.86-1.18-1.11-2.31-2-1.14A25,25,0,0,0,70.75,207c0-1.39,0-2.79.06-4.18s-2.22-1.46-2.27,0-.06,2.86-.05,4.28c-.75-1.48-1.55-2.93-2.42-4.34-.76-1.25-2.73-.11-2,1.14a56.91,56.91,0,0,1,2.94,5.43,46.73,46.73,0,0,1-4.39-3.82,1.13,1.13,0,0,0-1.6,1.6A52.63,52.63,0,0,0,66.84,212c-2.41-.73-4.82-1.51-7.21-2.34-1.38-.48-2,1.71-.6,2.19l2.73.92-2.42.2c-1.44.12-1.46,2.39,0,2.27l5.22-.43a44.3,44.3,0,0,0-4.87,3.08c-1.17.85,0,2.82,1.14,2,.91-.67,1.86-1.29,2.81-1.88a32.34,32.34,0,0,0-2.21,2.85c-.83,1.2,1.13,2.34,2,1.14a46.85,46.85,0,0,1,5.49-6.36s0,.08,0,.12a1.26,1.26,0,0,0-.3.34,35.56,35.56,0,0,0-3.44,8.37,1.14,1.14,0,0,0,2.19.6,33.77,33.77,0,0,1,2-5.4c.19,1.51.41,3,.66,4.51s2.42.83,2.18-.6c-.3-1.81-.54-3.62-.74-5.43a53.62,53.62,0,0,1,4,5.89,1.13,1.13,0,0,0,2-1.14,54.88,54.88,0,0,0-4.44-6.54,72.26,72.26,0,0,1,6.91,5.42c1.07,1,2.68-.61,1.6-1.6A59.63,59.63,0,0,0,76.27,216a48,48,0,0,1,5.85,1.45C83.52,217.88,84.11,215.69,82.72,215.25Z" transform="translate(-17.15 -7.31)"/><path class="a" d="M113.18,166.71q-2.45-.84-4.92-1.55c1.47-.09,2.93-.19,4.39-.31,1.18-.1,1.19-2,0-1.86s-2.56.2-3.84.28c1.28-.66,2.59-1.28,3.93-1.82,1.1-.44.62-2.24-.49-1.79s-2.09.89-3.11,1.38l2.19-2.88c.72-.95-.89-1.88-1.61-.94L106,162.09c.51-2.11,1-4.22,1.54-6.33.28-1.16-1.51-1.65-1.79-.49l-1.2,4.95-.09-.13a1.28,1.28,0,0,0-.35-.31v-5.25a.93.93,0,0,0-1.86,0v5.06c-.37-1.44-.73-2.9-1-4.36-.25-1.17-2-.68-1.79.49.2.95.42,1.89.65,2.83-.43-.49-.87-1-1.31-1.45-.81-.89-2.12.43-1.31,1.31,1.09,1.19,2.14,2.42,3.18,3.65L95.54,158c-.92-.74-2.24.57-1.31,1.31l4.6,3.65c-1.47-.27-2.94-.5-4.42-.7-1.18-.16-1.17,1.7,0,1.86.9.12,1.79.26,2.69.4a26.94,26.94,0,0,0-3.41.74.93.93,0,0,0,.49,1.79,25.43,25.43,0,0,1,6.64-1,49.07,49.07,0,0,0-5,4.23c-.86.83.45,2.14,1.31,1.31s1.82-1.68,2.78-2.47l-2.48,4.45c-.59,1,1,2,1.6.94L102.7,168c-.17.66-.33,1.33-.49,2a38.75,38.75,0,0,1-.77,3.84h0l-.13,0a.94.94,0,0,0-.68.9,1,1,0,0,0,.4,1,1,1,0,0,0,1.12.15c1-.64,1-1.73,1.25-2.8l.54-2.23q1.25,3.27,2.71,6.47c.49,1.09,2.09.15,1.6-.93-1.32-2.88-2.48-5.81-3.52-8.78l0-.14,0-.16q2.33,3.12,4.43,6.42c.63,1,2.24.08,1.6-.93q-2-3.15-4.19-6.13,3.06.84,6.08,1.89C113.82,168.9,114.31,167.11,113.18,166.71Z" transform="translate(-17.15 -7.31)"/><path class="a" d="M163.93,239.88q-1-2.13-2.17-4.19,1.5,1.34,3,2.64c.83.7,2-.49,1.2-1.2l-2.66-2.3c1.26.4,2.5.84,3.72,1.36,1,.42,1.84-1.05.84-1.48s-1.93-.77-2.91-1.11l3.28-.45c1.08-.15.64-1.79-.43-1.64l-5.53.76,5.08-3.1c.93-.57.1-2-.84-1.48l-4,2.42,0-.14a1.19,1.19,0,0,0,0-.42l3.39-3.39a.85.85,0,0,0-1.2-1.21l-3.27,3.28c.69-1.18,1.4-2.35,2.15-3.5.59-.91-.89-1.75-1.48-.84q-.72,1.13-1.41,2.25c0-.59.07-1.19.09-1.78,0-1.1-1.65-1.1-1.7,0-.06,1.47-.17,2.95-.3,4.42q-.34-3-.68-5.93c-.13-1.08-1.83-1.09-1.7,0,.2,1.77.41,3.55.61,5.33-.78-1.12-1.57-2.23-2.4-3.31-.67-.87-1.86.34-1.2,1.2.5.66,1,1.33,1.47,2a24,24,0,0,0-2.68-1.73.85.85,0,0,0-.84,1.48,23,23,0,0,1,4.91,3.67,44,44,0,0,0-6-.51.85.85,0,0,0,0,1.69c1.13,0,2.26.09,3.39.2l-4.48,1.27a.85.85,0,0,0,.43,1.65l6.65-1.89-1.61,1a31.61,31.61,0,0,1-3,2l0,0-.11-.07a.88.88,0,0,0-1,.14,1,1,0,0,0-.37.89.89.89,0,0,0,.64.82c1,.21,1.75-.48,2.61-1l1.8-1.1c-.88,1.95-1.7,3.93-2.44,5.94-.38,1,1.26,1.45,1.64.43,1-2.71,2.15-5.36,3.4-7.95l.11-.07.13-.08c-.35,2.35-.77,4.69-1.29,7-.24,1.06,1.4,1.5,1.64.43.49-2.22.91-4.44,1.25-6.68,1,1.69,1.87,3.41,2.71,5.16C162.93,241.7,164.4,240.86,163.93,239.88Z" transform="translate(-17.15 -7.31)"/><path class="a" d="M151.11,136.76c-1.25-.28-2.5-.55-3.75-.8l2.26-.58a1.14,1.14,0,0,0-.6-2.19l-2.62.67,3-2.55c1.12-.94-.49-2.54-1.6-1.6l-4.5,3.79,3.06-4.28c.85-1.2-1.12-2.33-2-1.15L143.08,130c0-.12.07-.24.1-.37A1.14,1.14,0,0,0,141,129c-.21.79-.43,1.57-.67,2.35-.23-1.51-.44-3-.62-4.52s-2.44-1.45-2.27,0c.14,1.16.3,2.32.46,3.48a38,38,0,0,0-3.44-2.85c-1.18-.86-2.31,1.11-1.14,2,.85.63,1.67,1.29,2.46,2q-1.58-1-3.18-1.89a1.14,1.14,0,0,0-1.15,2c1.71,1,3.37,2,5,3l-6.29-.83c-1.45-.19-1.43,2.08,0,2.27l.86.11a1.14,1.14,0,0,0,.06,2.27,42.93,42.93,0,0,0,4.4-.15,40.07,40.07,0,0,0-4,2.64c-1.15.87,0,2.84,1.14,2,.58-.44,1.18-.86,1.79-1.27-.26.31-.51.63-.77.93-.93,1.11.66,2.72,1.61,1.61.62-.74,1.22-1.48,1.82-2.23-.23,1.26-.47,2.53-.7,3.79-.26,1.43,1.93,2,2.19.6l1-5.51c.28,1.47.57,2.94.89,4.41s2.5.82,2.19-.61c-.23-1-.44-2.08-.65-3.12l1.53,2.26c.81,1.21,2.78.07,2-1.14l-2-3c1.25,1,2.47,1.93,3.67,2.95s2.72-.65,1.61-1.6-2.53-2.08-3.82-3.08c1.85.36,3.68.73,5.51,1.15C151.92,139.27,152.53,137.08,151.11,136.76Z" transform="translate(-17.15 -7.31)"/><path class="a" d="M114.22,117.16c-1.61-1.14-3.24-2.23-4.89-3.31,1.44.19,2.89.33,4.35.4s1.46-2.2,0-2.27a48.15,48.15,0,0,1-5.5-.59l5.77-1.23c1.43-.3.83-2.49-.6-2.18l-7.48,1.59c1.17-1.56,2.38-3.1,3.61-4.63.82-1-.41-2.43-1.33-1.84a1.17,1.17,0,0,0-2-.11l-3.25,5.15c0-.06-.07-.13-.11-.2a39.85,39.85,0,0,0-1-6.41,1.14,1.14,0,0,0-2.19.6c.15.58.27,1.17.39,1.75a8.59,8.59,0,0,0-3.37-2.13c-1.39-.45-2,1.74-.61,2.19,2.11.69,3.43,2.53,4.49,4.42-2.16-1.24-4.35-2.45-6.57-3.6-1.29-.67-2.44,1.28-1.14,2s2.51,1.33,3.75,2c-1.75-.28-3.52-.52-5.29-.7-1.45-.16-1.44,2.11,0,2.26,2.47.27,4.93.63,7.36,1.09a29.45,29.45,0,0,1-7,1,1.14,1.14,0,0,0,0,2.27,33.92,33.92,0,0,0,8.13-1.26l-7.75,6.29c-1.13.92.48,2.52,1.61,1.6l4.37-3.55c-.24.48-.48,1-.71,1.45a1.24,1.24,0,0,0-.11.51l-.81,1.73c-.62,1.31,1.33,2.46,2,1.14l2.47-5.25c.31-.55.63-1.09,1-1.63a52.46,52.46,0,0,1-.56,7.72c-.22,1.43,2,2.05,2.18.61a57.13,57.13,0,0,0,.64-8.45l3.93,6.62a1.14,1.14,0,0,0,2-1.15l-4.11-6.92q3.77,2.37,7.42,5C114.27,120,115.41,118,114.22,117.16Z" transform="translate(-17.15 -7.31)"/><path class="a" d="M193.64,166.81a42.91,42.91,0,0,0-7.86-3.16c2.42.06,4.83.13,7.24.23,1.46.07,1.46-2.2,0-2.27-2.51-.11-5-.18-7.53-.25,2.39-.59,4.8-1.07,7.25-1.44,1.43-.21.82-2.4-.61-2.18a78.78,78.78,0,0,0-7.81,1.57q3.15-2.31,6.48-4.38c1.24-.77.11-2.73-1.14-2-1.6,1-3.17,2-4.7,3.1a16.82,16.82,0,0,1,4.13-4c1.22-.78.09-2.75-1.15-2-2.73,1.74-4.48,4.38-6.42,6.87.15-2.17.3-4.33.49-6.49.13-1.45-2.14-1.44-2.27,0-.15,1.77-.28,3.53-.41,5.3q-1.08-2.59-2.37-5.1c-.68-1.29-2.64-.15-2,1.15q1.17,2.25,2.16,4.59c0,.35.05.7.09,1-1.42-1.32-2.84-2.63-4.3-3.91-1.09-1-2.7.63-1.6,1.6,2,1.74,3.91,3.53,5.82,5.34l-7.51-2.32c-1.39-.44-2,1.75-.6,2.19l2.94.91H170a1.14,1.14,0,0,0,0,2.27q2.78,0,5.55,0c-1.89,1.66-3.72,3.38-5.49,5.18-1,1,.58,2.65,1.6,1.6,1.8-1.83,3.67-3.58,5.6-5.27a22.87,22.87,0,0,1-3.69,5.47c-1,1.08.62,2.69,1.6,1.61a25,25,0,0,0,3.57-5q-.15,3.52-.23,7a1.13,1.13,0,0,0,2.26,0c.05-2.09.13-4.18.21-6.28A42.32,42.32,0,0,1,183,174.6c.32,1.42,2.5.82,2.19-.61a44.43,44.43,0,0,0-2.78-8.37c1.76,1.75,3.5,3.53,5.2,5.34,1,1.07,2.61-.54,1.61-1.6s-2.06-2.16-3.1-3.23a39.58,39.58,0,0,1,6.33,2.64C193.78,169.44,194.93,167.48,193.64,166.81Z" transform="translate(-17.15 -7.31)"/><path class="a" d="M157.92,188.21a47.51,47.51,0,0,0-6-1.46l4.88-.4c1.45-.12,1.46-2.39,0-2.27l-5.23.43,5.54-2.17c1.34-.52.76-2.72-.61-2.19l-6.68,2.62a42.56,42.56,0,0,0,3.58-4.23c.86-1.19-1.11-2.32-2-1.15a44.9,44.9,0,0,1-3.9,4.58,23,23,0,0,1,3-5.52c.86-1.18-1.11-2.32-2-1.15a24.77,24.77,0,0,0-2.64,4.63q0-2.09.06-4.17c.05-1.46-2.22-1.46-2.27,0s-.07,2.85-.06,4.28q-1.11-2.22-2.41-4.35c-.77-1.24-2.73-.1-2,1.15a56.82,56.82,0,0,1,2.93,5.43,48,48,0,0,1-4.38-3.83,1.14,1.14,0,0,0-1.6,1.61,51.63,51.63,0,0,0,5.78,4.88c-2.42-.73-4.82-1.5-7.21-2.33-1.38-.49-2,1.71-.6,2.18l2.73.93-2.42.2c-1.45.11-1.46,2.38,0,2.26l5.22-.42a43.42,43.42,0,0,0-4.88,3.07c-1.16.86,0,2.83,1.15,2,.91-.67,1.85-1.28,2.81-1.87-.78.91-1.53,1.85-2.22,2.84-.83,1.21,1.14,2.34,2,1.15a45.74,45.74,0,0,1,5.5-6.36.45.45,0,0,0,0,.11,1.16,1.16,0,0,0-.3.35,35.66,35.66,0,0,0-3.44,8.36,1.14,1.14,0,0,0,2.19.61,32.5,32.5,0,0,1,2-5.4c.19,1.5.4,3,.65,4.51s2.43.82,2.19-.61c-.3-1.8-.54-3.61-.75-5.43a53.37,53.37,0,0,1,4,5.9,1.14,1.14,0,0,0,2-1.15,57,57,0,0,0-4.45-6.54,71.13,71.13,0,0,1,6.91,5.43c1.08,1,2.69-.62,1.61-1.61a63.45,63.45,0,0,0-5.13-4.13,51.67,51.67,0,0,1,5.86,1.45C158.71,190.83,159.31,188.64,157.92,188.21Z" transform="translate(-17.15 -7.31)"/>
- </svg>
- </div>
- <div class="side-shape-3">
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 500">
- <path class="b" d="M120.9,-154.4C152.4,-143.5,170.8,-102.5,183.1,-60.5C195.3,-18.5,201.3,24.4,182.6,52.3C163.9,80.2,120.4,93.1,85.9,105.2C51.3,117.3,25.7,128.7,-12.8,146.3C-51.3,164,-102.7,188,-133.1,174.5C-163.5,161.1,-173.1,110.2,-182.9,63.3C-192.7,16.5,-202.9,-26.4,-197.6,-70.9C-192.4,-115.5,-171.7,-161.7,-136.2,-171.3C-100.7,-180.9,-50.4,-154,-2.8,-150.1C44.7,-146.2,89.3,-165.3,120.9,-154.4Z" transform="translate(300,300)"/>
- </svg>
- </div>
- <div class="side-tape-1"></div>
- <div class="side-title">
- <a href="/">
- {Title}
- </a>
- </div>
- <div class="description">
- {Description}
- </div>
- <div class="nav">
- {block:iflink1url}
- <a href="{text:link 1 url}" title="{text:link 1 title}">
- <span class="sf sf-leaf-1"></span>
- </a>
- {/block:iflink1url}
- {block:iflink2url}
- <a href="{text:link 2 url}" title="{text:link 2 title}">
- <span class="sf sf-mushroom"></span>
- </a>
- {/block:iflink2url}
- {block:iflink3url}
- <a href="{text:link 3 url}" title="{text:link 3 title}">
- <span class="sf sf-star"></span>
- </a>
- {/block:iflink3url}
- {block:iflink4url}
- <a href="{text:link 4 url}" title="{text:link 4 title}">
- <span class="sf sf-flower-1"></span>
- </a>
- {/block:iflink4url}
- {block:iflink5url}
- <a href="{text:link 5 url}" title="{text:link 5 title}">
- <span class="sf sf-sun-1"></span>
- </a>
- {/block:iflink5url}
- </div>
- </div>
- <!-- start of posts -->
- <div class="entries">
- {block:Posts}
- <div class="post" id="{PostID}">
- {block:Quote}
- <div class="txt">
- <div class="quote">{Quote}</div>
- {block:Source}
- <div class="source"><p>— {Source}</p></div>
- {/block:Source}
- </div>
- {/block:Quote}
- {block:Text}
- {block:Title}
- <div class="title">{Title}</div>
- {/block:Title}
- {block:Body}
- <div class="txt">
- {Body}
- {block:More}
- <div class="more">
- <a href="{Permalink}">continue reading...</a>
- </div>
- {/block:More}
- </div>
- {/block:Body}
- {/block:Text}
- {block:Link}
- <div class="title">
- <a href="{URL}">{Name}</a>
- </div>
- {block:Description}
- <div class="txt">
- {Description}
- {block:More}
- <div class="more">
- <a href="{Permalink}">continue reading...</a>
- </div>
- {/block:More}
- </div>
- {/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}
- <div class="title">{Title}</div>
- {/block:Title}
- <div class="chat">
- <div class="txt">
- <ul>
- {block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}
- {Line}</li>{/block:Lines}
- </ul>
- </div>
- </div>
- {/block:Chat}
- {block:Photo}
- <div class="photo">
- <img src="{PhotoURL-1280}" alt="{PhotoAlt}">
- </div>
- {block:Caption}
- <div class="txt">
- {Caption}
- {block:More}
- <div class="more">
- <a href="{Permalink}">continue reading...</a>
- </div>
- {/block:More}
- </div>
- {/block:Caption}
- {/block:Photo}
- {block:Photoset}
- <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">
- {block:Photos}
- <div class="photo-data">
- <div class="pxu-photo">
- <img src="{PhotoURL-1280}" width="{PhotoWidth-1280}" height="{PhotoHeight-1280}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}">
- </div>
- <a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a>
- </div>
- {/block:Photos}
- </div>
- {block:Caption}
- <div class="txt">
- {Caption}
- {block:More}
- <div class="more">
- <a href="{Permalink}">continue reading...</a>
- </div>
- {/block:More}
- </div>
- {/block:Caption}
- {/block:Photoset}
- {block:Video}
- <div class="photo">{Video-500}</div>
- {block:Caption}<div class="txt">{Caption}</div>{/block:Caption}
- {/block:Video}
- {block:Audio}
- <div class="txt">
- <div class="audio">
- {block:AlbumArt}
- <div class="cover">
- <img src="{AlbumArtURL}">
- </div>
- {/block:AlbumArt}
- {block:AudioPlayer}
- <div class="play">{AudioPlayerWhite}</div>
- {/block:AudioPlayer}
- </div>
- <div class="au">
- {block:TrackName}<b>Track:</b> {block:TrackName}{TrackName}<br>{/block:TrackName}
- {block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
- <b>Plays:</b> {FormattedPlayCount}
- </div>
- {block:Caption}{Caption}{/block:Caption}
- </div>
- {/block:Audio}
- {block:Answer}
- <div class="txt">
- <div class="question">
- <div class="asker">{Asker}</div> said, “{Question}”
- </div>
- {Answer}
- {block:More}
- <div class="more">
- <a href="{Permalink}">continue reading...</a>
- </div>
- {/block:More}
- </div>
- {/block:Answer}
- {block:Date}
- <div style="clear:both;"></div>
- <div class="permalink">
- <a href="{Permalink}">
- posted {TimeAgo}{block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
- </a>
- <a class="reb" href="{ReblogURL}">
- <span class="sf sf-reblog"></span>
- </a>
- {block:PermalinkPage}
- {block:RebloggedFrom}
- <br>
- via: <a href="{ReblogParentURL}">{ReblogParentName}</a>
-
- {/block:RebloggedFrom}
- {block:ContentSource}
- source: <a href="{SourceURL}">{SourceTitle}</a>
- {/block:ContentSource}
- {/block:PermalinkPage}
- <br>
- {block:HasTags}
- <div class="tags">
- {block:Tags} <a href="{TagURL}">#{Tag}</a>{/block:Tags}
- </div>
- {/block:HasTags}
- </div>
- {/block:Date}
- </div> <!-- end of .post -->
- {block:PostNotes}
- <div class="pagenotes">
- {PostNotes}
- </div>
- {/block:PostNotes}
- {/block:Posts}
- {block:Pagination}
- <div class="pagination">
- {block:PreviousPage}
- <a href="{PreviousPage}"><span class="sf sf-chevron-left"></span></a>
- {/block:PreviousPage}
- {CurrentPage} of {TotalPages}
- {block:NextPage}
- <a href="{NextPage}"><span class="sf sf-chevron-right"></span></a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- </div> <!-- end of .entries -->
- </div> <!-- end of .container -->
- <div class="credit"><a class="sf sf-boat" href="http://pirateskinned.tumblr.com/" title="coded by pirateskinned"></a></div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment