This commit is contained in:
Juli 2024-07-17 13:52:05 +03:00
parent cf042ccc56
commit d29d981fb8
5 changed files with 15 additions and 24 deletions

View file

@ -16,7 +16,7 @@ $date = calculate_elapsed_years("2009-08-29");
<link rel="stylesheet" href="/static/style/index.css">
<div class="main">
<div class="fox_div">
<img src="<?php echo $animal_url;?>" id=myImg alt="Cute animal :3">
<img src="<?php echo $animal_url;?>" id=myImg alt="randomly picked image of cute animal">
<p>Images stolen from <a target="_blank" href="https://tinyfox.dev/image-list/">tinyfox.dev</a></p>
</div>
<div class="main_text">

View file

@ -4,31 +4,20 @@
<div class="main">
<div class="page_text_left">
<p>I have made a few actually useful scripts like Portal 2 VR mod manager and Portal 2 VR installer. Most of my
minor projects are on my github or replit, some projects will me on my itch.<br>
Major projects will be listed below</p><br>
<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="Github" target="_blank" href="https://github.com/Juliasmatius"><img alt="Github" title="Github"
<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>
<a alt="Replit" target="_blank" href="https://replit.com/@Julimiro"><img alt="Replit" title="Replit"
width=50px height=50px src="/static/assets/icons/replit.svg" /></img></a>
</div>
<br>
<br>
<details>
<summary>My game</summary>
<h2>My game</h2>
<p>Not out yet, and I still don't have a name.
This is going to released on my itch.io. It's going to be a platformer/puzzle game.
Want to know more about it? Too bad.</p>
</details>
</div>
</div>
</div>

View file

@ -0,0 +1 @@
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Git</title><path d="M23.546 10.93L13.067.452c-.604-.603-1.582-.603-2.188 0L8.708 2.627l2.76 2.76c.645-.215 1.379-.07 1.889.441.516.515.658 1.258.438 1.9l2.658 2.66c.645-.223 1.387-.078 1.9.435.721.72.721 1.884 0 2.604-.719.719-1.881.719-2.6 0-.539-.541-.674-1.337-.404-1.996L12.86 8.955v6.525c.176.086.342.203.488.348.713.721.713 1.883 0 2.6-.719.721-1.889.721-2.609 0-.719-.719-.719-1.879 0-2.598.182-.18.387-.316.605-.406V8.835c-.217-.091-.424-.222-.6-.401-.545-.545-.676-1.342-.396-2.009L7.636 3.7.45 10.881c-.6.605-.6 1.584 0 2.189l10.48 10.477c.604.604 1.582.604 2.186 0l10.43-10.43c.605-.603.605-1.582 0-2.187"/></svg>

After

Width:  |  Height:  |  Size: 702 B

View file

@ -20,11 +20,11 @@
<a target="_blank"
href='https://www.humanrightscareers.com/issues/trans-rights-101-definition-examples-significance/'><img
src="/static/assets/buttons/transrights.gif"></a>
<img src="/static/assets/buttons/flag-pan.gif">
<a><img src="/static/assets/buttons/flag-pan.gif"></a>
<a target="_blank" href="https://breadtf.com/"><img src="/static/assets/buttons/gayweb.gif"></a>
<a target="_blank" href='https://transfem.social/@x86overflow'><img
src="/static/assets/buttons/boykisser.gif"></a>
<img src="/static/assets/buttons/boykiss.gif">
<a><img src="/static/assets/buttons/boykiss.gif"></a>
<!-- <a target="_blank" href="https://ubuntu.com/"><img src="/static/buttons/ubuntu.gif"></a> -->
</div>
</div>

View file

@ -41,13 +41,14 @@ body {
.footer {
display: flex;
position: relative;
position: absolute;
left: 50%;
bottom: 0;
margin-top: 200px;
transform: translateX(-50%);
text-align: center;
max-width: 100%;
max-width: 80%;
margin-top: 80%;
}
.footer_text {
@ -68,7 +69,7 @@ body {
bottom: 0;
left: 50%;
transform: translateX(-50%);
max-width: 100%;
max-width: 800%;
min-width: 15%;
}