Gale

Gale's profile picture

"feeling lonely someone text me!!! :("

Last active:

Mood: tired

View my: Blog | Forum Topics

SpaceHey URL:

https://spacehey.com/galezzz4

Gale's Interests

General

I like collecting things and diy. I make a lot of my own clothes and I thrift a lot! I collect mostly cds but also clown dolls!

Music

I LOVE music. My fav band is my chem! I also like alexisonfire and foxtails just to name a few! I always try to support the local scene but there aren’t a lot of hardcore, post hardcore , or anything like that bands in my area.

d3f854efdde45be181fa1d6b75f94159

Movies

I like horror movies! I’m not the biggest fan of movies in general and movie fandoms but I’ll watch one every once in a while.

Television

Books

Heroes

Gale's Latest Blog Entries [View Blog]

Jack stauber! (view more)

Hairrrr :3 (view more)

Gale's Blurbs

About me:

Who I'd like to meet:

Hopefully people with the same interest and hobbies and around my age (13-15)

Gale's Friends Comments

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

xROACH_GUTZ0x

xROACH_GUTZ0x's profile picture

thx for the add!! ur so kewl i love ur hair omgosh XD

Report Comment



Thanks!!!! I love your hair too! :3

by Gale; ; Report

/* 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; } body:before { content: " "; height: 100vh; width: 100vw; display: block; position: fixed; top: 0; left: 0; z-index: 100; background-image: url('https://media.tenor.com/8hkmmE3oxmwAAAAC/gerardway-gerardthesassqueen.gif'); background-size: cover; background-repeat: no-repeat; background-position:center; animation: yourAnimation 3s ease 0s 1 normal forwards; pointer-events: none; } @keyframes yourAnimation { 0.0%{ opacity: 1;} 75%{ opacity: 1; } 100%{ opacity: 0;} }