2024-02-05 21:46:52 -08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2024-02-05 22:26:52 -08:00
|
|
|
<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">
|
2024-02-05 23:07:27 -08:00
|
|
|
@media (max-width: 600px) {
|
|
|
|
|
.intro ul {
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.intro li {
|
|
|
|
|
display: block;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2024-02-05 21:46:52 -08:00
|
|
|
body{
|
|
|
|
|
background-color: #161616;
|
|
|
|
|
color: #fff;
|
|
|
|
|
font-family: Arial, sans-serif;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.header{
|
|
|
|
|
text-align: center;
|
|
|
|
|
padding-top: 50px;
|
|
|
|
|
margin-bottom: 50px;
|
|
|
|
|
}
|
|
|
|
|
|
2024-02-05 22:26:52 -08:00
|
|
|
img{
|
|
|
|
|
margin-bottom:-25px;
|
|
|
|
|
}
|
|
|
|
|
|
2024-02-05 21:46:52 -08:00
|
|
|
h1{
|
|
|
|
|
font-size: 70px;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
2024-02-05 22:26:52 -08:00
|
|
|
.header a{
|
2024-02-05 21:46:52 -08:00
|
|
|
color: #fff;
|
|
|
|
|
text-decoration: none;
|
2024-02-05 22:26:52 -08:00
|
|
|
margin-right: 10px;
|
|
|
|
|
margin-left: 10px;
|
2024-02-05 21:46:52 -08:00
|
|
|
font-size: 24px;
|
|
|
|
|
}
|
|
|
|
|
|
2024-02-05 22:26:52 -08:00
|
|
|
li{
|
|
|
|
|
list-style: none;
|
|
|
|
|
}
|
|
|
|
|
|
2024-02-05 21:46:52 -08:00
|
|
|
a:hover{
|
2024-02-05 22:26:52 -08:00
|
|
|
border-bottom: 1px solid #fff;
|
2024-02-05 21:46:52 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.intro{
|
|
|
|
|
max-width: 800px;
|
2024-02-05 23:07:27 -08:00
|
|
|
margin: auto;
|
2024-02-05 22:26:52 -08:00
|
|
|
text-align: center;
|
2024-02-05 21:46:52 -08:00
|
|
|
font-size: 20px;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
margin-bottom: 50px;
|
|
|
|
|
}
|
|
|
|
|
|
2024-02-05 22:26:52 -08:00
|
|
|
.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">
|
2024-02-05 22:26:52 -08:00
|
|
|
<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">
|
2024-02-05 22:26:52 -08:00
|
|
|
<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>
|
2024-02-05 23:12:58 -08:00
|
|
|
<li>💭I believe in website minimalism, free knowledge and 🎅</li>
|
2024-02-05 22:26:52 -08:00
|
|
|
<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">
|
2024-02-05 23:11:04 -08:00
|
|
|
© 2024 phixxy.com
|
2024-02-05 21:46:52 -08:00
|
|
|
</footer>
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|