cat_dragged_in's profile picture

Published by

published
updated

Category: Web, HTML, Tech

HOW TO CODE YOUR PROFILE!!

🍊
🍊
🍊
🍊
🍊
🍊
🍊
🍊
🍊
🍊
🍊
🍊
Sesame Street Elmo

Hello!!

Full disclaimer, most of this code is not mine! I linked back to the OGs where I could but I made this so my friends can code their profiles.

reiterating, because this is getting attention outside of the three IRL friends I made this for: MOST OF THIS CODE IS NOT MINE!! IF ANY OF IT IS YOURS, AND YOU WANT IT TAKEN DOWN, PLEASE LET ME KNOW!!

I'm not very good at HTML but I'll help where I can


Read First:

- do all of this on a computer, it's much easier

- have my profile open in a separate tab (because I reference back to it!)

- unless otherwise noted, paste everything in the "about me" section

("how do I get to the about me section?" | home >> edit profile >> it's the first box)

- if it's easier, copy/paste codes into google docs first, edit, and then put them in the about me.

(^^ if you do that, go into "preferences" on google docs and uncheck everyΒ box, including "substitutions"! otherwise codes WILL break!!)

- HIT "SAVE ALL" AFTER YOU DO EACH ONE OF THESE, THEN VIEW YOUR PROFILE TO SEE IF IT'S WHAT YOU WANT!!


I want to...

ALL YOU NEED TO DO IS PLUG IN A LINK (2 MIN EFFORT):

change my cursor (mine is Elmo)

change my background (the Lisbon tiles)

change my "online" indicator (the blinking cat)

add music playerΒ (looks intimidating but is super easy) (the barenaked ladies song)

add stampsΒ (all the blinking things on the right)

ALL YOU NEED TO DO IS PLUG IN SOME TEXT (3 MIN EFFORT):

change the text on the headersΒ ("X's Blurbs" --> "what's up??")

add "snowflakes"Β (the oranges raining from my profile, layout created byΒ Katie)

change the icons in the "contact" sectionΒ (default --> hearts, stars, etc.)

REQUIRES A BIT OF THOUGHT AND TWEAKING (5-10 MIN EFFORT):

change the "main" section color and (optional) add a border (the orange parts)

change fontsΒ (headers, main text, and name)

add scrolling music albumsΒ (the scrolling albums on the right)

change my profile colorsΒ (the non-background, non-"main" color)


to change your blog layout and colors, copy the stuff from your about me section, open a new blog entry, hit the < > box in the upper left corner of the text box, paste. not everything will work some of it has unique code if you want it just text me


and if you want my rocker cat in the corner

<!-- cat in corner -->

<!-- (c) Layout created by β™‘ (https://layouts.spacehey.com/layout?id=40417) -->

<div style="float: Β ; max-height: 100px; position: fixed; left: 13px; top: 12px; z-index: 200;">

<img src="https://media.tenor.com/wCf-QCRfwmkAAAAi/%D0%BA%D0%BE%D1%82%D0%B8%D0%BA-playing-guitar.gif" height="100"/></div>

<style></style>


<!-- CD case -->

and if you want your pfp to look like a cd case

<!-- CD case -->

<!-- (c) Layout created by Valentine (https://layouts.spacehey.com/layout?id=29048) -->

<style>

/* replace with cd image that has transparent background. must be 150px by 150px. */

:root {

--cd-image: url('https://fluorescent-lights.neocities.org/Digital-CD-Disk-Vector-Transparent-PNG.png');

}

.profile-pic {

position: relative;

width: 183px;

filter: drop-shadow(0 0 0.25rem gray);

}

.profile-pic:after {

content: "";

background: url('https://fluorescent-lights.neocities.org/f0rzNHe.png'), linear-gradient(150deg, rgba(255,255,255,0.4), rgba(255,255,255,0.2), 40%, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.6));

background-size: contain, cover;

position: absolute;

top: 0;

left: 0;

width: 100%;

height: 100%;

}

.profile-pic:before {

content: "";

background: var(--cd-image);

position: absolute;

top: 5px;

left: -20px;

width: 150px;

height: 150px;

background-repeat: no-repeat;

z-index: -1;

animation-name: spin;

animation-duration: 5000ms;

animation-iteration-count: infinite;

animation-timing-function: linear;Β 

transition: left ease 0.5s;

}

.profile-pic:hover:before {

left: -75px;

}

@keyframes spin {

Β  Β  from {

Β  Β  Β  Β  transform:rotate(0deg);

Β  Β  }

Β  Β  to {

Β  Β  Β  Β  transform:rotate(360deg);

Β  Β  }

}

.profile-pic .pfp-fallback {

float: right;

width: 163px;

height: 160px;

border: none;

}

.general-about .profile-pic img {

max-width: inherit;

}

</style>


Β good luck soldier and text me if you have questions


89 Kudos

Comments

Displaying 9 of 9 comments ( View all | Add Comment )

BOOTYWARRIOR4455

BOOTYWARRIOR4455's profile picture

THE "SNOWFLAKES" DO NOT WORK?


Report Comment

ppopstar β˜…

ppopstar β˜…'s profile picture

NΓ£o tenho computador mas quando eu tiver eu vou voltar aqui


Report Comment

lila

lila's profile picture

I probably won’t use this but you are an angel


Report Comment

Makoto Yuki

Makoto Yuki's profile picture

thxxxx


Report Comment

Buffy

Buffy's profile picture

mvp


Report Comment

LyneπŸ‡§πŸ‡·

LyneπŸ‡§πŸ‡·'s profile picture

meu sonho era esse fundo ser menos claro, consigo ler direito nΓ£oKKKKKKKK


Report Comment



JURO! Meus olhos gritam

by sayocaifora.com.br; ; Report

z._zen_.z

z._zen_.z's profile picture

Hiya, loved your blog. It was so helpful. But I have a question, if that's okay. I tried doing this but the inner part of the background (what on your profile is light yellow, so not the blue and white part) isn't working for me and I was curious why that is and how I could maybe fix it? Hopefully this makes sense.


Report Comment



hi!! (it looks like you got it but for posterity's sake) that main chunk of the blog isn't part of the "coloring" code (it's not the "root" with the dark blue, light blue, etc), it's part of the "border" code, specifically the part that says "background-color". make sure you put the # in front of the hex code, and that there's a at the end of the code. <3

by cat_dragged_in; ; Report

*there's a /style (in less than/greater than brackets) whoops

by cat_dragged_in; ; Report

Greyphilosopher

Greyphilosopher's profile picture

This is incredibly helpful, thank you so much!


Report Comment

Schnucki

Schnucki's profile picture

THANK YOU SM THANK YOU THANK YOU


Report Comment