Website/projects/index.php
2024-07-17 13:52:05 +03:00

25 lines
No EOL
1 KiB
PHP

<?php include "../static/commons/header.php"; ?>
<link rel="stylesheet" href="/static/style/pages.css">
<div class="main">
<div class="page_text_left">
<p>I dont really have anything userful. Most of my minor projects are on my git.gay, some projects will me on my itch.<br>
<div class="socials">
<a alt="Git.gay" target="_blank" href="https://git.gay/Julimiro/"><img alt="Git.gay" title="Git.gay"
width=50px height=50px src="/static/assets/icons/git.svg" /></img></a>
<a alt="Github" target="_blank" href="https://github.com/Juliasmatius"><img alt="Github" title="Github"
width=50px height=50px src="/static/assets/icons/github.svg" /></img></a>
<a alt="Itch" target="_blank" href="https://julimiro.itch.io/"><img alt="Itch" title="Itch.io" width=50px
height=50px src="/static/assets/icons/itch.svg" /></img></a>
</div>
<br>
<br>
</div>
</div>
<?php include "../static/commons/footer.php"; ?>