mirror of
https://github.com/Fluffy-Bean/Fluffys-website.git
synced 2025-01-14 02:05:14 +00:00
Version 11.07.2021
This commit is contained in:
commit
86d914f3f4
105
home.html
Normal file
105
home.html
Normal file
|
@ -0,0 +1,105 @@
|
|||
<!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>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 rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Rubik&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 -->
|
||||
<h1>
|
||||
Welcome to my Amazing website!
|
||||
<img src="images/fluffy1.png" alt="Poorly drawn image of Fluffy Bean" class="header_image">
|
||||
</h1>
|
||||
|
||||
<!-- The cool buttons at the top of the site! -->
|
||||
<div id="button_row">
|
||||
<a href="#introduction_to_fluffy" id="button"> Insert boring stuff here </a> <!-- Introduction -->
|
||||
<a href="#about_fluffy" id="button"> About this smelly </a> <!-- About -->
|
||||
<a href="#more_on_fluffy" id="button"> Even more! </a> <!-- More -->
|
||||
<a href="#social_media" id="button"> Stalk me! </a> <!-- Social Media -->
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<!-- Welcome to this horrible horrible site -->
|
||||
<h2 id="introduction_to_fluffy"> Introduction </h2>
|
||||
<div id="header_two_text">
|
||||
<p id="space_below">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</p>
|
||||
<!-- Cool button website -->
|
||||
<p>A site I used to get the cool button design was from
|
||||
<image 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
|
||||
<image 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
|
||||
<image 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
|
||||
<image src="images/flat_arrow_icon.png" class="small_icons">
|
||||
<a href="https://codepen.io/" target="_blank">Special Text you can click</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! :3
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<!-- Now you know (nearly) everything about me, have fun! -->
|
||||
<h2 id="about_fluffy">About meeeeeeeeeeeeeeeee</h2>
|
||||
<image src="images/fluffy2.jpg" alt="Fluffy Bean on pink background" class="about_image">
|
||||
<div id="header_two_text">
|
||||
<p>Hello! I am Fluffy Bean, 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, 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!</p>
|
||||
<p>I also like to play games! I like rhythem games such as <a href="https://beatsaber.com/" target="_blank", >Beat Saber</a> and <a href="https://www.spinrhythmgame.com/" target="_blank">Spin Rhythem 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>! But I should try playing a wider range or games x3</p>
|
||||
</div>
|
||||
</p>
|
||||
|
||||
<!-- The More page!-->
|
||||
<h2 id="more_on_fluffy">More!</h2>
|
||||
<div id="header_two_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 bable! 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 duing 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>
|
||||
|
||||
<!-- Stalk me! Please don't actually -->
|
||||
<h2 id="social_media">Find me everywhere! Maybe even in places you wouldn't want to see me... <span id="font_correction">:3</span></h2>
|
||||
<div id="header_two_text">
|
||||
<p>My instagram! Facebook now knows me better than I do <image 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 <image 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 <image 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 manualy... scary: Fluffy Bean#6969 </p>
|
||||
</div>
|
||||
|
||||
<!-- The button to take you back to the top of the site -->
|
||||
<div id="back_to_top">
|
||||
<a href="#" id="button"> I'm a top and I'm scared of bottoming... take me back <img src="images/up_arrow.png" class="small_icons"> </a>
|
||||
</div>
|
||||
|
||||
<!-- The cool text at the bottom UwU -->
|
||||
<p id="bottom_text_uwu">If you think this is a boring website, you're right! • Site made by Fluffy Bean • No copyright 2021</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
<!-- Site is over! Go home! -->
|
BIN
images/download_icon.png
Normal file
BIN
images/download_icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 130 B |
BIN
images/flat_arrow_icon.png
Normal file
BIN
images/flat_arrow_icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 103 B |
BIN
images/fluffy1.png
Normal file
BIN
images/fluffy1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 316 KiB |
BIN
images/fluffy2.jpg
Normal file
BIN
images/fluffy2.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
BIN
images/up_arrow.png
Normal file
BIN
images/up_arrow.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 156 B |
105
style.css
Normal file
105
style.css
Normal file
|
@ -0,0 +1,105 @@
|
|||
/* Images make everything better! Well, depending what sort of images... */
|
||||
.header_image{
|
||||
width: 70px;
|
||||
}
|
||||
.small_icons{
|
||||
width: 12px;
|
||||
}
|
||||
.about_image{
|
||||
width: 125px;
|
||||
float: left;
|
||||
margin-right: 20px;
|
||||
margin-left: 50px;
|
||||
border-radius: 25px;
|
||||
}
|
||||
/* Making text look pretty :3 */
|
||||
h1{
|
||||
text-decoration-line: underline;
|
||||
text-decoration-style: wavy;
|
||||
text-decoration-color: coral;
|
||||
font-size: 70px;
|
||||
text-align: center;
|
||||
font-family: 'Rubik', sans-serif;
|
||||
}
|
||||
h2 {
|
||||
font-size: 40px;
|
||||
margin-left: 50px;
|
||||
margin-right: 50px;
|
||||
text-align: left;
|
||||
font-family: 'Rubik', sans-serif;
|
||||
color: coral
|
||||
}
|
||||
a{
|
||||
color: coral;
|
||||
text-decoration: none;
|
||||
transition: all 0.1s;
|
||||
}
|
||||
a:hover{
|
||||
font-weight: bolder;
|
||||
color: white;
|
||||
}
|
||||
#header_two_text{
|
||||
font-size: 18px;
|
||||
margin-left: 50px;
|
||||
margin-right: 50px;
|
||||
margin-bottom: 150px;
|
||||
}
|
||||
|
||||
/* Guess where this is */
|
||||
#font_correction{
|
||||
font-family: "Lato", sans-serif;
|
||||
transition: all 5s;
|
||||
}
|
||||
#font_correction:hover{
|
||||
color: red;
|
||||
}
|
||||
|
||||
#bottom_text_uwu{
|
||||
text-align: center;
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
}
|
||||
#impotant_creature{
|
||||
font-weight: bold;
|
||||
color: cadetblue;
|
||||
}
|
||||
/* I have no clue why I added this, but it's here! */
|
||||
#spotify_player{
|
||||
border-radius: 30px;
|
||||
transition: all 0.1s;
|
||||
}
|
||||
#spotify_player:hover{
|
||||
border-radius: 10px;
|
||||
}
|
||||
/* Push all the buttonsssssssssssssss */
|
||||
/* I cheated a bit with the boxes and it's not code I written :p */
|
||||
#button{
|
||||
border-color: inherit;
|
||||
color: coral;
|
||||
border-radius: 15px;
|
||||
display:inline-block;
|
||||
padding:3px 3px;
|
||||
margin:2px;
|
||||
border:2px solid coral;
|
||||
box-sizing: border-box;
|
||||
margin: 10px;
|
||||
transition: all 0.1s;
|
||||
}
|
||||
#button:hover{
|
||||
color: white;
|
||||
border-color: white;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
#button_row{
|
||||
position: center;
|
||||
text-align: center;
|
||||
}
|
||||
#back_to_top{
|
||||
text-align: center;
|
||||
}
|
||||
/* Now all the site needs is some legs, hands and a head */
|
||||
body{
|
||||
color: white;
|
||||
font-family: "Lato", sans-serif;
|
||||
background: linear-gradient(to bottom,#253652,#354c73)
|
||||
}
|
Loading…
Reference in a new issue