mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 12:25:12 -05:00
feat: refactored services
This commit is contained in:
parent
354b9418f8
commit
36bedf1c09
15 changed files with 449 additions and 80 deletions
14
frontend/src/Services/Creative/NixBuilds.elm
Normal file
14
frontend/src/Services/Creative/NixBuilds.elm
Normal file
|
@ -0,0 +1,14 @@
|
|||
module Services.Creative.NixBuilds exposing (..)
|
||||
|
||||
import Services.Types exposing (..)
|
||||
|
||||
|
||||
servicesNixBuilds : Service
|
||||
servicesNixBuilds =
|
||||
{ logoImage = "nixos"
|
||||
, logoDescription = "nixos logo"
|
||||
, servicesLink = "https://the-nutrivore.social/"
|
||||
, servicesTitle = "CUSTOM NIX BUILDS"
|
||||
, servicesRate = "$40/hr"
|
||||
, servicesDescription = "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."
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue