world/content/_index.md

44 lines
1.7 KiB
Markdown
Raw Normal View History

2023-12-21 13:26:13 +01:00
+++
title = "Welcome"
+++
## Welcome to my world!
Hello there! My name is Alice and i am a fullstack web dev. I like to start a lot of side projects, but finish only a few of them.
## My contacts
You can send me an email (preferred): [me@blek.codes](mailto:me@blek.codes)
I can also be reached via [telegram](https://t.me/bleki42).
<div class='js-only'>
My time in my timezone is: <span id='time'></span>
<script>
(async () => {
function update() {
document.getElementById('time').innerText = new Date(
new Date().toLocaleString('en-US', { timeZone: 'Asia/Vladivostok' })
).toLocaleString('en-US', {
hour: 'numeric',
minute: 'numeric',
second: 'numeric',
hourCycle: 'h24'
});
setTimeout(update, 1000);
}
update()
})()
</script>
</div>
2023-12-21 16:31:25 +01:00
2024-01-07 05:48:57 +01:00
I also made a lil badge to show if i am currently online. Cool, huh?
2024-01-07 05:57:03 +01:00
<img src='https://online.blek.codes/gif' height='31px' width='88px' alt='A badge showing if i am online or not. Sorry, the only way to know it is to load the gif. It would be all greeny if i am online' />
<a href='/online-badge'>how does it work?</a>
2024-01-07 05:48:57 +01:00
2023-12-21 16:31:25 +01:00
## Webrings!!
I like webrings.
<a href="https://webring.haaien.xyz/#1" target="_blank" rel="noopener"><img src="/hairing.gif" alt="A button saying haaien webring" height='31px' width='88px'/></a>
2023-12-22 14:25:00 +01:00
<a href="https://acingtheinternet.netlify.app" target="_blank" rel="noopener"><img src="/acenow.gif" alt="A button saying asexuals now" height='31px' width='88px'></a>
---
Did you ever wonder what a [caterpillar](/caterpillar) looks like?