Version 21.07.2021.4

This commit is contained in:
Michal 2021-07-21 01:53:18 +01:00 committed by GitHub
parent 2cd4d002a4
commit 18bd53c4ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 440 additions and 16 deletions

4
PHP_test/menu.php Normal file
View file

@ -0,0 +1,4 @@
<?php
$text_a='Hewwo';
$text_b=':3';
?>

62
about.html Normal file
View file

@ -0,0 +1,62 @@
<!DOCTYPE html>
<html lang="en"> <!-- This site is in english! -->
<head>
<!-- Did not know all websites needed this -->
<meta charset="utf-8"> <!-- Help show text correctly! -->
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- Still don't know what this does -->
<meta name="description" content="Fluffy Bean's website"> <!-- Used to help search engins -->
<meta content="Fluffy Bean" name="author"> <!-- I have made this site!!!! -->
<title>Awwwoooooo!</title> <!-- Title -->
<link rel="shortcut icon" type="image/jpg" href="images/fluffy1.png"/> <!-- Favicon -->
<link rel="stylesheet" href="style.css"> <!-- Le CSS code :3 -->
<!-- Googly fonts to make site pretty! :3 -->
<link href="https://fonts.googleapis.com/css2?family=Rubik&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@200;400&display=swap" rel="stylesheet">
</head>
<!-- Neck -->
<body>
<!-- The epic text at the top of the site! Remind to Fluffy, sites should only have a single (like me lol) h1 -->
<header>
<h1>Fluffy's amazing website!
<img src="images/fluffy1.png" alt="Poorly drawn image of Fluffy Bean" class="header_image">
</h1>
</header>
<!-- The cool buttons at the top of the site! -->
<div id="navigation_row_top">
<a href="introduction.html" id="navigation_button">&nbsp;Insert&nbsp;boring&nbsp;stuff&nbsp;here&nbsp;</a> <!-- Introduction -->
<a href="about.html" id="navigation_button">&nbsp;About&nbsp;this&nbsp;smelly&nbsp;</a> <!-- About -->
<a href="pictures.html" id="navigation_button">&nbsp;Pictures!&nbsp;</a> <!-- Pictures! -->
<a href="more.html" id="navigation_button">&nbsp;Even&nbsp;more!&nbsp;</a> <!-- More -->
<a href="social.html" id="navigation_button">&nbsp;My&nbsp;social&nbsp;media!&nbsp;</a> <!-- Social Media -->
<a href="php_test.html" id="navigation_button">&nbsp;PHP&nbsp;test&nbsp;</a>
</div>
<!-- Now you know (nearly) everything about me, have fun! -->
<div id="about_fluffy">
<h2>About meeeee<span id="extra_e">eeeeeee</span></h2>
<image src="images/fluffy2.jpg" alt="Fluffy Bean on pink background" class="about_image">
<div id="about_text">
<p>Hello! I am <span id="fluffy_color">Fluffy Bean</span>, or Fluffy for short,</p>
<p>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!</p>
<p>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</p>
<p>I also have other interests too, such as playing games! I like rhythm games such as <a href="https://beatsaber.com/" target="_blank", >Beat Saber</a> and <a href="https://www.spinrhythmgame.com/" target="_blank">Spin Rhythm XD</a>, but I also enjoy <a href="https://www.minecraft.net/en-us" target="_blank">Minecraft</a> and <a href="https://www.flightsimulator.com/" target="_blank">FS2020</a>! I should try to play more games though.</p>
<p>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!</p>
<p>I like listening to music, I go everywhere with music. Without it I'd probably go insane... x3</p>
<p>Writing is not a strong point, I am all over the place reading this back</p>
</div>
</div>
<!-- The button to take you back to the top of the site -->
<footer>
<def>
<!-- Forgive me for the mess below -->
<a href="#" id="navigation_button">&nbsp;I'm&nbsp;a&nbsp;top&nbsp;and&nbsp;I'm&nbsp;scared&nbsp;of bottoming...&nbsp;take&nbsp;me&nbsp;back&nbsp;<img src="images/up_arrow.png" class="small_icons">&nbsp;</a>
</def>
<p id="footer_text">Site kept online by <span id="impotant_creature">Jeetix</span> • Made by <span id="fluffy_color">Fluffy Bean</span> • Version 21.07.2021.4</p>
</footer>
</body>
</html>
<!-- Site is over! Go home! -->

90
introduction.html Normal file
View file

@ -0,0 +1,90 @@
<!DOCTYPE html>
<html lang="en"> <!-- This site is in english! -->
<head>
<!-- Did not know all websites needed this -->
<meta charset="utf-8"> <!-- Help show text correctly! -->
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- Still don't know what this does -->
<meta name="description" content="Fluffy Bean's website"> <!-- Used to help search engins -->
<meta content="Fluffy Bean" name="author"> <!-- I have made this site!!!! -->
<title>Awwwoooooo!</title> <!-- Title -->
<link rel="shortcut icon" type="image/jpg" href="images/fluffy1.png"/> <!-- Favicon -->
<link rel="stylesheet" href="style.css"> <!-- Le CSS code :3 -->
<!-- Googly fonts to make site pretty! :3 -->
<link href="https://fonts.googleapis.com/css2?family=Rubik&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@200;400&display=swap" rel="stylesheet">
</head>
<!-- Neck -->
<body>
<!-- The epic text at the top of the site! Remind to Fluffy, sites should only have a single (like me lol) h1 -->
<header>
<h1>Fluffy's amazing website!
<img src="images/fluffy1.png" alt="Poorly drawn image of Fluffy Bean" class="header_image">
</h1>
</header>
<!-- The cool buttons at the top of the site! -->
<div id="navigation_row_top">
<a href="introduction.html" id="navigation_button">&nbsp;Insert&nbsp;boring&nbsp;stuff&nbsp;here&nbsp;</a> <!-- Introduction -->
<a href="about.html" id="navigation_button">&nbsp;About&nbsp;this&nbsp;smelly&nbsp;</a> <!-- About -->
<a href="pictures.html" id="navigation_button">&nbsp;Pictures!&nbsp;</a> <!-- Pictures! -->
<a href="more.html" id="navigation_button">&nbsp;Even&nbsp;more!&nbsp;</a> <!-- More -->
<a href="social.html" id="navigation_button">&nbsp;My&nbsp;social&nbsp;media!&nbsp;</a> <!-- Social Media -->
<a href="php_test.html" id="navigation_button">&nbsp;PHP&nbsp;test&nbsp;</a>
</div>
<!-- Welcome to this horrible horrible site -->
<div id="introduction_to_fluffy">
<h2> Introduction </h2>
<div id="introduction_text">
<p id="space_below">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</p>
<!-- Cool button website -->
<p>A site I used to get the cool button design was from
<img src="images/flat_arrow_icon.png" class="small_icons">
<a href="https://fdossena.com/?p=html5cool/buttons/i.frag" target="_blank">here</a>!
</p>
<!-- Youtube tutorial -->
<p>The YouTube tutorial I used to learn most of the HTML and CSS from
<img src="images/flat_arrow_icon.png" class="small_icons">
<a href="https://www.youtube.com/watch?v=qz0aGYrrlhU" target="_blank">*click me*</a>
</p>
<!-- Fonts and icons -->
<p>Google site I used to get a bunch of icons and fonts from
<img src="images/flat_arrow_icon.png" class="small_icons">
<a href="https://fonts.google.com/icons" target="_blank">Icons</a>
and
<a href="https://fonts.google.com/" target="_blank">Fonts</a>
</p>
<!-- Codepen -->
<p>Codepen! I used this to get some ideas for some parts of the website
<img src="images/flat_arrow_icon.png" class="small_icons">
<a href="https://codepen.io/" target="_blank">Special Text you can click</a>
</p>
<!-- CSS Grid video -->
<p>I used this video to attempt to scale the site correctly to phones, sorta worked x3
<img src="images/flat_arrow_icon.png" class="small_icons"> <a href="https://codepen.io/" target="_blank">I'm on the grid! AAAAAA</a>
</p>
<!-- Page I used to learn how to hide images when the screen is too small! -->
<p>Page I used to learn how to hide images when the screen is too small!
<img src="images/flat_arrow_icon.png" class="small_icons"> <a href="https://www.thesitewizard.com/css/hide-images-on-mobile-website.shtml" target="_blank">I won't disappear!</a>
</p>
<!-- Thank you Jeetix for being super cool as always! -->
<p>And thank you
<span id="impotant_creature">Jeetix</span>
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!
</p>
</div>
</div>
<!-- The button to take you back to the top of the site -->
<footer>
<def>
<!-- Forgive me for the mess below -->
<a href="#" id="navigation_button">&nbsp;I'm&nbsp;a&nbsp;top&nbsp;and&nbsp;I'm&nbsp;scared&nbsp;of bottoming...&nbsp;take&nbsp;me&nbsp;back&nbsp;<img src="images/up_arrow.png" class="small_icons">&nbsp;</a>
</def>
<p id="footer_text">Site kept online by <span id="impotant_creature">Jeetix</span> • Made by <span id="fluffy_color">Fluffy Bean</span> • Version 21.07.2021.4</p>
</footer>
</body>
</html>
<!-- Site is over! Go home! -->

59
more.html Normal file
View file

@ -0,0 +1,59 @@
<!DOCTYPE html>
<html lang="en"> <!-- This site is in english! -->
<head>
<!-- Did not know all websites needed this -->
<meta charset="utf-8"> <!-- Help show text correctly! -->
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- Still don't know what this does -->
<meta name="description" content="Fluffy Bean's website"> <!-- Used to help search engins -->
<meta content="Fluffy Bean" name="author"> <!-- I have made this site!!!! -->
<title>Awwwoooooo!</title> <!-- Title -->
<link rel="shortcut icon" type="image/jpg" href="images/fluffy1.png"/> <!-- Favicon -->
<link rel="stylesheet" href="style.css"> <!-- Le CSS code :3 -->
<!-- Googly fonts to make site pretty! :3 -->
<link href="https://fonts.googleapis.com/css2?family=Rubik&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@200;400&display=swap" rel="stylesheet">
</head>
<!-- Neck -->
<body>
<!-- The epic text at the top of the site! Remind to Fluffy, sites should only have a single (like me lol) h1 -->
<header>
<h1>Fluffy's amazing website!
<img src="images/fluffy1.png" alt="Poorly drawn image of Fluffy Bean" class="header_image">
</h1>
</header>
<!-- The cool buttons at the top of the site! -->
<div id="navigation_row_top">
<a href="introduction.html" id="navigation_button">&nbsp;Insert&nbsp;boring&nbsp;stuff&nbsp;here&nbsp;</a> <!-- Introduction -->
<a href="about.html" id="navigation_button">&nbsp;About&nbsp;this&nbsp;smelly&nbsp;</a> <!-- About -->
<a href="pictures.html" id="navigation_button">&nbsp;Pictures!&nbsp;</a> <!-- Pictures! -->
<a href="more.html" id="navigation_button">&nbsp;Even&nbsp;more!&nbsp;</a> <!-- More -->
<a href="social.html" id="navigation_button">&nbsp;My&nbsp;social&nbsp;media!&nbsp;</a> <!-- Social Media -->
<a href="php_test.html" id="navigation_button">&nbsp;PHP&nbsp;test&nbsp;</a>
</div>
<!-- The More page!-->
<div id="more_on_fluffy">
<h2>More!</h2>
<div id="more_on_text">
<p>Here, I will put cool facts or links to websites or something, not really sure why I made this space... But it exists!</p>
<a href="https://libraryofbabel.info/" target="_blank">• The library of babel! A very interesting thing </a>
<p>• Live lightning map! <a href="https://www.lightningmaps.org" target="_blank">:O</a></p>
<p>• My and mrHDash's playlist we made last year during lock-down!</p>
<iframe src="https://open.spotify.com/embed/playlist/1rX4dE08fCKHdzUypDxR42" width="100%" height="380" frameBorder="0" allowtransparency="true" allow="encrypted-media" id="spotify_player"></iframe>
</div>
</div>
<!-- The button to take you back to the top of the site -->
<footer>
<def>
<!-- Forgive me for the mess below -->
<a href="#" id="navigation_button">&nbsp;I'm&nbsp;a&nbsp;top&nbsp;and&nbsp;I'm&nbsp;scared&nbsp;of bottoming...&nbsp;take&nbsp;me&nbsp;back&nbsp;<img src="images/up_arrow.png" class="small_icons">&nbsp;</a>
</def>
<p id="footer_text">Site kept online by <span id="impotant_creature">Jeetix</span> • Made by <span id="fluffy_color">Fluffy Bean</span> • Version 21.07.2021.4</p>
</footer>
</body>
</html>
<!-- Site is over! Go home! -->

