diff options
author | Zach van Rijn <me@zv.io> | 2021-07-13 20:38:46 -0500 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2021-07-13 20:38:46 -0500 |
commit | d70dc4ff13b97b4560203d49f1cfa8e9f23ec321 (patch) | |
tree | 2345c65faef896c186ef11dbd40331dcdb1be8fb /src/index.html | |
parent | e977586b0e2a4c3bd1462bf2ec0573d315c37889 (diff) | |
download | site-ng-d70dc4ff13b97b4560203d49f1cfa8e9f23ec321.tar.gz site-ng-d70dc4ff13b97b4560203d49f1cfa8e9f23ec321.tar.bz2 site-ng-d70dc4ff13b97b4560203d49f1cfa8e9f23ec321.tar.xz site-ng-d70dc4ff13b97b4560203d49f1cfa8e9f23ec321.zip |
Rewrite logo composition/generation logic. Update '.gitignore' to exclude generated files.
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.html b/src/index.html index 764232b..7914902 100644 --- a/src/index.html +++ b/src/index.html @@ -52,7 +52,7 @@ __HEADER__ <img class="border-radius" src="rock-climbers.jpg" alt=""> </div> <div class="col-12 col-lg-6"> - <h3 class="font-weight-light margin-bottom-20">Faith has no place in computing.<br />Have total confidence.</h3> + <h3 class="font-weight-light margin-bottom-20">Faith has no place in computing.<br />Confidence does.</h3> <p>Adélie Linux respects your time and investments. That's why we're based on a rock-solid runtime library and focused on bringing an efficient operating system to your hardware, whether it's from 1995 or 2025.</p> <br /> <p>Our developers are within immediate reach to help tackle your biggest challenges, from kernel to browser, or motherboard to microcode.</p> |