Liu Song’s Projects


~/Projects/yim.gallery

git clone https://code.lsong.org/yim.gallery

Commit

Commit
5ac5fb5fd96e6832cdc45ae1104e675e3f3a20d7
Author
Lsong <[email protected]>
Date
2022-11-06 16:52:11 +0800 +0800
Diffstat
 index.html | 48 ++++++++++++++++++++++++++++++++++++++++++++++++

update


diff --git a/index.html b/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..89679b087288428a798e6b8045483659017167d4
--- /dev/null
+++ b/index.html
@@ -0,0 +1,48 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+  <title>🖼️ YIM (YIMU LIU)’s Gallery</title>
+  <meta charset="UTF-8">
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+  <link rel="stylesheet" href="https://lsong.org/css/stylesheet.css">
+  <style></style>
+</head>
+
+<body class="container">
+  <header class="header" >
+    <h1>YIM (YIMU LIU)’s Gallery</h1>
+    <nav id="navbar" class="nav nav-bar pull-right">
+      <a href="/">home</a>
+      <a href="/posts">blog</a>
+      <a href="/books">books</a>
+      <a href="/gallery">gallery</a>
+    </nav>
+    <hr />
+  </header>
+
+  <main>
+
+    <section>
+      <h2>Hello 👋</h2>
+      <p>Hi, my name is Liu Yimu (Yim), I born in 8/4 2019 in Beijing, China.</p>
+    </section>
+
+    <section id="photos">
+      <h2>Gallery</h2>
+      <ul>
+        <li><a href="lion.jpg">🦁️ 方狮子画像</a></li>
+        <li><a href="universe.jpg">🪐 宇宙中的点</a></li>
+        <li><a href="the-starry-night.jpg">🌃 梵高的星月夜</a></li>
+      </ul>
+    </section>
+
+  </main>
+
+  <footer>
+    <hr />
+    &copy; liuyimu 08/04/2019 ~ now
+  </footer>
+</body>
+
+</html>
\ No newline at end of file




diff --git a/lion.jpg b/lion.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..bcbe88b84c6fda007f968ee68d4a1fbf8bb12370
Binary files /dev/null and b/lion.jpg differ




diff --git a/the-starry-night.jpg b/the-starry-night.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..458faf9ad004b3492050b0b1cb8125ec7731bc22
Binary files /dev/null and b/the-starry-night.jpg differ




diff --git a/universe.jpg b/universe.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..9ba0da366817b0ef1f619cf5da9efb5cc430dbcd
Binary files /dev/null and b/universe.jpg differ