Added video
This commit is contained in:
@ -5,6 +5,9 @@ component Charge(user *arn.User)
|
||||
|
||||
p.text-center.mountable You can add balance via PayPal. 1 Japanese Yen equals 1 Gem.
|
||||
|
||||
video.shop-video.mountable(autoplay="autoplay", loop="loop")
|
||||
source(src="/videos/shop/shop.webm", type="video/webm")
|
||||
|
||||
.buttons
|
||||
button.action.mountable(data-trigger="click", data-action="chargeUp", data-amount=1000)
|
||||
Icon("diamond")
|
||||
@ -25,5 +28,5 @@ component Charge(user *arn.User)
|
||||
button.action.mountable(data-trigger="click", data-action="chargeUp", data-amount=12000)
|
||||
Icon("diamond")
|
||||
span 12000
|
||||
|
||||
|
||||
.footer.text-center.mountable Different currencies will automatically be converted.
|
3
pages/charge/charge.scarlet
Normal file
3
pages/charge/charge.scarlet
Normal file
@ -0,0 +1,3 @@
|
||||
.shop-video
|
||||
max-width 100%
|
||||
margin calc(content-padding / 2) auto
|
Reference in New Issue
Block a user