Updated website with new designs and content
This commit is contained in:
+77
-69
@@ -1,72 +1,80 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>
|
||||
[ About | easthighNerd ]
|
||||
</title>
|
||||
<link href="/res/css/default.css" rel="stylesheet">
|
||||
<link href="/res/img/favicon.gif" rel="icon" type="image/gif">
|
||||
<link rel="me" href="https://raru.re/@easthighNerd">
|
||||
</head>
|
||||
<body class="window">
|
||||
<div class="window_bar">
|
||||
<p>
|
||||
About
|
||||
</p>
|
||||
<a href="/home/" class="close_button">
|
||||
<img src="/res/img/close.png" width="48px" height="48px" alt="Close button">
|
||||
</a>
|
||||
<div class="explorer_bar_top">
|
||||
<img src="/res/img/explorer-bar.jpg" width="100%" height="88px">
|
||||
<p>
|
||||
https://www.easthighnerd.net/
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="window_content">
|
||||
<style>
|
||||
.window_content {
|
||||
background-image: url(/res/img/strawberries.jpg);
|
||||
background-size: 100%;
|
||||
}
|
||||
</style>
|
||||
<h1 id="hello-world">Hello, world!</h1>
|
||||
<span style="display: flex;">
|
||||
<div class="portrait">
|
||||
<p><img src="/res/img/portrait.png" width="160px" height="160px" alt="Portrait"></p>
|
||||
</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>
|
||||
</div>
|
||||
<div class="explorer_bar_bottom">
|
||||
<img src="/res/img/explorer-bar-bottom.jpg" width="100%" height="23px">
|
||||
<p>
|
||||
https://www.easthighnerd.net/
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>
|
||||
[ About | easthighNerd ]
|
||||
</title>
|
||||
<link href="/res/css/default.css" rel="stylesheet">
|
||||
<link href="/res/img/favicon.gif" rel="icon" type="image/gif">
|
||||
<link rel="me" href="https://raru.re/@easthighNerd">
|
||||
</head>
|
||||
<body class="window">
|
||||
<div class="window_bar">
|
||||
<p>
|
||||
About
|
||||
</p>
|
||||
<a href="/home/" class="close_button">
|
||||
<img src="/res/img/close.png" width="48px" height="48px" alt="Close button">
|
||||
</a>
|
||||
<div class="explorer_bar_top">
|
||||
<div class="menu_bar">
|
||||
<p>
|
||||
File Edit View Favorites Tools Help
|
||||
</p>
|
||||
</div>
|
||||
<div class="navigation_bar">
|
||||
<p>
|
||||
<img src="/res/img/back.png" width="23px" height="23px" alt="Back button" style="filter: grayscale(1)">
|
||||
Back
|
||||
</p>
|
||||
</div>
|
||||
<div class="address_bar">
|
||||
<p>
|
||||
https://www.easthighnerd.net/
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="window_content">
|
||||
<style>
|
||||
.window_content {
|
||||
background-image: url(/res/img/strawberries.jpg);
|
||||
background-size: 100%;
|
||||
}
|
||||
</style>
|
||||
<h1 id="hello-world">Hello, world!</h1>
|
||||
<span style="display: flex;">
|
||||
<div class="portrait">
|
||||
<p><img src="/res/img/portrait.png" width="160px" height="160px" alt="Portrait"></p>
|
||||
</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>
|
||||
</div>
|
||||
<div class="explorer_bar_bottom">
|
||||
<p>
|
||||
https://www.easthighnerd.net/
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user