summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrumeet <yuuta@yuuta.moe>2022-03-05 23:27:25 -0800
committerTrumeet <yuuta@yuuta.moe>2022-03-05 23:27:25 -0800
commit7ddeba1244c3a7db3cf66d0739cde7ff09facef0 (patch)
tree73aaccbd58950e5dc2d1a33c3038a6cd7feef158
parent12b57f1e09d4a65ea5af1cbd9faa74410479905d (diff)
downloadwww-7ddeba1244c3a7db3cf66d0739cde7ff09facef0.tar
www-7ddeba1244c3a7db3cf66d0739cde7ff09facef0.tar.gz
www-7ddeba1244c3a7db3cf66d0739cde7ff09facef0.tar.bz2
www-7ddeba1244c3a7db3cf66d0739cde7ff09facef0.zip
Support latest news
-rw-r--r--index.html41
1 files changed, 30 insertions, 11 deletions
diff --git a/index.html b/index.html
index 452579c..684cc92 100644
--- a/index.html
+++ b/index.html
@@ -14,6 +14,17 @@
.header h1 {
padding: 8px;
}
+.container {
+ margin: 0px;
+ padding: 0px;
+ display: flex;
+ flex-direction: row;
+}
+.left {
+ flex: auto;
+}
+.right {
+}
</style>
</head>
<body>
@@ -37,17 +48,25 @@
</footer>
</div>
<div class="main">
- <h1>Welcome to Yuuta Liang's Site</h1>
- <p>My place on the Internet.</p>
- <p>Who am I? <a href="https://blog.yuuta.moe/about/">About me</a> and <a href="projs">Check out my work</a>.</p>
- <p>I speak English and Mandarin, write English and Simplified Chinese. Timezone: America/Pacific.</p>
- <h2 id="sites">Websites</h2>
- <p>You may find my essays and tutorials at <a href="https://blog.yuuta.moe/">my blog</a>.</p>
- <p>I share my codes at <a href="https://git.yuuta.moe/">my git server</a>.</p>
- <p>A public IPv6 only file share is available at <a href="https://ftp.yuuta.moe/">my ftp site</a>.</p>
- <p>I also run an ASN: AS142281 (and AS4242422980 at DN42). Learn more at <a href="https://yuuta.network">Yuuta Network</a>.</p>
- <p>My DN42 network provides automatic peering service at <a href="https://peering.yuuta.moe">peering.yuuta.moe</a>. It is written in Java.</p>
- <p>I play games as well. I have a technical Minecraft server: <a href="https://ymc.moe">YMC</a> with the focus on redstone and game mechanisms.</p>
+ <div class="container">
+ <div class="left">
+ <h1>Welcome to Yuuta Liang's Site</h1>
+ <p>My place on the Internet.</p>
+ <p>Who am I? <a href="https://blog.yuuta.moe/about/">About me</a> and <a href="projs">Check out my work</a>.</p>
+ <p>I speak English and Mandarin, write English and Simplified Chinese. Timezone: America/Pacific.</p>
+ <h2 id="sites">Websites</h2>
+ <p>You may find my essays and tutorials at <a href="https://blog.yuuta.moe/">my blog</a>.</p>
+ <p>I share my codes at <a href="https://git.yuuta.moe/">my git server</a>.</p>
+ <p>A public IPv6 only file share is available at <a href="https://ftp.yuuta.moe/">my ftp site</a>.</p>
+ <p>I also run an ASN: AS142281 (and AS4242422980 at DN42). Learn more at <a href="https://yuuta.network">Yuuta Network</a>.</p>
+ <p>My DN42 network provides automatic peering service at <a href="https://peering.yuuta.moe">peering.yuuta.moe</a>. It is written in Java.</p>
+ <p>I play games as well. I have a technical Minecraft server: <a href="https://ymc.moe">YMC</a> with the focus on redstone and game mechanisms.</p>
+ </div>
+ <div class="right">
+ <h3>Latest News</h3>
+ <h4>Mar. 5 / 2022: This site supports Latest News!</h4>
+ </div>
+ </div>
<h2 id="projs">Projects</h2>
<p>A full overview of what I did is available at <a href="projs">projs</a>.</p>
<p>Or, you could checkout my highlighted products list:</p>