Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--------------------
- WEBSITE: F2U HTML BY QUYLLI
- - Hello, and thank you so much for using this code! Please abide by the TOS laid out below :)
- YOU MAY:
- - frankenstein my code with that of other users, so long as their TOS abides by it and the credit to me is NOT removed.
- - Modify to your heart's content!
- YOU MAY NOT:
- - Remove the credit
- - Redistribute my code at all, no matter what. Using parts of my code in yours immediately voids its ability to be redistributed.
- OTHER:
- - Turn the WYSIWYG off while editing -- this enables code view. WYSIWYG messes up the code!
- - Leave a comment https://toyhou.se/~forums/16.htmlcss-graphics/164558.quylli-s-codes here if you use it!
- - Please note that I won't be responding to any coding questions; if you have trouble, the forums is a great place to start :)
- -------------------->
- <div class="mt-3 mx-auto d-flex" style="max-width:800px; flex-direction:column; overflow-y: hidden; overflow-x:hidden">
- <!------------------ HEADER -------------------->
- <div class="card p-1 w-100 rounded-0 bg-faded text-muted">
- <div class="d-flex">
- <!-- SEARCH BAR-->
- <div class="w-100 card rounded-0 bg-light">
- <div class="row no-gutters p-1">
- <!--unlocked icon-->
- <div><i class="fas fa-unlock my-auto mx-2" style="font-size:15px; color:#0f0d7a;"></i></div>
- <!--buffering icon-->
- <div><i class="fas fa-spinner fa-pulse" style="font-size:15px; color:#0f0d7a;"></i></div>
- <!--text-->
- <!-- Keep the phrase relatively short, or else it'll look weird on moblie!-->
- <h1 class="mx-2 my-auto text-uppercase text-muted pb-0 pt-1" style="overflow-x:auto; ; font-size:15px">
- azure.org
- </h1>
- </div>
- </div>
- <!--end of search bar-->
- <!-- CONTROLS-->
- <div class="d-flex w-auto">
- <!-- minimize button-->
- <div class="card rounded-0 bg-light ml-1" style="width:30px">
- <i class="far fa-minus text-muted my-auto mx-auto" style="font-size:24px"></i>
- </div>
- <!-- exit button-->
- <div class="card rounded-0 bg-light ml-1" style="width:30px">
- <i class="far fa-times text-danger my-auto mx-auto" style="font-size:24px"></i>
- </div>
- <!-- settings button-->
- <i class="far fa-ellipsis-v my-auto ml-1" style="font-size:20px"></i>
- </div>
- <!--end of controls-->
- </div>
- </div>
- <!--end of header-->
- <!------------------ MOVING BAR -------------------->
- <div class="progress rounded-0 mb-2 w-100"><div class="progress-bar progress-bar-striped progress-bar-animated" role="progressbar" aria-valuenow="50" aria-valuemin ="0" aria-valuemax="100" style="background-color:#0f0d7a; width:100%;height:16px"></div></div>
- <!--end of moving bar-->
- <!------------------ MAIN CONTAINER -------------------->
- <!-- BACKGROUND-->
- <!-- Unsplash.com is a great resource for backgrounds-->
- <div class="w-100" style="
- background-image:url(https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fwww.chromethemer.com%2Fdownload%2Fhd-wallpapers%2Fdark-blue-polygon-3840x2160.jpg&f=1&nofb=1&ipt=e860aca0366ca82bfee0938d7fe68fb2a0788aacc91956bc9e2b13a77d050541);
- background-size:cover;
- background-position:center center">
- <div class="row no-gutters">
- <!------------------ LEFT PORTION - contains all of the information -------------------->
- <div class="col-lg-6 row no-gutters">
- <!-- TOGGLE BAR -->
- <div class="col-sm-3 p-2">
- <ul class="nav row no-gutters p-0">
- <!-- basics -->
- <li class="col-sm-12 col-3 nav-item text-center p-1">
- <a class="card w-100 bg-faded rounded-0"></a>
- <a class="btn btn-default rounded-0 d-flex text-muted" data-toggle="tab" href="#basics">
- <i class="fas fa-home mx-auto" style="color:#0f0d7a;"></i>
- </a>
- </li>
- <!-- about -->
- <li class="col-sm-12 col-3 nav-item text-center p-1">
- <a class="card w-100 bg-faded rounded-0"></a>
- <a class="btn btn-default rounded-0 d-flex text-muted" data-toggle="tab" href="#about">
- <i class="fas fa-heart mx-auto" style="color:#0f0d7a;"></i>
- </a>
- </li>
- <!-- links -->
- <li class="col-sm-12 col-3 nav-item text-center p-1">
- <a class="card w-100 bg-faded rounded-0"></a>
- <a class="btn btn-default rounded-0 d-flex text-muted" data-toggle="tab" href="#links">
- <i class="fas fa-users mx-auto" style="color:#0f0d7a;"></i>
- </a>
- </li>
- <!-- playlist -->
- <li class="col-sm-12 col-3 nav-item text-center p-1">
- <a class="card w-100 bg-faded rounded-0"></a>
- <a class="btn btn-default rounded-0 d-flex text-muted" data-toggle="tab" href="#playlist">
- <i class="fas fa-diploma mx-auto" style="color:#0f0d7a;"></i>
- </a>
- </li>
- </ul>
- </div>
- <!-- toggle bar end -->
- <!------------------
- MAIN CONTAINER
- -------------------->
- <!-- transparent background -->
- <!-- RGBA is red green blue opacity. To change the transparent background color to something other than white, retrieve the rgb values of the new color and copy-paste into the first three numbers. -->
- <div class="col-sm-9" style="position:relative; height:425px; background:rgba(0, 0, 0, 0.4)">
- <!-- BACKGROUND TEXTURE -->
- <!-- transparenttextures.com is a great resource for background textures.
- To retrieve the img url, follow the next steps; you cannot get it directly from the website.
- 1) dowload the texture of your choice.
- 1) upload to an image to a hosting website. Some could be:
- - discord
- - imgur
- - toyhouse
- - sta.sh (deviantart)
- 3) right click on the image, then click "copy image address"
- ------------------>
- <div class="w-100 h-100" style="position:absolute;
- background-image:url(https://f2.toyhou.se/file/f2-toyhou-se/images/105736522_0zAwdvhC0rPJeuw.png)">
- </div>
- <!-- background texture end-->
- <div class="w-100 p-2 d-flex" style="position:absolute; height:425px; flex-direction:column">
- <!------------------ OVERVIEW -------------------->
- <div class="card bg-faded rounded-0 p-1 w-100" style="position:relative">
- <div class="d-flex" style="flex-direction:row">
- <!-- ID -->
- <div class="card bg-light rounded-0 w-100 p-1" style="height:90px; overflow-y: auto">
- <ul class="fa-ul text-left text-muted my-auto mx-3" style="font-size:11px; ">
- <li><span class="fa-li"><i class="fal fa-angle-right"></i></span>
- <b>AZURE</b>
- </li>
- <li><span class="fa-li"></span>
- Philosophy | UCLA 3rd year <br><i> "it's not that hard" </i>
- </li>
- </ul>
- </div>
- <!-- end of ID-->
- <!-- ICON -->
- <!-- don't delete the line of periods, please! It's there to work out a sizing glitch in the containers that I couldn't figure out how to fix. -->
- <div class="card bg-light rounded-0 p-0 ml-1" style="height:90px; width:90px; color:rgba(0,0,0,0);">
- <img class="w-100 h-100" style="position:absolute"
- src="https://f2.toyhou.se/file/f2-toyhou-se/characters/24693477?1754071808">
- ...................................
- </div>
- <!-- end of icon-->
- </div>
- </div>
- <!-- end of overview -->
- <div class="row no-gutters w-100 pt-1">
- <!------------------ TAB CONTENT -------------------->
- <div class="col-12 w-100 text-muted">
- <div class="card w-100 bg-faded rounded-0 p-1" style="height:309px">
- <div class="tab-content card w-100 bg-light rounded-0 p-1" style="height:299px">
- <!------------------ BASICS -------------------->
- <div class="tab-pane fade active show w-100 h-100" style="overflow-y:auto" id="basics">
- <!------------------ DATA -------------------->
- <div class="row no-gutters text-muted p-2" style="font-weight:200; font-size:12px">
- <div class="col-6 p-1">
- <div class="row no-gutters">
- <div class="col-2"><i class="fas fa-comment-lines"></i></div>
- <div class="col-10 pl-1">Azure</div>
- <div class="col-2"><i class="fas fa-transgender-alt"></i></div>
- <div class="col-10 pl-1">He/him</div>
- <div class="col-2"><i class="fas fa-shoe-prints"></i></div>
- <div class="col-10 pl-1">Human</div>
- <div class="col-2"><i class="fas fa-balance-scale-right"></i></div>
- <div class="col-10 pl-1">Rich</div>
- </div>
- </div>
- <div class="col-6 p-1">
- <div class="row no-gutters">
- <div class="col-2"><i class="fas fa-birthday-cake"></i></div>
- <div class="col-10 pl-1">21</div>
- <div class="col-2"><i class="fas fa-paperclip"></i></div>
- <div class="col-10 pl-1">Student & tutor</div>
- <div class="col-2"><i class="fas fa-heart"></i></div>
- <div class="col-10 pl-1">Straight</div>
- <div class="col-2"><i class="fas fa-books"></i></div>
- <div class="col-10 pl-1">Flawless nerd</div>
- </div>
- </div>
- </div>
- <!-- data end -->
- <div class="w-100 px-2">
- <hr/>
- </div>
- <!-- design notes header -->
- <p class="w-100 text-center text-muted text-uppercase mb-2" style="font-size:12px">
- Design Notes
- </p>
- <!--header end-->
- <!------------------ DESIGN NOTES LIST
- - right now, the bullet note icon is set to a little right arrow, made to be with the code:
- - <i class="fal fa-angle-right"></i>
- - if you want to change the icon, go to fontawesome.com and replace the code for the right arrow with what the website gives you.
- -------------------->
- <ul class="fa-ul text-left text-muted pl-2 pr-3" style="font-size:12px; ">
- <!--Note-->
- <li class="mb-1"><span class="fa-li pr-2">
- <i class="fas fa-sparkle"></i>
- </span>
- Has black hair (blue shine is optional).
- </li>
- <!--note end-->
- <!--Note-->
- <li class="mb-1"><span class="fa-li pr-2">
- <i class="fas fa-sparkle"></i>
- </span>
- Wears rectangle glasses if he doesn't have contacts.
- </li>
- <!--note end-->
- <!--Note-->
- <li class="mb-1"><span class="fa-li pr-2">
- <i class="fas fa-sparkle"></i>
- </span>
- Covers up arms most of the time to hide his tattoos (especially in front of family).
- </li>
- <!--note end-->
- </ul>
- <!-- design notes end -->
- </div>
- <!-- basics tab end -->
- <!------------------ ABOUT TAB -------------------->
- <div class="tab-pane fade w-100 h-100 p-1" id="about">
- <div class="d-flex w-100 h-100" style="flex-direction:column">
- <!-- BOTTOM SECTION-->
- <div class="tab-content flex-item w-100">
- <!------------------ TRIVIA TAB -------------------->
- <div class="tab-pane fade active show w-100 h-100" id="trivia">
- <div class="d-flex w-100" style="flex-direction:column; height:280px">
- <!--Personality-->
- <div class="flex-item w-100" style="overflow-y:auto">
- <p style="font-size:12px; font-weight:200"> Azure is a straight-A uni student who is somewhat oblivious to his privilege. It doesn't matter what his degree is, let alone if he graduates. After all, he's a nepo baby with a rich mommy and daddy. He truly doesn't care or worry about the future, career or otherwise. </p>
- <p style="font-size:12px; font-weight:200"> The worst part is that Azure is genuinely that <i>good</i> at most subjects and will put in the work needed. Stupid rich, stupidly well-connected, and put-together. Nothing can break him.</p>
- <p style="font-size:12px; font-weight:200">And then <a href="https://toyhou.se/1540532.fox/34216276.university-au">Fox</a>, a senior pre-law student, is the stupidest person he's ever seen comes along. She challenges every notion he had, about logic, success, and happiness.</p>
- <p style="font-size:12px; font-weight:200">This Azure is more expressive than his canon version - sassy, kind of mean, and also touched-starved. </p>
- </div>
- <!--Likes and Dislikes-->
- <div class="flex-item row no-gutters pt-3 px-0 pb-0">
- <!--Likes-->
- <div class="col-6 p-0">
- <ul class="fa-ul text-left text-muted pl-2 pr-3 py-0 my-0" style="font-size:10px; ">
- <!--Note-->
- <li class="mb-1"><span class="fa-li pr-2"><i class="fal fa-heart"></i></span>
- Solving problems
- </li>
- <!--note end-->
- <!--Note-->
- <li class="mb-1"><span class="fa-li pr-2"><i class="fal fa-heart"></i></span>
- High quality products
- </li>
- <!--note end-->
- <!--Note-->
- <li class="mb-1"><span class="fa-li pr-2"><i class="fal fa-heart"></i></span>
- Physical touch..?!
- </li>
- <!--note end-->
- </ul>
- </div>
- <!-- likes end -->
- <!-- Dislikes -->
- <div class="col-6 p-0">
- <ul class="fa-ul text-left text-muted pl-2 pr-3 py-0 my-0" style="font-size:10px; ">
- <!--Note-->
- <li class="mb-1"><span class="fa-li pr-2"><i class="fal fa-heart-broken"></i></span>
- Ignorance
- </li>
- <!--note end-->
- <!--Note-->
- <li class="mb-1"><span class="fa-li pr-2"><i class="fal fa-heart-broken"></i></span>
- Traditional modesty
- </li>
- <!--note end-->
- <!--Note-->
- <li class="mb-1"><span class="fa-li pr-2"><i class="fal fa-heart-broken"></i></span>
- Allergies
- </li>
- <!--note end-->
- </ul>
- </div>
- <!-- design notes end -->
- </div>
- </div>
- </div>
- <!-- trivia tab end -->
- </div>
- <!--bottom portion end-->
- </div>
- </div>
- <!-- about tab end -->
- <!------------------ LINKS TAB -------------------->
- <div class="tab-pane fade w-100 h-100 p-1" style="overflow-y:auto" id="links">
- <div class="w-100 h-100 p-0" style="overflow-y:auto">
- <!--for more characters, simply copy and paste!-->
- <!-- CHARACTER 1 -->
- <div class="row no-gutters w-100">
- <div class="col-lg-4 col-3">
- <!--ICON-->
- <a href="https://toyhou.se/1540532.fox/34216276.university-au">
- <img class="w-100 h-auto img-thumbnail rounded-0 bg-faded"
- src="https://f2.toyhou.se/file/f2-toyhou-se/characters/1540532?1741408653">
- </a>
- </div>
- <div class="col-lg-8 col-9 pl-2">
- <!--Name, status-->
- <p class="text-uppercase my-0" style="; font-size:12px">
- fox - partner
- </p>
- <!--hearts scale-->
- <p class="my-0" style="font-size:9px; letter-spacing:2px">
- ♥♥♥♥♥
- </p>
- <!--description-->
- <p class="my-0" style="font-size:11px; font-weight:200; overflow-y:auto; max-height:70px">
- The stupidest, yet most beautiful lovable person he's ever tutored.
- </p>
- </div>
- </div>
- <!--character 1 end-->
- <!--horizontal line-->
- <hr class="w-100">
- <!--- copy from character 1 to horizonetal line if u add more!! ♡ empty heart for ref -->
- </div>
- </div>
- <!-- links tab end -->
- <!------------------
- PLAYLIST TAB
- -------------------->
- <!--------------
- SONG LINK INSTRUCTIONS
- (APPLICABLE TO BOTH THE YOUTUBE VIDEO AND THE PLAYLIST)
- - Find your song on youtube.
- - A youtube link looks like this:
- https://www.youtube.com/watch?v=dQw4w9WgXcQ
- - You want to get the LAST PART, after the watch?v=__________.
- - So, from https://www.youtube.com/watch?v=dQw4w9WgXcQ
- - I get dQw4w9WgXcQ
- - Paste that in the designated spot.
- ---------------->
- <div class="tab-pane fade w-100 h-100" style="overflow-y:auto" id="playlist">
- <!-- song -->
- <div class="row no-gutters p-2">
- <!-- label -->
- <div class="col-11 my-auto text-left text-muted text-uppercase bg-transparent" style="font-size:11px; font-family:'Courier New';">
- <p> FALL 2025 COURSES
- <br>> PHILOS 100C
- <br>> PHILOS 116
- <br>> PHILOS C128
- <br>> PHILOS M187
- <br>> HIST M60W
- </p>
- <p>GPA: 4.000 | UNITS EARNED: 94</p>
- <p>ACADEMIC TUTOR: ENGL, HIST, PHILOS
- <br>QUEUE: 2 TUTOR APPTS BOOKED</p>
- <hr>
- <p>FINANCIAL RECORDS: NO PAYMENTS DUE</p>
- </div>
- </div>
- </div>
- </div>
- <!--playlist tab end-->
- </div>
- </div>
- <!-- end of tab content -->
- </div>
- </div>
- </div>
- <!-- end of main container-->
- </div>
- <!-- end of left portion-->
- <!------------------ RIGHT PORTION - contains all of the graphics -------------------->
- <div class="col-lg-6 hidden-md-down" style="position:relative; height:425px; padding-left:25px">
- <!------------------ Window Background for pagedoll -------------------->
- <div class="d-flex w-100 text-muted" style="height:175px; margin-top:175px">
- <!-- left bar -->
- <div class="card rounded-0 bg-faded h-100 pt-1" style="width:20px">
- <i class="far fa-ellipsis-v" style="font-size:20px"></i>
- </div>
- <!-- main bar -->
- <div class="card rounded-0 h-100 w-100" style="position:relative; background:rgba(0, 0, 0, 0.4)">
- <!-- Background texture-->
- <!-- transparenttextures.com is a great resource for background textures.
- To retrieve the img url, follow the next steps; you cannot get it directly from the website.
- ------------------>
- <div class="w-100 h-100" style="position:absolute;
- background-image:url(https://f2.toyhou.se/file/f2-toyhou-se/images/105736522_0zAwdvhC0rPJeuw.png)">
- </div>
- <!-- top box thing -->
- <div class="d-flex p-1">
- <a href="https://toyhou.se/~literature/280667.azuox/6.gods-toughest-battles/" class="btn btn-default rounded-0" style="font-family:'Courier New'; font-size:10px; z-index:2">SESSION #1</a>
- </div>
- <!-- bottom box thing-->
- <div class="card rounded-0 bg-light w-75 mx-1 p-2">
- <!-- caption!! the little .... [icon/emoji] that shows up-->
- <div class="d-flex text-muted">
- <i class="fal fa-angle-right mr-2"></i>
- <!-- the little icon:
- - As usual, fontawesome.com for the icon!
- - search up the icon and copy+paste,
- - BUT DON'T FORGET to add the little style="font-size:8px" at the end like shown below! It resizes the icon into something that looks better.
- -------->
- <p style="font-size:9px">
- He reached for a spiral notebook, flipping it open neatly. <i>“So. Let’s talk about the Enlightenment paper you turned in.”</i>
- <br><br><i>“Oh, come on—”
- <br><br>
- “You wrote ‘Locke was kind of hot, ngl’ in the margin.”
- <br><br>
- “Well, he was! For a dead guy.”</i>
- <br><br>
- He stared at her for a long moment. Fox crossed her legs and sipped her warm Red Bull with all the dignity of a student drowning in tuition debt.
- <i class="fas fa-sparkle" style="font-size:8px"></i></p>
- </div>
- </div>
- </div>
- </div>
- <!-- window background end -->
- <!------------------
- Pagedoll
- -------------------->
- <div class="hidden-md-down justify-content-end" style="position:absolute; top:10%; bottom:-5px; left:10px; right:0;
- background-image:url(https://64.media.tumblr.com/e725fd665567270405ab6f93830ec86d/0b13d2955b22f759-9b/s2048x3072/535152e5d3bba61d6eedba76bd10ca1bf0fc9ad4.pnj);
- background-repeat: no-repeat;
- background-position: bottom right;
- background-size:30%;">
- </div>
- <!-- pagedoll end -->
- </div>
- <!-- left portion end -->
- </div>
- </div>
- <!-- main container end -->
- </div>
- <!--credit-->
- <div class="mx-auto d-flex mb-5 mt-2" style="max-width:800px; flex-direction:row-reverse">
- <a href="https://toyhou.se/9643631.-preview-website" class="px-1 text-muted">
- <i class="fal fa-code"></i>
- </a>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment