Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!---
- |
- | Hi. (。・∀・)ノ゙
- |
- |
- | This code is designed to be a gift for ko-fi supporters. If you have this code but are not a supporter, consider
- | supporting me at ko-fi/eggqqe so I can buy crunchy snack!
- |
- | TOOLS THAT WILL HELP YOU:
- | - https://th.circlejourney.net
- | - https://htmlcolorcodes.com/
- | (ko-fi supporters get free customer service if they need it! just msg me!)
- |
- |
- | This code is Purely HTML!
- | I stole the music player from somewhere. I'm sorry. Just arrest me. it was F2U, i swear...
- --->
- <!---
- |
- | Main Background (At the VERY back)
- | if you want it to be a solid color, then use background-color
- | if you want an image background, then use background-image
- |
- --->
- <div class="fixed-top p-5 d-none d-lg-block d-md-block"
- style="right:0;left:0; bottom:0; z-index:0;
- background-image:url('IMAGEURLHERE');
- background-size:cover;
- background-color:#07050a;">
- <div class="my-5" style="position:absolute; width:100%; left:0; right:0;">
- <div class="pr-4" style="position:absolute; top:0; right:0;">
- <a href="https://toyhou.se/robot"><i style="font-size:20px; color:#64797f; opacity:0.2;" class="fa-solid fa-message-code"></i></a>
- </div>
- <!---
- |
- | Secondary Background.
- | This is layered with multiple linear-gradients. Think of it like layers in an art program.
- | Fiddle with each color until you get the desired effect - I find using black shades or white shades for light themes
- | works the best.
- |
- --->
- <div class="justify-content-center my-5 border-0 rounded-0 align-items-center p-0 m-0" style="right:0; left:0; bottom:0; right:inherit;">
- <div class="col-12 card rounded border-0 rounded-0 bg-dark m-0 p-0"
- style="
- background-image:url(https://cdn.steamstatic.com/steamcommunity/public/images/items/2603600/9bf3bb3481f2411fe5f4ec879ee0c0a90c59a738.jpg);
- background-attachment: fixed;
- background-size:;
- background-position:center;
- background-repeat:repeat;
- z-index:4; ">
- <div class="content col-12 m-o p-0 h-100 w-100"
- style="position:absolute; background-color:#070a1b; opacity:0.5;">
- </div>
- <div class="content col-12 m-0 p-0 rounded-0"
- style="background: linear-gradient(to left, rgba(41, 45, 51,0) 66%,rgba(3,3,5,0.9) 80%);">
- <div class="content col-12 m-0 pl-5 rounded-0"
- style="background: linear-gradient(to right, rgba(217,217,217,0) 46%,rgba(15,21,30,0.8) 90%);">
- <!---
- |
- | Icon Image.
- | If you want a circle Icon, then put an image URL in background-image:url(IMAGEURLHERE);
- | If you want a lil transparent pagedoll type thing, then ignore background-image and instead use <img src="IMAGEURLHERE">
- |
- --->
- <div class="row h-100 ">
- <div class="col-lg-3 bg-none h-100 m-0 p-3" style="border-right:2px solid rgba(39,69,78,0.2); max-width:270px;">
- <div class="bg-none mx-0 mt-3" style="height:200px; width:200px; border-radius:50%; background-image:url(); background-position:center; background-size:130%; filter: grayscale(20%);">
- <img src="https://eggqqe.neocities.org/other/embed%20transparent%20line.png">
- </div>
- <!---
- |
- | URL spaghetti. Don't try to hide block / report buttons, people WILL find a way.
- | Make sure you set up all of the URL links! Replace ### with the correct URL!
- |
- --->
- <ul class="nav m-0 px-2 pt-4 pb-2 row no-gutters d-lg-block align-items-center justify-content-around my-1 my-lg-auto" style="font-size:14px; color:white;">
- <!--- Website 1 -------------------------------------------------------------------------------------------- --->
- <li class="nav-item align-items-center m-0 p-0" style="letter-spacing:1.5px; font-family:verdana; font-weight:600;">
- <!--- URL LINK ------------------>
- <a href="HTTPS://WEBSITE1URL"
- class="nav-link btn btn-outline-danger border-0"
- style="mix-blend-mode: multiply; width: 100%; z-index: 2; border-radius: 0%; opacity: .15; min-height:30px;"></a>
- <p class="p-4" style="position:absolute; opacity:0.6;">
- <i style="color:#64bdc4;" class="fa-solid fa-cup-togo"></i> website 1
- </p>
- </li>
- <!--- Website 2 -------------------------------------------------------------------------------------------- --->
- <li class="nav-item align-items-center m-0 p-0" style="letter-spacing:1.5px; font-family:verdana; font-weight:600;">
- <!--- URL LINK ------------------>
- <a href="HTTPS://WEBSITE2URL"
- class="nav-link btn btn-outline-danger border-0"
- style="mix-blend-mode: multiply; width: 100%; z-index: 2; border-radius: 0%; opacity: .15; min-height:30px;"></a>
- <p class="p-4" style="position:absolute; opacity:0.6;">
- <i class="fa-solid fa-money-check-dollar-pen"></i> website 2
- </p>
- </li>
- </ul>
- <!--- -------------------------------------------------------------------------------------------- --->
- <div class="mx-4 m-0 justify-content-center" style="max-width:80%; height:2px; background-color:black; opacity:0.1;"></div>
- <!--- Art -------------------------------------------------------------------------------------------- --->
- <ul class="nav py-1 px-3 row no-gutters d-lg-block align-items-center justify-content-around my-1 my-lg-auto" style="font-size:14px; color:white;">
- <li class="nav-item align-items-center m-0 p-0" style="letter-spacing:1.5px; font-family:verdana; font-weight:600;">
- <!--- REPLACE WITH UR USERNAME ------------------>
- <a href="./USERNAME/art"
- class="nav-link btn btn-outline-danger border-0"
- style="mix-blend-mode: multiply; width: 100%; z-index: 2; border-radius: 0%; opacity: .15; min-height:30px;"></a>
- <p class="p-4" style="position:absolute; opacity:0.6;">
- <i class="fa-solid fa-caret-right"></i> artwork
- </p>
- </li>
- <!--- Characters -------------------------------------------------------------------------------------------- --->
- <li class="nav-item align-items-center m-0 p-0" style="letter-spacing:1.5px; font-family:verdana; font-weight:600;">
- <!--- REPLACE WITH UR USERNAME ------------------>
- <a href="./USERNAME/characters"
- class="nav-link btn btn-outline-danger border-0"
- style="mix-blend-mode: multiply; width: 100%; z-index: 2; border-radius: 0%; opacity: .15; min-height:30px;"></a>
- <p class="p-4" style="position:absolute; opacity:0.6;">
- <i class="fa-solid fa-caret-right"></i> characters
- </p>
- </li>
- <!--- Designs -------------------------------------------------------------------------------------------- --->
- <li class="nav-item align-items-center m-0 p-0" style="letter-spacing:1.5px; font-family:verdana; font-weight:600;">
- <!--- REPLACE WITH UR USERNAME ------------------>
- <a href="./USERNAME/created"
- class="nav-link btn btn-outline-danger border-0"
- style="mix-blend-mode: multiply; width: 100%; z-index: 2; border-radius: 0%; opacity: .15; min-height:30px;"></a>
- <p class="p-4" style="position:absolute; opacity:0.6;">
- <i class="fa-solid fa-caret-right"></i> designs
- </p>
- </li>
- <!--- Favorites -------------------------------------------------------------------------------------------- --->
- <li class="nav-item align-items-center m-0 p-0" style="letter-spacing:1.5px; font-family:verdana; font-weight:600;">
- <!--- REPLACE WITH UR USERNAME ------------------>
- <a href="./USERNAME/favorites"
- class="nav-link btn btn-outline-danger border-0"
- style="mix-blend-mode: multiply; width: 100%; z-index: 2; border-radius: 0%; opacity: .15; min-height:30px;"></a>
- <p class="p-4" style="position:absolute; opacity:0.6;">
- <i class="fa-solid fa-star"></i> favorites
- </p>
- </li>
- <!--- Comments -------------------------------------------------------------------------------------------- --->
- <li class="nav-item align-items-center m-0 p-0" style="letter-spacing:1.5px; font-family:verdana; font-weight:600;">
- <!--- REPLACE WITH UR USERNAME ------------------>
- <a href="./USERNAME/comments"
- class="nav-link btn btn-outline-danger border-0"
- style="mix-blend-mode: multiply; width: 100%; z-index: 2; border-radius: 0%; opacity: .15; min-height:30px;"></a>
- <p class="p-4" style="position:absolute; opacity:0.6;">
- <i class="fa-solid fa-comment-lines"></i> comments
- </p>
- </li>
- </ul>
- <!--- -------------------------------------------------------------------------------------------- --->
- <div class="mx-4 m-0 justify-content-center" style="max-width:80%; height:2px; background-color:black; opacity:0.1;"></div>
- <!--- Message -------------------------------------------------------------------------------------------- --->
- <ul class="nav py-1 px-3 row no-gutters d-lg-block align-items-center justify-content-around my-1 my-lg-auto" style="font-size:14px; color:white;">
- <li class="nav-item align-items-center m-0 p-0" style="letter-spacing:1.5px; font-family:verdana; font-weight:600;">
- <!--- REPLACE WITH UR USERNAME ------------------>
- <a href="https://toyhou.se/~messages/create/USERNAME"
- class="nav-link btn btn-outline-danger border-0"
- style="mix-blend-mode: multiply; width: 100%; z-index: 2; border-radius: 0%; opacity: .15; min-height:30px;"></a>
- <p class="p-4" style="position:absolute; opacity:0.6;">
- <i class="fa-solid fa-envelope"></i> message
- </p>
- </li>
- <!--- Subscribe -------------------------------------------------------------------------------------------- --->
- <li class="nav-item align-items-center m-0 p-0" style="letter-spacing:1.5px; font-family:verdana; font-weight:600;">
- <!--- REPLACE WITH UR USERNAME ------------------>
- <a href="./USERNAME/subscribe"
- class="nav-link btn btn-outline-danger border-0"
- style="mix-blend-mode: multiply; width: 100%; z-index: 2; border-radius: 0%; opacity: .15; min-height:30px;"></a>
- <p class="p-4" style="position:absolute; opacity:0.6;">
- <i class="fa-solid fa-bell"></i> subscribe
- </p>
- </li>
- <!--- Authorize -------------------------------------------------------------------------------------------- --->
- <li class="nav-item align-items-center m-0 p-0" style="letter-spacing:1.5px; font-family:verdana; font-weight:600;">
- <!--- REPLACE WITH UR USERNAME ------------------>
- <a href="./USERNAME/authorize"
- class="nav-link btn btn-outline-danger border-0"
- style="mix-blend-mode: multiply; width: 100%; z-index: 2; border-radius: 0%; opacity: .15; min-height:30px;"></a>
- <p class="p-4" style="position:absolute; opacity:0.6;">
- <i class="fa-solid fa-check"></i> authorize
- </p>
- </li>
- <!--- Block -------------------------------------------------------------------------------------------- --->
- <li class="nav-item align-items-center m-0 p-0" style="letter-spacing:1.5px; font-family:verdana; font-weight:600;">
- <!--- REPLACE WITH UR USERNAME ------------------>
- <a href="./USERNAME/block"
- class="nav-link btn btn-outline-danger border-0"
- style="mix-blend-mode: multiply; width: 100%; z-index: 2; border-radius: 0%; opacity: .15; min-height:30px;"></a>
- <p class="p-4" style="position:absolute; opacity:0.6;">
- <i class="fa-solid fa-ban"></i> block
- </p>
- </li>
- <!--- Report -------------------------------------------------------------------------------------------- --->
- <li class="nav-item align-items-center mb-3 p-0" style="letter-spacing:1.5px; font-family:verdana; font-weight:600;">
- <!--- TO GET YOUR REPORT TICKET NUMBER, JUST COPY THE URL FROM YOUR OWN PAGE ------------------>
- <a href="REPORT URL"
- class="nav-link btn btn-outline-danger border-0"
- style="mix-blend-mode: multiply; width: 100%; z-index: 2; border-radius: 0%; opacity: .15; min-height:30px;"></a>
- <p class="p-4" style="position:absolute; opacity:0.6;">
- <i class="fa-solid fa-warning"></i> report
- </p>
- </li>
- <!--- -------------------------------------------------------------------------------------------- --->
- </ul>
- </div>
- <!---
- |
- | Introduction / Text Area.
- | Tell the world how it can't match your freak.
- |
- --->
- <div class="bg-none w-100 col-lg-9 col-md-12 col-sm-12 pl-0" style="color:#708b88;">
- <div class="row no-gutters h-100">
- <div class="bg-none rounded w-100 col-lg-6 col-sm-12 pull-left mt-5 pt-4" style="">
- <div class="w-100 m-0 pb-1 col-12 pl-3 "
- style="background: linear-gradient(to left, rgba(217,217,217,0) 29%,rgba(28,39,41,0.6) 110%);">
- <span style="font-size:20px; font-variant:small-caps; letter-spacing:2px;">
- username, title, or pronouns? <i class="fa-solid fa-eye"></i>
- </span>
- </div>
- <div style="max-width:460px; font-size:13px; line-height:22px;">
- <blockquote class="px-3 my-4 ml-5"
- style="letter-spacing:1.8px; color:white; font-size:13px;
- border-left: 3px solid rgba(217, 217, 217, 0.2); opacity:0.8;">
- <p class="pl-3"
- style="letter-spacing:1.8px;">
- introductory text goes here. i don't suggest making it 12 pages long - short and sweet keeps you sexy and mysterious, and that's a hot look on you.
- </p>
- </blockquote>
- <p class="px-5 my-4" style="letter-spacing:1.8px;">#hashtag • #hashtag • #hashtag</p>
- <p class="px-5 my-4" style="letter-spacing:1.8px;">WARNING: trigger warnings • go here</b></p>
- <blockquote class="px-4 my-4 ml-5"
- style="letter-spacing:1.8px; color:white; font-size:13px;
- border-left: 3px solid rgba(217, 217, 217, 0.2); opacity:0.3; position:absolute; bottom:0; max-width:400px;">
- optional extra note at the bottom. you can delete this whole blockquote if you don't want it.
- </blockquote>
- </div>
- </div>
- <!---
- |
- | Right-Side Chibi/Focal Image (i suggest transparent lil guys)
- |
- --->
- <div class="col-lg-6 bg-none p-0 m-0 col-sm-12 card-block" style="position:absolute; right:0;">
- <div class="d-none d-lg-block border-0 pull-right" style="height:0px; z-index:2;">
- <img src="https://i.gyazo.com/0fdf22ff5046ab4c2a7de5d2f2ff056f.png"
- style="height:800px; top:-50px; filter: drop-shadow(0 0 0.8rem #000000);"
- class="fr-fic fr-dii"></div>
- </div>
- <!---
- |
- | End of Chibi/Focal Image
- |
- --->
- <div class="text-center bg-none mb-3 mr-4" style="position: absolute; bottom:0; right:0;">
- <!--- Music Player ---->
- <div class="d-none d-lg-block p-2 text-dark">
- <div class="justify-content-center mb-3" style="height:40px; width:350px; bottom:0; position:relative;">
- <div class="card mb-3 mx-4 w-100 h-100" style="border:0px; border-radius:10px;">
- <div class="h-100 w-100 justify-content-center" style="background-color:#020305; background-position:center; background-size:cover; overflow: hidden; border-radius:7px; color:#476863;">
- <div class="justify-content-center justify-content-around h-100 align-items-center ml-4">
- <!-- this is the invisible youtube video that you're actually clicking on to make music play. Click the share button on a youtube video and copy the last part that's a jumble of letters and paste it here after the embed/ (do not just copy paste the url - that's a youtu.be link, it doesn't work)-->
- <iframe class="" style="width: 65px; height: 36px; opacity:.01; position:absolute;z-index:2;" src="https://www.youtube.com/embed/ukfYzSwvq0U"></iframe>
- <div class="" style="border-radius:50%"><!-- this is the icon in the center of the play button... I've aligned this a few times and idk why it's always off, but you can mess with the margins here if you want to try and better center it -->
- <i class="fa-solid fa-play justify-content-center justify-content-around h-100 d-flex"></i>
- </div>
- </div>
- <p class="col justify-content-center justify-content-around h-100 align-items-center"><b style="color:#e10f56; letter-spacing:1px; font-size:11px;">song title here</b></p>
- </div>
- </div>
- </div>
- <!--- End of Music Player --->
- </div>
- </div>
- </div>
- </div>
- </div>
- <!--- ---->
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <!---
- |
- | This is the mobile part of the code. When looking at this profile on a phone, you can opt to make it look
- | different or keep things the same by re-filling out the information above (such as images and text)
- |
- --->
- <div class="hidden-lg-up p-0 m-0" style="position:relative; z-index:-1">
- <div class="bg-dark container-fluid justify-content-center border-0 p-0"
- style="max-width:500px; top:0; bottom:0; position:relative; border-radius:16px;
- background-image:url(https://cdn.steamstatic.com/steamcommunity/public/images/items/2603600/9bf3bb3481f2411fe5f4ec879ee0c0a90c59a738.jpg);
- background-position:top;">
- <div class="p-0 m-0"
- style="background: linear-gradient(to bottom right, rgba(20,19,22,0.6) 10%,rgba(8,10,18,0.9) 100%);
- border-radius: 15px;">
- <div class="row no-gutters col-12" style="display: flex;justify-content: center; align-items: center;">
- <div class="col-12 justify-content-center">
- <!---
- |
- | Same as above, use img src for a pagedoll or background-image:url() for an icon
- |
- --->
- <div class="bg-none m-4 p-0"
- style="height:200px; width:200px; color:black; border-radius:50%;
- background-image:url(IMAGEURLHERE);
- background-size: cover;
- background-repeat:no-repeat;
- background-position:center;">
- <img src="https://eggqqe.neocities.org/other/embed%20transparent%20line.png">
- </div>
- </div>
- <div class="mb-3 col-12 text-center" style="letter-spacing:4.2px; font-size:17px; font-family: v; font-weight: 300; opacity:0.8; color:#C5C9D0; max-width:360px; ">
- username or title
- </div>
- <div class="card col-12" style="background-color:#FFFFFF; height:2px; opacity:0.3; max-width:80%;"></div>
- <div class="pt-4 mb-3 col-12" style="letter-spacing:1.2px; font-size:12px; font-family: v; font-weight: 300; opacity:0.8; color:#C5C9D0; max-width:360px; ">
- <p class="pl-3" style="letter-spacing:1.8px;">
- text for mobile goes here. it can be the same as before or something different and unique.
- </p>
- </div>
- <div class="card col-12" style="background-color:#FFFFFF; height:2px; opacity:0.3; max-width:80%;"></div>
- <div class="pt-4 mb-3 col-12" style="letter-spacing:1.2px; font-size:14px; font-family: v; font-weight: 300; opacity:0.8; color:#C5C9D0; max-width:250px;">
- <!--- WEBSITE 1 --->
- <span class="pull-left">
- <a href="WEBSITE1URL" style="color:white;">
- <i class="fa-solid fa-cup-togo" style="color:#e40044;"></i> Website 1</a>
- </span>
- <!--- WEBSITE 2 --->
- <span class="pull-right">
- <a href="WEBSITE2URL" style="color:white;">
- <i class="fa-solid fa-money-check-dollar-pen"></i> Website 2</a>
- </span>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement