From a1ecac1b53c8c74382fe5c0d4a44b45a4b5cec08 Mon Sep 17 00:00:00 2001 From: clement Date: Sat, 30 May 2020 20:39:33 +0800 Subject: [PATCH] Added navbar for blog templates. Also soft linked CV --- blog/.blog.template | 14 ++++++++++++-- blog/blogstyle.css | 6 ++++-- files/CV.pdf | 1 + 3 files changed, 17 insertions(+), 4 deletions(-) create mode 120000 files/CV.pdf diff --git a/blog/.blog.template b/blog/.blog.template index 04a013d..59caa23 100644 --- a/blog/.blog.template +++ b/blog/.blog.template @@ -5,8 +5,14 @@ +

+
-

+

Header

@@ -22,4 +28,8 @@
-

Next Post

+

+
diff --git a/blog/blogstyle.css b/blog/blogstyle.css index 374a303..b8bfac2 100644 --- a/blog/blogstyle.css +++ b/blog/blogstyle.css @@ -9,5 +9,7 @@ body { h1,h2,h3 { line-height:1.2; } - - +.navbar { + display:flex; + justify-content: space-around; +} diff --git a/files/CV.pdf b/files/CV.pdf new file mode 120000 index 0000000..11b850e --- /dev/null +++ b/files/CV.pdf @@ -0,0 +1 @@ +20200504-CV.pdf \ No newline at end of file