feat: added dodger page

This commit is contained in:
Nick 2024-11-11 18:57:51 -06:00
parent f05a528580
commit 5ff83e3585
18 changed files with 338 additions and 51 deletions

17
frontend/src/Pages/Services.elm Normal file → Executable file
View file

@ -90,10 +90,7 @@ servicesContainer =
servicesList : Element msg
servicesList =
column
[ spacing 40
, centerX
, centerY
]
pageList
services
@ -123,14 +120,10 @@ makeRow makeRowInput =
}
, column paragraphColumnFormat
[ row [ spacing 8 ]
[ newTabLink titleFormat
[ newTabLink highlightedTitleFormat
{ url = makeRowInput.servicesLink
, label =
el
[ mouseOver [ F.color (rgb255 255 50 0) ]
, htmlAttribute <| style "transition" "all .2s"
]
<|
transitionHighlightedLinkHover <|
text makeRowInput.servicesTitle
}
, paragraph [ F.color colourTheme.nonHighlightedText ] [ text makeRowInput.servicesRate ]
@ -162,10 +155,10 @@ services =
, servicesLink = "https://the-nutrivore.social/"
, servicesTitle = "NUTRITION SCIENCE"
, servicesRate = "$40/hr"
, servicesDescription = "Participate in a one-hour Q&A session specifically to inquire about nutrition science. Ask questions about research design, methodology, epistemology, and study interpretation. Also, by participating you will also gain access to nutrition science interpretation cheat-sheets that will streamline and simply the research appraisal process."
, servicesDescription = "Participate in a one-hour Q&A session specifically to inquire about nutrition science. Ask questions about research design, methodology, epistemology, and study interpretation. Also, by participating you will also gain access to nutrition science interpretation cheat-sheets that will streamline and simplify the research appraisal process."
}
, { logoImage = "services/nixos.png"
, logoDescription = "debate logo"
, logoDescription = "nixos logo"
, servicesLink = "https://the-nutrivore.social/"
, servicesTitle = "CUSTOM NIX BUILDS"
, servicesRate = "$40/hr"