diff --git a/blog/.blog.template b/blog/.blog.template index 59caa23..1026003 100644 --- a/blog/.blog.template +++ b/blog/.blog.template @@ -29,7 +29,7 @@


diff --git a/blog/blog-001 b/blog/blog-001 index 2757bb0..ae45b76 100644 --- a/blog/blog-001 +++ b/blog/blog-001 @@ -31,10 +31,10 @@ name="viewport" content="width=device-width, initial-scale=1">Clement Chi <p>I have not pinned down the style and format of how I want to keep writing these blogs. I use too many I's, which violate the readability of this site. Too much white blinds the eyes. This site might get cached in Google or stored in WayBack Machine way longer than I might consider to keep it running on my server. Things change; so will my decisions with this site down the line.</p> <hr> - -<p align="right"><a href="blog-002">Next Post</a></p> - -<hr> +<p><div class="navbar"> + <div><a href="blog-000">Prev</a></div> + <div><a href="blog-002">Next</a></div> +</div></p> <blockquote> “Fate rarely calls upon us at a moment of our choosing." diff --git a/blog/blog-002 b/blog/blog-002 index 7651730..996365d 100644 --- a/blog/blog-002 +++ b/blog/blog-002 @@ -26,9 +26,11 @@ <hr> -<p align="right"><a href="blog-003">Next Post</a></p> +<p><div class="navbar"> + <div><a href="blog-001">Prev</a></div> + <div><a href="blog-003">Next</a></div> +</div></p> -<hr> <blockquote> “Listen to the mustn'ts, child. <br>Listen to the don'ts. <br>Listen to the shouldn'ts, the impossibles, the won'ts. <br>Listen to the never haves, <br>then listen close to me... <br>Anything can happen, child. <br>Anything can be.” <br> diff --git a/blog/blog-003 b/blog/blog-003 index 1d22d29..a01cd44 100644 --- a/blog/blog-003 +++ b/blog/blog-003 @@ -30,9 +30,11 @@ name="viewport" content="width=device-width, initial-scale=1"><title>Clement Chi <hr> -<p align="right"><a href="blog-004">Next Post</a></p> +<p><div class="navbar"> + <div><a href="blog-002">Prev</a></div> + <div><a href="blog-004">Next</a></div> +</div></p> -<hr> <blockquote> “Nothing in this world can take the place of persistence. Talent will not; nothing is more common than unsuccessful men with talent. Genius will not; unrewarded genius is almost a proverb. Education will not; the world is full of educated derelicts. Persistence and determination alone are omnipotent. The slogan Press On! has solved and always will solve the problems of the human race.” <br> diff --git a/blog/blog-004 b/blog/blog-004 index 9f739ea..2f3a994 100644 --- a/blog/blog-004 +++ b/blog/blog-004 @@ -69,12 +69,11 @@ name="viewport" content="width=device-width, initial-scale=1"><title>Clement Chi <hr> -<p align="right"><a href="blog-005">Next Post</a></p> +<p><div class="navbar"> + <div><a href="blog-003">Prev</a></div> + <div><a href="blog-005">Next</a></div> +</div></p> -</body> -</html> - -<hr> <blockquote> "How lucky am I to have something that makes saying goodbye so hard." <br> diff --git a/blog/blog-005 b/blog/blog-005 index 05c471e..5b6a605 100644 --- a/blog/blog-005 +++ b/blog/blog-005 @@ -28,9 +28,10 @@ name="viewport" content="width=device-width, initial-scale=1"><title>Clement Chi <hr> -<p align="right"><a href="blog-006">Next Post</a></p> - -<hr> +<p><div class="navbar"> + <div><a href="blog-004">Prev</a></div> + <div><a href="blog-006">Next</a></div> +</div></p> <blockquote> “It's like in the great stories, Mr. Frodo. The ones that really mattered. Full of darkness and danger they were. And sometimes you didn't want to know the end… because how could the end be happy? How could the world go back to the way it was when so much bad had happened? But in the end, it’s only a passing thing… this shadow. Even darkness must pass.” diff --git a/blog/blog-006 b/blog/blog-006 index 7ad8c28..250e78f 100644 --- a/blog/blog-006 +++ b/blog/blog-006 @@ -24,9 +24,10 @@ name="viewport" content="width=device-width, initial-scale=1"><title>Clement Chi <hr> -<p align="right"><a href="blog-007">Next Post</a></p> - -<hr> +<p><div class="navbar"> + <div><a href="blog-005">Prev</a></div> + <div><a href="blog-007">Next</a></div> +</div></p> <blockquote> “You know, I used to think it was awful that life was so unfair. Then I thought, wouldn't it be much worse if life were fair, and all the terrible things that happen to us come because we actually deserve them? So, now I take great comfort in the general hostility and unfairness of the universe.” diff --git a/blog/blog-007 b/blog/blog-007 index 85935df..2ce7ea5 100644 --- a/blog/blog-007 +++ b/blog/blog-007 @@ -42,4 +42,7 @@ These methods reduced the file size to about 55kB: a size that I'm much more com <hr> -<p align="right"><a href="blog-000">Next Post</a></p> +<p><div class="navbar"> + <div><a href="blog-006">Prev</a></div> + <div><a href="blog-000">Next</a></div> +</div></p> diff --git a/index.html b/index.html index fcb06a1..09b1ee5 100644 --- a/index.html +++ b/index.html @@ -23,7 +23,7 @@ name="viewport" content="width=device-width, initial-scale=1"><title>Clement Chi <p>I am also a strong supporter of FLOSS software. I try to use as much FLOSS software as I can in my daily life.</p> <h2>My Ambitions and Aim</h2> -<p>I trying to pick up more skills and experience in systems administration and devops. Diversification of my skills is one of my highest priorities. I also wish to further my formal education and obtain certifications (RHCSA, CCNA, etc) in the very near future. <a href="files/20200504-CV.pdf">Here</a> is a copy of my CV.</p> +<p>I trying to pick up more skills and experience in systems administration and devops. Diversification of my skills is one of my highest priorities. I also wish to further my formal education and obtain certifications (RHCSA, CCNA, etc) in the very near future.</p> <p>I also maintain a blog where I document learning various technologies and other experiences. </p>