55 lines
2.5 KiB
HTML
55 lines
2.5 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>About | Freed's place</title>
|
|
<link rel="stylesheet" href="/assets/style.css">
|
|
<link rel="stylesheet" href="/assets/mobile.css">
|
|
<link rel="icon" type="image/x-icon" href="/assets/img/logo.png">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="format-detection" content="telephone=no">
|
|
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
|
<meta http-equiv="Pragma" content="no-cache" />
|
|
<meta http-equiv="Expires" content="0" />
|
|
</head>
|
|
<body>
|
|
<div class="box menu">
|
|
<div class="name"><p>Freed's place</p></div>
|
|
<div class="index">
|
|
<p>
|
|
<a href="/">Home</a> |
|
|
<a href="/about">About</a> |
|
|
<a href="/contact">Contact</a>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="box content">
|
|
<div class="item center">
|
|
<img src="/assets/img/about.png" class="img circle">
|
|
</div>
|
|
<div class="item">
|
|
<h1>The one, the only, fops!</h1>
|
|
<p>This is Bo, a little creature who mainly loves experimenting on computers, learning new and random facts and yapping nonsense. When looking at Bo, you'll quickly notice that her gender is pretty vague, her sexuality definitely not straight and her personality all over the place. This has a couple of reasons; they label their gender as "genderless" and they go by she/they pronouns, they're pansexual and their personality is, in general, sweet yet a bit menacing. They can speak Dutch and English and their favorite animal is the fox (or as they like to call it—fops)! </p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="box content invert">
|
|
<div class="item center">
|
|
<img src="/assets/img/logo.png" class="img circle">
|
|
</div>
|
|
<div class="item">
|
|
<h1>The fops' journey</h1>
|
|
<p>Back in the old days, Bo already learned a lot about computers and their inner workings. As she grew older, so did her desire to learn more about these systems. Over the years the fops have undertaken several technology-related projects involving Linux, networking, system management and software development. Besides the obvious, they're also in the furry fandom and have some OCs of their own! You've probably already met some of the floofs—Stella and Frozy—who are pictured on the homepage.</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="box footer">
|
|
<div class="info">
|
|
<p>Freed's place</p>
|
|
</div>
|
|
<div class="copyright">
|
|
<p>Copyright (c) 2022-2025 FreedTapestry21</p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|