Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--- page by hailthehelpful. please don't use this as a base, redistribute...just don't steal it in general. use common sense. thanks!-->
- <!doctype html>
- <html>
- <head>
- <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}
- <link href='https://fonts.googleapis.com/css?family=Roboto:400,300italic,300,100,100italic,400italic,500,700,700italic|Permanent+Marker' rel='stylesheet' type='text/css'>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.2/jquery.min.js"></script>
- <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.min.js"></script>
- <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.min.css"/>
- <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick-theme.min.css"/>
- <!--font awesome-->
- <script src="https://use.fontawesome.com/4b64282c24.js"></script>
- <script type="text/javascript">
- $(document).ready(function() {
- $('.slider-for').slick({
- slidesToShow: 1,
- slidesToScroll: 1,
- arrows: false,
- fade: true,
- asNavFor: '.slider-nav',
- });
- $('.slider-nav').slick({
- centerPadding:'40px',
- slidesToShow: 3,
- slidesToScroll: 1,
- asNavFor: '.slider-for',
- dots: true,
- focusOnSelect: true,
- vertical:true,
- verticalSwipe:true,
- appendDots:$('.content'),
- arrows: false,
- centerMode: true,
- TouchThreshold:10,
- });
- });
- </script>
- </head>
- <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:100,
- tip_fade_speed:200
- }
- );
- });
- })(jQuery);
- </script>
- <style type="text/css">
- .tumblr_preview_marker___.slick-slide {
- position: absolute;
- }
- #s-m-t-tooltip {
- max-width: 300px;
- margin: 10px;
- padding: 3px 9px;
- border-radius: 4px;
- background: #151515;
- color: #fff;
- z-index: 999999;
- font-size: 9px;
- font-weight: 100;
- text-transform: lowercase;
- box-shadow: 1px 1px 0 rgba(228,63,204,0.5);
- }
- ::-webkit-scrollbar{width:8px}
- ::-webkit-scrollbar-thumb{background-color:#0a0a0a;border-radius:5px}
- ::-webkit-scrollbar:horizontal{background-color:#000;height:5px}
- ::-webkit-scrollbar-thumb:horizontal{background-color:#fff}
- ::-webkit-scrollbar-corner{background-color:#000}
- ::selection{background:gray;color:#FFF;text-shadow:0}
- ::-moz-selection{background:gray;color:#FFF}
- body {
- margin: 0;
- background: #151515;
- background-image: url('');
- background-attachment: fixed;
- background-position: center;
- background-size: cover;
- color: #fff;
- font-size: 12.5px;
- font-family: roboto,helvetica,arial,sans-serif;
- }
- a {
- color: #fff; /*link color*/
- outline: none;
- text-decoration: none;
- -webkit-transition: all .3s ease-in-out;
- -moz-transition: all .3s ease-in-out;
- -ms-transition: all .3s ease-in-out;
- -o-transition: all .3s ease-in-out;
- transition: all .3s ease-in-out;
- -moz-outline-style: none;
- }
- h1 {
- margin: 0 10px 10px;
- padding: 10px;
- width: 445px;
- color: #151515;
- text-align: center;
- text-transform: uppercase;
- letter-spacing: 1px;
- font-weight: 300;
- font-size:11px;
- position: relative;
- }
- h1:after{position:absolute;top:0;right:-10px;width:0;height:0;border-width:35px 10px 0 0;border-style:solid;content:""}
- h1:before{position:absolute;top:0;left:-10px;width:0;height:0;border-width:0 0 35px 10px;border-style:solid;content:""}
- .content {
- position: absolute;
- left: 145px;
- margin: 45px 10px;
- padding: 20px;
- width: 760px;
- height: 460px;
- background: #151515 !important;
- text-align: justify;
- font-weight: 100;
- }
- .content:after{position:absolute;bottom:-20px;left:0;z-index:-9;width:0;height:0;border-width:20px 760px 0 0;border-style:solid;border-color:#151515 transparent transparent;content:""}
- .content:before{position:absolute;top:-20px;left:0;z-index:-9;width:0;height:0;border-width:0 0 20px 760px;border-style:solid;border-color:transparent transparent #151515;content:""}
- .title {
- z-index: 999999;
- padding-bottom: 5px;
- color: #f2f2f2;
- text-transform: uppercase;
- text-shadow: 1px 1px 0 #ffad50,-1px -1px 0 #5cb9b5;
- font-size: 28px;
- font-family: 'permanent marker';
- }
- .sideimg {
- float: left;
- height: 380px;
- }
- .sideimg img {
- height: 100%;
- }
- img {
- max-width: 100%;
- }
- #container {
- position: fixed;
- top: 100px;
- left: 250px;
- }
- .inner {
- overflow: auto;
- padding: 10px 15px 30px 20px;
- height: 350px;
- font-size: 11px;
- -webkit-mask-image: -webkit-gradient(linear,center 90%,center bottom,from(rgba(0,0,0,20)),to(rgba(20,0,0,0)));
- }
- #links {
- color: #acacac;
- font-size: 8px;
- text-transform: uppercase;
- margin-top: 10px;
- }
- .minibio {
- line-height: 170%;
- }
- .minibio p:first-child:first-letter {
- float: left;
- padding-top: 4px;
- padding-right: 8px;
- padding-left: 3px;
- color: #fff;
- font-size: 55px;
- font-family: 'permanent marker';
- line-height: 50px;
- }
- .stats {
- display: inline-block;
- width: 240px;
- vertical-align: top;
- text-align: left;
- line-height: 13px;
- margin-bottom: 20px;
- }
- .bar {
- position: relative;
- display: inherit;
- width: 237px;
- height: 10px;
- background-color: #2D2D2D;
- }
- .barinner {
- position: absolute;
- top: 0;
- left: 0;
- height: 10px;
- background-color: #B0B0B0;
- color: #151515;
- line-height: 10px;
- }
- .inner ul {
- margin: 0;
- margin-bottom: 10px;
- padding: 0;
- list-style: none;
- text-align: left;
- }
- .inner li {
- display: inline-block;
- margin: 5px 5px 5px 0;
- padding: 2px 0 0;
- border-bottom: 1px solid #454545;
- }
- ul b {
- text-transform: uppercase;
- font-size: 10px!important;
- font-family: roboto !important;
- color: #fff;
- font-style: italic;
- line-height: 100%;
- font-weight: 100!important;
- }
- .thumbnail {
- margin: 0;
- padding: 0;
- width: 130px;
- height: 130px;
- background:#151515
- }
- .thumbnail img {
- opacity: .7;
- -webkit-filter: brightness(70%);
- -webkit-transition: all .4s ease-in-out;
- -moz-transition: all .4s ease-in-out;
- -ms-transition: all .4s ease-in-out;
- -o-transition: all .4s ease-in-out;
- transition: all .4s ease-in-out;
- }
- #personname { color: #E1418E; }
- #personname h1 { background-color: #E1418E;}
- #personname h1:after { border-color: #E1418E transparent transparent; }
- #personname h1:before { border-color: transparent transparent #E1418E; }
- #anothername { color: #5CB9B5; }
- #anothername h1 { background-color: #5CB9B5; }
- #anothername h1:after { border-color: #5CB9B5 transparent transparent; }
- #anothername h1:before { border-color: transparent transparent #5CB9B5; }
- /*no need to touch this css down here its a mess */
- .thumbnail:focus{outline:0!important}
- .thumbnail.slick-current img{opacity:1;-webkit-filter:brightness(100%)!important}
- .thumbnailcontainer{position:fixed;top:155px;width:130px;height:130px}
- .thumbnailcontainer img{float:left;height:130px}
- .slick-vertical .slick-slide{width:130px!important;border:none}
- .slick-dots{bottom:-50px}
- .slick-dots li.slick-active button:before{color:#fff;opacity:.75}
- .slick-dots li button::before{color:#fff}
- #credit{line-height:100%; border-radius:50%;position:fixed;bottom:10px;right:10px;color:#fff;background:rgba(0,0,0,.2);padding:5px;width:10px;height:10px;overflow:hidden;font-size:10px;font-weight:100;white-space:nowrap;-moz-transition:all .6s ease-in-out;-ms-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;-webkit-transition:all .6s ease-in-out;transition:all .6s ease-in-out}#credit:hover{background:#000;width:80px;border-radius:15px}#credit:before{font-size:10px;content:'\f292';font-family:FontAwesome;padding-right:5px;
- }
- .iframe-controls-container.iframe-controls-container--logged-in
- {display:none}
- iframe {display:none}
- </style>
- <body>
- <div id="container">
- <div class="slider thumbnailcontainer slider-nav">
- <div class="thumbnail"><!--thumbnail one-->
- <img src="http://placehold.it/130x130"></div>
- <div class="thumbnail"><!--thumbnail two-->
- <img src="http://placehold.it/130x130"></div>
- <div class="thumbnail"><!--thumbnail three-->
- <img src="http://placehold.it/130x130"></div>
- <div class="thumbnail"><!--thumbnail four-->
- <img src="http://placehold.it/130x130"></div>
- <div class="thumbnail"><!--thumbnail five-->
- <img src="http://placehold.it/130x130"></div>
- <div class="thumbnail"><!--thumbnail six-->
- <img src="http://placehold.it/130x130"></div>
- </div>
- <div class="slider content slider-for">
- <!-------------------------------SLIDE ONE------------------------------->
- <div style="text-align:center">
- <div class="title"> insert cool title</div>
- <img src="http://placehold.it/1000x320?text=a header image if you want (it'll resize)">
- <p>Eiusmod chia slow-carb schlitz before they sold out cronut austin stumptown. Pitchfork et literally ennui knausgaard banjo roof party pop-up cred DIY, YOLO excepteur nesciunt yr. Sustainable yr elit vegan kickstarter mlkshk. Mlkshk art party taxidermy hella street art intelligentsia, asymmetrical sint. Bitters literally consectetur freegan duis before they sold out wolf, umami delectus tote bag. Farm-to-table venmo gluten-free blue bottle. Pickled proident pitchfork thundercats.</p>
- <div id="links">
- click images to view dossier | click <a href="/">here</a> to return home</div>
- </div>
- <!-------------------------------SLIDE TWO------------------------------->
- <div id="personname">
- <div class="title">
- — character name
- </div>
- <img class="sideimg" src="http://placehold.it/190x380">
- <div class="inner">
- <h1>a quote, descriptor, whatever</h1>
- <div class="minibio">
- <p>Ugh qui tattooed mollit, fashion axe roof party incididunt humblebrag yuccie man braid irure. Art party wayfarers tousled mlkshk, brunch asymmetrical pop-up synth kale chips plaid. Food truck in helvetica echo park, cornhole trust fund umami before they sold out ullamco. Listicle fanny pack blog deserunt irony. Organic pitchfork craft beer affogato tacos, four loko bushwick culpa truffaut migas food truck slow-carb dolore. Bitters swag +1, slow-carb commodo four dollar toast venmo elit incididunt asymmetrical lumbersexual hashtag before they sold out. Nulla duis mlkshk, blog laborum vegan yr squid voluptate nihil placeat cold-pressed post-ironic.</p>
- </div>
- <h1>age, moral alignment, mbti</h1>
- <!----------------------------stats section---------------------------->
- <div class="stats">
- stamina
- <div class="bar">
- <span class="barinner" style="width:50%"></span>
- </div><br>
- strength
- <div class="bar">
- <span class="barinner" style="width:50%"></span>
- </div><br>
- battle skill
- <div class="bar">
- <span class="barinner" style="width:50%"></span>
- </div><br>
- agility
- <div class="bar">
- <span class="barinner" style="width:50%"></span>
- </div><br>
- strategy
- <div class="bar">
- <span class="barinner" style="width:50%"></span>
- </div><br>
- teamwork
- <div class="bar">
- <span class="barinner" style="width:50%"></span>
- </div><br>
- </div>
- <div class="stats">
- intelligence
- <div class="bar">
- <span class="barinner" style="width:50%"></span>
- </div><br>
- empathy
- <div class="bar">
- <span class="barinner" style="width:50%"></span>
- </div><br>
- compassion
- <div class="bar">
- <span class="barinner" style="width:50%"></span>
- </div><br>
- creativity
- <div class="bar">
- <span class="barinner" style="width:50%"></span>
- </div><br>
- wisdom
- <div class="bar">
- <span class="barinner" style="width:50%"></span>
- </div><br>
- charisma
- <div class="bar">
- <span class="barinner" style="width:50%"></span>
- </div><br>
- </div>
- <!----------------------------basics---------------------------->
- <h1>basics</h1>
- <ul>
- <li><b>full name:</b> full name</li>
- <li><b>nickname:</b> nickname</li>
- <li><b>age:</b> age</li>
- <li><b>birth date:</b> birth date</li>
- <li><b>race/ethnicity:</b> race/ethnicity</li>
- <li><b>gender:</b> male</li>
- <li><b>romantic orientation:</b> orientation</li>
- <li><b>sexual orientation:</b> orientation</li>
- <li><b>religion:</b> religion</li>
- <li><b>spoken languages:</b> languages</li>
- <li><b>current living conditions:</b> living conditions</li>
- <li><b>occupation:</b> occupation</li>
- </ul>
- <!----------------------------appearance---------------------------->
- <h1>appearance</h1>
- <ul>
- <li><b>eye color:</b> eye color</li>
- <li>hair color: hair color</li>
- <li><b>height:</b> height</li>
- <li><b>body build:</b> body build</li>
- <li><b>tattoos & piercings:</b> tattoo & piercings</li>
- <li><b>voice claim:</b> voice claim</li>
- <li><b>notable physical traits:</b> notable physical traits</li>
- </ul>
- <!----------------------------personality---------------------------->
- <h1>personality</h1>
- <ul>
- <li><b>likes:</b> likes</li>
- <li><b>dislikes:</b> dislikes</li>
- <li><b>phobias:</b> phobias</li>
- <li><b>mental:</b> mental</li>
- </ul>
- <!----------------------------relationships---------------------------->
- <h1>relationships</h1>
- <ul>
- <li><b>parents:</b> parents</li>
- <li><b>siblings:</b> siblings</li>
- <li><b>significant other:</b> significant other</li>
- <li><b>children:</b> children</li>
- </ul>
- </div>
- </div>
- <!-----------------------------END SLIDE TWO----------------------------->
- <!-------------------------------SLIDE THREE------------------------------->
- <div id="anothername">
- <div class="title">
- — character name
- </div>
- <img class="sideimg" src="http://placehold.it/190x380">
- <div class="inner">
- <h1>a quote, descriptor, whatever</h1>
- <div class="minibio">
- <p>Ugh qui tattooed mollit, fashion axe roof party incididunt humblebrag yuccie man braid irure. Art party wayfarers tousled mlkshk, brunch asymmetrical pop-up synth kale chips plaid. Food truck in helvetica echo park, cornhole trust fund umami before they sold out ullamco. Listicle fanny pack blog deserunt irony. Organic pitchfork craft beer affogato tacos, four loko bushwick culpa truffaut migas food truck slow-carb dolore. Bitters swag +1, slow-carb commodo four dollar toast venmo elit incididunt asymmetrical lumbersexual hashtag before they sold out. Nulla duis mlkshk, blog laborum vegan yr squid voluptate nihil placeat cold-pressed post-ironic.</p>
- </div>
- <h1>age, moral alignment, mbti</h1>
- <!----------------------------stats section---------------------------->
- <div class="stats">
- stamina
- <div class="bar">
- <span class="barinner" style="width:50%"></span>
- </div><br>
- strength
- <div class="bar">
- <span class="barinner" style="width:50%"></span>
- </div><br>
- battle skill
- <div class="bar">
- <span class="barinner" style="width:50%"></span>
- </div><br>
- agility
- <div class="bar">
- <span class="barinner" style="width:50%"></span>
- </div><br>
- strategy
- <div class="bar">
- <span class="barinner" style="width:50%"></span>
- </div><br>
- teamwork
- <div class="bar">
- <span class="barinner" style="width:50%"></span>
- </div><br>
- </div>
- <div class="stats">
- intelligence
- <div class="bar">
- <span class="barinner" style="width:50%"></span>
- </div><br>
- empathy
- <div class="bar">
- <span class="barinner" style="width:50%"></span>
- </div><br>
- compassion
- <div class="bar">
- <span class="barinner" style="width:50%"></span>
- </div><br>
- creativity
- <div class="bar">
- <span class="barinner" style="width:50%"></span>
- </div><br>
- wisdom
- <div class="bar">
- <span class="barinner" style="width:50%"></span>
- </div><br>
- charisma
- <div class="bar">
- <span class="barinner" style="width:50%"></span>
- </div><br>
- </div>
- <!----------------------------basics---------------------------->
- <h1>basics</h1>
- <ul>
- <li><b>full name:</b> full name</li>
- <li><b>nickname:</b> nickname</li>
- <li><b>age:</b> age</li>
- <li><b>birth date:</b> birth date</li>
- <li><b>race/ethnicity:</b> race/ethnicity</li>
- <li><b>gender:</b> male</li>
- <li><b>romantic orientation:</b> orientation</li>
- <li><b>sexual orientation:</b> orientation</li>
- <li><b>religion:</b> religion</li>
- <li><b>spoken languages:</b> languages</li>
- <li><b>current living conditions:</b> living conditions</li>
- <li><b>occupation:</b> occupation</li>
- </ul>
- <!----------------------------appearance---------------------------->
- <h1>appearance</h1>
- <ul>
- <li><b>eye color:</b> eye color</li>
- <li>hair color: hair color</li>
- <li><b>height:</b> height</li>
- <li><b>body build:</b> body build</li>
- <li><b>tattoos & piercings:</b> tattoo & piercings</li>
- <li><b>voice claim:</b> voice claim</li>
- <li><b>notable physical traits:</b> notable physical traits</li>
- </ul>
- <!----------------------------personality---------------------------->
- <h1>personality</h1>
- <ul>
- <li><b>likes:</b> likes</li>
- <li><b>dislikes:</b> dislikes</li>
- <li><b>phobias:</b> phobias</li>
- <li><b>mental:</b> mental</li>
- </ul>
- <!----------------------------relationships---------------------------->
- <h1>relationships</h1>
- <ul>
- <li><b>parents:</b> parents</li>
- <li><b>siblings:</b> siblings</li>
- <li><b>significant other:</b> significant other</li>
- <li><b>children:</b> children</li>
- </ul>
- </div>
- </div>
- <!-----------------------------END SLIDE THREE----------------------------->
- <!-------------------------------SLIDE FOUR------------------------------->
- <div id="personname">
- <div class="title">
- — character name
- </div>
- <img class="sideimg" src="http://placehold.it/190x380">
- <div class="inner">
- <h1>a quote, descriptor, whatever</h1>
- <div class="minibio">
- <p>Ugh qui tattooed mollit, fashion axe roof party incididunt humblebrag yuccie man braid irure. Art party wayfarers tousled mlkshk, brunch asymmetrical pop-up synth kale chips plaid. Food truck in helvetica echo park, cornhole trust fund umami before they sold out ullamco. Listicle fanny pack blog deserunt irony. Organic pitchfork craft beer affogato tacos, four loko bushwick culpa truffaut migas food truck slow-carb dolore. Bitters swag +1, slow-carb commodo four dollar toast venmo elit incididunt asymmetrical lumbersexual hashtag before they sold out. Nulla duis mlkshk, blog laborum vegan yr squid voluptate nihil placeat cold-pressed post-ironic.</p>
- </div>
- <h1>age, moral alignment, mbti</h1>
- <!----------------------------stats section---------------------------->
- <div class="stats">
- stamina
- <div class="bar">
- <span class="barinner" style="width:50%"></span>
- </div><br>
- strength
- <div class="bar">
- <span class="barinner" style="width:50%"></span>
- </div><br>
- battle skill
- <div class="bar">
- <span class="barinner" style="width:50%"></span>
- </div><br>
- agility
- <div class="bar">
- <span class="barinner" style="width:50%"></span>
- </div><br>
- strategy
- <div class="bar">
- <span class="barinner" style="width:50%"></span>
- </div><br>
- teamwork
- <div class="bar">
- <span class="barinner" style="width:50%"></span>
- </div><br>
- </div>
- <div class="stats">
- intelligence
- <div class="bar">
- <span class="barinner" style="width:50%"></span>
- </div><br>
- empathy
- <div class="bar">
- <span class="barinner" style="width:50%"></span>
- </div><br>
- compassion
- <div class="bar">
- <span class="barinner" style="width:50%"></span>
- </div><br>
- creativity
- <div class="bar">
- <span class="barinner" style="width:50%"></span>
- </div><br>
- wisdom
- <div class="bar">
- <span class="barinner" style="width:50%"></span>
- </div><br>
- charisma
- <div class="bar">
- <span class="barinner" style="width:50%"></span>
- </div><br>
- </div>
- <!----------------------------basics---------------------------->
- <h1>basics</h1>
- <ul>
- <li><b>full name:</b> full name</li>
- <li><b>nickname:</b> nickname</li>
- <li><b>age:</b> age</li>
- <li><b>birth date:</b> birth date</li>
- <li><b>race/ethnicity:</b> race/ethnicity</li>
- <li><b>gender:</b> male</li>
- <li><b>romantic orientation:</b> orientation</li>
- <li><b>sexual orientation:</b> orientation</li>
- <li><b>religion:</b> religion</li>
- <li><b>spoken languages:</b> languages</li>
- <li><b>current living conditions:</b> living conditions</li>
- <li><b>occupation:</b> occupation</li>
- </ul>
- <!----------------------------appearance---------------------------->
- <h1>appearance</h1>
- <ul>
- <li><b>eye color:</b> eye color</li>
- <li>hair color: hair color</li>
- <li><b>height:</b> height</li>
- <li><b>body build:</b> body build</li>
- <li><b>tattoos & piercings:</b> tattoo & piercings</li>
- <li><b>voice claim:</b> voice claim</li>
- <li><b>notable physical traits:</b> notable physical traits</li>
- </ul>
- <!----------------------------personality---------------------------->
- <h1>personality</h1>
- <ul>
- <li><b>likes:</b> likes</li>
- <li><b>dislikes:</b> dislikes</li>
- <li><b>phobias:</b> phobias</li>
- <li><b>mental:</b> mental</li>
- </ul>
- <!----------------------------relationships---------------------------->
- <h1>relationships</h1>
- <ul>
- <li><b>parents:</b> parents</li>
- <li><b>siblings:</b> siblings</li>
- <li><b>significant other:</b> significant other</li>
- <li><b>children:</b> children</li>
- </ul>
- </div>
- </div>
- <!-----------------------------END SLIDE FOUR----------------------------->
- <!-------------------------------SLIDE FIVE------------------------------->
- <div id="anothername">
- <div class="title">
- — character name
- </div>
- <img class="sideimg" src="http://placehold.it/190x380">
- <div class="inner">
- <h1>a quote, descriptor, whatever</h1>
- <div class="minibio">
- <p>Ugh qui tattooed mollit, fashion axe roof party incididunt humblebrag yuccie man braid irure. Art party wayfarers tousled mlkshk, brunch asymmetrical pop-up synth kale chips plaid. Food truck in helvetica echo park, cornhole trust fund umami before they sold out ullamco. Listicle fanny pack blog deserunt irony. Organic pitchfork craft beer affogato tacos, four loko bushwick culpa truffaut migas food truck slow-carb dolore. Bitters swag +1, slow-carb commodo four dollar toast venmo elit incididunt asymmetrical lumbersexual hashtag before they sold out. Nulla duis mlkshk, blog laborum vegan yr squid voluptate nihil placeat cold-pressed post-ironic.</p>
- </div>
- <h1>age, moral alignment, mbti</h1>
- <!----------------------------stats section---------------------------->
- <div class="stats">
- stamina
- <div class="bar">
- <span class="barinner" style="width:50%"></span>
- </div><br>
- strength
- <div class="bar">
- <span class="barinner" style="width:50%"></span>
- </div><br>
- battle skill
- <div class="bar">
- <span class="barinner" style="width:50%"></span>
- </div><br>
- agility
- <div class="bar">
- <span class="barinner" style="width:50%"></span>
- </div><br>
- strategy
- <div class="bar">
- <span class="barinner" style="width:50%"></span>
- </div><br>
- teamwork
- <div class="bar">
- <span class="barinner" style="width:50%"></span>
- </div><br>
- </div>
- <div class="stats">
- intelligence
- <div class="bar">
- <span class="barinner" style="width:50%"></span>
- </div><br>
- empathy
- <div class="bar">
- <span class="barinner" style="width:50%"></span>
- </div><br>
- compassion
- <div class="bar">
- <span class="barinner" style="width:50%"></span>
- </div><br>
- creativity
- <div class="bar">
- <span class="barinner" style="width:50%"></span>
- </div><br>
- wisdom
- <div class="bar">
- <span class="barinner" style="width:50%"></span>
- </div><br>
- charisma
- <div class="bar">
- <span class="barinner" style="width:50%"></span>
- </div><br>
- </div>
- <!----------------------------basics---------------------------->
- <h1>basics</h1>
- <ul>
- <li><b>full name:</b> full name</li>
- <li><b>nickname:</b> nickname</li>
- <li><b>age:</b> age</li>
- <li><b>birth date:</b> birth date</li>
- <li><b>race/ethnicity:</b> race/ethnicity</li>
- <li><b>gender:</b> male</li>
- <li><b>romantic orientation:</b> orientation</li>
- <li><b>sexual orientation:</b> orientation</li>
- <li><b>religion:</b> religion</li>
- <li><b>spoken languages:</b> languages</li>
- <li><b>current living conditions:</b> living conditions</li>
- <li><b>occupation:</b> occupation</li>
- </ul>
- <!----------------------------appearance---------------------------->
- <h1>appearance</h1>
- <ul>
- <li><b>eye color:</b> eye color</li>
- <li>hair color: hair color</li>
- <li><b>height:</b> height</li>
- <li><b>body build:</b> body build</li>
- <li><b>tattoos & piercings:</b> tattoo & piercings</li>
- <li><b>voice claim:</b> voice claim</li>
- <li><b>notable physical traits:</b> notable physical traits</li>
- </ul>
- <!----------------------------personality---------------------------->
- <h1>personality</h1>
- <ul>
- <li><b>likes:</b> likes</li>
- <li><b>dislikes:</b> dislikes</li>
- <li><b>phobias:</b> phobias</li>
- <li><b>mental:</b> mental</li>
- </ul>
- <!----------------------------relationships---------------------------->
- <h1>relationships</h1>
- <ul>
- <li><b>parents:</b> parents</li>
- <li><b>siblings:</b> siblings</li>
- <li><b>significant other:</b> significant other</li>
- <li><b>children:</b> children</li>
- </ul>
- </div>
- </div>
- <!-----------------------------END SLIDE FIVE----------------------------->
- <!-------------------------------SLIDE SIX------------------------------->
- <div id="personname">
- <div class="title">
- — character name
- </div>
- <img class="sideimg" src="http://placehold.it/190x380">
- <div class="inner">
- <h1>a quote, descriptor, whatever</h1>
- <div class="minibio">
- <p>Ugh qui tattooed mollit, fashion axe roof party incididunt humblebrag yuccie man braid irure. Art party wayfarers tousled mlkshk, brunch asymmetrical pop-up synth kale chips plaid. Food truck in helvetica echo park, cornhole trust fund umami before they sold out ullamco. Listicle fanny pack blog deserunt irony. Organic pitchfork craft beer affogato tacos, four loko bushwick culpa truffaut migas food truck slow-carb dolore. Bitters swag +1, slow-carb commodo four dollar toast venmo elit incididunt asymmetrical lumbersexual hashtag before they sold out. Nulla duis mlkshk, blog laborum vegan yr squid voluptate nihil placeat cold-pressed post-ironic.</p>
- </div>
- <h1>age, moral alignment, mbti</h1>
- <!----------------------------stats section---------------------------->
- <div class="stats">
- stamina
- <div class="bar">
- <span class="barinner" style="width:50%"></span>
- </div><br>
- strength
- <div class="bar">
- <span class="barinner" style="width:50%"></span>
- </div><br>
- battle skill
- <div class="bar">
- <span class="barinner" style="width:50%"></span>
- </div><br>
- agility
- <div class="bar">
- <span class="barinner" style="width:50%"></span>
- </div><br>
- strategy
- <div class="bar">
- <span class="barinner" style="width:50%"></span>
- </div><br>
- teamwork
- <div class="bar">
- <span class="barinner" style="width:50%"></span>
- </div><br>
- </div>
- <div class="stats">
- intelligence
- <div class="bar">
- <span class="barinner" style="width:50%"></span>
- </div><br>
- empathy
- <div class="bar">
- <span class="barinner" style="width:50%"></span>
- </div><br>
- compassion
- <div class="bar">
- <span class="barinner" style="width:50%"></span>
- </div><br>
- creativity
- <div class="bar">
- <span class="barinner" style="width:50%"></span>
- </div><br>
- wisdom
- <div class="bar">
- <span class="barinner" style="width:50%"></span>
- </div><br>
- charisma
- <div class="bar">
- <span class="barinner" style="width:50%"></span>
- </div><br>
- </div>
- <!----------------------------basics---------------------------->
- <h1>basics</h1>
- <ul>
- <li><b>full name:</b> full name</li>
- <li><b>nickname:</b> nickname</li>
- <li><b>age:</b> age</li>
- <li><b>birth date:</b> birth date</li>
- <li><b>race/ethnicity:</b> race/ethnicity</li>
- <li><b>gender:</b> male</li>
- <li><b>romantic orientation:</b> orientation</li>
- <li><b>sexual orientation:</b> orientation</li>
- <li><b>religion:</b> religion</li>
- <li><b>spoken languages:</b> languages</li>
- <li><b>current living conditions:</b> living conditions</li>
- <li><b>occupation:</b> occupation</li>
- </ul>
- <!----------------------------appearance---------------------------->
- <h1>appearance</h1>
- <ul>
- <li><b>eye color:</b> eye color</li>
- <li>hair color: hair color</li>
- <li><b>height:</b> height</li>
- <li><b>body build:</b> body build</li>
- <li><b>tattoos & piercings:</b> tattoo & piercings</li>
- <li><b>voice claim:</b> voice claim</li>
- <li><b>notable physical traits:</b> notable physical traits</li>
- </ul>
- <!----------------------------personality---------------------------->
- <h1>personality</h1>
- <ul>
- <li><b>likes:</b> likes</li>
- <li><b>dislikes:</b> dislikes</li>
- <li><b>phobias:</b> phobias</li>
- <li><b>mental:</b> mental</li>
- </ul>
- <!----------------------------relationships---------------------------->
- <h1>relationships</h1>
- <ul>
- <li><b>parents:</b> parents</li>
- <li><b>siblings:</b> siblings</li>
- <li><b>significant other:</b> significant other</li>
- <li><b>children:</b> children</li>
- </ul>
- </div>
- </div>
- <!-----------------------------END SLIDE SIX----------------------------->
- <!--DONT TOUCH WHATS BELOW HERE-->
- </div>
- </div>
- <a href="http://www.hailthehelpful.tumblr.com">
- <div id="credit">hailthehelpful.</div>
- </a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment