Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <!-----------------------------------------------------------------------
- { cloudythms
- SOCIAL MEDIA PAGE 01 }
- !!!! THERE IS A NEW (AND BETTER) VERSION OF THIS THEME
- AVAILABLE HERE: https://cloudythms.tumblr.com/post/177067077404/
- => https://cloudythms.tumblr.com/
- - visit me if you have questions!
- == RULES ==
- - You may move, but not remove the credit
- - Leave this comment
- - Edit the rest as much as you want
- - Do not redistribute without permission / use as base
- - Do not claim as your own
- == CREDITS ==
- Icons made by SimpleIcon and Freepik from www.flaticon.com
- https://www.flaticon.com/authors/simpleicon
- https://www.flaticon.com/authors/freepik
- H O W T O U S E :
- *** using existing pages & icons ***
- 1. copy this code:
- <a href="LINK_TO_YOUR_PROFILE_HERE">
- <li class="facebook"><p>facebook</p>
- <img src="https://placehold.it/1"></li></a>
- 2. paste it below the others
- 3. replace "pagename" by whatever page you want to link to. for example "facebook" for facebook. leave the quotation marks.
- ctrl+f "possible icons" for them
- 4. replace "text_shown_on_hover" and "LINK_TO_YOUR_PROFILE_HERE" with what you want
- 5. (optional) add another word after the pagename (but in the quotation marks) to replace the icon but leave the hover color of the page.
- for example: if you have an art tumblr you might use <li class=tumblr art">.
- ctrl+f for "extras" to see what is available.
- *** adding your own ***
- ctrl+f for "adding1", "adding2", and "adding3" for instructions
- ---------------------------------------------------------------------->
- <!-- Text that appears on the tab / browser window -->
- <title>{Title}'s social media</title>
- <link rel="shortcut icon" href="{Favicon}"/>
- <!-- ----------------------- DO NOT EDIT THIS CODE --------------------- -->
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,600,300|Roboto:400,700,500,300|Lato:400,700,300|Montserrat:400,700|Source+Sans+Pro:400,300,700' rel='stylesheet' type='text/css' />
- <!-- --------------------------- TOOLTIPS -------------------------- -->
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:20,
- tip_fade_speed:200,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <!-- ---------------------------------------------------------------- -->
- <!-- ----------------------- C S S - S T A R T ---------------------- -->
- <!-- ---------------------------------------------------------------- -->
- <style type="text/css">
- /* ****************************** BASICS ****************************** */
- body {
- padding:3%;
- font-family:Open Sans, sans-serif;
- font-size:11px;
- color:black;
- }
- .center {
- position: absolute;
- top:50%;
- left:50%;
- padding:15px;
- -ms-transform: translateX(-50%) translateY(-50%);
- -webkit-transform: translate(-50%,-50%);
- transform: translate(-50%,-50%);
- }
- blockquote{
- border-left:2px solid #d3d3d3;
- padding-left:10px;
- margin-left:10px;
- }
- /* no ugly dotted border */
- a, a:focus {
- color:#48a5bf;
- outline: 0;
- }
- /* <hr> style (divider) */
- hr{
- border: 0;
- height: 1px;
- background-image: linear-gradient(to right,
- rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
- }
- /* text selection style */
- ::selection {
- background: #d3d3d3;
- }
- ::-moz-selection {
- background: #d3d3d3;
- }
- body > iframe:first-child { display: none !important; } /* tumblr */
- /* tooltips */
- .tooltip{
- display: inline;
- position: relative;
- }
- #s-m-t-tooltip {
- max-width:300px;
- border-radius: 0px;
- padding:3px 4px 5px 4px; /* padding inside tooltip */
- margin:-50px 0px 0px -50px; /* distance from word */
- background-color:#ffffff;
- border:1px solid #E0E0E0;
- font-family:calibri;
- font-size:10px;
- letter-spacing:1px;
- text-transform:uppercase; /* remove if you want */
- color:#000;
- z-index:999999999999999999999999999999999999; /* leave this */
- }
- /* ****************************** NAVIGATION ****************************** */
- #title{
- font-size:13px;
- letter-spacing:3px;
- word-spacing:2px;
- text-transform:uppercase;
- color:#919191;
- }
- #navi {
- font-size:10px;
- text-transform:lowercase;
- color:#919191;
- }
- #navi a, #navi a:visited, #navi a:link, #navi a:active {
- color:#919191;
- text-decoration:none;
- letter-spacing:0.5px;
- margin-right:5px;
- transition: all 0.2s ease-in-out;
- -webkit-transition: all 0.2s ease-in-out; /* Chrome & Safari */
- -moz-transition: all 0.2s ease-in-out; /* Firefox */
- -o-transition: all 0.2s ease-in-out; /* Opera */
- }
- #navi a:hover {
- color:#48a5bf;
- text-decoration:underline;
- }
- #stuff {
- position: absolute;
- top:25%;
- left:50%;
- -ms-transform: translateX(-50%) translateY(-50%);
- -webkit-transform: translate(-50%,-50%);
- transform: translate(-50%,-50%);
- }
- /* ************************** POPUP ************************** */
- /* The Overlay (background) */
- .overlay {
- /* Height & width depends on how you want to reveal the overlay (see JS below) */
- height: 100%;
- width: 0;
- position: fixed; /* Stay in place */
- z-index: 1; /* Sit on top */
- left: 0;
- top: 0;
- background-color: rgb(0,0,0); /* Black fallback color */
- background-color: rgba(255,255,255, 0.7); /* Black w/opacity */
- overflow-x: hidden; /* Disable horizontal scroll */
- transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
- color:black;
- }
- /* Position the content inside the overlay */
- .overlay-content {
- position: relative;
- top: 25%; /* 25% from the top */
- width: 100%; /* 100% width */
- text-align: center; /* Centered text/links */
- margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
- }
- .overlay-content p{
- width:50%;
- left:25%;
- position:relative;
- }
- .overlay-content img{
- width:32px;
- height:32px;
- border-radius: 5px 5px 5px 5px;
- -moz-border-radius: 5px 5px 5px 5px;
- -webkit-border-radius: 5px 5px 5px 5px;
- border: 0px solid #000000;
- }
- /* The navigation links inside the overlay */
- .overlay a {
- padding: 8px;
- text-decoration: none;
- font-size: 36px;
- color: black;
- display: block; /* Display block instead of inline */
- transition: 0.3s; /* Transition effects on hover (color) */
- }
- /* When you mouse over the navigation links, change their color */
- .overlay a:hover, .overlay a:focus {
- color: #4c4c4c;
- }
- /* Position the close button (top right corner) */
- .overlay .closebtn {
- position: absolute;
- top: 20px;
- right: 45px;
- font-size: 60px;
- }
- /* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
- @media screen and (max-height: 450px) {
- .overlay a {font-size: 20px}
- .overlay .closebtn {
- font-size: 40px;
- top: 15px;
- right: 35px;
- }
- }
- .question:hover{
- cursor:help;
- }
- /* ************************** SOCIAL MEDIA ************************** */
- #wrapper {
- }
- ul#social {
- list-style-type: none;
- margin: 0;
- padding: 0;
- text-align: center;
- }
- ul#social li {
- display: inline-block;
- height: 50px;
- margin: 0 1em 1em 0;
- position: relative;
- width: 50px;
- background: linear-gradient(to right, black 50%, #595959 50%);
- background-size: 200% 100%;
- background-position:right bottom;
- -webkit-transition-duration: 0.25s;
- transition-duration: 0.25s;
- -webkit-transition-delay: 0s;
- transition-delay: 0s;
- -webkit-transition-timing-function: ease-out;
- transition-timing-function: ease-out;
- }
- ul#social li:hover {
- background-position:left bottom;
- }
- ul#social img {
- margin-top:12.5px;
- width:25px;
- height:25px;
- -webkit-filter: invert(1);
- filter: invert(1);
- }
- ul#social li p {
- visibility: hidden;
- width: 120px;
- background-color: #6b6b6b;
- color: #fff;
- text-align: center;
- padding: 5px 0;
- border-radius: 6px;
- /* Position the tooltip text */
- position: absolute;
- z-index: 1;
- bottom: 110%;
- left: 50%;
- margin-left: -60px;
- /* Fade in tooltip */
- opacity: 0;
- transition: opacity 0.5s;
- -webkit-box-shadow: 0px 2px 0px 0px rgba(255,255,255,1);
- -moz-box-shadow: 0px 2px 0px 0px rgba(255,255,255,1);
- box-shadow: 0px 2px 0px 0px rgba(255,255,255,1);
- }
- /* Tooltip arrow */
- ul#social li p::after {
- content: "";
- position: absolute;
- top: 100%;
- left: 50%;
- margin-left: -5px;
- border-width: 5px;
- border-style: solid;
- border-color: #6b6b6b transparent transparent transparent;
- -webkit-box-shadow: 0px 2px 0px 0px rgba(255,255,255,1);
- -moz-box-shadow: 0px 2px 0px 0px rgba(255,255,255,1);
- box-shadow: 0px 2px 0px 0px rgba(255,255,255,1);
- }
- /* Show the tooltip text when you mouse over the tooltip container */
- ul#social li:hover p {
- visibility: visible;
- opacity: 1;
- }
- /* adding1 : (see below)
- make a comma (,) after the last "hover" and paste this:
- ul#social li.example:hover
- replace example with your pagename (no spaces or numbers)
- */
- ul#social li.facebook:hover, ul#social li.twitter:hover,
- ul#social li.googleplus:hover, ul#social li.linkedin:hover,
- ul#social li.pinterest:hover, ul#social li.instagram:hover,
- ul#social li.tumblr:hover, ul#social li.reddit:hover,
- ul#social li.stumbleupon:hover, ul#social li.deviantart:hover,
- ul#social li.youtube:hover, ul#social li.listography:hover,
- ul#social li.weheartit:hover, ul#social li.polyvore:hover,
- ul#social li.redbubble:hover, ul#social li.lookbook:hover,
- ul#social li.eighttracks:hover, ul#social li.aooo:hover,
- ul#social li.oldinstagram:hover, ul#social li.altaooo:hover,
- ul#social li.spotify:hover, ul#social li.alttumblr:hover,
- ul#social li.images:hover, ul#social li.music:hover,
- ul#social li.movie:hover, ul#social li.camera:hover,
- ul#social li.altmusic:hover, ul#social li.star:hover,
- ul#social li.heart:hover, ul#social li.palette:hover,
- ul#social li.brush:hover, ul#social li.email:hover,
- ul#social li.messenger:hover, ul#social li.phone:hover,
- ul#social li.chat:hover, ul#social li.altyoutube:hover,
- ul#social li.link:hover, ul#social li.internet:hover,
- ul#social li.shop:hover, ul#social li.dollarsign:hover,
- ul#social li.eurosign:hover, ul#social li.snapchat:hover,
- ul#social li.business:hover, ul#social li.webdesign:hover,
- ul#social li.olddeviantart:hover, ul#social li.example:hover
- { background-position:left bottom; }
- ul#social li.facebook
- { background: linear-gradient(to right, #3C5A9A 50% /* change color here */
- ,#595959 50%); background-size: 200% 100%; background-position:right bottom; }
- ul#social li.twitter
- { background: linear-gradient(to right, #21A5DF 50% /* change color here */
- ,#595959 50%); background-size: 200% 100%; background-position:right bottom; }
- ul#social li.googleplus
- { background: linear-gradient(to right, #F63E28 50% /* change color here */
- ,#595959 50%); background-size: 200% 100%; background-position:right bottom; }
- ul#social li.linkedin
- { background: linear-gradient(to right, #0173B2 50% /* change color here */
- ,#595959 50%); background-size: 200% 100%; background-position:right bottom; }
- ul#social li.pinterest
- { background: linear-gradient(to right, #CB2027 50% /* change color here */
- ,#595959 50%); background-size: 200% 100%; background-position:right bottom; }
- ul#social li.instagram
- { background: linear-gradient(to right, #E4484A 50% /* change color here */
- ,#595959 50%); background-size: 200% 100%; background-position:right bottom; }
- ul#social li.oldinstagram
- { background: linear-gradient(to right, #517FA4 50% /* change color here */
- ,#595959 50%); background-size: 200% 100%; background-position:right bottom; }
- ul#social li.tumblr, ul#social li.alttumblr
- { background: linear-gradient(to right, #2A445F 50% /* change color here */
- ,#595959 50%); background-size: 200% 100%; background-position:right bottom; }
- ul#social li.reddit
- { background: linear-gradient(to right, #FF1A00 50% /* change color here */
- ,#595959 50%); background-size: 200% 100%; background-position:right bottom; }
- ul#social li.stumbleupon
- { background: linear-gradient(to right, #EB4924 50% /* change color here */
- ,#595959 50%); background-size: 200% 100%; background-position:right bottom; }
- ul#social li.deviantart, ul#social li.olddeviantart
- { background: linear-gradient(to right, #05cc46 50% /* change color here */
- ,#595959 50%); background-size: 200% 100%; background-position:right bottom; }
- ul#social li.youtube, ul#social li.altyoutube
- { background: linear-gradient(to right, #cd1f20 50% /* change color here */
- ,#595959 50%); background-size: 200% 100%; background-position:right bottom; }
- ul#social li.listography
- { background: linear-gradient(to right, #c12aca 50% /* change color here */
- ,#595959 50%); background-size: 200% 100%; background-position:right bottom; }
- ul#social li.weheartit
- { background: linear-gradient(to right, #ff4477 50% /* change color here */
- ,#595959 50%); background-size: 200% 100%; background-position:right bottom; }
- ul#social li.polyvore
- { background: linear-gradient(to right, #000000 50% /* change color here */
- ,#595959 50%); background-size: 200% 100%; background-position:right bottom; }
- ul#social li.redbubble
- { background: linear-gradient(to right, #E41421 50% /* change color here */
- ,#595959 50%); background-size: 200% 100%; background-position:right bottom; }
- ul#social li.lookbook
- { background: linear-gradient(to right, #000000 50% /* change color here */
- ,#595959 50%); background-size: 200% 100%; background-position:right bottom; }
- ul#social li.eighttracks
- { background: linear-gradient(to right, #3e546e 50% /* change color here */
- ,#595959 50%); background-size: 200% 100%; background-position:right bottom; }
- ul#social li.aooo, ul#social li.altaooo
- { background: linear-gradient(to right, #911111 50% /* change color here */
- ,#595959 50%); background-size: 200% 100%; background-position:right bottom; }
- ul#social li.spotify
- { background: linear-gradient(to right, #9BD44E 50% /* change color here */
- ,#595959 50%); background-size: 200% 100%; background-position:right bottom; }
- ul#social li.snapchat
- { background: linear-gradient(to right, #FFE100 50% /* change color here */
- ,#595959 50%); background-size: 200% 100%; background-position:right bottom; }
- ul#social li.example
- { background: linear-gradient(to right, black 50% /* change color here */
- ,#595959 50%); background-size: 200% 100%; background-position:right bottom; }
- /* adding2 : copy the last block of code above and paste it.
- change "li.example" to "li.yourpagename"
- (use the same page name as before.)
- then change "black" to any color you want.
- (you can use color codes e.g. #000000 )
- */
- /* ******************************* MORE ******************************* */
- /* add your own CSS code here */
- .exampleclass{
- color:black;
- }
- </style>
- <script>
- /* Open when someone clicks on the span element */
- function openNav() {
- document.getElementById("myNav").style.width = "100%";
- }
- /* Close when someone clicks on the "x" symbol inside the overlay */
- function closeNav() {
- document.getElementById("myNav").style.width = "0%";
- }
- </script>
- <script>$(document).ready(function(){
- // possible icons
- // (don't forget the extra icons a bit further down)
- $(".facebook img").attr("src",
- "https://image.flaticon.com/icons/svg/34/34304.svg");
- $(".twitter img").attr("src",
- "https://image.flaticon.com/icons/svg/34/34238.svg");
- $(".googleplus img").attr("src",
- "https://image.flaticon.com/icons/svg/299/299411.svg");
- $(".linkedin img").attr("src",
- "https://image.flaticon.com/icons/svg/34/34227.svg");
- $(".pinterest img").attr("src",
- "https://image.flaticon.com/icons/svg/152/152817.svg");
- $(".instagram img").attr("src",
- "https://image.flaticon.com/icons/svg/87/87390.svg");
- $(".oldinstagram img").attr("src",
- "https://image.flaticon.com/icons/svg/48/48898.svg");
- $(".tumblr img").attr("src",
- "https://image.flaticon.com/icons/svg/34/34316.svg");
- $(".alttumblr img").attr("src",
- "https://image.flaticon.com/icons/svg/220/220379.svg");
- $(".reddit img").attr("src",
- "https://image.flaticon.com/icons/svg/34/34103.svg");
- $(".stumbleupon img").attr("src",
- "https://image.flaticon.com/icons/svg/33/33478.svg");
- $(".olddeviantart img").attr("src",
- "https://image.flaticon.com/icons/svg/152/152850.svg");
- $(".deviantart img").attr("src",
- "https://image.flaticon.com/icons/svg/220/220793.svg");
- $(".youtube img").attr("src",
- "https://image.flaticon.com/icons/svg/33/33265.svg");
- $(".altyoutube img").attr("src",
- "https://image.flaticon.com/icons/svg/33/33671.svg");
- $(".listography img").attr("src",
- "https://image.flaticon.com/icons/svg/61/61739.svg");
- $(".weheartit img").attr("src",
- "https://image.flaticon.com/icons/svg/48/48970.svg");
- $(".polyvore img").attr("src",
- "https://image.flaticon.com/icons/svg/107/107499.svg");
- $(".redbubble img").attr("src",
- "https://image.flaticon.com/icons/svg/34/34627.svg");
- $(".lookbook img").attr("src",
- "https://image.flaticon.com/icons/svg/344/344264.svg");
- $(".eighttracks img").attr("src",
- "https://image.flaticon.com/icons/svg/100/100483.svg");
- $(".aooo img").attr("src",
- "https://image.flaticon.com/icons/svg/33/33932.svg");
- $(".altaooo img").attr("src",
- "https://image.flaticon.com/icons/svg/16/16941.svg");
- $(".spotify img").attr("src",
- "https://image.flaticon.com/icons/svg/152/152756.svg");
- $(".snapchat img").attr("src",
- "https://image.flaticon.com/icons/svg/220/220790.svg");
- $(".example img").attr("src",
- "IMAGELINK");
- /* adding3 : do the same thing as before:
- copy the last block, change "example" to your pagename.
- then replace "IMAGELINK" with the image url you want to use.
- you can find icons here:
- https://www.flaticon.com/
- for this theme you want to use filled out black icons.
- (they are automatically inverted)
- if you use an icon as an extra (icon used for overwriting an existing icon) paste it below in the "extras" area
- done! you can now use your page.
- */
- /* E X T R A S */
- $(".images img").attr("src",
- "https://image.flaticon.com/icons/svg/34/34239.svg");
- $(".music img").attr("src",
- "https://image.flaticon.com/icons/svg/33/33943.svg");
- $(".movie img").attr("src",
- "https://image.flaticon.com/icons/svg/34/34414.svg");
- $(".camera img").attr("src",
- "https://image.flaticon.com/icons/svg/34/34231.svg");
- $(".altmusic img").attr("src",
- "https://image.flaticon.com/icons/svg/34/34072.svg");
- $(".star img").attr("src",
- "https://image.flaticon.com/icons/svg/121/121726.svg");
- $(".heart img").attr("src",
- "https://image.flaticon.com/icons/svg/121/121729.svg");
- $(".palette img").attr("src",
- "https://image.flaticon.com/icons/svg/352/352970.svg");
- $(".brush img").attr("src",
- "https://image.flaticon.com/icons/svg/353/353001.svg");
- $(".email img").attr("src",
- "https://image.flaticon.com/icons/svg/121/121923.svg");
- $(".messenger img").attr("src",
- "https://image.flaticon.com/icons/svg/121/121916.svg");
- $(".phone img").attr("src",
- "https://image.flaticon.com/icons/svg/121/121942.svg");
- $(".chat img").attr("src",
- "https://image.flaticon.com/icons/svg/121/121922.svg");
- $(".link img").attr("src",
- "https://image.flaticon.com/icons/svg/61/61353.svg");
- $(".internet img").attr("src",
- "https://image.flaticon.com/icons/svg/61/61437.svg");
- $(".shop img").attr("src",
- "https://image.flaticon.com/icons/svg/61/61571.svg");
- $(".dollarsign img").attr("src",
- "https://image.flaticon.com/icons/svg/70/70030.svg");
- $(".eurosign img").attr("src",
- "https://image.flaticon.com/icons/svg/70/70046.svg");
- $(".business img").attr("src",
- "https://image.flaticon.com/icons/svg/17/17185.svg");
- $(".webdesign img").attr("src",
- "https://image.flaticon.com/icons/svg/33/33592.svg");
- $(".extraexample img").attr("src",
- "IMAGELINK");
- });</script>
- </head>
- <body>
- <div id="myNav" class="overlay">
- <a href="javascript:void(0)" class="closebtn question" onclick="closeNav()">×</a>
- <div class="overlay-content">
- <!-- add your image here, it's 32x32 -->
- <img src="https://assets.tumblr.com/images/anonymous_avatar_64.gif">
- <p>
- you can add some text here.
- </p>
- <p>
- Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
- </p>
- </div>
- </div>
- <span id="stuff">
- <!-- change the title here -->
- <p id="title">My Social Media</p>
- <div id="navi">
- <!-- change your links here -->
- <a href="/">return</a>
- <a href="https://www.tumblr.com/dashboard">dashboard</a>
- <a href="/LINK">custom link</a>
- <a href="https://cloudythms.tumblr.com/" target="_blank">theme</a>
- <!-- delete this if you don't want a popup: (from here) -->
- <span onclick="openNav()" class="question"><u>more...</u></span>
- <!-- (to here) -->
- </div>
- </span>
- <div id="wrapper" class="center">
- <ul id="social">
- <!--
- tutorial on how to add links is at the start of the code.
- here's the thing you have to copy and paste:
- <a href="LINK_TO_YOUR_PROFILE_HERE">
- <li class="facebook"><p>facebook</p>
- <img src="https://placehold.it/1"></li></a>
- ctrl+f "possible icons" for them
- -->
- <a href="LINK_TO_YOUR_PROFILE_HERE">
- <li class="facebook"><p>facebook</p>
- <img src="https://placehold.it/1"></li></a>
- <a href="LINK_TO_YOUR_PROFILE_HERE">
- <li class="twitter"><p>twitter</p>
- <img src="https://placehold.it/1"></li></a>
- <a href="LINK_TO_YOUR_PROFILE_HERE">
- <li class="googleplus"><p>googleplus</p>
- <img src="https://placehold.it/1"></li></a>
- <a href="LINK_TO_YOUR_PROFILE_HERE">
- <li class="linkedin"><p>linkedin</p>
- <img src="https://placehold.it/1"></li></a>
- <a href="LINK_TO_YOUR_PROFILE_HERE">
- <li class="pinterest"><p>pinterest</p>
- <img src="https://placehold.it/1"></li></a>
- <a href="LINK_TO_YOUR_PROFILE_HERE">
- <li class="instagram"><p>instagram</p>
- <img src="https://placehold.it/1"></li></a>
- <a href="LINK_TO_YOUR_PROFILE_HERE">
- <li class="oldinstagram"><p>oldinstagram</p>
- <img src="https://placehold.it/1"></li></a>
- <a href="LINK_TO_YOUR_PROFILE_HERE">
- <li class="tumblr"><p>tumblr</p>
- <img src="https://placehold.it/1"></li></a>
- <a href="LINK_TO_YOUR_PROFILE_HERE">
- <li class="alttumblr"><p>alttumblr</p>
- <img src="https://placehold.it/1"></li></a>
- <a href="LINK_TO_YOUR_PROFILE_HERE">
- <li class="reddit"><p>reddit</p>
- <img src="https://placehold.it/1"></li></a>
- <a href="LINK_TO_YOUR_PROFILE_HERE">
- <li class="stumbleupon"><p>stumbleupon</p>
- <img src="https://placehold.it/1"></li></a>
- <a href="LINK_TO_YOUR_PROFILE_HERE">
- <li class="deviantart"><p>deviantart</p>
- <img src="https://placehold.it/1"></li></a>
- <a href="LINK_TO_YOUR_PROFILE_HERE">
- <li class="olddeviantart"><p>olddeviantart</p>
- <img src="https://placehold.it/1"></li></a>
- <a href="LINK_TO_YOUR_PROFILE_HERE">
- <li class="youtube"><p>youtube</p>
- <img src="https://placehold.it/1"></li></a>
- <a href="LINK_TO_YOUR_PROFILE_HERE">
- <li class="altyoutube"><p>altyoutube</p>
- <img src="https://placehold.it/1"></li></a>
- <a href="LINK_TO_YOUR_PROFILE_HERE">
- <li class="listography"><p>listography</p>
- <img src="https://placehold.it/1"></li></a>
- <a href="LINK_TO_YOUR_PROFILE_HERE">
- <li class="weheartit"><p>weheartit</p>
- <img src="https://placehold.it/1"></li></a>
- <a href="LINK_TO_YOUR_PROFILE_HERE">
- <li class="polyvore"><p>polyvore</p>
- <img src="https://placehold.it/1"></li></a>
- <a href="LINK_TO_YOUR_PROFILE_HERE">
- <li class="redbubble"><p>redbubble</p>
- <img src="https://placehold.it/1"></li></a>
- <a href="LINK_TO_YOUR_PROFILE_HERE">
- <li class="lookbook"><p>lookbook</p>
- <img src="https://placehold.it/1"></li></a>
- <a href="LINK_TO_YOUR_PROFILE_HERE">
- <li class="eighttracks"><p>eighttracks</p>
- <img src="https://placehold.it/1"></li></a>
- <a href="LINK_TO_YOUR_PROFILE_HERE">
- <li class="aooo"><p>ao3</p>
- <img src="https://placehold.it/1"></li></a>
- <a href="LINK_TO_YOUR_PROFILE_HERE">
- <li class="altaooo"><p>altao3</p>
- <img src="https://placehold.it/1"></li></a>
- <a href="LINK_TO_YOUR_PROFILE_HERE">
- <li class="spotify"><p>spotify</p>
- <img src="https://placehold.it/1"></li></a>
- <a href="LINK_TO_YOUR_PROFILE_HERE">
- <li class="snapchat"><p>snapchat</p>
- <img src="https://placehold.it/1"></li></a>
- <!-- extras -->
- <a href="LINK_TO_YOUR_PROFILE_HERE">
- <li class="images"><p>images</p>
- <img src="https://placehold.it/1"></li></a>
- <a href="LINK_TO_YOUR_PROFILE_HERE">
- <li class="music"><p>music</p>
- <img src="https://placehold.it/1"></li></a>
- <a href="LINK_TO_YOUR_PROFILE_HERE">
- <li class="movie"><p>movie</p>
- <img src="https://placehold.it/1"></li></a>
- <a href="LINK_TO_YOUR_PROFILE_HERE">
- <li class="camera"><p>camera</p>
- <img src="https://placehold.it/1"></li></a>
- <a href="LINK_TO_YOUR_PROFILE_HERE">
- <li class="altmusic"><p>altmusic</p>
- <img src="https://placehold.it/1"></li></a>
- <a href="LINK_TO_YOUR_PROFILE_HERE">
- <li class="star"><p>star</p>
- <img src="https://placehold.it/1"></li></a>
- <a href="LINK_TO_YOUR_PROFILE_HERE">
- <li class="heart"><p>heart</p>
- <img src="https://placehold.it/1"></li></a>
- <a href="LINK_TO_YOUR_PROFILE_HERE">
- <li class="palette"><p>palette</p>
- <img src="https://placehold.it/1"></li></a>
- <a href="LINK_TO_YOUR_PROFILE_HERE">
- <li class="brush"><p>brush</p>
- <img src="https://placehold.it/1"></li></a>
- <a href="LINK_TO_YOUR_PROFILE_HERE">
- <li class="email"><p>email</p>
- <img src="https://placehold.it/1"></li></a>
- <a href="LINK_TO_YOUR_PROFILE_HERE">
- <li class="messenger"><p>messenger</p>
- <img src="https://placehold.it/1"></li></a>
- <a href="LINK_TO_YOUR_PROFILE_HERE">
- <li class="phone"><p>phone</p>
- <img src="https://placehold.it/1"></li></a>
- <a href="LINK_TO_YOUR_PROFILE_HERE">
- <li class="chat"><p>chat</p>
- <img src="https://placehold.it/1"></li></a>
- <a href="LINK_TO_YOUR_PROFILE_HERE">
- <li class="link"><p>link</p>
- <img src="https://placehold.it/1"></li></a>
- <a href="LINK_TO_YOUR_PROFILE_HERE">
- <li class="internet"><p>internet</p>
- <img src="https://placehold.it/1"></li></a>
- <a href="LINK_TO_YOUR_PROFILE_HERE">
- <li class="shop"><p>shop</p>
- <img src="https://placehold.it/1"></li></a>
- <a href="LINK_TO_YOUR_PROFILE_HERE">
- <li class="dollarsign"><p>dollarsign</p>
- <img src="https://placehold.it/1"></li></a>
- <a href="LINK_TO_YOUR_PROFILE_HERE">
- <li class="eurosign"><p>eurosign</p>
- <img src="https://placehold.it/1"></li></a>
- <a href="LINK_TO_YOUR_PROFILE_HERE">
- <li class="business"><p>business</p>
- <img src="https://placehold.it/1"></li></a>
- <a href="LINK_TO_YOUR_PROFILE_HERE">
- <li class="webdesign"><p>webdesign</p>
- <img src="https://placehold.it/1"></li></a>
- </ul>
- </div>
- <!-- please don't touch this. thank you. -->
- <div style="position:fixed;bottom:10px;right:10px;font-size:10px;">
- <a href="https://cloudythms.tumblr.com/" title="theme by cloudythms"
- style="text-decoration:none;">☁</a></div>
- <!-- theme by https://cloudythms.tumblr.com/ -->
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment