Skip to content

Commit

Permalink
value heavy logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Leif Battermann committed Nov 25, 2021
1 parent f0b0f2c commit 830a0a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Binary file added public/images/value-heavy-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 5 additions & 2 deletions src/View.elm
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,17 @@ formView model =
[ Card.deck
((Card.config [ Card.attrs [ Spacing.mb3, Html.Attributes.class "shadow" ] ]
|> Card.headerH2 []
[ Html.div [ Flex.block, Flex.row, Flex.justifyBetween ]
[ Html.div [ Flex.block, Flex.row, Flex.justifyBetween, Flex.wrap, Html.Attributes.style "gap" "5px" ]
[ Html.div [ Flex.block, Flex.row, Flex.justifyBetween ]
[ Html.a [ Html.Attributes.href (Url.Builder.absolute [] []), Flex.block, Flex.row, Flex.alignItemsStart ]
[ Html.img [ Html.Attributes.src "images/chip-icon.svg", Html.Attributes.width 40 ] []
, Html.div [ Html.Attributes.style "margin-top" "auto", Html.Attributes.style "margin-left" "7px", Html.Attributes.style "margin-bottom" "auto" ] [ Html.text "Equiweb" ]
]
]
, Kofi.button
, Html.div [ Flex.block, Flex.row, Html.Attributes.style "gap" "5px 15px", Flex.wrap, Flex.alignItemsCenter ]
[ Html.a [ Html.Attributes.href "https://discord.gg/JxgN7j7FNR", Html.Attributes.target "_blank" ] [ Html.img [ Html.Attributes.src "images/value-heavy-logo.png", Html.Attributes.height 36 ] [] ]
, Kofi.button
]
]
]
|> Card.block []
Expand Down

0 comments on commit 830a0a7

Please sign in to comment.