From 49840ab5f7c2334ed99e663da9ad076388a9e061 Mon Sep 17 00:00:00 2001 From: Shipwreckt Date: Sun, 2 Mar 2025 11:52:41 +0000 Subject: Ncmpcpp added to software.html --- public/about/software.html | 1 + public/index.html | 2 +- public/styles.css.bk | 167 --------------------------------------------- 3 files changed, 2 insertions(+), 168 deletions(-) delete mode 100644 public/styles.css.bk diff --git a/public/about/software.html b/public/about/software.html index 5c3d6b3..823b0a2 100644 --- a/public/about/software.html +++ b/public/about/software.html @@ -69,6 +69,7 @@

Misc software:

Plymouth provides a graphical boot animation while the boot process happens in the background. This process is ran very early in the boot process.

+

Ncmpcpp is a TUI music player that I use when I am programming or pretending to study.

diff --git a/public/index.html b/public/index.html index be35a10..c8951ba 100644 --- a/public/index.html +++ b/public/index.html @@ -21,7 +21,7 @@
-

Hello there! I am Shipwreckt, and I am 15 years old. I am from the UK, and I have a great passion for computers and all things revolving around them, such as software and hardware. I mostly focus on learning and working with the Linux operating system. To see what I am up to right now, click here.

+

Hello there! I am Shipwreckt, and I am 15 years old. I am from the UK, and I have a great passion for computers and all things revolving around them, such as software and hardware. I mostly focus on learning and working with the Linux operating system. To see what I am up to right now, click here.

Software that I use.

diff --git a/public/styles.css.bk b/public/styles.css.bk deleted file mode 100644 index 2ac1e90..0000000 --- a/public/styles.css.bk +++ /dev/null @@ -1,167 +0,0 @@ -/* styles.css */ - - -body { - background-color: #272727; - color: #e6e6e6; - font-family: 'FreeSerif', serif; - max-width: 900px; - margin: 0 auto; - padding: 0 20px; -} - -header { - text-align: center; - padding: 20px; -} - -nav ul { - list-style: none; - padding: 0; - text-align: center; -} - -nav ul li { - display: inline-block; - margin-right: 20px; -} - -nav ul li.logo img { - max-height: 70px; -} - -nav ul li a { - color: #716181; - text-decoration: none; -} - -a { - color: #5e4d96; - text-decoration: none; -} - -a:hover { - text-decoration: underline; -} - -main{ - margin: 20px auto; - font-size: 18px; - max-width: 90%; - padding: 0 10px; -} - -.tags { - margin: 20px auto; - font-size: 18px; - max-width: 40%; - padding: 0 10px; -} - -.tags2 { - margin: 20px auto; - font-size: 18px; - max-width: 68%; - padding: 0 10px; -} - -.posts { - border-top: 1px solid #C0C0C0; - padding-top: 10px; -} - -.posts h2 { - font-size: 24px; - padding-bottom: 5px; -} - -.posts ul { - list-style: none; - padding: 0; -} - -.posts ul li { - margin-bottom: 10px; -} - -.right-image { - float: right; - margin: 0 0 10px 10px; - height: auto; -} - -.left-image { - float: left; - height: auto; -} -.center { - display: block; - margin-left: auto; - margin-right: auto; - width: 70%; -} - -.code-box { - padding-top: 100px; - background-color: #c8c8c8; - font-family: 'FreeSans', sans-serif; - font-size: 15px; - color: #000000; - border: 2px solid; - padding: 7px; -} - -/* Media Queries for responsiveness */ -@media (max-width: 768px) { - body { - max-width: 100%; - padding: 0 10px; - } - - .title { - font-size: 28px; - } - - nav ul { - display: flex; - flex-direction: column; - align-items: center; - } - - nav ul li { - display: block; - margin: 10px 0; - text-align: center; - } - - nav ul li.logo img { - max-height: 50px; - } - - .description { - font-size: 16px; - } - - .posts h2 { - font-size: 22px; - } -} - -@media (max-width: 480px) { - .title { - font-size: 24px; - } - - .description { - font-size: 14px; - } - - .posts h2 { - font-size: 20px; - } - - nav ul li { - margin: 5px 0; - } -} - -- cgit v1.2.3