From 0e6c81b7ec9be87d7f18baa599f7950e0a99c6fa Mon Sep 17 00:00:00 2001 From: clement Date: Sat, 30 May 2020 20:51:08 +0800 Subject: [PATCH] Updated blog index page. --- blog/blog-000 | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/blog/blog-000 b/blog/blog-000 index 2c58be7..1c176ab 100644 --- a/blog/blog-000 +++ b/blog/blog-000 @@ -5,13 +5,18 @@ name="viewport" content="width=device-width, initial-scale=1">Clement Chi <link rel="icon" href="data:,"> </head><body> +<p><div class="navbar"> + <div><a href="../index.html">Home</a></div> + <div><a href="blog-000">Blog</a></div> + <div><a href="../files/CV.pdf">CV</a></div> +</div></p> +<hr> + <header> <h1>My Little Blog</h1> - <aside>Hi. I write about my career and various technologies that I experiment with. Go back to my website <a href="../index.html">here</a>.</aside> + <aside>Hi. I write about my career and various technologies that I experiment with.</aside> </header> -<h2>Index</h2> - <ul> <li><a href="blog-007">2020-05-22 Optimizing Web Pages and File Sizes</a></li> <li><a href="blog-006">2020-05-21 A Hit of Kubernetes</a></li>