From f7abf9d1312a1d86c9ecea01ed498520433debbd Mon Sep 17 00:00:00 2001 From: Kate Temkin Date: Wed, 1 May 2024 18:38:46 -0600 Subject: [PATCH] replace social media icons --- TODO.md | 5 ++--- content/about.md | 5 +++++ data/home/points.yaml | 18 +++++++++--------- themes/lix/assets/scss/shared/_footer.scss | 3 +++ .../lix/layouts/partials/icons/dribbble.html | 3 --- .../lix/layouts/partials/icons/facebook.html | 3 --- themes/lix/layouts/partials/icons/geo-alt.html | 4 ---- themes/lix/layouts/partials/icons/git.html | 1 + themes/lix/layouts/partials/icons/github.html | 1 + .../lix/layouts/partials/icons/instagram.html | 3 --- .../lix/layouts/partials/icons/mastodon.html | 4 ++++ themes/lix/layouts/partials/icons/matrix.html | 8 ++++++++ themes/lix/layouts/partials/shared/footer.html | 8 ++++---- 13 files changed, 37 insertions(+), 29 deletions(-) delete mode 100644 themes/lix/layouts/partials/icons/dribbble.html delete mode 100644 themes/lix/layouts/partials/icons/facebook.html delete mode 100644 themes/lix/layouts/partials/icons/geo-alt.html create mode 100644 themes/lix/layouts/partials/icons/git.html create mode 100644 themes/lix/layouts/partials/icons/github.html delete mode 100644 themes/lix/layouts/partials/icons/instagram.html create mode 100644 themes/lix/layouts/partials/icons/mastodon.html create mode 100644 themes/lix/layouts/partials/icons/matrix.html diff --git a/TODO.md b/TODO.md index 3cf790bf..d54cb26a 100644 --- a/TODO.md +++ b/TODO.md @@ -7,7 +7,6 @@ TODO List - Add "beta" to the lix logo. - Remove the "pending pull request" from the install page, once that's merged. -- Add social media icons below lix for mastodon/github/etc. - Figure out where "usability" should link to. ### Pages @@ -32,8 +31,8 @@ TODO List ### Content - Screenshots (incl. maybe of Xil) showing ergonomics enhancements in the /about page. -- Create /roadmap. -- Create /infrastructure. +- Create `/roadmap`. +- Create `/infrastructure`. ### Graphics diff --git a/content/about.md b/content/about.md index 499eab24..db8b697b 100644 --- a/content/about.md +++ b/content/about.md @@ -61,3 +61,8 @@ provide a collection of necessary improvements over CppNix: And room to grow means room for [usability and ergonomics improvements](#) -- both in the langauge and in tooling. + +## Community, Team & Governance + +**Looking for information about the people behind the project?** +Check out our [community](/community) and [team](/team) pages. \ No newline at end of file diff --git a/data/home/points.yaml b/data/home/points.yaml index b263bf0e..cea0587e 100644 --- a/data/home/points.yaml +++ b/data/home/points.yaml @@ -8,9 +8,9 @@ content: title: "an ever-evolving lix codebase, for a language that can evolve" text: "Lix is designed to grow and evolve — in a way that never breaks backwards compatibility. Lix intends to support language versioning features — so we can continuously improve the language without affecting existing configurations." - buttons: - - label: "see our roadmap" - url: "/roadmap" + #buttons: + # - label: "see our roadmap" + # url: "/roadmap" - image: "images/services-web-development.png" @@ -18,15 +18,15 @@ content: title: "community-owned infrastructure" text: "Lix is designed to avoid ecosystem lock-in: you can build and use Lix without any dependency on corporate-controlled infrastructure, like Microsoft's GitHub." - buttons: - - label: "read about our infrastructure" - url: "#" + #buttons: + # - label: "read about our infrastructure" + # url: "#" - image: "images/services-web-development.png" pretitle: "a human-friendly implementation" title: "a configuration language for everyone — human or otherwise" text: "Declarative configurations may run on machines — but their interface shouldn't be designed for them! The Lix team is constantly working on usability and ergonomics enhancements — including tools that let you better see and interact with your configuration." - buttons: - - label: "see existing & proposed improvements" - url: "/roadmap" + #buttons: + # - label: "see existing & proposed improvements" + # url: "/roadmap" diff --git a/themes/lix/assets/scss/shared/_footer.scss b/themes/lix/assets/scss/shared/_footer.scss index e69de29b..c9a3aed9 100644 --- a/themes/lix/assets/scss/shared/_footer.scss +++ b/themes/lix/assets/scss/shared/_footer.scss @@ -0,0 +1,3 @@ +a.svglogo { + /* filter: invert(65%) sepia(7%) saturate(4368%) hue-rotate(284deg) brightness(82%) contrast(101%); */ +} \ No newline at end of file diff --git a/themes/lix/layouts/partials/icons/dribbble.html b/themes/lix/layouts/partials/icons/dribbble.html deleted file mode 100644 index 7928a011..00000000 --- a/themes/lix/layouts/partials/icons/dribbble.html +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/themes/lix/layouts/partials/icons/facebook.html b/themes/lix/layouts/partials/icons/facebook.html deleted file mode 100644 index 10f14cfc..00000000 --- a/themes/lix/layouts/partials/icons/facebook.html +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/themes/lix/layouts/partials/icons/geo-alt.html b/themes/lix/layouts/partials/icons/geo-alt.html deleted file mode 100644 index 8c3756a1..00000000 --- a/themes/lix/layouts/partials/icons/geo-alt.html +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/themes/lix/layouts/partials/icons/git.html b/themes/lix/layouts/partials/icons/git.html new file mode 100644 index 00000000..86c7f2f4 --- /dev/null +++ b/themes/lix/layouts/partials/icons/git.html @@ -0,0 +1 @@ + diff --git a/themes/lix/layouts/partials/icons/github.html b/themes/lix/layouts/partials/icons/github.html new file mode 100644 index 00000000..aa05db9c --- /dev/null +++ b/themes/lix/layouts/partials/icons/github.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/themes/lix/layouts/partials/icons/instagram.html b/themes/lix/layouts/partials/icons/instagram.html deleted file mode 100644 index e9d876cd..00000000 --- a/themes/lix/layouts/partials/icons/instagram.html +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/themes/lix/layouts/partials/icons/mastodon.html b/themes/lix/layouts/partials/icons/mastodon.html new file mode 100644 index 00000000..87ec2c5a --- /dev/null +++ b/themes/lix/layouts/partials/icons/mastodon.html @@ -0,0 +1,4 @@ + + + + diff --git a/themes/lix/layouts/partials/icons/matrix.html b/themes/lix/layouts/partials/icons/matrix.html new file mode 100644 index 00000000..39d3fc33 --- /dev/null +++ b/themes/lix/layouts/partials/icons/matrix.html @@ -0,0 +1,8 @@ + + Matrix (protocol) logo + + + + + + diff --git a/themes/lix/layouts/partials/shared/footer.html b/themes/lix/layouts/partials/shared/footer.html index 27142606..cfc39cb4 100644 --- a/themes/lix/layouts/partials/shared/footer.html +++ b/themes/lix/layouts/partials/shared/footer.html @@ -6,10 +6,10 @@

{{ .Site.Params.description }}

{{ with .Site.Params.social }} {{ end }}