From 3532ce22c10b45f3bfc373d8fd4b80664aa1661b Mon Sep 17 00:00:00 2001 From: Shipwreckt Date: Sat, 29 Jun 2024 22:01:55 +0100 Subject: Added some minor changes to fakefetch page for example adding a line to the header and adding spaces to the images. More will come tomorrow but this is all I had time for today --- public/Images/Fakefetch/logo.png | Bin 0 -> 70635 bytes public/articles/1Learning_C.html | 4 ++++ public/projects/programs/Dotfiles.html | 2 +- public/projects/programs/Fakefetch.html | 25 ++++++++++--------------- public/styles.css | 8 +++++++- 5 files changed, 22 insertions(+), 17 deletions(-) create mode 100644 public/Images/Fakefetch/logo.png (limited to 'public') diff --git a/public/Images/Fakefetch/logo.png b/public/Images/Fakefetch/logo.png new file mode 100644 index 0000000..d8d8af0 Binary files /dev/null and b/public/Images/Fakefetch/logo.png differ diff --git a/public/articles/1Learning_C.html b/public/articles/1Learning_C.html index 9beb4b1..e9db4be 100644 --- a/public/articles/1Learning_C.html +++ b/public/articles/1Learning_C.html @@ -35,6 +35,10 @@

So as the title implies, I have been learning the C programming language recently, and it has been fun. I am still at the basics, and I have tests coming up, but I am doing my best with the time I have! i  While I have been learning, I have been making a kind of tutorial file from the tutorial videos I have watched, so when I believe it is fully ready, I will publish it to GitLab.

+

+

Date: 27:6:2024

+

It has been a few weeks, and I have not made much progress, sadly. I have been quite busy with school, but I have more free time now, so I will have more time to study. I am happy I have more time because I have been really falling behind on learning C. 

+ This page is still being updated as I learn more C so keep checking in! diff --git a/public/projects/programs/Dotfiles.html b/public/projects/programs/Dotfiles.html index fd831a1..c8af59c 100644 --- a/public/projects/programs/Dotfiles.html +++ b/public/projects/programs/Dotfiles.html @@ -17,7 +17,7 @@
-

Shipwreckt

+

Shipwreckt


-

Shipwreckt

+

Shipwreckt


-

Fakefetch

+

Fakefetch

Background

Fakefetch is the first real program I have ever created that I use daily apart from config @@ -69,20 +69,15 @@ Source code on Gitlab

-
diff --git a/public/styles.css b/public/styles.css index 75c93d3..de2cdce 100644 --- a/public/styles.css +++ b/public/styles.css @@ -62,7 +62,7 @@ body { } header { - background-color: #1f1f1f; + background-color: #191919; padding: 10px; text-align: center; z-index: 1000; @@ -145,6 +145,7 @@ main a:hover { flex-direction: row-reverse; } +/* Images */ .about-image { margin-left: 20px; margin-right: 30px; @@ -157,6 +158,9 @@ main a:hover { border: 5px solid #7a4d7c; } +.space-image{ + margin: 10px; /* Adjust the space around images */ +} /* Article Styles */ .article { background-color: #171717; @@ -174,3 +178,5 @@ main a:hover { color: #9433ff; } + + -- cgit v1.2.3