diff options
Diffstat (limited to 'public/archive/linux/Terminal_Is_Better/index.html')
| -rw-r--r-- | public/archive/linux/Terminal_Is_Better/index.html | 26 |
1 files changed, 20 insertions, 6 deletions
diff --git a/public/archive/linux/Terminal_Is_Better/index.html b/public/archive/linux/Terminal_Is_Better/index.html index c2ed125..d02af11 100644 --- a/public/archive/linux/Terminal_Is_Better/index.html +++ b/public/archive/linux/Terminal_Is_Better/index.html @@ -7,11 +7,24 @@ <title>Why the terminal will always beat the GUI 👨💻</title> </head> <body> + <header> + <nav class="site-nav"> + <div class="nav-container"> + <div class="nav-left"> + <a href="/" class="site-title">Shipwreckt</a> + </div> + <ul class="nav-right"> + <li><a href="/">Home</a></li> + <li><a href="/archive/">Archive</a></li> + <li><a href="/links/">Links</a></li> + <li><a href="/contact/">Contact</a></li> + </ul> + </div> + </nav> + <h1>Why the terminal will always beat the GUI 👨💻</h1> + <p class="post-date">August 27, 2024</p> + </header> <article> - <header> - <h1>Why the terminal will always beat the GUI 👨💻</h1> - <p class="post-date">August 27, 2024</p> - </header> <div class="post-content"> <hr> <p>I want to say this now, I do not care if people use a GUI option for things, Linux is all about choice and if you choose to use a GUI instead of using the terminal that is your choice!</p> @@ -29,7 +42,8 @@ <p>MPV - Video player FEH - Image viewer</p> <hr> -<p>For now that is all I have on why terminal is better!</p> +<h2>Overview</h2> +<p>Those are all the reasons why I think the terminal is better then the GUI!</p> </div> </article> @@ -37,7 +51,7 @@ FEH - Image viewer</p> - <footer class="post-footer"> + <footer> <a href="/archive/linux" class="back-button">⬅ Back to Linux</a> </footer> |
