From 0a95f02c843020334bb6dd0d08f2184c005fcc1a Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sat, 1 Dec 2018 22:33:51 -0500 Subject: [PATCH] website updates --- .gitignore | 1 + index.html | 6 +++--- style.css | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8d3df2b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +larbs_readme.pdf diff --git a/index.html b/index.html index 09b7c04..9b9c9b5 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@ - +
(Not actually Luke)

LARBS is an efficient shell script that will install a fully-featured tiling window manager-based system on any Arch Linux-based system, without any of the routine of manual post-install processes and configuration.

@@ -29,7 +29,7 @@ But LARBS can also be forked Github page. -
  • By pressing Super+F1 while in the system itself at any time. (Also here.)
  • +
  • By pressing Super+F1 while in the system itself at any time. (Also here.)
  • The many illustrative videos on my YouTube channel, some of which are easily watchable in LARBS by pressing super+shift+e.
  • By just installing it and diving in!
  • diff --git a/style.css b/style.css index d328773..8e8fb8a 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,5 @@ html { - background: black; + background: linear-gradient(darkblue, orange) fixed; padding-bottom: 400px; } body {