BIN
photos/funny.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 344 KiB

52
php_test.html Normal file
View file

@ -0,0 +1,52 @@
<!DOCTYPE html>
<html lang="en"> <!-- This site is in english! -->
<head>
<!-- Did not know all websites needed this -->
<meta charset="utf-8"> <!-- Help show text correctly! -->
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- Still don't know what this does -->
<meta name="description" content="Fluffy Bean's website"> <!-- Used to help search engins -->
<title>Fluffy's PHP Test</title> <!-- Title -->
<link rel="shortcut icon" type="image/jpg" href="images/fluffy1.png"/> <!-- Favicon -->
<link rel="stylesheet" href="style.css"> <!-- Le CSS code :3 -->
<!-- Googly fonts to make site pretty! :3 -->
<link href="https://fonts.googleapis.com/css2?family=Rubik&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@200;400&display=swap" rel="stylesheet">
</head>
<body>
<header>
<h1>Fluffy's amazing website!
<img src="images/fluffy1.png" alt="Poorly drawn image of Fluffy Bean" class="header_image">
</h1>
</header>
<!-- The cool buttons at the top of the site! -->
<div id="navigation_row_top">
<a href="introduction.html" id="navigation_button">&nbsp;Insert&nbsp;boring&nbsp;stuff&nbsp;here&nbsp;</a> <!-- Introduction -->
<a href="about.html" id="navigation_button">&nbsp;About&nbsp;this&nbsp;smelly&nbsp;</a> <!-- About -->
<a href="pictures.html" id="navigation_button">&nbsp;Pictures!&nbsp;</a> <!-- Pictures! -->
<a href="more.html" id="navigation_button">&nbsp;Even&nbsp;more!&nbsp;</a> <!-- More -->
<a href="social.html" id="navigation_button">&nbsp;My&nbsp;social&nbsp;media!&nbsp;</a> <!-- Social Media -->
<a href="php_test.html" id="navigation_button">&nbsp;PHP&nbsp;test&nbsp;</a>
</div>
<div id="other_sections">
<h2>PHP stuff!</h2>
<?php include "menu.php";
echo "$text_a $text_b";
?>
<p>This still doesn't work. Come back later!</p>
</div>
<!-- The button to take you back to the top of the site -->
<footer>
<def>
<!-- Forgive me for the mess below -->
<a href="#" id="navigation_button">&nbsp;I'm&nbsp;a&nbsp;top&nbsp;and&nbsp;I'm&nbsp;scared&nbsp;of bottoming...&nbsp;take&nbsp;me&nbsp;back&nbsp;<img src="images/up_arrow.png" class="small_icons">&nbsp;</a>
</def>
<p id="footer_text">Site kept online by <span id="impotant_creature">Jeetix</span> • Made by <span id="fluffy_color">Fluffy Bean</span> • Version 21.07.2021.4</p>
</footer>
</body>
</html>

60
pictures.html Normal file
View file

