added photo

added slightly more content
This commit is contained in:
phixxy 2024-02-05 22:26:52 -08:00
parent 84803dea1a
commit 64f5848c63
2 changed files with 30 additions and 9 deletions

BIN
assets/phixxy.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 524 KiB

View file

@ -1,6 +1,9 @@
<!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">
body{
@ -15,33 +18,45 @@
margin-bottom: 50px;
}
img{
margin-bottom:-25px;
}
h1{
font-size: 70px;
margin-bottom: 10px;
}
a{
.header a{
color: #fff;
text-decoration: none;
margin-right: 20px;
margin-right: 10px;
margin-left: 10px;
font-size: 24px;
}
li{
list-style: none;
}
a:hover{
color: #3cb371;
border-bottom: 1px solid #3cb371;
padding-bottom: 5px;
border-bottom: 1px solid #fff;
}
.intro{
max-width: 800px;
margin: 0 auto;
text-align: justify;
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;
}
@ -56,15 +71,21 @@
</head>
<body>
<header class="header">
<h1>phixxy.com</h1>
<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://chat.phixxy.com">chat</a>
<a href="https://derp.phixxy.com">derp</a>
</header>
<div class="intro">
<p>I just do python and web stuff in my free time. Maybe you will find one of my projects interesting or useful. If you do, feel free to contact me and share your experience.</p>
<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 | email: contact@phixxy.com