Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE HTML>
- <!--Rules:
- Still Here
- For the Coders Quarters April 2023 challenge
- Layout provided by 8byte: https://toyhou.se/8byte
- You may
- -frankenstein with other codes (as long as the creator of said code allows it)
- -edit/change as much as you need (example: making character codes into user codes, vice-versa)
- You may not
- -Redistribute, resell, and/or claim its yours
- -Remove credit (you're allowed to move & edit it though, just keep it visible)
- Misc Notes:
- -When editing, remember to turn WYSIWYG off! My codes may break otherwise
- -Some basic html knowledge is recommended for editing
- Default Colors:
- -main color: bg-primary
- -dividers, body image bg: bg-secondary
- Change the colors: Ctrl+f and search for the color you want to change.
- -->
- <div class="container py-3" style="max-width:600px">
- <!-- /// HEADER /// -->
- <div class="row d-flex align-items-end">
- <!--character image-->
- <div class="col-md-4">
- <div class="bg-primary align-self-baseline" style="height:120px;width:120px;
- background-image:url( # );
- background-size:contain;
- background-position:center;"></div>
- </div>
- <!--Name-->
- <div class="col-md-8">
- <div class="ml-auto">
- <span style="font-size:3.5em;line-height:1em">Character name</span><br>
- <div class="bg-secondary mt-1" style="height:5px"></div>
- </div>
- </div>
- </div>
- <!-- /// END HEADER /// -->
- <!--divider-->
- <div class="d-flex align-items-end mt-2">
- <div class="bg-primary" style="height:30px;width:60%"></div>
- <div class="bg-primary" style="height:30px;width:25%;opacity:50%"></div>
- <div class="bg-primary" style="height:30px;width:15%;opacity:25%"></div>
- </div>
- <!-- /// MAIN BODY ///-->
- <div class="bg-faded p-2 p-md-3" style="min-height:200px">
- <!-- /// INTRO /// -->
- <div class="row align-items-center">
- <!--basic info-->
- <div class="col-md-4">
- <div style="width:100%">
- <div class="px-2 bg-primary text-white mt-2 mb-1">GENDER</div>
- <div style="text-align:right">TEXT</div>
- <div class="px-2 bg-primary text-white mt-2 mb-1">PRONOUNS</div>
- <div style="text-align:right">TEXT</div>
- <div class="px-2 bg-primary text-white mt-2 mb-1">RACE/SPECIES</div>
- <div style="text-align:right">TEXT</div>
- <div class="px-2 bg-primary text-white mt-2 mb-1">BIRTHDAY</div>
- <div style="text-align:right">TEXT</div>
- </div>
- </div>
- <!--about-->
- <div class="col-md-8">
- <p>This section expands!</p>
- <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis sollicitudin elit sed tellus blandit viverra sed eget odio. Donec accumsan tempor lacus, et venenatis elit feugiat non. Duis porta eros et velit blandit dapibus. Curabitur ac finibus eros.</p>
- <p>Duis placerat velit vitae massa sodales, eget mattis nibh pellentesque.</p>
- </div>
- </div>
- <!-- /// END INTRO /// -->
- <!--divider-->
- <div class="bg-secondary my-3 mx-auto" style="height:5px;max-width:400px"></div>
- <!-- /// TRIVIA /// -->
- <div class="row align-items-center">
- <!--trivia-->
- <div class="col-md-8">
- <p><i class="fa-solid fa-arrow-right"></i> Lorem Ipsum is simply dummy text of the printing and typesetting industry. </p>
- <p><i class="fa-solid fa-arrow-right"></i> Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. </p>
- <p><i class="fa-solid fa-arrow-right"></i> It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. </p>
- </div>
- <!--character image-->
- <div class="col-md-4">
- <div class="card border-0 rounded-0 bg-secondary mx-auto my-2 my-md-auto" style="max-width:200px;height:250px;
- background-image:url( # );
- background-size:300px;
- background-position:top;">
- <!--image credit-->
- <span class="text-white" style="font-size:1.25em;position:absolute;right:5px;text-shadow:1px 1px 3px #000000;letter-spacing:2px">
- <!--image-->
- <a href="#"><i class="fa-solid fa-image text-white" data-toggle="tooltip" title="img - credit"></i></a>
- </span>
- </div>
- </div>
- </div>
- <!-- /// END TRIVIA /// -->
- </div>
- <!-- /// END MAIN BODY ///-->
- <!--divider-->
- <div class="d-flex align-items-end mb-2">
- <div class="bg-primary" style="height:30px;width:15%;opacity:25%"></div>
- <div class="bg-primary" style="height:30px;width:25%;opacity:50%"></div>
- <div class="bg-primary" style="height:30px;width:60%"></div>
- </div>
- <!-- /// MUSIC /// -->
- <div class="row d-flex align-self-start mb-2">
- <!--song info-->
- <div class="col-md-8">
- <span style="font-size:2em;line-height:1em">Still Here (with the ones that i came with)</span><br>
- <div class="bg-secondary my-1" style="height:5px"></div>
- <span style="font-size:1.25em;line-height:1em">Skrillex, Porter Robinson, & Bibi Bourelly </span><br>
- </div>
- <!--song-->
- <div class="col-md-4">
- <div class="card border-0 rounded-0 bg-primary text-white align-self-baseline ml-auto" style="height:120px;width:120px;text-align:center;overflow:hidden">
- <!-- HOW TO CHANGE THE LINK/SONG
- - Go to youtube and find the song you want to use
- - the page link has a string of random letters & numbers at the end of it.
- (eg: https://www.youtube.com/watch?v= [here] )
- - copy that string of letters and paste it between embed/ and ?controls-0 in the embed link
- (eg: src="https://www.youtube-nocookie.com/embed/ [here] ?controls=0" )
- -->
- <iframe src="https://www.youtube-nocookie.com/embed/V-gGLTPxEhE?controls=0"
- frameborder="0"
- style="position:absolute;right:-60px;top:-50px;width:250px;height:200px;z-index:1;opacity:0.001"></iframe>
- <span style="font-size:75px">
- <i class="fa-regular fa-compact-disc"></i>
- </span>
- </div>
- </div>
- </div>
- <!-- /// END MUSIC /// -->
- <!--Credit. You may move it, but please do not delete/remove-->
- <hr class="mt-3 mb-1">
- <p style="text-align:right">HTML by <a href="https://toyhou.se/21264072"><i class='fa-solid fa-heart'></i> Jade-Everstone</a> // Layout by <a href="https://toyhou.se/8byte">8byte</a></p>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment