feat: fixed receipts

This commit is contained in:
Nick 2024-12-19 04:32:43 -06:00
parent 10e73d403d
commit 803f08b9f7
6 changed files with 14 additions and 8 deletions

View file

@ -43,7 +43,7 @@ servicesNixBuilds =
{ paragraph1 = [ text "NixOS has become popular in my community, with many people choosing to explore it over Windows, MacOS, and other Linux distributions. Naturally, as a consequence of this, I receive numerous requests for help regarding the Nix programming language and NixOS system configuration. So, to fast-track newcomers and to make my life a little bit easier for both of us, I'm offering to build custom NixOS configurations for interested clients." ]
, paragraph2 = [ text "Below is an example of a nix flake that I wrote. In this case, it's the flake that was used to build the development shell for the production of this very website." ]
, paragraph3 =
[ text "The source code for this website is viewable on "
[ text "The source code for this website's server is viewable on "
, newTabLink []
{ url = "https://gitlab.com/upRootNutrition/dotfiles"
, label =

View file

@ -61,5 +61,5 @@ hoverPageButtonDeepDarkOrange : Attribute msg
hoverPageButtonDeepDarkOrange =
mouseOver
[ B.color colourTheme.textDeepDarkOrange
, F.color colourTheme.textDarkGrey
, F.color colourTheme.textLightOrange
]