From 17bd18193d7776ea8d33d29ee7efddea2b97c9bc Mon Sep 17 00:00:00 2001 From: turtlebasket <32886427+turtlebasket@users.noreply.github.com> Date: Mon, 23 Sep 2024 19:59:00 -0700 Subject: [PATCH] tweaks to open-source about page - change logos - link to Nix instead of puppet --- ocfweb/static/img/about/logos/ferris.svg | 21 + ocfweb/static/img/about/logos/kde.svg | 2 +- ocfweb/static/img/about/logos/neovim.svg | 27 + ocfweb/static/img/about/logos/nix.svg | 513 ++++++++++++++++++ ocfweb/static/img/about/logos/rust.svg | 57 ++ ocfweb/templates/base.html | 2 +- .../templates/partials/open-source-pics.html | 11 +- 7 files changed, 626 insertions(+), 7 deletions(-) create mode 100644 ocfweb/static/img/about/logos/ferris.svg create mode 100644 ocfweb/static/img/about/logos/neovim.svg create mode 100644 ocfweb/static/img/about/logos/nix.svg create mode 100644 ocfweb/static/img/about/logos/rust.svg diff --git a/ocfweb/static/img/about/logos/ferris.svg b/ocfweb/static/img/about/logos/ferris.svg new file mode 100644 index 00000000..a194b30b --- /dev/null +++ b/ocfweb/static/img/about/logos/ferris.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/ocfweb/static/img/about/logos/kde.svg b/ocfweb/static/img/about/logos/kde.svg index 5de2486d..aa5b4c24 100644 --- a/ocfweb/static/img/about/logos/kde.svg +++ b/ocfweb/static/img/about/logos/kde.svg @@ -2,7 +2,7 @@ - + diff --git a/ocfweb/static/img/about/logos/neovim.svg b/ocfweb/static/img/about/logos/neovim.svg new file mode 100644 index 00000000..b785ea3c --- /dev/null +++ b/ocfweb/static/img/about/logos/neovim.svg @@ -0,0 +1,27 @@ + + + neovim-mark@2x + Created with Sketch (http://www.bohemiancoding.com/sketch) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ocfweb/static/img/about/logos/nix.svg b/ocfweb/static/img/about/logos/nix.svg new file mode 100644 index 00000000..9a70a147 --- /dev/null +++ b/ocfweb/static/img/about/logos/nix.svg @@ -0,0 +1,513 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ocfweb/static/img/about/logos/rust.svg b/ocfweb/static/img/about/logos/rust.svg new file mode 100644 index 00000000..400c8159 --- /dev/null +++ b/ocfweb/static/img/about/logos/rust.svg @@ -0,0 +1,57 @@ + + + diff --git a/ocfweb/templates/base.html b/ocfweb/templates/base.html index bcf592f6..4933d319 100644 --- a/ocfweb/templates/base.html +++ b/ocfweb/templates/base.html @@ -156,7 +156,7 @@

{{title}} Linux, Kubernetes, Python, - Puppet, + Nix, and Free/Open-Source Software. Sound like you? Join the staff team!

diff --git a/ocfweb/templates/partials/open-source-pics.html b/ocfweb/templates/partials/open-source-pics.html index 2d88068c..a8897c80 100644 --- a/ocfweb/templates/partials/open-source-pics.html +++ b/ocfweb/templates/partials/open-source-pics.html @@ -1,12 +1,13 @@ {% load static %}

linux - debian - kubernetes + nixos python - apache - postgresql + rust + {# for apache logo: break square aspect ratio & put it in the middle of the row because it's way too skinny #} + apache + kubernetes kde - vim + neovim emacs