Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!--
- Theme: Illustfolio 4
- by @sanographix
- https://www.sanographix.net
- (c) 2016 Showkaku Sano
- MIT License
- -->
- <html prefix="og: https://ogp.me/ns#">
- <head>
- <meta charset="UTF-8">
- <meta name="font:Body" content="Helvetica Neue"/>
- <meta name="image:Title Logo" content=""/>
- <meta name="select:Thumbnails Margin" content="margin-none" title="None">
- <meta name="select:Thumbnails Margin" content="margin-narrow" title="Narrow">
- <meta name="select:Thumbnails Margin" content="margin-wide" title="Wide">
- <meta name="select:Thumbnails Size" content="size-xs" title="XS">
- <meta name="select:Thumbnails Size" content="size-s" title="S">
- <meta name="select:Thumbnails Size" content="size-m" title="M">
- <meta name="select:Thumbnails Size" content="size-l" title="L">
- <meta name="select:Thumbnails Size" content="size-xl" title="XL">
- <meta name="if:Crop Thumbnails" content="1" />
- <meta name="if:Show Tag List" content="1" />
- <meta name="if:Show Profile Section" content="1" />
- <meta name="if:Show Index Entry Footer" content="0" />
- <meta name="if:Single Column Mode" content="0" />
- <meta name="text:Title Logo Width" content="" />
- <meta name="text:Your Name" content="" />
- <meta name="text:Profile" content="" />
- <meta name="text:Your Website URL" content=""/>
- <meta name="text:Your Twitter Username" content=""/>
- <meta name="text:Your Facebook Username" content=""/>
- <meta name="text:Your Pixiv ID" content=""/>
- <meta name="text:Your Instagram Username" content=""/>
- <meta name="text:extra" content=""/>
- <title>{block:PostSummary}{PostSummary} - {/block:PostSummary}{Title}</title>
- <meta name="viewport" content="width=device-width">
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link rel="apple-touch-icon" href="{PortraitURL-128}">
- <link rel="stylesheet" type="text/css" media="screen" href="https://static.tumblr.com/xlsgtjb/Zbyp4yngb/style.css" />
- <meta property="og:title" content="{block:PostSummary}{PostSummary} - {/block:PostSummary}{Title}" />
- <meta property="og:type" content="article" />
- <meta name="twitter:card" content="summary_large_image">
- {block:IndexPage}
- <meta property="og:image" content="{HeaderImage}" />
- <meta name="twitter:image:src" content="{HeaderImage}" />
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:Posts}
- {block:Photo}
- <meta property="og:image" content="{PhotoURL-HighRes}" />
- <meta name="twitter:image:src" content="{PhotoURL-HighRes}" />
- {/block:Photo}
- {block:Photoset}
- {block:Photos}
- <meta property="og:image" content="{PhotoURL-HighRes}" />
- <meta name="twitter:image:src" content="{PhotoURL-HighRes}" />
- {/block:Photos}
- {/block:Photoset}
- {/block:Posts}
- {/block:PermalinkPage}
- <meta property="og:site_name" content="{Title}" />
- {block:Description}
- <meta property="og:description" content="{MetaDescription}">
- {/block:Description}
- {block:IndexPage}
- <link rel="canonical" href="{BlogURL}"/>
- <meta property="og:url" content="{BlogURL}" />
- {/block:IndexPage}
- {block:PermalinkPage}
- <link rel="canonical" href="{Permalink}"/>
- <meta property="og:url" content="{Permalink}" />
- {/block:PermalinkPage}
- </head>
- <body class="
- {block:IndexPage}page-index{/block:IndexPage}
- {block:TagPage}page-tag{/block:TagPage}
- {block:PermalinkPage}page-permalink page-{PostID}{/block:PermalinkPage}"
- >
- <style>
- {CustomCSS}
- body {
- background-color: #0c0c0c;
- font-family: {font:Body}, 'Helvetica Neue', Helvetica, Arial, sans-serif;
- }
- .section-profile{ background-color: #2a2a2a;
- }
- p { color: #dbdbdb;}
- .nav li a {
- color: #d1d1d1;
- }
- a, .pagenation a { color: #aaaaaa; border-color: #aaaaaa;
- }
- h1,h2,h3,h4,h5,h6 {
- font-family: {TitleFont}, 'Helvetica Neue', Helvetica, Arial, sans-serif ;
- font-weight: {TitleFontWeight};
- color: #cccccc;
- }
- a,
- .post-content-anchor:hover,
- .nav li a:hover,
- .pagenation a:hover,
- .entry-footer a:hover {
- color: {AccentColor};
- }
- .link-url {
- background-color: {AccentColor};
- }
- .pagenation a:hover:before,
- .pagenation a:hover:after {
- border-color: {AccentColor};
- }
- .tag-list ul li a:hover {
- border-color: {AccentColor};
- color: {AccentColor};
- }
- .social-accounts li a:hover {
- border-color: {AccentColor};
- }
- .social-accounts li a:hover .social-accounts-icon path {
- fill: {AccentColor};
- }
- </style>
- <div class="header">
- <div class="l-container">
- <div class="header-wrapper">
- <div class="header-box-title">
- <header class="header-title">
- <h1 class="header-blog-title">
- <a href="{BlogURL}"style="color:#d1d1d1;">
- {block:IfTitleLogoImage}
- <img class="header-blog-title-logo" src="{image:Title Logo}" alt="{title}" style="width: {text:Title Logo Width}px;">
- {/block:IfTitleLogoImage}
- {block:IfNotTitleLogoImage}
- {Title}
- {/block:IfNotTitleLogoImage}
- </a>
- </h1>
- </header>
- </div>
- <div class="header-box-nav">
- <nav class="nav" role="navigation">
- <ul>
- {block:HasPages}
- {block:Pages}
- <li>
- <a href="{URL}">{Label}</a>
- </li>
- {/block:Pages}
- {/block:HasPages}
- {block:AskEnabled}
- <li>
- <a href="/ask">{AskLabel}</a>
- </li>
- {/block:AskEnabled}
- {block:SubmissionsEnabled}
- <li>
- <a href="/submit">{SubmitLabel}</a>
- </li>
- {/block:SubmissionsEnabled}
- <li>
- <a href="/archive">Archive</a>
- </li>
- </ul>
- </nav>
- </div>
- </div>
- </div>
- </div>
- <div class="site-content">
- {block:IndexPage}
- <div class="section-post l-section">
- {block:TagPage}
- <div class="l-container">
- <h3 class="tagged">Posts tagged "{Tag}"</h3>
- </div>
- {/block:TagPage}
- {block:ifNotSingleColumnMode}
- <div class="top-post-container
- {select:Thumbnails Size}
- ">
- <div class="index-post-wrapper {select:Thumbnails Margin}">
- {block:Posts}
- <article class="post index-post {PostType}">
- <div class="post-inner">
- {block:Text}
- <a href="{Permalink}" class="post-content-anchor">
- <div class="post-content-wrapper">
- <div class="post-content-posttype">
- {PostType}
- </div>
- {block:Title}
- <div class="index-post-content index-post-title">{Title}</div>
- {/block:Title}
- </div>
- </a>
- {/block:Text}
- {block:Photo}
- <a href="{Permalink}">
- {block:IfCropThumbnails}
- <div class="post-photo-thumb" style="background-image: url('{PhotoURL-500}');"></div>
- {/block:IfCropThumbnails}
- {block:IfNotCropThumbnails}
- <img src="{PhotoURL-500}" alt="{PhotoAlt}" class="post-photo-img">
- {/block:IfNotCropThumbnails}
- </a>
- {/block:Photo}
- {block:Photoset}
- {block:Photos}
- <a href="{Permalink}">
- {block:IfCropThumbnails}
- <div class="post-photo-thumb" style="background-image: url('{PhotoURL-500}');"></div>
- {/block:IfCropThumbnails}
- {block:IfNotCropThumbnails}
- <img src="{PhotoURL-500}" alt="{PhotoAlt}" class="post-photo-img">
- {/block:IfNotCropThumbnails}
- </a>
- {/block:Photos}
- {/block:Photoset}
- {block:Quote}
- <a href="{Permalink}" class="post-content-anchor">
- <div class="post-content-wrapper">
- <div class="post-content-posttype">
- {PostType}
- </div>
- <div class="index-post-content">
- {Quote}
- </div>
- </div>
- </a>
- {/block:Quote}
- {block:Link}
- <a href="{Permalink}" class="post-content-anchor
- {block:Thumbnail}has-thumbnail{/block:Thumbnail}"
- {block:Thumbnail}style="background-image: url('{ThumbnailURL}');"{/block:Thumbnail}
- >
- <div class="post-content-wrapper">
- <div class="post-content-posttype">
- {PostType}
- </div>
- <div class="index-post-content">
- {Name}
- </div>
- </div>
- </a>
- {/block:Link}
- {block:Chat}
- <a href="{Permalink}" class="post-content-anchor">
- <div class="post-content-wrapper">
- <div class="post-content-posttype">
- {PostType}
- </div>
- {block:Title}
- <div class="index-post-content index-post-title">
- {Title}
- </div>
- {/block:Title}
- </div>
- </a>
- {/block:Chat}
- {block:Video}
- <a href="{Permalink}" class="post-content-anchor {block:VideoThumbnail}has-thumbnail{/block:VideoThumbnail}"
- {block:VideoThumbnail}style="background-image: url('{VideoThumbnailURL}');"{/block:VideoThumbnail}
- >
- <div class="post-content-wrapper">
- <div class="post-content-posttype">
- {PostType}
- </div>
- {block:Caption}
- <div class="index-post-content">
- {Caption}
- </div>
- {/block:Caption}
- </div>
- </a>
- {/block:Video}
- {block:Audio}
- <a href="{Permalink}" class="post-content-anchor">
- <div class="post-content-wrapper">
- <div class="post-content-posttype">
- {PostType}
- </div>
- {block:Caption}
- <div class="index-post-content">
- {Caption}
- </div>
- {/block:Caption}
- </div>
- </a>
- {/block:Audio}
- {block:Answer}
- <a href="{Permalink}" class="post-content-anchor">
- <div class="post-content-wrapper">
- <div class="post-content-posttype">
- {PostType}
- </div>
- <div class="index-post-content index-post-title">
- {Question}
- </div>
- </div>
- </a>
- {/block:Answer}
- {block:IfShowIndexEntryFooter}
- <footer class="index-entry-footer">
- <div class="index-entry-footer-meta">
- <span class="meta-elements date">
- <a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}, {Year}</a>
- </span>
- {block:NoteCount}
- <span class="meta-elements notecount">
- <a href="{Permalink}">{NoteCount} Notes</a>
- </span>
- {/block:NoteCount}
- </div>
- <ul class="like_and_reblog_buttons">
- <li>{ReblogButton color="grey" size="18"}</li>
- <li>{LikeButton color="grey" size="18"}</li>
- </ul>
- </footer>
- {/block:IfShowIndexEntryFooter}
- </div>
- </article>
- {/block:Posts}
- </div>
- </div>
- {/block:ifNotSingleColumnMode}
- {block:ifSingleColumnMode}
- <div class="top-post-container top-single-column">
- {block:Posts}
- <article class="post permalink-post {TagsAsClasses} {PostType}">
- <div class="l-container-mini section">
- {block:Text}
- <header class="entry-header">
- {block:Title}
- <h1 class="entry-title"><a href="{Permalink}">{Title}</a></h1>
- {/block:Title}
- </header>
- <div class="entry-content">
- {Body}
- </div>
- {/block:Text}
- {block:Photo}
- <div class="entry-content">
- {LinkOpenTag}
- <div class="top-single-column-photo-content">
- <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>
- </div>
- {LinkCloseTag}
- {block:Caption}
- <div class="caption">
- {Caption}
- </div>
- {/block:Caption}
- </div>
- {/block:Photo}
- {block:Photoset}
- <div class="entry-content">
- <div class="top-single-column-photo-content">
- {Photoset}
- </div>
- {block:Caption}
- <div class="caption">
- {Caption}
- </div>
- {/block:Caption}
- </div>
- {/block:Photoset}
- {block:Quote}
- <div class="entry-content {Length}">
- <blockquote>“{Quote}”</blockquote>
- {block:Source}
- <p class="quote-source">
- {Source}
- </p>
- {/block:Source}
- </div>
- {/block:Quote}
- {block:Link}
- <header class="entry-header">
- <h1 class="entry-title">
- <a href="{URL}" class="link-url" {Target}>{Name}</a>
- </h1>
- </header>
- <div class="entry-content">
- {block:Description}
- <div class="link-description">{Description}</div>
- {/block:Description}
- </div>
- {/block:Link}
- {block:Chat}
- <div class="entry-content">
- {block:Title}
- <h1 class="entry-title"><a href="{Permalink}">{Title}</a></h1>
- {/block:Title}
- <ul class="ul-chat">
- {block:Lines}
- <li class="{Alt} user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- </div>
- {/block:Chat}
- {block:Video}
- <div class="entry-content">
- {Video-500}
- {block:Caption}
- <div class="caption">
- {Caption}
- </div>
- {/block:Caption}
- </div>
- {/block:Video}
- {block:Audio}
- <div class="entry-content">
- {AudioPlayerBlack}
- {block:Caption}
- <div class="caption">
- {Caption}
- </div>
- {/block:Caption}
- </div>
- {/block:Audio}
- {block:Answer}
- <div class="asker-group">
- <img src="{AskerPortraitURL-24}" width="24" height="24" /> {Asker}
- </div>
- <header class="entry-header">
- <h1 class="entry-title question">
- {Question}
- </h1>
- </header>
- <div class="entry-content">
- <div class="answer cont">{Answer}</div>
- </div>
- {/block:Answer}
- <footer class="index-entry-footer">
- <div class="index-entry-footer-meta">
- <span class="meta-elements date">
- <a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}, {Year}</a>
- </span>
- {block:IfShowIndexEntryFooter}
- {block:NoteCount}
- <span class="meta-elements notecount">
- <a href="{Permalink}">{NoteCount} Notes</a>
- </span>
- {/block:NoteCount}
- {/block:IfShowIndexEntryFooter}
- </div>
- {block:IfShowIndexEntryFooter}
- <ul class="like_and_reblog_buttons">
- <li>{ReblogButton color="grey" size="18"}</li>
- <li>{LikeButton color="grey" size="18"}</li>
- </ul>
- {/block:IfShowIndexEntryFooter}
- </footer>
- </div>
- </article>
- {/block:Posts}
- </div>
- {block:ifSingleColumnMode}
- </div>
- {block:Pagination}
- <div class="l-container">
- <div class="pagenation pagenation-index">
- {block:PreviousPage}
- <a href="{PreviousPage}" class="pager-prev">Prev</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}" class="pager-next" rel="next">Next</a>
- {/block:NextPage}
- </div>
- </div>
- {/block:Pagination}
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:Posts}
- <article class="post permalink-post {TagsAsClasses} {PostType}">
- {block:Photo}
- <div class="l-container full-image">
- {LinkOpenTag}
- <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>
- {LinkCloseTag}
- </div>
- {/block:Photo}
- {block:Photoset}
- <div class="l-container full-image">
- {Photoset}
- </div>
- {/block:Photoset}
- <div class="l-container-mini section">
- {block:Text}
- <header class="entry-header">
- {block:Title}
- <h1 class="entry-title"><a href="{Permalink}">{Title}</a></h1>
- {/block:Title}
- </header>
- <div class="entry-content">
- {Body}
- </div>
- {/block:Text}
- {block:Photo}
- <div class="entry-content">
- {block:Caption}
- <div class="caption">
- {Caption}
- </div>
- {/block:Caption}
- </div>
- {/block:Photo}
- {block:Photoset}
- <div class="entry-content">
- {block:Caption}
- <div class="caption">
- {Caption}
- </div>
- {/block:Caption}
- </div>
- {/block:Photoset}
- {block:Quote}
- <div class="entry-content {Length}">
- <blockquote>“{Quote}”</blockquote>
- {block:Source}
- <p class="quote-source">
- {Source}
- </p>
- {/block:Source}
- </div>
- {/block:Quote}
- {block:Link}
- <header class="entry-header">
- <h1 class="entry-title">
- <a href="{URL}" class="link-url" {Target}>{Name}</a>
- </h1>
- </header>
- <div class="entry-content">
- {block:Description}
- <div class="link-description">{Description}</div>
- {/block:Description}
- </div>
- {/block:Link}
- {block:Chat}
- <div class="entry-content">
- {block:Title}
- <h1 class="entry-title"><a href="{Permalink}">{Title}</a></h1>
- {/block:Title}
- <ul class="ul-chat">
- {block:Lines}
- <li class="{Alt} user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- </div>
- {/block:Chat}
- {block:Video}
- <div class="entry-content">
- {Video-700}
- {block:Caption}
- <div class="caption">
- {Caption}
- </div>
- {/block:Caption}
- </div>
- {/block:Video}
- {block:Audio}
- <div class="entry-content">
- {AudioPlayerBlack}
- {block:Caption}
- <div class="caption">
- {Caption}
- </div>
- {/block:Caption}
- </div>
- {/block:Audio}
- {block:Answer}
- <div class="asker-group">
- <img src="{AskerPortraitURL-24}" width="24" height="24" /> {Asker}
- </div>
- <header class="entry-header">
- <h1 class="entry-title question">
- {Question}
- </h1>
- </header>
- <div class="entry-content">
- <div class="answer cont">{Answer}</div>
- </div>
- {/block:Answer}
- {block:Date}
- <footer class="entry-footer">
- <div class="entry-footer-section article-meta">
- <span class="meta-elements date">
- <a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}, {Year}</a>
- </span>
- {block:ContentSource}
- <span class="meta-elements content-source">
- <a href="{SourceURL}">
- {lang:Source}:
- {block:SourceLogo}
- <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}
- {SourceTitle}
- {/block:NoSourceLogo}
- </a>
- </span>
- {/block:ContentSource}
- </div>
- <div class="entry-footer-section share">
- <h3>Share</h3>
- <ul class="like_and_reblog_buttons">
- <li>{ReblogButton color="grey" size="20"}</li>
- <li>{LikeButton color="grey" size="20"}</li>
- <li>
- <a href="https://twitter.com/share?text={block:PostSummary}{URLEncodedPostSummary}{/block:PostSummary}&url={ShortURL}">
- <img src="https://static.tumblr.com/xlsgtjb/x8lp4rk60/social-twitter.svg" class="social-icon">
- </a>
- </li>
- <li>
- <a href="https://www.facebook.com/sharer.php?u={URLEncodedPermalink}">
- <img src="https://static.tumblr.com/xlsgtjb/qJSp4rk78/social-facebook.svg" class="social-icon">
- </a>
- </li>
- </ul>
- </div>
- {block:HasTags}
- <div class="entry-footer-section hastags">
- <h3>Tagged</h3>
- <span class="meta-elements">
- {block:Tags}
- <a href="{TagURL}">#{Tag}</a>
- {/block:Tags}
- </span>
- </div>
- {/block:HasTags}
- {block:RebloggedFrom}
- <div class="entry-footer-section rebloggedfrom">
- <div class="entry-footer-section-inner">
- <h3>Reblogged from</h3>
- <a href="{ReblogParentURL}"><img src="{ReblogParentPortraitURL-16}" class="favicon"/> {ReblogParentName}</a>
- </div>
- <div class="entry-footer-section-inner">
- <h3>Originally posted by</h3>
- <a href="{ReblogRootURL}"><img src="{ReblogRootPortraitURL-16}" class="favicon"/> {ReblogRootName}</a>
- </div>
- </div>
- {/block:RebloggedFrom}
- {block:NoteCount}
- <div class="entry-footer-section notecount">
- <h3>{NoteCount} Notes</h3>
- <div class="notecontainer">
- {PostNotes}
- </div>
- </div>
- {/block:NoteCount}
- </footer>
- {/block:Date}
- </div>
- </article>
- {/block:Posts}
- {/block:PermalinkPage}
- {block:PermalinkPagination}
- <div class="pagenation pagenation-permalink">
- {block:NextPost}
- <a href="{NextPost}" class="pager-prev" rel="next">Newer Post</a>
- {/block:NextPost}
- {block:PreviousPost}
- <a href="{PreviousPost}" class="pager-next">Older Post</a>
- {/block:PreviousPost}
- </div>
- {/block:PermalinkPagination}
- {block:IndexPage}
- {block:IfShowProfileSection}
- <section class="section-profile section">
- <div class="l-container-mini">
- <div class="profile-wrapper">
- <div class="profile-image">
- <img src="{PortraitURL-128}">
- </div>
- <div class="profile-content">
- <h2>{text:Your Name}</h2>
- <p>{text:Profile}</p>
- <ul class="social-accounts">
- {block:IfYourWebsiteURL}
- <li class="li-website">
- <a href="{text:Your Website URL}">
- <svg class="social-accounts-icon" xmlns="https://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#aaa" d="M4.5,25.4V14.8L16,5.4l11.5,9.4v10.6c0,0.7-0.5,1.3-1.3,1.3H19v-8.5h-6v8.5H5.8C5.1,26.7,4.5,26.1,4.5,25.4z
- M0.9,14.3l-0.8-0.9c-0.2-0.3-0.2-0.7,0.1-0.9L15,0.4c0.6-0.5,1.4-0.5,2,0l4.1,3.3V2c0-0.4,0.3-0.7,0.7-0.7h3.8
- c0.4,0,0.6,0.3,0.6,0.7v5.9l5.6,4.6c0.3,0.2,0.3,0.6,0.1,0.9l-0.8,0.9c-0.1,0.2-0.3,0.2-0.5,0.2h-1.1c-0.2,0-0.3-0.1-0.4-0.1L16.4,4
- c-0.3-0.2-0.6-0.2-0.9,0L2.9,14.4c-0.1,0.1-0.2,0.1-0.4,0.1H1.4C1.2,14.5,1,14.4,0.9,14.3z"/></svg>
- </a>
- </li>
- {/block:IfYourWebsiteURL}
- {block:IfYourTwitterUsername}
- <li class="li-twitter">
- <a href="{text:Your Twitter Username}">
- <svg class="social-accounts-icon" xmlns="https://www.w3.org/2000/svg" viewBox="-623 385 32 32"><path fill="#aaa" d="M-591,391.1c-1.2,0.5-2.4,0.9-3.8,1c1.4-0.8,2.4-2.1,2.9-3.6c-1.3,0.8-2.7,1.3-4.2,1.6
- c-1.2-1.3-2.9-2.1-4.8-2.1c-3.6,0-6.6,2.9-6.6,6.6c0,0.5,0.1,1,0.2,1.5c-5.5-0.3-10.3-2.9-13.5-6.9c-0.6,1-0.9,2.1-0.9,3.3
- c0,2.3,1.2,4.3,2.9,5.5c-1.1,0-2.1-0.3-3-0.8c0,0,0,0.1,0,0.1c0,3.2,2.3,5.8,5.3,6.4c-0.6,0.1-1.1,0.2-1.7,0.2c-0.4,0-0.8,0-1.2-0.1
- c0.8,2.6,3.3,4.5,6.1,4.6c-2.2,1.8-5.1,2.8-8.2,2.8c-0.5,0-1.1,0-1.6-0.1c2.9,1.9,6.4,2.9,10.1,2.9c12.1,0,18.7-10,18.7-18.7
- c0-0.3,0-0.6,0-0.8C-593,393.5-591.9,392.4-591,391.1L-591,391.1z"/></svg>
- </a>
- </li>
- {/block:IfYourTwitterUsername}
- {block:IfYourFacebookUsername}
- <li class="li-facebook">
- <a href="{text:Your Facebook Username}">
- <svg class="social-accounts-icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="0 0 242.8 242.8" enable-background="new 0 0 242.8 242.8" xml:space="preserve">
- <path fill="#AAAAAA" d="M138.65,0c0,5.32,0,9.93,0,14.55c0,18.79-0.03,37.57,0.01,56.36
- c0.02,11.27,4.6,15.83,15.79,15.83c21.82,0.01,43.64,0,65.47,0c1.57,0,3.14,0,5.19,0c0.11,1.77,0.28,3.28,0.28,4.8
- c0.01,45.09,0.02,90.18,0.01,135.27c0,11.69-4.33,15.99-15.96,15.99c-58.67,0-117.35,0-176.02,0c-11.65,0-16.01-4.3-16.01-15.93
- c-0.01-70.38-0.01-140.76,0-211.14C17.41,4.57,22.03,0,33.24,0C66.62,0,100.01,0,133.39,0C134.95,0,136.5,0,138.65,0z
- M121.21,173.4c-15.16,0-30.32-0.01-45.49,0.01c-5.17,0.01-6.3,1.16-6.45,6.36c-0.03,1.15-0.01,2.31-0.01,3.47
- c0.05,6.58,1.02,7.59,7.49,7.59c28.74,0.01,57.47,0,86.21,0c10.44,0,10.77-0.32,10.58-10.58c-0.11-5.76-1.17-6.84-6.85-6.84
- C151.53,173.4,136.37,173.4,121.21,173.4z M121.85,104.01c-15.45,0-30.9-0.02-46.35,0.01c-4.88,0.01-6.04,1.2-6.22,6.15
- c-0.04,1.15-0.02,2.31-0.01,3.47c0.04,6.86,0.96,7.81,7.72,7.81c28.59,0.01,57.18,0,85.77,0c10.76,0,11.19-0.45,10.78-11.24
- c-0.19-5.06-1.37-6.18-6.63-6.19C151.88,104,136.86,104.01,121.85,104.01z M121.36,138.71c-15.02,0-30.04-0.01-45.05,0
- c-5.95,0-6.96,1.03-7.04,7.07c-0.01,1.01-0.01,2.02,0,3.03c0.06,6.25,1.11,7.32,7.33,7.32c28.74,0.01,57.47,0.01,86.21,0
- c10.71,0,11.17-0.49,10.74-11.3c-0.2-4.9-1.39-6.12-6.25-6.13C151.97,138.69,136.67,138.71,121.36,138.71z"/>
- </svg>
- </a>
- </li>
- {/block:IfYourFacebookUsername}
- {block:IfYourPixivID}
- <li class="li-pixiv">
- <a href="{text:Your Pixiv ID}">
- <svg class="social-accounts-icon" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="0 0 242.8 242.8"enable-background="new 0 0 242.8 242.8" xml:space="preserve">
- <path fill="#AAAAAA" d="M81.6,96c0,0-1,4.3,0,6.8c0,0,29,52,62.3,58.2c0,0,10.8-9.7,14.2-13.9c0,0,8-4.2,13.2-1
- l36.4,21.5c0,0,9.7,6.9,4.5,14.6c0,0-28.5,31.6-35.4,32.3c0,0-54.8,6.2-100.6-50.3c0,0-60-75-44.8-105.8l26.7-27.4
- c0,0,9.7-6.2,13.9,0.7l20.5,38.2c0,0,5.6,8,0.7,14.2s-4.9,6.2-4.9,6.2L81.6,96z"/>
- </svg>
- </a>
- </li>
- {/block:IfYourPixivID}
- {block:IfYourInstagramUsername}
- <li class="li-instagram">
- <a href="{text:Your Instagram Username}">
- <svg class="social-accounts-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 242.8 242.8"><path fill="#AAAAAA" d="M58.93,39.93c0,12.4-9.58,22.61-24.49,22.61s-23.7-10.2-23.39-22.61s9.1-22.92,23.7-22.92
- S58.61,26.74,58.93,39.93z M12.15,225.79V80.27h45.21v145.52H12.15z M93.78,126.74c0-18.21-0.63-33.59-1.26-46.47h39.25l2.04,19.94
- h0.94c10.16-14.75,26.99-23.46,44.9-23.23c29.83,0,52.12,19.78,52.12,62.48v86.34h-45.21V145.1c0-18.68-6.59-31.4-22.92-31.4
- c-12.56,0-19.94,8.48-22.92,16.95c-1.31,3.62-1.89,7.46-1.73,11.3v83.83H93.78V126.74z"/>
- </svg>
- </a>
- </li>
- {/block:IfYourInstagramUsername}
- {block:Ifextra}
- <li class="li-website">
- <a href="{text:extra}">
- <svg class="social-accounts-icon" xmlns="https://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#aaa" d="M4.5,25.4V14.8L16,5.4l11.5,9.4v10.6c0,0.7-0.5,1.3-1.3,1.3H19v-8.5h-6v8.5H5.8C5.1,26.7,4.5,26.1,4.5,25.4z
- M0.9,14.3l-0.8-0.9c-0.2-0.3-0.2-0.7,0.1-0.9L15,0.4c0.6-0.5,1.4-0.5,2,0l4.1,3.3V2c0-0.4,0.3-0.7,0.7-0.7h3.8
- c0.4,0,0.6,0.3,0.6,0.7v5.9l5.6,4.6c0.3,0.2,0.3,0.6,0.1,0.9l-0.8,0.9c-0.1,0.2-0.3,0.2-0.5,0.2h-1.1c-0.2,0-0.3-0.1-0.4-0.1L16.4,4
- c-0.3-0.2-0.6-0.2-0.9,0L2.9,14.4c-0.1,0.1-0.2,0.1-0.4,0.1H1.4C1.2,14.5,1,14.4,0.9,14.3z"/></svg>
- </a>
- </li>
- {/block:Ifextra}
- </ul>
- </div>
- </div>
- </div>
- </section>
- {/block:IfShowProfileSection}
- {/block:IndexPage}
- {block:IfShowTagList}
- <div class="l-container l-section tag-list">
- <h3>Tags</h3>
- <ul id="tags" class="tagCloud"></ul>
- </div>
- {/block:IfShowTagList}
- </div>
- <!-- Note: Do not delete the following section.
- ここから先のセクションは消去しないでください -->
- <footer class="l-section section-footer">
- <div class="l-container">
- <div class="footer-content">
- <div class="footer-copyright">
- <span class="footer-title">
- <a href="{BlogURL}">
- {title}
- </a>
- </span>
- <span class="footer-copyright">
- ©{CopyrightYears} {text:Your Name}
- </span>
- </div>
- <div class="footer-theme">
- <div class="footer-theme-author">
- <span class="footer-theme-illustfolio4">
- Made with
- <a href="https://sanographix.github.io/illustfolio4/">Illustfolio 4</a>
- </span>
- <span>
- Template designed by <a href="https://www.sanographix.net/">SANOGRAPHIX.NET</a>
- </span>
- </div>
- <div class="install-button">
- <a href="https://sanographix.github.io/illustfolio4/" class="footer-install-btn">Install theme</a>
- </div>
- </div>
- </div>
- </div>
- </footer>
- {block:IfShowTagList}
- <script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
- <script src="https://static.tumblr.com/xxf6ewk/hScof72wo/tumblrposts.js"></script>
- <script>
- $(document).ready(function(){
- (function() {
- var posts = new TumblrPosts({
- domain: location.host,
- maxNum:300
- });
- posts.bind(posts.EVENT_COMPLETE, function(e) {
- var that = this;
- $.each(this.getTags(), function(i, tag) {
- var html = '<li class="level' + (tag.count % 6 + 1) + '">'
- + '<a href="/tagged/' + tag.name + '">' + tag.name + '</a></li>';
- $(html).appendTo($("ul#tags"));
- });
- });
- posts.run();
- })();
- });
- </script>
- {/block:IfShowTagList}
- <script src="https://static.tumblr.com/xxf6ewk/Mh1ofifbk/scripts.js"></script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement