feat: added mackdown parser

This commit is contained in:
Nick 2024-12-16 00:12:23 -06:00
parent ce159368e6
commit 8f7cd96f63
20 changed files with 1445 additions and 43 deletions

View file

@ -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 []