37 lines
909 B
Markdown
37 lines
909 B
Markdown
---
|
|
title: About
|
|
template: pages
|
|
page_dir: /about
|
|
---
|
|
|
|
<style>
|
|
.window_content {
|
|
background-image: url(/res/img/strawberries.jpg);
|
|
background-size: 100%;
|
|
}
|
|
</style>
|
|
|
|
# Hello, world!
|
|
<span style="display: flex;">
|
|
<div class="portrait">
|
|
<img src="/res/img/portrait.png" width="160px" height="160px" alt="Portrait">
|
|
</div>
|
|
<div>
|
|
<p>
|
|
I'm Jean, and this is my website!
|
|
</p>
|
|
<p>
|
|
Modeled after my ViewSonic E70 CRT monitor, this website operates in a similar way that a computer would, and it's designed at least somewhat after the Windows XP operating system.
|
|
</p>
|
|
<p>
|
|
I'm a transfem somewhere in my twenties, and I enjoy anime, manga, video games, computers, and pretty much about anything nerdy!
|
|
</p>
|
|
</div>
|
|
</span>
|
|
<p>
|
|
I'm also a huge proponent of free and open source software, as well as encryption, privacy, and security.
|
|
</p>
|
|
<p>
|
|
I hope you enjoy browsing about this weird little website of mine!
|
|
</p>
|