--- /dev/null
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <title>Kevux Systems and Software - Webbing</title>
+
+ <base href="">
+
+ <meta charset="UTF-8">
+ <meta name="author" content="Kevin Day">
+ <meta name="description" content="Links to other websites across the web (internet).">
+ <meta name="keywords" content="Kevin Day, Kevux, Open-Source, Web, Internet">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+ <link type="text/css" rel="stylesheet" media="all" href="css/kevux.css">
+ <link type="text/css" rel="stylesheet" media="only screen" href="css/kevux-screen.css">
+ <link type="text/css" rel="stylesheet" media="only screen and (min-device-width:501px)" href="css/kevux-screen-desktop.css">
+ <link type="text/css" rel="stylesheet" media="only screen and (max-device-width:500px)" href="css/kevux-screen-mobile.css">
+ <link type="text/css" rel="stylesheet" media="only screen and (min-device-width:1201px)" href="css/kevux-screen-large.css">
+ <link type="text/css" rel="stylesheet" media="only screen and (min-device-width:501px) and (max-device-width:1200px)" href="css/kevux-screen-normal.css">
+ <link type="text/css" rel="stylesheet" media="only screen and (min-device-width:251px) and (max-device-width:500px)" href="css/kevux-screen-small.css">
+ <link type="text/css" rel="stylesheet" media="only screen and (max-device-width:250px)" href="css/kevux-screen-tiny.css">
+ <link type="text/css" rel="stylesheet" media="only print" href="css/kevux-print.css">
+ <link type="text/css" rel="stylesheet" media="only print and (orientation:landscape)" href="css/kevux-print-landscape.css">
+ <link type="text/css" rel="stylesheet" media="only print and (orientation:portrait)" href="css/kevux-print-portrait.css">
+
+ <link rel="canonical" href="webbing.html">
+ <link type="image/x-icon" rel="icon" href="images/kevux.ico">
+ <link type="image/x-icon" rel="shortcut" href="images/kevux.ico">
+ <link type="text/html" rel="license" href="licenses.html">
+ </head>
+
+ <body id="kevux" class="kevux no-js licenses">
+ <div role="banner" class="header-block">
+ <header class="header-section header">
+ <div class="header-site">Kevux Systems and Software</div>
+ </header>
+
+ <div class="nav-block">
+ <nav id="kevux-site-nav" class="nav-menu">
+ <div class="nav-item"><a href="news.html" class="nav-text link">News</a></div>
+ <div class="nav-item"><a href="distributions.html" class="nav-text link">Distributions</a></div>
+ <div class="nav-item"><a href="fll.html" class="nav-text link">FLL</a></div>
+ <div class="nav-item"><a href="projects.html" class="nav-text link">Projects</a></div>
+ <div class="nav-item"><a href="documentation.html" class="nav-text link">Documentation</a></div>
+ </nav>
+ </div>
+ </div>
+
+ <div class="content-block">
+ <div id="nav-expanded" class="nav-block">
+ <nav id="kevux-document-nav" class="nav-menu">
+ <div class="nav-item block back">
+ <a href="index.html" class="nav-text link back">Back</a>
+ </div>
+ <div class="nav-item block">
+ <div class="nav-text notice">Webbing</div>
+ <a href="webbing.html#about" class="nav-text link">About</a>
+ </div>
+ <div class="nav-item block">
+ <a href="webbing.html#linux" class="nav-text link">Linux</a>
+ </div>
+ <div class="nav-item block">
+ <a href="webbing.html#lfs" class="nav-text link">Linux From Scratch</a>
+ </div>
+ <div class="nav-item block">
+ <a href="webbing.html#suckless" class="nav-text link">Software that Sucks Less</a>
+ </div>
+ <div class="nav-item block ellipses">
+ <a href="webbing.html#nav-expanded" class="nav-text link open" title="Expand Menu">…</a>
+ <a href="webbing.html" class="nav-text link close">Collapse Menu</a>
+ </div>
+ </nav>
+ </div>
+
+ <div role="document" class="main-block">
+ <main class="main">
+ <header class="section-header header">
+ <h1 class="section-title h h1">About</h1>
+ </header>
+
+ <div class="main-content">
+ <p class="p">
+ The old internet at one point had many websites linking to other websites.
+ This linking process is a pre-search engine error idea.
+ This <em>webbing</em> page brings back the old concept of finding websites without a search engine.
+ </p>
+ <p class="p">
+ The purpose of this page is to provide links to external websites that are not directly related to this website.
+ Websites that provide interesting things that might be associated with this project or in some way share similar ideologies or designs.
+ This page page will be slowly populated over time.
+ </p>
+ <p class="p">
+ These websites do not represent the <em>Kevux</em> website and neither does the <em>Kevux</em> website represent these sites.
+ At no point should you consider or assume that these websites or their authors share common beliefs.
+ The links to these websites could, at any point in time, become unavailable.
+ </p>
+ </div>
+
+ <article id="linux" class="article">
+ <header class="article-header header separate">
+ <h2 class="article-title h h2">Linux</h2>
+ </header>
+
+ <div class="article-content">
+ <p class="p">
+ <strong><abbr title="Uniform Resource Locator">URL</abbr></strong>: <a href="https://kernel.org/" class="link external">https://kernel.org/</a>.
+ </p>
+ <p class="p">
+ <strong>Linux</strong> is an Operating System.
+ This Operating System should not need any introduction here.
+ </p>
+ <p class="p">
+ <em>Kevux</em> runs off of and utilizes <strong>Linux</strong>.
+ </p>
+ </div>
+ </article>
+
+ <article id="lfs" class="article">
+ <header class="article-header header separate">
+ <h2 class="article-title h h2">Linux From Scratch</h2>
+ </header>
+
+ <div class="article-content">
+ <p class="p">
+ <strong><abbr title="Uniform Resource Locator">URL</abbr></strong>: <a href="https://linuxfromscratch.org/" class="link external">https://linuxfromscratch.org/</a>.
+ </p>
+ <p class="p">
+ Provides a set of instructions to, from the ground up, learn how to build and install a basic Linux distribution using only the source code.
+ </p>
+ <p class="p">
+ <strong>Linux From Scratch</strong> is Kevin Day's first experience with diving deep into Linux.
+ This is want ultimately inspired the <em>Kevux Operating Systems</em> design.
+ </p>
+ </div>
+ </article>
+
+ <article id="suckless" class="article">
+ <header class="article-header header separate">
+ <h2 class="article-title h h2">Software that Sucks Less</h2>
+ </header>
+
+ <div class="article-content">
+ <p class="p">
+ <strong><abbr title="Uniform Resource Locator">URL</abbr></strong>: <a href="https://suckless.org/" class="link external">https://suckless.org/</a>.
+ </p>
+ <p class="p">
+ Provides a collection of projects designed around the idea of simplicity, clarity, and frugality in software.
+ </p>
+ <p class="p">
+ The ideas behind <strong>Software that Sucks Less</strong> are very similar to the <em>Kevux Software</em>, such as the <em>Featureless Linux Library</em>.
+ There are slight, but significant differences.
+ Expect the <em>Kevux Software</em> to be slightly more complex.
+ </p>
+ </div>
+ </article>
+ </main>
+ </div>
+ </div>
+ </body>
+</html>