mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-08 21:04:38 -05:00
feat: added website template
This commit is contained in:
parent
ac4fca8fe6
commit
27781d3d0f
34 changed files with 13 additions and 1 deletions
0
templates/website/frontend/src/Config/Helpers/Response.elm
Normal file → Executable file
0
templates/website/frontend/src/Config/Helpers/Response.elm
Normal file → Executable file
0
templates/website/frontend/src/Config/Helpers/Viewport.elm
Normal file → Executable file
0
templates/website/frontend/src/Config/Helpers/Viewport.elm
Normal file → Executable file
0
templates/website/frontend/src/Config/Style/Colour/Helpers.elm
Normal file → Executable file
0
templates/website/frontend/src/Config/Style/Colour/Helpers.elm
Normal file → Executable file
0
templates/website/frontend/src/Config/Style/Colour/Types.elm
Normal file → Executable file
0
templates/website/frontend/src/Config/Style/Colour/Types.elm
Normal file → Executable file
0
templates/website/frontend/src/Config/Style/Fonts.elm
Normal file → Executable file
0
templates/website/frontend/src/Config/Style/Fonts.elm
Normal file → Executable file
0
templates/website/frontend/src/Config/Style/Glow.elm
Normal file → Executable file
0
templates/website/frontend/src/Config/Style/Glow.elm
Normal file → Executable file
0
templates/website/frontend/src/Config/Style/Icons/Helpers.elm
Normal file → Executable file
0
templates/website/frontend/src/Config/Style/Icons/Helpers.elm
Normal file → Executable file
0
templates/website/frontend/src/Config/Style/Icons/Icons.elm
Normal file → Executable file
0
templates/website/frontend/src/Config/Style/Icons/Icons.elm
Normal file → Executable file
0
templates/website/frontend/src/Config/Style/Icons/Types.elm
Normal file → Executable file
0
templates/website/frontend/src/Config/Style/Icons/Types.elm
Normal file → Executable file
0
templates/website/frontend/src/Config/Style/Transitions.elm
Normal file → Executable file
0
templates/website/frontend/src/Config/Style/Transitions.elm
Normal file → Executable file
0
templates/website/frontend/src/Effect.elm
Normal file → Executable file
0
templates/website/frontend/src/Effect.elm
Normal file → Executable file
6
templates/website/frontend/src/Pages/Home_.elm
Normal file → Executable file
6
templates/website/frontend/src/Pages/Home_.elm
Normal file → Executable file
|
@ -1,9 +1,13 @@
|
|||
module Pages.Home_ exposing (Model, Msg, page)
|
||||
|
||||
import Effect exposing (Effect)
|
||||
import Route exposing (Route)
|
||||
import Element as E exposing (..)
|
||||
import Element.Background as B exposing (..)
|
||||
import Element.Border as D exposing (..)
|
||||
import Html
|
||||
import Html.Attributes exposing (..)
|
||||
import Page exposing (Page)
|
||||
import Route exposing (Route)
|
||||
import Shared
|
||||
import View exposing (View)
|
||||
|
||||
|
|
0
templates/website/frontend/src/Pages/NotFound_.elm
Normal file → Executable file
0
templates/website/frontend/src/Pages/NotFound_.elm
Normal file → Executable file
0
templates/website/frontend/src/Shared.elm
Normal file → Executable file
0
templates/website/frontend/src/Shared.elm
Normal file → Executable file
0
templates/website/frontend/src/Shared/Model.elm
Normal file → Executable file
0
templates/website/frontend/src/Shared/Model.elm
Normal file → Executable file
0
templates/website/frontend/src/Shared/Msg.elm
Normal file → Executable file
0
templates/website/frontend/src/Shared/Msg.elm
Normal file → Executable file
0
templates/website/frontend/src/View.elm
Normal file → Executable file
0
templates/website/frontend/src/View.elm
Normal file → Executable file
0
templates/website/frontend/src/interop.ts
Normal file → Executable file
0
templates/website/frontend/src/interop.ts
Normal file → Executable file
Loading…
Add table
Add a link
Reference in a new issue