mirror of
https://github.com/Fluffy-Bean/Fluffys-website.git
synced 2024-12-28 02:06:05 +00:00
65 lines
3.5 KiB
PHP
65 lines
3.5 KiB
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<meta name="description" content="Welcome to Fluffys hell!">
|
|
<link rel="shortcut icon" type="image/png" href="pfp.jpg"/>
|
|
<title>Fluffy's Epic Site</title>
|
|
<link rel="stylesheet" href="stylesheet.css">
|
|
</head>
|
|
<body>
|
|
<div class="rootContainer">
|
|
<div class="profileContainer">
|
|
<img src="pfp.jpg">
|
|
<h2> Find me! </h2>
|
|
<div class="profileLinks">
|
|
<a href="https://twitter.com/fluffybeanUwU" class="twitterColour"> Twitter </a>
|
|
<a href="http://t.me/Fluffy_Bean" class="telegramColour"> Telegram </a>
|
|
<a href="https://github.com/Fluffy-Bean" class="githubColour"> Github </a>
|
|
<a href="https://steamcommunity.com/id/Fluffy_Bean/" class="steamColour"> Steam </a>
|
|
<p class="discord"> <span class="discordColour">Discord:</span> Fluffy Bean#5212 </p>
|
|
</div>
|
|
</div>
|
|
<div class="textContainer">
|
|
<div class="textBody">
|
|
<header>
|
|
<h1> Welcome to my site! </h1>
|
|
</header>
|
|
<main>
|
|
<div id="aboutText">
|
|
<h2> About Me </h2>
|
|
<p class="paragraph"> Hi! I'm <span class="fluffyColour">Fluffy Bean</span>. I'm a 17 year old who found himself on the internet one day and became a furry! </p>
|
|
</div>
|
|
<div id="interestsText">
|
|
<h2> My interests </h2>
|
|
<p class="paragraph"> Apart from the obvious, I am interested in computers, specifically the programming aspect of them and the freedom it gives me to express myself </p>
|
|
<p class="paragraph"> I also enjoy using Linux (Arch btw) which gives me access to do things such as customise my entire system! </p>
|
|
<p class="paragraph"> Another thing I enjoy doing is playing games, some of my favourite tiles are, The Witcher 3, Minecraft, Beat Saber and Spin Rhythm XD </p>
|
|
</div>
|
|
<div id="experiaceText">
|
|
<h2> Experience in programming </h2>
|
|
<p class="paragraph"> I have a decently wide range of knowledge on computers and programming </p>
|
|
<p class="paragraph"> Since I was young I delved into computers head first, and breaking a lot on the way. I started with Scratch, then progressed to Python in Secondary School where I really started my programming adventure! </p>
|
|
<p class="paragraph"> Since then I tried many programming languages and programming-related stuff, I currently know Python, HTML and CSS but am also learning PHP, C# and soon JavaScript </p>
|
|
<p class="paragraph"> I also got into Linux since the start was rough with me breaking a terminal emulator, locking a harddrive and many others. Then after a few months Manjaro gave into my messing around and I broke Gnome Display Manager along with Gnome itself. Since then I've been using Arch (btw) and happily configuring Rofi, Polybar, fish and even theming Discord, Spotify and Firefox! </p>
|
|
</div>
|
|
<div id="thanksText">
|
|
<h2> Special Thanks </h2>
|
|
<p class="paragraph"> To <span class="jeetixColour">Jeetix</span> for helping me with learning how to make websites and keeping the original site up and running! </p>
|
|
<p class="paragraph"> And to <span class="cartyColour">Carty</span> for teaching me how to run servers and the networking required to keep sites online! </p>
|
|
</div>
|
|
<!-- <div id="exampleText">
|
|
<h2> Example Header </h2>
|
|
<p class="paragraph"> Example text </p>
|
|
</div> -->
|
|
</main>
|
|
</div>
|
|
<footer>
|
|
<!-- Nothing for you to see here Carty UwU -->
|
|
</footer>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|