diff --git a/home.html b/home.html index 053b2fe..13da036 100644 --- a/home.html +++ b/home.html @@ -9,15 +9,15 @@ - +
Welcome to my boring site! This is a test of my programming skills on HTML and CSS! The reacources I used to make this website where the following
+Welcome to my boring site! This is a test of my programming skills on HTML and CSS! The resources I used to make this website where the following
A site I used to get the cool button design was from
I used this video to attempt to scale the site correctly to phones, sorta worked x3
Page I used to learn how to hide images when the screen is too small!
+ And thank you
Jeetix
@@ -74,20 +79,37 @@
Hello! I am Fluffy Bean, or Fluffy for short, I am a smart 16 year old who likes to learn new things, although I'm not that good at much. I like to program, so far I learned how to program in Python and now I am also learning HTML and CSS! I also tried my hands on other things such as blueprint code, for example Scratch. I also programmed physical hardware like MicroBits and LEGO EV3 and NXT, I tried making something on a Raspberry pi a while ago and plan to try again soon! I also like to play games! I like rhythem games such as Beat Saber and Spin Rhythem XD, but I also enjoy Minecraft and FS2020! But I should try playing a wider range or games x3 Hello! I am Fluffy Bean, or Fluffy for short, I am a smart 16 year old who likes to learn new things, although I'm not that good at much. I like to program! I've been interested in it for a couple years, fist gained intrest in it around the age of 10, and decided to dive into it in 2019 as a part of school course and started to learn at home independently in 2021! So far I learned how to program in Python and now I am also learning HTML and CSS! I also tried my hands on other things such as blueprint code, for example Scratch. I also programmed physical hardware like MicroBits and LEGO EV3 and NXT. I tried programming on a Raspberry pi a couple years ago but did not have much time to play around with it, so hopefully soon I'll be able to get myself one! Computers! They interest me a lot, electronics overall really! Recently I managed to get myself enough parts to build myself a PC, yes and I built it with my own hands! I also like to fix things, like my phones or controllers and laptops too! Please get your stuff repaired instead of buying new shit! :P I also have other interests too, such as playing games! I like rhythm games such as Beat Saber and Spin Rhythm XD, but I also enjoy Minecraft and FS2020! I should try to play more games though. Another interest I have in the outdoors (very contrary to my programming indoors self), I like going on hikes all around my local woods and hills with my friends, and sometimes I manage to get some nice photos on the way too! Nature interests me as it's not confusing like people, so if I'm out and about I'm most likely going to be climbing trees or running through fields! I like listening to music, I go everywhere with music. Without it I'd probably go insane... x3 Writing is not a strong point, I am all over the place reading this backAbout meeeeeeeeeeee
Here, will be only the fines of my horrible photography! Click on the image to view it better :3
+ +No steal of photos please!!!!
+Here, I will put cool facts or links to websites or something, not really sure why I made this space... But it exists!
- • The library of bable! A very interesting thing + • The library of babel! A very interesting thing• Live lightning map! :O
-• My and mrHDash's playlist we made last year duing lock-down!
+• My and mrHDash's playlist we made last year during lock-down!
My instagram! Facebook now knows me better than I do
Twitter! The place all the arguments take place at
Telegram, the messaging app unintentionally made for furries
Discord doesn't give links to profiles so you'll have to do this manualy... scary: Fluffy Bean#6969
+Discord doesn't give links to profiles so you'll have to do this manually... scary
I play games on Steam! Go look at my cool profile
Site kept online by Jeetix • Made by Fluffy Bean • Version 14.07.2021.2.2
+Site kept online by Jeetix • Made by Fluffy Bean • Version 18.07.2021.3.2
diff --git a/photos/corruption.jpg b/photos/corruption.jpg new file mode 100644 index 0000000..e45e924 Binary files /dev/null and b/photos/corruption.jpg differ diff --git a/photos/cum_hd.jpg b/photos/cum_hd.jpg new file mode 100644 index 0000000..1677213 Binary files /dev/null and b/photos/cum_hd.jpg differ diff --git a/photos/landscape.jpg b/photos/landscape.jpg new file mode 100644 index 0000000..0c3bbdd Binary files /dev/null and b/photos/landscape.jpg differ diff --git a/photos/sunset_beach.jpg b/photos/sunset_beach.jpg new file mode 100644 index 0000000..30b543c Binary files /dev/null and b/photos/sunset_beach.jpg differ diff --git a/style.css b/style.css index 6546973..52c82ed 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,6 @@ /* Images make everything better! Well, depending what sort of images... */ .header_image{ - width: 6vw; + width: 7vw; } .small_icons{ @@ -8,11 +8,38 @@ } .about_image{ - width: 125px; + width: 160px; float: left; - margin-right: 20px; - margin-bottom: 20px; - border-radius: 25px; + margin-right: 15px; + border-radius: 30px; +} + +.photos{ + height: 25vw; + width: 15vw; + object-fit: cover; + border-radius: 30px; + transition-duration: 0.2s; +} + +.photos:hover{ + border-radius: 0px; + width: 30vw; + object-fit: contain; + margin: 0px 20px +} + +#image_text{ + border-radius: 30px; + display: flex; + overflow-x: scroll; + width: 100%; +} + +@media (max-width:621px) { /* heheheheh 621... I'm so childish */ + img.header_image { + display: none; + } } /* Making text look pretty :3 */ @@ -43,21 +70,27 @@ h2{ a{ color: coral; /* color */ text-decoration: none; /* animation */ - transition: all 0.1s; + transition-duration: 0.1s; } a:hover{ font-weight: bolder; color: white; } +p{ + /* font-family: 'Roboto Mono', monospace; */ +} + #introduction_to_fluffy, #about_fluffy, #more_on_fluffy, -#social_media{ +#social_media, +#image_gallery{ + transition-duration: 0.1s; font-size: 18px; /* font */ - margin-left: 4vw; /* spacing */ - margin-right: 4vw; - margin-bottom: 7vw; + margin-left: 3vw; /* spacing */ + margin-right: 5vw; + margin-bottom: 6vw; } #font_correction{ @@ -80,7 +113,7 @@ a:hover{ #fluffy_color{ font-weight: bold; /* Not so important! */ - color: orange; + color: #FB9645; } #social_media_list{ @@ -122,7 +155,6 @@ footer{ text-align: center; justify-content: center; align-items: center; - margin: 0px 2vw; } #footer_button{ @@ -134,13 +166,14 @@ body{ font-family: "Lato", sans-serif; background: linear-gradient(to bottom,#253652,#354c73); /* background */ display: grid; - grid-template-columns: 100%; /* grid */ - grid-template-rows: auto auto auto auto auto auto auto; + grid-template-columns: 100%; /* grid */ + grid-template-rows: auto auto auto auto auto auto auto auto; grid-template-areas: "header" "#navigation_row_top" "#introduction_to_fluffy" "#about_fluffy" "#more_on_fluffy" + "#image_gallery" "#social_media" "footer"; }