diff --git a/PHP_test/menu.php b/PHP_test/menu.php new file mode 100644 index 0000000..13aeb98 --- /dev/null +++ b/PHP_test/menu.php @@ -0,0 +1,4 @@ + diff --git a/about.html b/about.html new file mode 100644 index 0000000..f2c747e --- /dev/null +++ b/about.html @@ -0,0 +1,62 @@ + + + + + + + + + Awwwoooooo! + + + + + + + + + + +
+

Fluffy's amazing website! + Poorly drawn image of Fluffy Bean +

+
+ + + + + +
+

About meeeeeeeeeeee

+ Fluffy Bean on pink background +
+

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 back

+
+
+ + + + + + + diff --git a/introduction.html b/introduction.html new file mode 100644 index 0000000..ef20e2e --- /dev/null +++ b/introduction.html @@ -0,0 +1,90 @@ + + + + + + + + + Awwwoooooo! + + + + + + + + + + +
+

Fluffy's amazing website! + Poorly drawn image of Fluffy Bean +

+
+ + + + + +
+

Introduction

+
+

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 + + here! +

+ +

The YouTube tutorial I used to learn most of the HTML and CSS from + + *click me* +

+ +

Google site I used to get a bunch of icons and fonts from + + Icons + and + Fonts +

+ +

Codepen! I used this to get some ideas for some parts of the website + + Special Text you can click +

+ +

I used this video to attempt to scale the site correctly to phones, sorta worked x3 + I'm on the grid! AAAAAA +

+ +

Page I used to learn how to hide images when the screen is too small! + I won't disappear! +

+ +

And thank you + Jeetix + for suggesting to try this in the first place, I'm having a lot of fun learning HTML and CSS! And thank you for keeping the site up and running! +

+
+
+ + + + + + + diff --git a/more.html b/more.html new file mode 100644 index 0000000..e256fdb --- /dev/null +++ b/more.html @@ -0,0 +1,59 @@ + + + + + + + + + Awwwoooooo! + + + + + + + + + + +
+

Fluffy's amazing website! + Poorly drawn image of Fluffy Bean +

+
+ + + + + +
+

More!

+
+

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 babel! A very interesting thing +

• Live lightning map! :O

+

• My and mrHDash's playlist we made last year during lock-down!

+ +
+
+ + + + + + + diff --git a/photos/funny.jpg b/photos/funny.jpg new file mode 100644 index 0000000..1677213 Binary files /dev/null and b/photos/funny.jpg differ diff --git a/php_test.html b/php_test.html new file mode 100644 index 0000000..de8e3ba --- /dev/null +++ b/php_test.html @@ -0,0 +1,52 @@ + + + + + + + + Fluffy's PHP Test + + + + + + + + +
+

Fluffy's amazing website! + Poorly drawn image of Fluffy Bean +

+
+ + + +
+

PHP stuff!

+ + + +

This still doesn't work. Come back later!

+
+ + + + + + diff --git a/pictures.html b/pictures.html new file mode 100644 index 0000000..cb2f457 --- /dev/null +++ b/pictures.html @@ -0,0 +1,60 @@ + + + + + + + + + Awwwoooooo! + + + + + + + + + + +
+

Fluffy's amazing website! + Poorly drawn image of Fluffy Bean +

+
+ + + + + + + + + + + + + diff --git a/social.html b/social.html new file mode 100644 index 0000000..a64e985 --- /dev/null +++ b/social.html @@ -0,0 +1,59 @@ + + + + + + + + + Awwwoooooo! + + + + + + + + + + +
+

Fluffy's amazing website! + Poorly drawn image of Fluffy Bean +

+
+ + + + + +
+

Find me everywhere! Maybe even in places you wouldn't want to see me... :3

+
+

My instagram! Facebook now knows me better than I do You want to click me!

+

Twitter! The place all the arguments take place at You'll regret clicking me

+

Telegram, the messaging app unintentionally made for furries Fancy coral coloured text

+

Discord doesn't give links to profiles so you'll have to do this manually... scary Fluffy Bean#6969

+

I play games on Steam! Go look at my cool profile over here!

+
+
+ + + + + + + diff --git a/style.css b/style.css index 52c82ed..db85f4e 100644 --- a/style.css +++ b/style.css @@ -15,33 +15,42 @@ } .photos{ - height: 25vw; - width: 15vw; + height: 500px; + width: 300px; object-fit: cover; border-radius: 30px; transition-duration: 0.2s; + transition: all 0.2s; } -.photos:hover{ - border-radius: 0px; - width: 30vw; - object-fit: contain; - margin: 0px 20px +@media (min-width:621px) { /* heheheheh 621... I'm so childish */ + .photos:hover{ + width: 500px; + margin: 0 10px; + } } #image_text{ border-radius: 30px; display: flex; overflow-x: scroll; + -ms-overflow-style: none; /* IE and EDGE */ + scrollbar-width: none; /* Firefogie */ width: 100%; } -@media (max-width:621px) { /* heheheheh 621... I'm so childish */ +#image_text::-webkit-scrollbar { + display: none; /* everything else */ +} + +@media (max-width:621px) { /* heheheheh 621... again..... :3 */ img.header_image { display: none; } } + + /* Making text look pretty :3 */ h1{ text-decoration-line: underline; /* color */ @@ -60,6 +69,7 @@ header{ margin-right: 4vw; } + h2{ color: coral; /* color */ font-size: 40px; /* font */ @@ -85,23 +95,24 @@ p{ #about_fluffy, #more_on_fluffy, #social_media, -#image_gallery{ +#image_gallery, +#other_sections{ transition-duration: 0.1s; font-size: 18px; /* font */ margin-left: 3vw; /* spacing */ - margin-right: 5vw; + margin-right: 3vw; margin-bottom: 6vw; } +#about_text{ + text-align: justify; +} + #font_correction{ font-family: "Lato", sans-serif; /* font */ - transition: all 5s; /* animation */ -} -#font_correction:hover{ - color: red; } -#bottom_text_uwu{ +#footer_text{ font-family: 'Open Sans', sans-serif; /* font */ text-align: center; /* spacing */ } @@ -160,11 +171,38 @@ footer{ #footer_button{ text-align: center; } + +@media (max-width:340px){ /* heheheheh 621... I'm so childish */ + #extra_e{ + display: none; + } +} /* Now all the site needs is some legs, hands and a head */ +html{ + background: #354c73; +} + +@media (min-width:1300px) { + body { + border-radius: 30px; + margin: 50px auto 50px auto; + background: #253652; + } +} + +@media (max-width:1300px) { /* heheheheh 621... again..... :3 */ + body { + border-radius: 0; + margin: 0; + background: linear-gradient(to bottom, #253652, #354c73 ); + } +} + body{ + border: 0px solid; + max-width: 1300px; color: white; /* font */ 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 auto;