@ -0,0 +1,60 @@
<!DOCTYPE html>
<html lang="en"> <!-- This site is in english! -->
<head>
<!-- Did not know all websites needed this -->
<meta charset="utf-8"> <!-- Help show text correctly! -->
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- Still don't know what this does -->
<meta name="description" content="Fluffy Bean's website"> <!-- Used to help search engins -->
<meta content="Fluffy Bean" name="author"> <!-- I have made this site!!!! -->
<title>Awwwoooooo!</title> <!-- Title -->
<link rel="shortcut icon" type="image/jpg" href="images/fluffy1.png"/> <!-- Favicon -->
<link rel="stylesheet" href="style.css"> <!-- Le CSS code :3 -->
<!-- Googly fonts to make site pretty! :3 -->
<link href="https://fonts.googleapis.com/css2?family=Rubik&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@200;400&display=swap" rel="stylesheet">
</head>
<!-- Neck -->
<body>
<!-- The epic text at the top of the site! Remind to Fluffy, sites should only have a single (like me lol) h1 -->
<header>
<h1>Fluffy's amazing website!
<img src="images/fluffy1.png" alt="Poorly drawn image of Fluffy Bean" class="header_image">
</h1>
</header>
<!-- The cool buttons at the top of the site! -->
<div id="navigation_row_top">
<a href="introduction.html" id="navigation_button">&nbsp;Insert&nbsp;boring&nbsp;stuff&nbsp;here&nbsp;</a> <!-- Introduction -->
<a href="about.html" id="navigation_button">&nbsp;About&nbsp;this&nbsp;smelly&nbsp;</a> <!-- About -->
<a href="pictures.html" id="navigation_button">&nbsp;Pictures!&nbsp;</a> <!-- Pictures! -->
<a href="more.html" id="navigation_button">&nbsp;Even&nbsp;more!&nbsp;</a> <!-- More -->
<a href="social.html" id="navigation_button">&nbsp;My&nbsp;social&nbsp;media!&nbsp;</a> <!-- Social Media -->
<a href="php_test.html" id="navigation_button">&nbsp;PHP&nbsp;test&nbsp;</a>
</div>
<!-- Now you know (nearly) everything about me, have fun! -->
<div id="image_gallery">
<h2>Photography of stuff and things</h2>
<p>Here, will be only the fines of my horrible photography! Click on the image to view it better :3</p>
<div id="image_text">
<a href="photos/landscape.jpg"><img src="photos/landscape.jpg" alt="Grey road leading off into wooded hills filled with heavy fog" class="photos"></a>
<a href="photos/funny.jpg"><img src="photos/funny.jpg" alt="Foot covering text on the floor to spell out Cum HD" class="photos"></a>
<a href="photos/sunset_beach.jpg"><img src="photos/sunset_beach.jpg" alt="Rocky beach with suset over the sea" class="photos"></a>
<a href="photos/corruption.jpg"><img src="photos/corruption.jpg" alt="Corrupted photo of a PC" class="photos"></a>
</div>
<p>If you want to use any of these pictures for anything, please get in contact with me!</p>
</div>
<!-- The button to take you back to the top of the site -->
<footer>
<def>
<!-- Forgive me for the mess below -->
<a href="#" id="navigation_button">&nbsp;I'm&nbsp;a&nbsp;top&nbsp;and&nbsp;I'm&nbsp;scared&nbsp;of bottoming...&nbsp;take&nbsp;me&nbsp;back&nbsp;<img src="images/up_arrow.png" class="small_icons">&nbsp;</a>
</def>
<p id="footer_text">Site kept online by <span id="impotant_creature">Jeetix</span> • Made by <span id="fluffy_color">Fluffy Bean</span> • Version 21.07.2021.4</p>
</footer>
</body>
</html>
<!-- Site is over! Go home! -->

59
social.html Normal file
View file

