phixxy.com/index.html

114 lines
2.6 KiB
HTML
Raw Permalink Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="I am Phixxy, a hobbyist python programmer, game dev, and web dev. Come view my projects!">
<meta property="og:title" content="Phixxy | Hobbyist Programmer">
<meta property="og:type" content="website">
<meta property="og:url" content="https://phixxy.com">
<meta property="og:image" content="https://phixxy.com/assets/phixxy.webp">
<link rel="icon" type="image/x-icon" href="assets/favicon.ico">
<link rel="preload" as="image" href="assets/phixxy.webp">
<title>Phixxy | Hobbyist Programmer</title>
<style type="text/css">
@media (max-width: 600px) {
.intro ul {
padding: 0;
}
.intro li {
display: block;
margin-bottom: 10px;
}
}
body{
background-color: #161616;
color: #fff;
font-family: Arial, sans-serif;
}
.header{
text-align: center;
padding-top: 50px;
margin-bottom: 50px;
}
img{
margin-bottom:-25px;
}
h1{
font-size: 70px;
margin-bottom: 10px;
}
.header a{
color: #fff;
text-decoration: none;
margin-right: 10px;
margin-left: 10px;
font-size: 24px;
}
li{
list-style: none;
}
ul{
padding: 0;
}
a:hover{
border-bottom: 1px solid #fff;
}
.intro{
max-width: 800px;
margin: auto;
text-align: center;
font-size: 20px;
line-height: 30px;
margin-bottom: 50px;
}
.intro a{
color: #fff;
}
.intro p:last-child{
margin-bottom: 0;
}
.footer{
text-align: center;
padding: 20px;
color: #fff;
font-size: 16px;
}
</style>
</head>
<body>
<header class="header">
<img src="assets/phixxy.webp" width="150" height="150" alt="phixxy logo">
<h1>phixxy</h1>
<a href="https://ai.phixxy.com">ai</a>
</header>
<div class="intro">
<p>I am a hobbyist python programmer, game dev, and web dev.</p>
<ul>
<li>💻I write <code>.py</code>, <code>.html</code>, <code>.css</code></li>
<li>💭I believe in website minimalism, open knowledge and 🎅</li>
<li>🚧You can view my projects at <a href="https://phixxy.itch.io/">phixxy.itch.io</a> or on <a href="https://github.com/phixxy">github.com/phixxy</a></li>
<li>🎮I enjoy Oldschool Runescape, <a href="https://lichess.org/@/phixxy">Chess</a>, and NES Games</li>
</ul>
</div>
<footer class="footer">
&copy; 2025 phixxy.com
</footer>
</body>
</html>