phixxy.com/index.html

96 lines
2 KiB
HTML
Raw Normal View History

2024-02-05 21:46:52 -08:00
<!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.">
2024-02-05 21:46:52 -08:00
<title>phixxy.com</title>
<style type="text/css">
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;
}
2024-02-05 21:46:52 -08:00
h1{
font-size: 70px;
margin-bottom: 10px;
}
.header a{
2024-02-05 21:46:52 -08:00
color: #fff;
text-decoration: none;
margin-right: 10px;
margin-left: 10px;
2024-02-05 21:46:52 -08:00
font-size: 24px;
}
li{
list-style: none;
}
2024-02-05 21:46:52 -08:00
a:hover{
border-bottom: 1px solid #fff;
2024-02-05 21:46:52 -08:00
}
.intro{
max-width: 800px;
margin: 0 auto;
text-align: center;
2024-02-05 21:46:52 -08:00
font-size: 20px;
line-height: 30px;
margin-bottom: 50px;
}
.intro a{
color: #fff;
text-decoration: none;
}
2024-02-05 21:46:52 -08:00
.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>
2024-02-05 21:46:52 -08:00
<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>
2024-02-05 21:46:52 -08:00
</div>
<footer class="footer">
&copy; 2024 phixxy.com | email: contact@phixxy.com
</footer>
</body>
</html>