Updated to use webp image, favicon, modern standards

This commit is contained in:
Phixxy 2025-01-20 17:45:10 -08:00
parent 2e6e4638ca
commit 6db2f4a968
3 changed files with 113 additions and 110 deletions

BIN
assets/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

BIN
assets/phixxy.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

View file

@ -1,10 +1,16 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="I am a hobbyist python programmer and web developer."> <meta name="description" content="I am Phixxy, a hobbyist python programmer, game dev, and web dev. Come view my projects!">
<title>phixxy.com</title> <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"> <style type="text/css">
@media (max-width: 600px) { @media (max-width: 600px) {
.intro ul { .intro ul {
@ -69,7 +75,6 @@
.intro a{ .intro a{
color: #fff; color: #fff;
text-decoration: none;
} }
.intro p:last-child{ .intro p:last-child{
@ -86,24 +91,22 @@
</head> </head>
<body> <body>
<header class="header"> <header class="header">
<img src="assets/phixxy.png" width="150" height="150" alt="phixxy logo"> <img src="assets/phixxy.webp" width="150" height="150" alt="phixxy logo">
<h1>phixxy</h1> <h1>phixxy</h1>
<a href="https://ai.phixxy.com">ai</a> <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> </header>
<div class="intro"> <div class="intro">
<p>I am a hobbyist python programmer and web developer.</p> <p>I am a hobbyist python programmer, game dev, and web dev.</p>
<ul> <ul>
<li>💻I write <code>.py</code>, <code>.html</code>, <code>.css</code></li> <li>💻I write <code>.py</code>, <code>.html</code>, <code>.css</code></li>
<li>💭I believe in website minimalism, free knowledge and 🎅</li> <li>💭I believe in website minimalism, open 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>🚧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 and NES Games</li> <li>🎮I enjoy Oldschool Runescape, <a href="https://lichess.org/@/phixxy">Chess</a>, and NES Games</li>
</ul> </ul>
</div> </div>
<footer class="footer"> <footer class="footer">
&copy; 2024 phixxy.com &copy; 2025 phixxy.com
</footer> </footer>
</body> </body>