mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 04:25:11 -05:00
feat: added mackdown parser
This commit is contained in:
parent
ce159368e6
commit
8f7cd96f63
20 changed files with 1445 additions and 43 deletions
|
@ -18,6 +18,11 @@ import Config.Helpers.CardFormat
|
|||
, topLevelBox
|
||||
)
|
||||
import Config.Helpers.Format exposing (..)
|
||||
import Config.Helpers.Header
|
||||
exposing
|
||||
( Header
|
||||
, headerMaker
|
||||
)
|
||||
import Config.Helpers.Response
|
||||
exposing
|
||||
( pageList
|
||||
|
@ -31,11 +36,6 @@ import Config.Helpers.StrengthBar
|
|||
import Config.Helpers.ToolTip exposing (..)
|
||||
import Config.Helpers.Viewport exposing (resetViewport)
|
||||
import Config.Pages.Contact.Types exposing (..)
|
||||
import Config.Helpers.Header
|
||||
exposing
|
||||
( Header
|
||||
, headerMaker
|
||||
)
|
||||
import Config.Pages.Interviews.Types exposing (..)
|
||||
import Config.Pages.Products.Types exposing (..)
|
||||
import Config.Style.Colour exposing (colourTheme)
|
||||
|
@ -365,13 +365,15 @@ rounding =
|
|||
|
||||
termsAndConditions : List (List (Element msg))
|
||||
termsAndConditions =
|
||||
[ [ paragraph [ alignLeft ]
|
||||
[ text "You will register an account with "
|
||||
, newTabLink []
|
||||
{ url = "https://discord.com/login"
|
||||
, label = el orangeFormat <| text "Discord"
|
||||
}
|
||||
, text " (if you haven't already)."
|
||||
[ [ row []
|
||||
[ paragraph [ alignLeft ]
|
||||
[ text "You will register an account with "
|
||||
, newTabLink []
|
||||
{ url = "https://discord.com/login"
|
||||
, label = el orangeFormat <| text "Discord"
|
||||
}
|
||||
, text " (if you haven't already)."
|
||||
]
|
||||
]
|
||||
]
|
||||
, [ row [ alignLeft ]
|
||||
|
@ -383,7 +385,10 @@ termsAndConditions =
|
|||
, text " Discord Server (if you haven't already)."
|
||||
]
|
||||
]
|
||||
, [ el [ alignLeft ] <| text "You will click the \"😃\" emoji to enter the server (if you haven't already)." ]
|
||||
, [ row [ alignLeft ]
|
||||
[ text "You will click the \"😃\" emoji to enter the server (if you haven't already)."
|
||||
]
|
||||
]
|
||||
, [ paragraph [ alignLeft ]
|
||||
[ text "You will locate the "
|
||||
, newTabLink []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue