phixxy.com/index.html
2024-02-05 23:11:04 -08:00

106 lines
2.1 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="I am a hobbyist python programmer and web developer.">
<title>phixxy.com</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;
}
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;
text-decoration: none;
}
.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.png" width="150" height="150" alt="phixxy logo">
<h1>phixxy</h1>
<a href="https://ai.phixxy.com">ai</a>
<a href="https://blog.phixxy.com">blog</a>
<a href="https://derp.phixxy.com">derp</a>
</header>
<div class="intro">
<p>I am a hobbyist python programmer and web developer.</p>
<ul>
<li>💻I write <code>.py</code>, <code>.html</code>, <code>.css</code></li>
<li>💭I believe in website minimalism, free knowledge and </li>
<li>🚧You can view my projects <a href="https://phixxy.com">@phixxy.com </a>or on <a href="https://github.com/phixxy">github.com</a></li>
<li>🎮I enjoy Oldschool Runescape and NES Games</li>
</ul>
</div>
<footer class="footer">
&copy; 2024 phixxy.com
</footer>
</body>
</html>