This commit is contained in:
Juli 2024-07-12 20:46:18 +03:00
parent db815b6cc5
commit eff53be274
9 changed files with 143 additions and 125 deletions

View file

@ -14,7 +14,9 @@ file_put_contents("404.log", $log, FILE_APPEND);
<br>
<a href="/">Navigate to back to the homepage</a>
<br>
<u><h3>This has been logged. Your IP has not been logged.</h3></u>
<u>
<h3>This has been logged. Your IP has not been logged.</h3>
</u>
<h3>The following text was logged:</h3>
<code><?php echo $log;?></code>
<br>
@ -24,4 +26,5 @@ file_put_contents("404.log", $log, FILE_APPEND);
</div>
hi
</body>
</html>

View file

@ -1,8 +1,8 @@
<?php include "static/commons/header.php"; ?>
<?php
$cars = array("https://api.tinyfox.dev/img?animal=fox","https://api.tinyfox.dev/img?animal=manul","https://api.tinyfox.dev/img?animal=serval","https://api.tinyfox.dev/img?animal=shiba","https://api.tinyfox.dev/img?animal=racc","https://api.tinyfox.dev/img?animal=dook","https://api.tinyfox.dev/img?animal=ott","https://api.tinyfox.dev/img?animal=woof","https://api.tinyfox.dev/img?animal=caracal","https://api.tinyfox.dev/img?animal=marten","https://api.tinyfox.dev/img?animal=wah");
$images = array("https://api.tinyfox.dev/img?animal=fox","https://api.tinyfox.dev/img?animal=manul","https://api.tinyfox.dev/img?animal=serval","https://api.tinyfox.dev/img?animal=shiba","https://api.tinyfox.dev/img?animal=racc","https://api.tinyfox.dev/img?animal=dook","https://api.tinyfox.dev/img?animal=ott","https://api.tinyfox.dev/img?animal=woof","https://api.tinyfox.dev/img?animal=caracal","https://api.tinyfox.dev/img?animal=marten","https://api.tinyfox.dev/img?animal=wah");
$animal_url = $cars[rand(0,count($cars)-1)];
$animal_url = $images[rand(0,count($images)-1)];
function calculate_elapsed_years($start_date)
{
@ -21,16 +21,23 @@ $date = calculate_elapsed_years("2009-08-29");
</div>
<div class="main_text">
<h2>Hello!</h2>
<p>I am Juli, a Finnish pansexual agender furry from '09(thats <?php echo $date?> years old). I go by Juli or Julimiro, any pronouns are fine.</p></p><br>
<p>I have a few coding projects which are on my <a href="https://git.gay/Julimiro">git</a>(and still a bit on my <a href="https://github.com/Juliasmatius">github</a>).</p><br>
<p>I am Juli, a Finnish pansexual agender furry from '09(thats <?php echo $date?> years old). I go by Juli or
Julimiro, any pronouns are fine.</p><br>
<p>I have a few coding projects which are on my <a href="https://git.gay/Julimiro">git</a>(and still a bit on my
<a href="https://github.com/Juliasmatius">github</a>).
</p><br>
<p>My socials can be found below</p>
<div class="socials">
<?php // <a alt="twitter" target="_blank" href="https://twitter.com/julithefurry"><img alt="twitter" title="Twitter" id="twitter" width=50px height=50px src="/static/assets/icons/twitter.svg"/></img></a> ?>
<a alt="Fediverse" target="_blank" href="https://eepykitty.lol/@juli"><img alt="Fediverse" title="Fediverse" width=50px height=50px src="/static/assets/icons/fediverse.svg"/></img></a>
<a alt="Last.fm" target="_blank" href="https://www.last.fm/user/Julimiro"><img alt="Last.fm" title="Last.fm" width=50px height=50px src="/static/assets/icons/lastfm.svg"/></img></a>
<a alt="Lemmy" target="_blank" href="https://lemmy.blahaj.zone/u/Juli"><img alt="Lemmy" title="Lemmy" width=50px height=50px src="/static/assets/icons/lemmy.svg"/></img></a>
<?php // <a alt="Steam" target="_blank" href="https://steamcommunity.com/id/julimiro/"><img alt="Steam" title="Steam" width=50px height=50px src="/static/assets/icons/steam.svg"/></img></a> ?>
<a alt="Youtube" target="_blank" href="https://www.youtube.com/@JuliTheFurry"><img alt="Youtube" title="Youtube" width=50px height=50px src="/static/assets/icons/youtube.svg"/></img></a>
<?php // <a alt="twitter" target="_blank" href="https://twitter.com/julithefurry"><img alt="twitter" title="Twitter" id="twitter" width=50px height=50px src="/static/assets/icons/twitter.svg"/></a> ?>
<a alt="Fediverse" target="_blank" href="https://eepykitty.lol/@juli"><img alt="Fediverse" title="Fediverse"
width=50px height=50px src="/static/assets/icons/fediverse.svg" /></a>
<a alt="Last.fm" target="_blank" href="https://www.last.fm/user/Julimiro"><img alt="Last.fm" title="Last.fm"
width=50px height=50px src="/static/assets/icons/lastfm.svg" /></a>
<a alt="Lemmy" target="_blank" href="https://lemmy.blahaj.zone/u/Juli"><img alt="Lemmy" title="Lemmy"
width=50px height=50px src="/static/assets/icons/lemmy.svg" /></a>
<?php // <a alt="Steam" target="_blank" href="https://steamcommunity.com/id/julimiro/"><img alt="Steam" title="Steam" width=50px height=50px src="/static/assets/icons/steam.svg"/></a> ?>
<a alt="Youtube" target="_blank" href="https://www.youtube.com/@JuliTheFurry"><img alt="Youtube"
title="Youtube" width=50px height=50px src="/static/assets/icons/youtube.svg" /></a>
</div>

View file

@ -1,8 +1,8 @@
<p id='currlisten'><br>
<a id='trackinfo' href=></a>
<script>
$url = "/lastfmproxy.php"
function fetchRecentTrack() {
console.log("Update")
fetch($url)
@ -18,7 +18,8 @@ function fetchRecentTrack() {
const trackInfoElement = document.getElementById('trackinfo');
if (nowPlaying) {
currListenElement.innerHTML = `Currently listening to<br><a id="trackinfo" target="_blank" href="${url}"><b>${artist}</b> - ${track}</a>`;
currListenElement.innerHTML =
`Currently listening to<br><a id="trackinfo" target="_blank" href="${url}"><b>${artist}</b> - ${track}</a>`;
} else {
currListenElement.innerHTML = '<br>';
trackInfoElement.href = '';
@ -29,5 +30,4 @@ function fetchRecentTrack() {
fetchRecentTrack();
setInterval(fetchRecentTrack, 15000);
</script>

View file

@ -4,12 +4,16 @@
<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>
<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>
<div class="socials">
<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>
<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>

View file

@ -1,8 +1,7 @@
<link rel="stylesheet" href="/static/commons/style.css">
<div class="footer">
<div class="footer_text"
<p>&copy; <?php echo date(
<div class="footer_text" <p>&copy; <?php echo date(
"Y"
); ?> Juli. All rights reserved.</p><br>
<p>Utilizes <a href="https://github.com/adryd325/oneko.js">oneko.js</a></p>
@ -10,15 +9,19 @@
</div>
<div class="footer_images">
<a target="_blank"href="https://www.codecademy.com/learn/learn-css"><img src="/static/assets/buttons/csshard.gif"></a>
<a target="_blank" href="https://www.codecademy.com/learn/learn-css"><img
src="/static/assets/buttons/csshard.gif"></a>
<a target="_blank" href="https://www.linux.org/"><img src="/static/assets/buttons/linux.gif"></a>
<a target="_blank" href="https://www.furaffinity.net/"><img src="/static/assets/buttons/paws.gif"></a>
<a target="_blank" href="https://www.php.net/"><img src="/static/assets/buttons/php.gif"></a>
<a target="_blank" href="https://www.linux.org/"><img src="/static/assets/buttons/powered_linux.gif"></a>
<a target="_blank" href='https://www.humanrightscareers.com/issues/trans-rights-101-definition-examples-significance/'><img src="/static/assets/buttons/transrights.gif"></a>
<a target="_blank"
href='https://www.humanrightscareers.com/issues/trans-rights-101-definition-examples-significance/'><img
src="/static/assets/buttons/transrights.gif"></a>
<a target="_blank" href=""><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>
<a target="_blank" href='https://transfem.social/@x86overflow'><img
src="/static/assets/buttons/boykisser.gif"></a>
<!-- <a target="_blank" href="https://ubuntu.com/"><img src="/static/buttons/ubuntu.gif"></a> -->
</div>
</div>
@ -26,7 +29,7 @@
#adolf {
display: none;
}
</style>
</body>
</html>

View file

@ -3,7 +3,8 @@ if (date('m') == 6) { // 6 is the month number for June
header("Content-type: text/css; charset=utf-8");
?>
body {
background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://upload.wikimedia.org/wikipedia/commons/4/48/Gay_Pride_Flag.svg');
background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
url('https://upload.wikimedia.org/wikipedia/commons/4/48/Gay_Pride_Flag.svg');
}
<?php
}