Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <!---
- Cosmonaut
- plutoniumthm @ tumblr.com
- --->
- <link href="https://fonts.googleapis.com/css?family=Overpass:100,100i,200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&display=swap" rel="stylesheet">
- <script src="https://kit.fontawesome.com/c2d255a331.js" crossorigin="anonymous"></script>
- <script src="//code.jquery.com/jquery-2.2.4.min.js"></script>
- <style>
- @import url('https://rsms.me/inter/inter.css');
- body {
- font-family:'Overpass', sans-serif; /* font for the entire page */
- background-color:#f0b041;
- }
- a {
- text-decoration:none;
- transition:0.25s;
- color:#f0b041;
- }
- a:hover {
- transition:0.25s;
- color:#31312d;
- }
- /* DON'T EDIT ANYTHING FROM HERE ... */
- ::-webkit-scrollbar {
- width: 20px;
- }
- ::-webkit-scrollbar-thumb {
- background:#31312d;
- border-left:4px solid #31312d;
- }
- ::-webkit-scrollbar-thumb:active {
- background:#f0b041; /* except this; you can change this if u want. this is the color of the scrollbar handle when you click on it */
- }
- ::-webkit-scrollbar-button:start:decrement {
- background:#31312d url('https://66.media.tumblr.com/44d9420ea4dcc913aec4b0f0f64e69e3/400ea74849283ed6-e7/s540x810/69bb44842644d66f653f0d96d629dcf82ad00e7d.png');
- background-position: 4px -1px;
- background-repeat:no-repeat;
- padding:2px;
- }
- ::-webkit-scrollbar-button:start:decrement:active {
- background:#31312d url('https://66.media.tumblr.com/44d9420ea4dcc913aec4b0f0f64e69e3/400ea74849283ed6-e7/s540x810/69bb44842644d66f653f0d96d629dcf82ad00e7d.png');
- background-position: 4px -1px;
- background-repeat:no-repeat;
- padding:2px;
- }
- ::-webkit-scrollbar-button:end:increment {
- background:#31312d url('https://66.media.tumblr.com/ff5409edca562e7ff9ecc22e57441296/f04e3000270d9ca7-bc/s540x810/2eb78db50d3a7e562ca2d94e21488d394563e471.png');
- background-position: 4px 1px;
- background-repeat:no-repeat;
- padding-right:2px;
- }
- ::-webkit-scrollbar-button:end:increment:active {
- background:#31312d url('https://66.media.tumblr.com/ff5409edca562e7ff9ecc22e57441296/f04e3000270d9ca7-bc/s540x810/2eb78db50d3a7e562ca2d94e21488d394563e471.png');
- background-position: 4px 1px;
- background-repeat:no-repeat;
- padding-right:2px;
- }
- ::-webkit-scrollbar-track {
- border-left:4px solid #31312d;
- background:url('https://66.media.tumblr.com/186b40f3db599886ed29be054e505672/tumblr_inline_pm3vyaTvgo1rdf769_75sq.png');
- background:#faf4e7;
- }
- /* ... TO HERE */
- ::selection {
- background-color:#f0b041; /* background color for text selection */
- }
- /* --- MAIN WINDOW/CONTAINER --- */
- /* --- all colors below this point can be changed. other elements can be changed as well, though i'd recommend being familiar with css first --- */
- #window {
- background-color:#faf4e7;
- border:4px solid #31312d;
- border-radius:20px;
- width:800px;
- height:500px;
- margin-top:20vh;
- box-shadow: 15px 15px 0px 0px #31312d;
- overflow:hidden;
- }
- #window_header {
- background-color:rgba(49,49,45,0.2);
- border-bottom:4px solid #31312d;
- padding:15px;
- font-size:22px;
- text-transform:capitalize;
- color:#31312d;
- font-weight:900;
- }
- .window_header_button-1 {
- height:12px;
- width:12px;
- position:absolute;
- border:4px solid #31312d;
- border-radius:100%;
- background:#31312d;
- margin-top:2px;
- }
- .window_header_button-2 {
- height:12px;
- width:12px;
- position:absolute;
- border:4px solid #31312d;
- border-radius:100%;
- background-color:#faf4e7;
- margin-left:27px;
- margin-top:2px;
- transition:0.25s;
- }
- .window_header_button-2:hover {
- cursor:pointer;
- background-color:rgba(49,49,45,0.6);
- transition:0.25s;
- }
- .window_header_button-3 {
- height:12px;
- width:12px;
- position:absolute;
- border:4px solid #31312d;
- border-radius:100%;
- background-color:#faf4e7;
- margin-left:54px;
- margin-top:2px;
- transition:0.25s;
- }
- .window_header_button-3:hover {
- cursor:pointer;
- background-color:rgba(49,49,45,0.6);
- transition:0.25s;
- }
- #window_sidebar {
- border-right:4px solid #31312d;
- width:250px;
- height:394px;
- float:left;
- text-align:left;
- overflow:auto;
- }
- #window_header_nav {
- font-size:14px;
- padding:10px;
- text-align:left;
- padding-bottom:0px;
- padding-top:0px;
- background-color:rgba(49,49,45,0.1);
- }
- #window_header_nav_links {
- width:220px;
- border-bottom:4px solid #31312d;
- border-right:4px solid #31312d;
- padding:10px;
- padding-left:20px;
- margin-left:-10px;
- }
- #window_header_nav_links a {
- text-align:center;
- display:inline-block;
- color:#31312d;
- font-size:16px;
- margin-right:15px;
- }
- #window_header_nav_links a:hover {
- color:#f0b041;
- }
- /* --- TABS --- */
- .tab {
- }
- .tab button {
- display:block;
- color:black;
- margin-bottom:0px;
- padding:20px;
- padding-left:20px;
- font-weight:700;
- width:100%;
- border:none;
- outline:none;
- text-align:left;
- cursor:pointer;
- transition:0.3s;
- font-size:14px;
- font-family:inherit;
- background-color:inherit;
- color:#31312d;
- }
- .tab button:hover {
- background-color:rgba(240,176,65,0.4);
- /* the rgba values above correspond to #f0b041 in the '.tab button.active' div below. to get these values, just go to any color picker site, choose a color, and it should give you rgb values. just copy and paste the three numbers and you're good to go */
- /* this can also be changed to any color you want, and doesn't have to be an rgb one */
- }
- .tab button.active {
- background-color:#f0b041;
- font-style:italic;
- font-weight:700;
- transition:0.25s;
- }
- .tab button.active .fa-user {
- margin-right:15px;
- transition:0.25s;
- }
- .tab button.active .fa-books {
- margin-right:15px;
- transition:0.25s;
- }
- .tab button.active .fa-video {
- margin-right:15px;
- transition:0.25s;
- }
- .tab button.active .fa-music {
- margin-right:15px;
- transition:0.25s;
- }
- .tab button.active .fa-users {
- margin-right:15px;
- transition:0.25s;
- }
- .tab button.active .fa-tags {
- margin-right:15px;
- transition:0.25s;
- }
- .tab button.active .fa-tv-retro {
- margin-right:15px;
- transition:0.25s;
- }
- .fa-user, .fa-books, .fa-video, .fa-music, .fa-users, .fa-tags, .fa-tv-retro {
- transition:0.25s;
- font-size:16px;
- vertical-align:middle;
- margin-right:10px;
- }
- /* --- TAB CONTENT --- */
- .tabcontent {
- position:absolute;
- height:353px;
- width:486px;
- margin-top:0px;
- margin-left:254px;
- padding:20px;
- padding-left:30px;
- padding-right:30px;
- border-bottom-right-radius:20px;
- text-align:left;
- overflow:auto;
- font-size:14px;
- line-height:28px;
- color:#31312d;
- }
- .tabcontent_header {
- border-bottom:4px solid #31312d;
- padding:5px;
- padding-bottom:6px;
- width:486px;
- padding-left:30px;
- padding-right:30px;
- margin-left:-30px;
- margin-top:-63px;
- margin-bottom:30px;
- font-weight:700;
- position:fixed;
- background-color:rgba(49,49,45,0.01);
- text-align:right;
- }
- /* --- TAB ONE (BIO) CONTENT --- */
- .info_header {
- padding:10px;
- border:4px solid #31312d;
- border-radius:10px;
- font-size:16px;
- font-weight:700;
- margin-bottom:30px;
- }
- .fa-smile, .fa-grin, .fa-grin-beam, .fa-grin-stars, .fa-grin-tongue-wink, .fa-grin-wink, .fa-kiss-wink-heart, .fa-laugh, .fa-laugh-beam, .fa-laugh-wink, .fa-meh, .fa-smile-beam, .fa-grin-hearts {
- background:#31312d;
- color:#faf4e7;
- padding:10px;
- padding-bottom:6px;
- border-radius:10px;
- font-size:40px;
- vertical-align:middle;
- margin-right:10px;
- }
- .info_piece {
- padding:5px;
- border:4px solid #31312d;
- border-radius:10px;
- font-size:13px;
- width:220px;
- margin-right:3px;
- display:inline-block;
- margin-bottom:10px;
- font-weight:700;
- text-align:center;
- transition:0.25s;
- }
- .info_piece:hover {
- background-color:rgba(49,49,45,0.2);
- transition:0.25s;
- }
- /* --- TAB TWO (BOOKS) CONTENT --- */
- .book {
- display:block;
- padding:15px;
- border:4px solid #31312d;
- border-radius:10px;
- font-size:16px;
- font-weight:700;
- margin-bottom:20px;
- text-align:left;
- min-height:55px;
- line-height:18px;
- transition:0.25s;
- }
- .book:hover {
- background-color:rgba(49,49,45,0.2);
- transition:0.25s;
- }
- .book_content {
- font-size:20px;
- margin-top:10px;
- }
- .book_author {
- font-size:12px;
- font-weight:500;
- margin-top:5px;
- font-style:italic;
- }
- .book_info {
- font-size:12px;
- font-weight:500;
- margin-top:5px;
- line-height:20px;
- }
- .fa-book {
- background:#31312d;
- color:#faf4e7;
- padding:10px;
- padding-bottom:6px;
- border-radius:10px;
- font-size:40px;
- vertical-align:middle;
- margin-right:15px;
- float:left;
- }
- /* --- TAB THREE (MOVIES) CONTENT --- */
- .movie {
- display:block;
- padding:15px;
- border:4px solid #31312d;
- border-radius:10px;
- font-size:16px;
- font-weight:700;
- margin-bottom:20px;
- text-align:left;
- min-height:55px;
- line-height:18px;
- transition:0.25s;
- }
- .movie:hover {
- background-color:rgba(49,49,45,0.2);
- transition:0.25s;
- }
- .movie_content {
- font-size:20px;
- margin-top:20px;
- }
- .movie_info {
- font-size:12px;
- font-weight:500;
- margin-top:0px;
- line-height:20px;
- }
- .fa-film-alt {
- background:#31312d;
- color:#faf4e7;
- padding:10px;
- padding-bottom:6px;
- border-radius:10px;
- font-size:40px;
- vertical-align:middle;
- margin-right:15px;
- float:left;
- }
- /* --- TAB FOUR (MUSIC) CONTENT --- */
- .album_wrapper {
- display:block;
- margin-bottom:30px;
- transition:0.35s;
- padding-bottom:30px;
- border-bottom:4px solid #31312d;
- }
- .album_wrapper:last-of-type {
- border-bottom:none;
- margin-bottom:10px;
- padding-bottom:0px;
- }
- .album_art {
- width:150px;
- height:150px;
- transition:0.35s;
- }
- .album_art img {
- width:150px;
- height:150px;
- border-radius:5px;
- }
- .album_disc {
- z-index:1;
- width:140px;
- height:140px;
- border-radius:100%;
- background-color:#31312d;
- margin-top:-154px;
- margin-left:70px;
- transition:0.35s;
- }
- .album_disc_inner {
- width:60px;
- height:60px;
- border-radius:100%;
- margin-left:110px;
- margin-top:-101px;
- transition:0.35s;
- }
- .album_disc_inner_inner {
- background-color:#faf4e7;
- width:10px;
- height:10px;
- border-radius:100%;
- margin-top:-35px;
- margin-left:105px;
- transition:0.35s;
- }
- .album_art:hover .album_disc {
- margin-left:90px;
- transition:0.35s;
- }
- .album_art:hover .album_disc_inner {
- margin-left:130px;
- transition:0.35s;
- }
- .album_art:hover .album_disc_inner_inner {
- margin-left:155px;
- transition:0.35s;
- }
- .album_title {
- float:right;
- text-align:right;
- font-size:18px;
- font-weight:800;
- margin-top:-100px;
- opacity:0;
- transition:0.35s;
- transform:translateX(20px);
- }
- .album_artist {
- float:right;
- font-size:14px;
- font-weight:500;
- font-style:italic;
- text-align:right;
- }
- .album_wrapper:hover .album_title {
- opacity:1;
- transform:translateX(0px);
- transition:0.35s;
- transition-delay:0.5s;
- }
- /* --- TAB FIVE (TV) CONTENT --- */
- .tv_show {
- display:block;
- padding:15px;
- border:4px solid #31312d;
- border-radius:10px;
- font-size:16px;
- font-weight:700;
- margin-bottom:20px;
- text-align:left;
- min-height:55px;
- line-height:18px;
- transition:0.25s;
- }
- .tv_show_content {
- font-size:20px;
- margin-top:20px;
- }
- .tv_show_info {
- font-size:12px;
- font-weight:500;
- margin-top:0px;
- line-height:20px;
- }
- .fa-tv {
- background:#31312d;
- color:#faf4e7;
- padding:10px;
- padding-bottom:6px;
- border-radius:10px;
- font-size:40px;
- vertical-align:middle;
- margin-right:15px;
- float:left;
- }
- .tv_show_info_piece {
- padding:5px;
- border:4px solid #31312d;
- background-color:#f0b041;
- border-radius:10px;
- font-size:13px;
- width:190px;
- margin-right:3px;
- display:inline-block;
- text-align:center;
- margin-bottom:10px;
- font-weight:700;
- transition:0.25s;
- }
- /* --- TAB SIX (SOCIAL MEDIA) CONTENT --- */
- .social_media_card {
- border:4px solid #31312d;
- padding:10px;
- border-radius:10px;
- margin-left:5px;
- margin-right:5px;
- width:112px;
- display:inline-block;
- text-align:center;
- line-height:20px;
- font-size:12px;
- font-weight:600;
- margin-bottom:10px;
- transition:0.2s;
- }
- .social_media_card:hover {
- background-color:#f0b041;
- transition:0.2s;
- transform:scale(1.1);
- cursor:pointer;
- }
- .fa-behance, .fa-codepen, .fa-deviantart, .fa-discord, .fa-dribbble, .fa-ello, .fa-flickr, .fa-github, .fa-instagram, .fa-pinterest, .fa-reddit-alien, .fa-snapchat-ghost, .fa-skype, .fa-steam, .fa-spotify, .fa-twitch, .fa-twitter {
- font-size:25px;
- vertical-align:middle;
- font-weight:normal;
- }
- /* --- TAB SEVEN (TAGS) CONTENT --- */
- .tags {
- }
- .tags a {
- display:inline-block;
- background-color:#f0b041;
- padding:5px;
- color:#31312d;
- font-weight:600;
- border-radius:10px;
- margin:5px;
- }
- .tags a:hover {
- background-color:#31312d;
- color:#faf4e7;
- }
- .tags_category_name {
- font-size:18px;
- font-weight:700;
- margin-bottom:10px;
- margin-top:30px;
- }
- .tags_category_name:first-of-type {
- margin-top:0px;
- }
- </style>
- </head>
- <body>
- <div align="center">
- <div id="window">
- <div id="window_header">
- <div class="window_header_button-1"></div>
- <div class="window_header_button-2"></div>
- <div class="window_header_button-3"></div>
- Cosmonaut <!--- the title/name of the page; change to whatever you want --->
- </div> <!--- END OF DIV ID 'WINDOW_HEADER' --->
- <div id="window_header_nav">
- <div id="window_header_nav_links">
- <a href="/follow/{Name}"><i class="fas fa-plus"></i></a>
- <a href="/ask"><i class="fas fa-comment"></i></a>
- <a href="https://{Name}.tumblr.com/"><i class="fas fa-reply"></i></a>
- <!-- DON'T TOUCH THE CREDIT LINK -->
- <a href="https://plutoniumthm.tumblr.com/"><i class="fas fa-radiation-alt"></i></a>
- </div>
- </div> <!--- END OF DIV ID 'WINDOW_HEADER_NAV' --->
- <div id="window_sidebar">
- <div class="tab">
- <button class="tablinks" onclick="openTab(event, 'one')" id="defaultOpen"><i class="fas fa-user"></i> Bio</button>
- <button class="tablinks" onclick="openTab(event, 'two')"><i class="fas fa-books"></i> Books</button>
- <button class="tablinks" onclick="openTab(event, 'three')"><i class="fas fa-video"></i> Movies</button>
- <button class="tablinks" onclick="openTab(event, 'four')"><i class="fas fa-music"></i> Music</button>
- <button class="tablinks" onclick="openTab(event, 'five')"><i class="fad fa-tv-retro"></i> TV</button>
- <button class="tablinks" onclick="openTab(event, 'six')"><i class="fas fa-users"></i> Social</button>
- <button class="tablinks" onclick="openTab(event, 'seven')"><i class="fas fa-tags"></i> Tags</button>
- </div>
- </div> <!--- END OF DIV ID 'WINDOW_SIDEBAR' --->
- <!--- TAB ONE CONTENT ------------------------------------------------------->
- <div id="one" class="tabcontent">
- <div id="one" class="tabcontent_header">About me</div>
- <!---
- BIO CUSTOMIZATION GUIDE:
- - simply replace the text below with your own text about yourself
- - for example, you'd replace 'Kay' with your name, 'Pronouns: she/her' with your pronouns, 'Location: USA' with where you live, and so on
- --->
- <div class="info_header">
- <i class="fad fa-laugh"></i> Hi, I'm Kay! <!-- replace with your name -->
- </div>
- <!---
- NOTE: 'fa-laugh' can be replaced with the following:
- - fa-grin
- - fa-grin-beam
- - fa-grin-stars
- - fa-grin-tongue-wink
- - fa-grin-wink
- - fa-kiss-wink-heart
- - fa-smile
- - fa-laugh-beam
- - fa-laugh-wink
- - fa-meh
- - fa-smile-beam
- - fa-grin-hearts
- also, 'fad' can be replaced with fas, far, and fal. play around with it and see which combo you like best!
- --->
- <div class="info_piece">Pronouns: she/her</div>
- <div class="info_piece">Location: USA</div>
- <br>
- <div class="info_piece">Age: 23 years young</div>
- <div class="info_piece">Birthday: august 7th</div>
- <br>
- <div class="info_piece">Fav color: yellow ochre</div>
- <div class="info_piece">Sign: leo</div>
- </div>
- <!--- TAB TWO CONTENT ------------------------------------------------------->
- <div id="two" class="tabcontent">
- <div id="two" class="tabcontent_header">My favorite books</div>
- <!---
- BOOK CUSTOMIZATION GUIDE:
- - simply replace the text below with your own text about your favorite books
- - for example, you'd replace 'The Hobbit' with your title, 'J. R. R. Tolkien' with your author, and the 'Lorem ipsum' paragraph with your own info about the book (such as a synopsis, rating, and why you like it so much)
- --->
- <div class="book">
- <i class="fad fa-book"></i>
- <div class="book_content">
- The Hobbit<br>
- <div class="book_author">
- J. R. R. Tolkien
- </div>
- <br>
- <div class="book_info">
- Lorem ipsum dolor sit amet, <b>consectetur</b> adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Eget egestas purus viverra accumsan in nisl nisi. Adipiscing commodo elit at imperdiet dui accumsan sit. Risus viverra adipiscing at in tellus. Semper viverra nam <a href="#">libero justo</a> laoreet sit amet.
- </div>
- </div>
- </div>
- <!--- copy from here... --->
- <div class="book">
- <i class="fad fa-book"></i>
- <div class="book_content">
- Wuthering Heights<br>
- <div class="book_author">
- Emily Brontë
- </div>
- <br>
- <div class="book_info">
- Vivamus at augue eget arcu <a href="#">dictum varius</a> duis at. Sagittis purus sit amet volutpat. Risus nec feugiat in fermentum. Ultricies leo integer malesuada nunc vel risus. Quis enim lobortis scelerisque fermentum dui faucibus in ornare.
- </div>
- </div>
- </div>
- <!--- ... to here, and paste below this text to add a new book --->
- </div>
- <!--- TAB THREE CONTENT ----------------------------------------------------->
- <div id="three" class="tabcontent">
- <div id="three" class="tabcontent_header">My favorite movies</div>
- <!---
- MOVIE CUSTOMIZATION GUIDE:
- - simply replace the text below with your own text about your favorite movies
- - for example, you'd replace 'Donnie Darko' with your movie title, and the 'Lorem ipsum' paragraph with your own info about the movie (such as a synopsis, rating, and why you like it so much)
- --->
- <div class="movie">
- <i class="fad fa-film-alt"></i>
- <div class="movie_content">
- Donnie Darko
- <br>
- <br>
- <br>
- <div class="movie_info">
- Vivamus at augue eget arcu <a href="#">dictum varius</a> duis at. Sagittis purus sit amet volutpat. Risus nec feugiat in fermentum. Ultricies leo integer malesuada nunc vel risus. Quis enim lobortis scelerisque fermentum dui faucibus in ornare.
- </div>
- </div>
- </div>
- <div class="movie">
- <i class="fad fa-film-alt"></i>
- <div class="movie_content">
- Scott Pilgrim vs. The World
- <br>
- <br>
- <br>
- <div class="movie_info">
- Lorem ipsum dolor sit amet, <b>consectetur</b> adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Eget egestas purus viverra accumsan in nisl nisi. Adipiscing commodo elit at imperdiet dui accumsan sit. Risus viverra adipiscing at in tellus. Semper viverra nam <a href="#">libero justo</a> laoreet sit amet.
- </div>
- </div>
- </div>
- <!--- copy from here... --->
- <div class="movie">
- <i class="fad fa-film-alt"></i>
- <div class="movie_content">
- Inglorious Basterds
- <br>
- <br>
- <br>
- <div class="movie_info">
- Magna eget est lorem ipsum dolor sit amet consectetur adipiscing. Platea dictumst quisque sagittis purus sit amet volutpat consequat mauris. <b>Sollicitudin</b> aliquam ultrices sagittis orci. Neque laoreet suspendisse interdum consectetur. <br><br>Egestas egestas fringilla phasellus faucibus scelerisque eleifend. Diam donec adipiscing tristique risus nec feugiat in fermentum. Eleifend mi in nulla posuere sollicitudin aliquam ultrices.
- </div>
- </div>
- </div>
- <!--- ... to here, and paste below this text to add a new movie --->
- </div>
- <!--- TAB FOUR CONTENT ------------------------------------------------------>
- <div id="four" class="tabcontent">
- <div id="four" class="tabcontent_header">My favorite albums</div>
- <!---
- ALBUM CUSTOMIZATION GUIDE:
- - simply replace the information below with your own
- - for example, you'd replace 'https://media.pitchfork.com/photos/5929abe85e6ef95969321827/1:1/w_320/8a2cb994.jpg' with the url to the image of your album, 'Father John Misty' with your artist, and 'I Love You, Honeybear' with your album title
- - additionally, the part 'background-color:#FEBCC8;' can be changed too. personally, i used an image color picker and chose a color that complemented the album cover, so you can either do that or pick literally any color you want
- --->
- <div class="album_wrapper">
- <div class="album_art">
- <img src="https://media.pitchfork.com/photos/5929abe85e6ef95969321827/1:1/w_320/8a2cb994.jpg">
- <div class="album_disc"></div>
- <div class="album_disc_inner" style="background-color:#FEBCC8;"></div>
- <div class="album_disc_inner_inner"></div>
- </div>
- <div class="album_title">
- I Love You, Honeybear<br>
- <div class="album_artist">Father John Misty</div>
- </div>
- </div>
- <div class="album_wrapper">
- <div class="album_art">
- <img src="https://www.themontrealreview.com/pics2/FJM_FEAR_FUN_COVER.jpg">
- <div class="album_disc"></div>
- <div class="album_disc_inner" style="background-color:#84C9C6;"></div>
- <div class="album_disc_inner_inner"></div>
- </div>
- <div class="album_title">
- Fear Fun<br>
- <div class="album_artist">Father John Misty</div>
- </div>
- </div>
- <!--- to add a new album, copy from here... --->
- <div class="album_wrapper">
- <div class="album_art">
- <img src="https://images-na.ssl-images-amazon.com/images/I/51wMEJc0T3L._SY355_.jpg">
- <div class="album_disc"></div>
- <div class="album_disc_inner" style="background-color:#AC7C56;"></div>
- <div class="album_disc_inner_inner"></div>
- </div>
- <div class="album_title">
- The Hawk Is Howling<br>
- <div class="album_artist">Mogwai</div>
- </div>
- </div>
- <!--- ...to here, and paste below this text --->
- </div>
- <!--- TAB FIVE CONTENT ------------------------------------------------------>
- <div id="five" class="tabcontent">
- <div id="five" class="tabcontent_header">My favorite TV shows</div>
- <!---
- TV CUSTOMIZATION GUIDE:
- - simply replace the text below with your own text about your favorite shows
- - for example, you'd replace 'The Office' with your show title, 'Jim Halpert' with your own favorite character, 'Fun Run' with your own favorite episode, and the 'Vivamus at augue' paragraph with your own info about the show (such as a synopsis, rating, and why you like it so much)
- --->
- <div class="tv_show">
- <i class="fad fa-tv"></i>
- <div class="tv_show_content">
- The Office
- <br>
- <br>
- <br>
- <div class="tv_show_info_piece">Favorite character<br>Jim Halpert</div>
- <div class="tv_show_info_piece">Favorite episode<br>Fun Run</div>
- <br><br>
- <div class="tv_show_info">
- Vivamus at augue eget arcu <a href="#">dictum varius</a> duis at. Sagittis purus sit amet volutpat. Risus nec feugiat in fermentum. Ultricies leo integer malesuada nunc vel risus. Quis enim lobortis scelerisque fermentum dui faucibus in ornare.
- </div>
- </div>
- </div>
- <!--- copy from here... --->
- <div class="tv_show">
- <i class="fad fa-tv"></i>
- <div class="tv_show_content">
- Game of Thrones
- <br>
- <br>
- <br>
- <div class="tv_show_info_piece">Favorite character<br>Daenerys Targaryen</div>
- <div class="tv_show_info_piece">Favorite episode<br>The Spoils of War</div>
- <br><br>
- <div class="tv_show_info">
- Magna eget est lorem ipsum dolor sit amet consectetur adipiscing. Platea dictumst quisque sagittis purus sit amet volutpat consequat mauris. <b>Sollicitudin</b> aliquam ultrices sagittis orci. Neque laoreet suspendisse interdum consectetur. <br><br>Egestas egestas fringilla phasellus faucibus scelerisque eleifend.
- </div>
- </div>
- </div>
- <!--- ... to here, and paste below this text to add a new tv show --->
- </div>
- <!--- TAB SIX CONTENT ------------------------------------------------------->
- <div id="six" class="tabcontent">
- <div id="six" class="tabcontent_header">Social media links</div>
- <!---
- SOCIAL MEDIA HANDLES CUSTOMIZATION GUIDE:
- 1. it's SUPER simple - just replace the names of the social media sites with your username for that site
- of course, you can delete any of the ones you don't have, or don't want to share. they're all listed purely to show you all of the options
- additionally, if there's a site that i haven't included and that you want to add, just go here: https://fontawesome.com/icons?d=gallery&s=brands, click on the icon you want, and then click on the '<i class=""' bit on the icon page to copy it. follow the template for the handle cards below and you're good to go
- --->
- <div class="social_media_card">
- <i class="fab fa-behance"></i><br>Behance
- </div>
- <div class="social_media_card">
- <i class="fab fa-codepen"></i><br>Codepen
- </div>
- <div class="social_media_card">
- <i class="fab fa-deviantart"></i><br>DeviantArt
- </div>
- <div class="social_media_card">
- <i class="fab fa-discord"></i><br>Discord
- </div>
- <div class="social_media_card">
- <i class="fab fa-dribbble"></i><br>Dribbble
- </div>
- <div class="social_media_card">
- <i class="fab fa-ello"></i><br>Ello
- </div>
- <div class="social_media_card">
- <i class="fab fa-flickr"></i><br>Flickr
- </div>
- <div class="social_media_card">
- <i class="fab fa-github"></i><br>Github
- </div>
- <div class="social_media_card">
- <i class="fab fa-instagram"></i><br>Instagram
- </div>
- <div class="social_media_card">
- <i class="fab fa-pinterest"></i><br>Pinterest
- </div>
- <div class="social_media_card">
- <i class="fab fa-reddit-alien"></i><br>Reddit
- </div>
- <div class="social_media_card">
- <i class="fab fa-snapchat-ghost"></i><br>Snapchat
- </div>
- <div class="social_media_card">
- <i class="fab fa-skype"></i><br>Skype
- </div>
- <div class="social_media_card">
- <i class="fab fa-steam"></i><br>Steam
- </div>
- <div class="social_media_card">
- <i class="fab fa-spotify"></i><br>Spotify
- </div>
- <div class="social_media_card">
- <i class="fab fa-twitch"></i><br>Twitch
- </div>
- <div class="social_media_card">
- <i class="fab fa-twitter"></i><br>Twitter
- </div>
- </div>
- <!--- TAB SEVEN CONTENT ----------------------------------------------------->
- <div id="seven" class="tabcontent">
- <div id="seven" class="tabcontent_header">Blog tags</div>
- <!---
- TAGS CUSTOMIZATION GUIDE:
- 1. another really simple one! all you have to do is replace the tag category names, pound signs, and tag names with your own info
- --->
- <div class="tags">
- <div class="tags_category_name">Tag category 1</div>
- <a href="#">tag one</a>
- <a href="#">tag two</a>
- <a href="#">tag three</a>
- <a href="#">tag four</a>
- <a href="#">tag five</a>
- <a href="#">tag six</a>
- <a href="#">tag seven</a>
- <a href="#">tag eight</a>
- <div class="tags_category_name">Tag category 2</div>
- <a href="#">tag one</a>
- <a href="#">tag two</a>
- <a href="#">tag three</a>
- <a href="#">tag four</a>
- <a href="#">tag five</a>
- <!--- copy from here... --->
- <div class="tags_category_name">Tag category 3</div>
- <a href="#">tag one</a>
- <a href="#">tag two</a>
- <a href="#">tag three</a>
- <a href="#">tag four</a>
- <a href="#">tag five</a>
- <a href="#">tag six</a>
- <a href="#">tag seven</a>
- <a href="#">tag eight</a>
- <a href="#">tag nine</a>
- <a href="#">tag ten</a>
- <!--- ...to here, and paste below this text to add a new tag group --->
- </div>
- </div>
- </div> <!--- END OF DIV ID 'WINDOW' --->
- </div> <!--- END OF DIV ALIGN --->
- <!---
- HOW TO ADD TABS:
- 1. find this bit of the code: '<button class="tablinks" onclick="openTab(event, 'seven')">Tags</button>'...
- 2. ...and copy it and paste directly below it
- 3. change the 'seven' to 'eight', and the 'Tags' to whatever you want the tab to be called
- 4. then find this bit of the code: '<div id="seven" class="tabcontent">tab seven's content</div>...
- 5. ...and copy and paste directly below it
- 6. change the 'seven' to 'eight' and 'tab seven's content' to whatever you want to put instead. do the same thing with '<div id="one" class="tabcontent_header">My favorite books</div>' too
- basically, it's just copy/pasting those bits and changing the numbers and content. it's pretty simple once you get the hang of it
- HOW TO REMOVE TABS:
- 1. delete '<button class="tablinks" onclick="openTab(event, 'seven')"><i class="fas fa-tags"></i> Tags</button>' (or any other tab you want to remove)
- 2. each individual tab's html is marked by 'TAB SIX CONTENT'; select all of the coding below that marker until you get to the next marker. delete the code
- hopefully everything in the code is pretty clear - however, if you need additional help with any part of it, definitely let me know
- --->
- <!--- DON'T EDIT ANY OF THIS --->
- <script>
- function openTab(evt, tabName) {
- var i, tabcontent, tablinks;
- tabcontent = document.getElementsByClassName("tabcontent");
- for (i = 0; i < tabcontent.length; i++) {
- tabcontent[i].style.display = "none";
- }
- tablinks = document.getElementsByClassName("tablinks");
- for (i = 0; i < tablinks.length; i++) {
- tablinks[i].className = tablinks[i].className.replace(" active", "");
- }
- document.getElementById(tabName).style.display = "block";
- evt.currentTarget.className += " active";
- }
- // Get the element with id="defaultOpen" and click on it
- document.getElementById("defaultOpen").click();
- </script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment