Page 2 of 3
Re: Kennel Linux
Posted: Sun Mar 02, 2025 12:39 pm
by wiak
IdfbAn wrote: Thu Feb 20, 2025 10:46 am
I assume this site is just for your KL distros?
Yes seems to specifically be for Sofiya's own spins including some Community Edition releases of distros released earilier by some of us.
In practice, when individuals create a distro or distros as Sofiya does then they are very likely to build their own websites related to these releases, and especially if they intend to publish their availability on the likes of Distowatch. That is their prerogative only of course since notifying Distrowatch is up to the distro creator who may or may not want to do that.
A KL community website is a different matter. A site for that purpose 'effectively' belongs to everyone (assuming it be given 'official status' by the dev team) or at least that everyone can contribute as much or little as they wish to it. Of course, there is never anything to stop anyone publishing links or info to all KL distros if they so wish; that's the nature of open source - the question always simply boils down to what we decide is to be the 'main general site' as far as this forum audience is concerned anyway. For that general 'official' site, focus is certainly required or all would be anarchy and the site would unlikely to be developed...!
If many people have a stab at producing a general site, I guess the forum team would just have to choose the best of them in the end - and why not(?), we deserve the best! 
Re: Kennel Linux
Posted: Mon Mar 03, 2025 10:17 am
by Sofiya
Re: Kennel Linux
Posted: Mon Mar 03, 2025 1:15 pm
by geo_c
IdfbAn wrote: Thu Feb 20, 2025 10:46 am
I assume this site is just for your KL distros?
Yes, seems to me this is a good approach. Since KL's are so easily cranked out and an official Kennel Linux page could easily get bloated with OS's and be rather confusing, it seems to make sense that someone as prolific as @Sofiya in creating distros can organize them on their own page, and the MAIN Kennel Linux site could thus be more streamlined and perhaps feature one or three flagship OS's, and then include links to each developer's personal page of offerings and experiments.
I like the clean simple look of the page you are developing and would like to see it go live at some point.
Re: Kennel Linux
Posted: Mon Mar 03, 2025 1:19 pm
by IdfbAn
geo_c wrote: Mon Mar 03, 2025 1:15 pm
I like the clean simple look of the page you are developing and would like to see it go live at some point.
That site actually went live 2 and a half weeks ago! https://kennellinux.github.io
Re: Kennel Linux
Posted: Mon Mar 03, 2025 2:43 pm
by rockedge
I really like the site!
I will add links in some menu to it on this site as well as on klv-airedale.rockedge.org and the kennel-linux.rockedge.org forum which will give the many search Bots that scan those sites the back links they're looking for.....should boost the already great SEO ranking to like #1 globally.....like on planet Earth
Re: Kennel Linux
Posted: Mon Mar 03, 2025 4:07 pm
by rockedge
@Sofiya there is a missing <title> in the html <head> section:

- Screenshot_2025-03-03_11-01-23.jpg (39.99 KiB) Viewed 3049 times
Re: Kennel Linux
Posted: Mon Mar 03, 2025 8:21 pm
by Sofiya
rockedge wrote: Mon Mar 03, 2025 4:07 pm
@Sofiya there is a missing <title> in the html <head> section:
Screenshot_2025-03-03_11-01-23.jpg

Re: Kennel Linux
Posted: Tue Mar 04, 2025 3:17 am
by Sofiya
Kennel Linux 

KL-linux
https://sofijacom.github.io/
Moved the Dark Mode switch and changed the checkbox. Now the page is aligned correctly.
Re: Kennel Linux
Posted: Thu Mar 06, 2025 5:41 am
by Clarity
Forum Members, check out the webpage by linking to it. ITS an Impressive contribution to what is happening in KLs!!! 
@Sofiya check your PM for a message
Re: Kennel Linux
Posted: Thu Mar 06, 2025 3:20 pm
by fredx181
Clarity wrote: Thu Mar 06, 2025 5:41 am
Forum Members, check out the webpage by linking to it. ITS an Impressive contribution to what is happening in KLs!!!
...
Sure it is, I love your work @Sofiya .
Just thinking, wouldn't it be better that a website called Kennel Linux contains all KL distributions, also from e.g. @rockedge, @wiak and @josejp2424 ?
Re: Kennel Linux
Posted: Thu Mar 06, 2025 3:54 pm
by Sofiya
I finished writing the script for the button to switch to dark mode, it seems to have worked out well
my awesome font ( https://fontawesome.com/search?ic=free ) pack is used to display icons, i think it's the best option for the site
KL-Linux
https://sofijacom.github.io/

Re: Kennel Linux
Posted: Thu Mar 06, 2025 3:56 pm
by geo_c
fredx181 wrote: Thu Mar 06, 2025 3:20 pm
Just thinking, wouldn't it be better that a website called Kennel Linux contains all KL distributions, also from e.g. @rockedge, @wiak and @josejp2424 ?
I was addressing that question earlier in this thread:viewtopic.php?p=143980#p143980
Re: Kennel Linux
Posted: Thu Mar 06, 2025 4:20 pm
by rockedge
@geo_c would be great to unify all of the KL varieties on this page.
Re: Kennel Linux
Posted: Sat Mar 08, 2025 9:23 pm
by Sofiya
Just for fun 
Re: Kennel Linux
Posted: Mon Mar 10, 2025 5:51 pm
by stemsee
I think your menu button should be on the left and labelled! 
Re: Kennel Linux
Posted: Mon Mar 10, 2025 11:23 pm
by Sofiya
stemsee wrote: Mon Mar 10, 2025 5:51 pm
I think your menu button should be on the left and labelled! 

Re: Kennel Linux
Posted: Tue Mar 11, 2025 3:04 am
by stemsee
yep
Beautiful ...
Re: Kennel Linux
Posted: Tue Mar 11, 2025 9:59 am
by Sofiya
Re: Kennel Linux
Posted: Tue Mar 11, 2025 2:01 pm
by Sofiya
Clock
I finally decided to remove the clock from the html and write a script for it.
html
Code: Select all
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>clock33</title>
<script type="text/javascript" src="/assets/js/clock33.js"></script>
<link rel="stylesheet" href="/assets/css/clock33.css">
</head>
<div class="center">
<div id="clock33" class="bg-3">
<span id="clockHours"></span> : <span id="clockMinutes"></span> : <span id="clockSeconds"></span>
</div>
</div>
<script>
clock33();
</script>
<body>
<header></header>
<main></main>
<footer></footer>
</body>
</html>
clock33.css
Code: Select all
.center {
position: relative;
width: 160px;
top: 10px;
left: 130px;
}
@font-face {
font-family: "clock-font";
src: url("/assets/fonts/corner_font.ttf");
}
#clock33 {
font-size: 28px;
font-weight: normal;
font-family: clock-font;
text-align: center;
border: 1px solid #875eb0;
border-radius: 40px;
background: #23273a;
color: grey;
}
clock33.js
Code: Select all
function getRandom(number) {
return Math.round(number * Math.random());
};
function getRandomColor() {
var red = getRandom(255);
var green = getRandom(255);
var blue = getRandom(255);
var color = "rgb(" + red + "," + green + "," + blue + ")";
return color;
};
function clock33() {
var date = new Date();
var hours = date.getHours();
var minutes = date.getMinutes();
var seconds = date.getSeconds();
var clockHours = document.getElementById("clockHours");
var clockMinutes = document.getElementById("clockMinutes");
var clockSeconds = document.getElementById("clockSeconds");
if (hours < 10)
hours = "0" + hours;
if (minutes < 10)
minutes = "0" + minutes;
if (seconds < 10)
seconds = "0" + seconds;
clockHours.innerHTML = hours;
clockMinutes.innerHTML = minutes;
clockSeconds.innerHTML = seconds;
clockHours.style.color = getRandomColor();
clockMinutes.style.color = getRandomColor();
clockSeconds.style.color = getRandomColor();
setTimeout("clock33()", 1000);
};
Re: Kennel Linux
Posted: Thu Mar 13, 2025 4:47 pm
by Sofiya
Kennel Linux
KL-linux
https://sofijacom.github.io/
Added Theme Skin - ( solarized-light, solarized-dark )
_data/theme.yml
> # Theme Skin
Re: Kennel Linux
Posted: Thu Mar 13, 2025 7:41 pm
by rockedge
@Sofiya I am seeing the message -> Theme-switcher is not a part of Minima
and I can not switch theme styles between light and dark. Not sure why that is.......
Re: Kennel Linux
Posted: Thu Mar 13, 2025 10:30 pm
by Sofiya
rockedge wrote: Thu Mar 13, 2025 7:41 pm
@Sofiya I am seeing the message -> Theme-switcher is not a part of Minima
and I can not switch theme styles between light and dark. Not sure why that is.......
this is my test development unfortunately it was not successful and will be deleted. so do not pay attention to it 
@rockedge
There is no dark/light mode switching here, it was my initiative to add this feature
here it is not easy to do because of "scss" . I tried this to see if the theme would install directly from *.scss
Re: Kennel Linux
Posted: Thu Mar 13, 2025 11:47 pm
by Sofiya
Removed the Menu inscription. The " Menu " inscription will pop up when you hover over the button 
Re: Kennel Linux
Posted: Fri Mar 14, 2025 12:12 am
by Sofiya
Fixed navigation search 
Re: Kennel Linux
Posted: Fri Mar 14, 2025 11:49 pm
by Sofiya
Kennel Linux
KL-linux
https://sofijacom.github.io/
In my free time I decided to change the style using HTML tags. I'll try to use this to change the theme from light to dark. Too much code and everything is interconnected, and especially when you don't understand much, it's hard to write code. In general, this is what I got for now!

I reduced some elements, they are too big 
Re: Kennel Linux
Posted: Sat Mar 15, 2025 8:40 am
by stemsee
Sofiya wrote: Thu Mar 13, 2025 11:47 pm
Removed the Menu inscription. The " Menu " inscription will pop up when you hover over the button 
I wanted to suggest that! I like the way the three lines animate into an arrow!
The three lines and the clock frame do change when switching the day/night button. Previously the wallpaper changed to.
Re: Kennel Linux
Posted: Sat Mar 15, 2025 10:22 am
by Sofiya
stemsee wrote: Sat Mar 15, 2025 8:40 am
Sofiya wrote: Thu Mar 13, 2025 11:47 pm
Removed the Menu inscription. The " Menu " inscription will pop up when you hover over the button 
I wanted to suggest that! I like the way the three lines animate into an arrow!
The three lines and the clock frame do change when switching the day/night button. Previously the wallpaper changed to.
the day/night button works when the default light theme is installed, now I only have the dark theme installed. At the moment, the setup is in progress, but without interrupting the work of the site.

Re: Kennel Linux
Posted: Sun Mar 16, 2025 1:02 pm
by Sofiya
Kennel Linux
KL-linux
https://sofijacom.github.io/
Final version for dark mode

Maybe it can be designed more beautifully, but that's the only way I can do it! With my basic knowledge 
And of course Thanks to Catppuccin https://github.com/catppuccin/catppuccin for providing the colors with a custom Catppuccin Jekyll theme "Catppuccin- Mocha" with my minor changes 
Re: Kennel Linux
Posted: Mon Mar 17, 2025 2:00 pm
by Sofiya
Kennel Linux
KL-linux
https://sofijacom.github.io/
Themes:
Re: Kennel Linux
Posted: Mon Mar 17, 2025 2:05 pm
by stemsee
I feel that the light theme is too light and could, potentially, damage a users eye sight, especially if their laptop screen is fully turned up to 800nits! On the other hand I do tend to think the dark theme is too dark in the domain of modern linux desktops and could potentially make users feel depressed or even suicidal! Therefore I propose a third option, a three-way switch with the middle position labelled 'Not so light, but also not so dark'! Going forward with this remarkably awe-inspiring production that @Sofiya is providing for the community and quite possibly all of mankind! ... 