diff --git a/assets/images/enso.png b/assets/images/enso.png index def8c05..2d3f8f8 100644 Binary files a/assets/images/enso.png and b/assets/images/enso.png differ diff --git a/assets/images/ftv-cangura_alfa600.png b/assets/images/ftv-cangura_alfa600.png new file mode 100644 index 0000000..1abdb59 Binary files /dev/null and b/assets/images/ftv-cangura_alfa600.png differ diff --git a/assets/images/ftv-cangura_copyleft.xcf b/assets/images/ftv-cangura_copyleft.xcf new file mode 100644 index 0000000..f2865c9 Binary files /dev/null and b/assets/images/ftv-cangura_copyleft.xcf differ diff --git a/assets/images/ftv.png b/assets/images/ftv.png new file mode 100644 index 0000000..2d7f574 Binary files /dev/null and b/assets/images/ftv.png differ diff --git a/assets/images/git.jpeg b/assets/images/git.jpeg new file mode 100644 index 0000000..3479875 Binary files /dev/null and b/assets/images/git.jpeg differ diff --git a/assets/images/hugo-logo.png b/assets/images/hugo-logo.png new file mode 100644 index 0000000..8c4b54b Binary files /dev/null and b/assets/images/hugo-logo.png differ diff --git a/assets/images/librebits-enso-logo.xcf b/assets/images/librebits-enso-logo.xcf new file mode 100644 index 0000000..599a641 Binary files /dev/null and b/assets/images/librebits-enso-logo.xcf differ diff --git a/index.html b/index.html index 0364c67..5a0843f 100644 --- a/index.html +++ b/index.html @@ -37,34 +37,28 @@

About

-

This website consists of just two files: a single HTML file and a single CSS file. This is based on a mix of Dave Sheas CSS Zen Garden and the single HTML webpage from Adam Newbold. The goal of this website is to show what can be done with just one simple CSS and one simple HTML file. It aims to illustrate how simple web development can be. Zen Garden websites are easy to build, easy to maintain and cheap or even free to host.

+

This website consists of just two files: a single HTML file and a single CSS file. This is based on a mix of Dave Sheas CSS Zen Garden and the single HTML webpage from Adam Newbold. The goal of this website is to show what can be done with just one simple CSS and one simple HTML file. It aims to illustrate how simple web development can be. Our Zen Garden style websites are easy to build, easy to maintain and cheap or even free to host.

-

Librebits motto

+

our motto | modus operandi

«Production without possession, action without ambition, development without dominance»

-

~@~

-
.- Lao-tzu, chinese philosopher (604 BC – 531 BC)
+ .- Lao-tzu, chinese philosopher (604 BC – 531 BC) +

~made < with FLOSS love / > ~

-
-
+
+
- John Doeby cadars + John Doeby Fenix ;-)
- Matt Mulderbergby jhvanderschee + Hugocodexcontributing to Hugocodex project
- FTVby jhvanderschee -
-
- Francoisby jhvanderschee -
-
- Zen Garden websitesby jhvanderschee + FTVcontributing to FediverseTV
diff --git a/style.css b/style.css index 059fdba..0349557 100644 --- a/style.css +++ b/style.css @@ -51,10 +51,10 @@ section p {max-width: 22rem; text-align: center;} section#home img {width: 25rem; opacity: 0.8;} -div.examples {display: flex; gap: 2rem; flex-wrap: wrap; justify-content: center; margin: 1rem 0; text-align: center; font-style: italic;} -div.examples > div a:first-child {display: block; margin-bottom: 0.25rem;} -div.examples > div a:first-child img {max-width: 10rem; display: block; border: 1px solid #3a3731;} -div.examples > div a:first-child:hover img {transform: scale(1.05);} +div.lab {display: flex; gap: 2rem; flex-wrap: wrap; justify-content: center; margin: 1rem 0; text-align: center; font-style: italic;} +div.lab > div a:first-child {display: block; margin-bottom: 0.25rem;} +div.lab > div a:first-child img {max-width: 10rem; display: block; border: 1px solid #3a3731;} +div.lab > div a:first-child:hover img {transform: scale(1.05);} @media only screen and (max-width: 75rem) { body {background: #fff url("assets/images/bedge-grunge.png");}