@ -0,0 +1,59 @@
<!DOCTYPE html>
<html lang="en"> <!-- This site is in english! -->
<head>
<!-- Did not know all websites needed this -->
<meta charset="utf-8"> <!-- Help show text correctly! -->
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- Still don't know what this does -->
<meta name="description" content="Fluffy Bean's website"> <!-- Used to help search engins -->
<meta content="Fluffy Bean" name="author"> <!-- I have made this site!!!! -->
<title>Awwwoooooo!</title> <!-- Title -->
<link rel="shortcut icon" type="image/jpg" href="images/fluffy1.png"/> <!-- Favicon -->
<link rel="stylesheet" href="style.css"> <!-- Le CSS code :3 -->
<!-- Googly fonts to make site pretty! :3 -->
<link href="https://fonts.googleapis.com/css2?family=Rubik&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@200;400&display=swap" rel="stylesheet">
</head>
<!-- Neck -->
<body>
<!-- The epic text at the top of the site! Remind to Fluffy, sites should only have a single (like me lol) h1 -->
<header>
<h1>Fluffy's amazing website!
<img src="images/fluffy1.png" alt="Poorly drawn image of Fluffy Bean" class="header_image">
</h1>
</header>
<!-- The cool buttons at the top of the site! -->
<div id="navigation_row_top">
<a href="introduction.html" id="navigation_button">&nbsp;Insert&nbsp;boring&nbsp;stuff&nbsp;here&nbsp;</a> <!-- Introduction -->
<a href="about.html" id="navigation_button">&nbsp;About&nbsp;this&nbsp;smelly&nbsp;</a> <!-- About -->
<a href="pictures.html" id="navigation_button">&nbsp;Pictures!&nbsp;</a> <!-- Pictures! -->
<a href="more.html" id="navigation_button">&nbsp;Even&nbsp;more!&nbsp;</a> <!-- More -->
<a href="social.html" id="navigation_button">&nbsp;My&nbsp;social&nbsp;media!&nbsp;</a> <!-- Social Media -->
<a href="php_test.html" id="navigation_button">&nbsp;PHP&nbsp;test&nbsp;</a>
</div>
<!-- Stalk me! Please don't actually -->
<div id="social_media">
<h2>Find me everywhere! Maybe even in places you wouldn't want to see me... <span id="font_correction">:3</span></h2>
<div id="social_media_list">
<p>My instagram! Facebook now knows me better than I do <img src="images/flat_arrow_icon.png" class="small_icons"> <a href="https://www.instagram.com/fluffy_bean_/" target="_blank">You want to click me</a>!</p>
<p>Twitter! The place all the arguments take place at <img src="images/flat_arrow_icon.png" class="small_icons"> <a href="https://twitter.com/fluffybeanUwU" target="_blank">You'll regret clicking me</a></p>
<p>Telegram, the messaging app unintentionally made for furries <img src="images/flat_arrow_icon.png" class="small_icons"> <a href="http://t.me/Fluffy_Bean" target="_blank">Fancy coral coloured text</a></p>
<p>Discord doesn't give links to profiles so you'll have to do this manually... scary <img src="images/flat_arrow_icon.png" class="small_icons"> Fluffy&nbsp;Bean#6969 </p>
<p>I play games on Steam! Go look at my cool profile <img src="images/flat_arrow_icon.png" class="small_icons"> <a href="https://steamcommunity.com/id/Fluffy_Bean/" target="_blank">over here!</a></p>
</div>
</div>
<!-- The button to take you back to the top of the site -->
<footer>
<def>
<!-- Forgive me for the mess below -->
<a href="#" id="navigation_button">&nbsp;I'm&nbsp;a&nbsp;top&nbsp;and&nbsp;I'm&nbsp;scared&nbsp;of bottoming...&nbsp;take&nbsp;me&nbsp;back&nbsp;<img src="images/up_arrow.png" class="small_icons">&nbsp;</a>
</def>
<p id="footer_text">Site kept online by <span id="impotant_creature">Jeetix</span> • Made by <span id="fluffy_color">Fluffy Bean</span> • Version 21.07.2021.4</p>
</footer>
</body>
</html>
<!-- Site is over! Go home! -->

View file

@ -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;