mirror of
https://github.com/JonasunderscoreJones/tw25.net.git
synced 2025-10-24 07:39:19 +02:00
52 lines
No EOL
2.1 KiB
HTML
52 lines
No EOL
2.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="icon" href="images/logo.png">
|
|
<link rel="stylesheet" href="main.css">
|
|
<title>About Me</title>
|
|
<meta name=”viewport” content="width=device-width, initial-scale=1">
|
|
<meta name="author" content="Teal Wolf 25">
|
|
<meta name="application-name" content="About Me">
|
|
<meta name="description" content="The website for Teal Wolf 25 where you can find his content.">
|
|
</head>
|
|
<header>
|
|
<a href="index.html" class="logo-link">
|
|
<img src="images/logo.png" height="50px" width="50px" style="float: left;padding-right: 20px;" class="logo">
|
|
<h3 style="color: teal;">Teal Wolf 25</h3>
|
|
</a>
|
|
<li class="menu"><a href="https://shop.tw25.net" class="menu-link">Shop</a></li>
|
|
</header>
|
|
<hr width="100%" size="1" color="teal">
|
|
<body>
|
|
<div class="outer-container">
|
|
<div class="content-container">
|
|
<div class="image-section">
|
|
<img src="images/tw25_rounded.png" class="home-image" alt="Placeholder Image">
|
|
</div>
|
|
<div class="text-section">
|
|
<h1>Teal Wolf 25</h1>
|
|
<p>
|
|
<b>Hello, I'm Teal Wolf 25 but you can call me Teal. I go by the<br>
|
|
|
|
pronouns he/him. I like playing video games like Minecraft,<br>
|
|
|
|
Terraria, Castle Crashers, Minecraft Dungeons, Portal 2 and<br>
|
|
|
|
more. I find rollerblading and laser tag fun. My favorite<br>
|
|
|
|
domestic animals are dogs but my favorite animals are wolves.<br>
|
|
|
|
I like putting cheese on my food but hate rice. I find concerts<br>
|
|
|
|
and sometimes arcades to be too loud for me. I find parks<br>
|
|
|
|
kind of boring.<br><br>
|
|
|
|
I hope you find what you're looking for on my site.</b>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
<footer>Website is functional in portrait but doesn't look pretty</footer>
|
|
</html> |