Updated frontpage video
This commit is contained in:
parent
fe040a42f0
commit
ea1bd71914
@ -10,7 +10,7 @@ component FrontPage
|
||||
Footer
|
||||
|
||||
video.bg-video(muted, autoplay, loop)
|
||||
source(src="/videos/elements/frontpage.webm", type="video/webm")
|
||||
source(src="/videos/elements/violet.webm", type="video/webm")
|
||||
|
||||
component Footer
|
||||
.footer.mountable
|
||||
|
@ -50,18 +50,8 @@ component ProfileHead(viewUser *arn.User, user *arn.User, uri string)
|
||||
|
||||
.profile-info.mountable.never-unmount
|
||||
h1#nick= viewUser.Nick
|
||||
|
||||
//- if viewUser.Tagline != ""
|
||||
//- p.profile-field.tagline
|
||||
//- Icon("comment")
|
||||
//- span.tagline-text= viewUser.Tagline
|
||||
//- else
|
||||
//- p.profile-field.tagline
|
||||
//- Icon("comment")
|
||||
//- span.tagline-text No tagline yet.
|
||||
|
||||
.profile-introduction!= markdown.Render(viewUser.Introduction)
|
||||
|
||||
|
||||
.profile-tags-container
|
||||
.profile-tags
|
||||
a.profile-tag.mountable.never-unmount(href="/+" + viewUser.Nick + "/animelist/watching", data-mountable-type="header")
|
||||
|
@ -18,12 +18,6 @@ const profile-image-size = 280px
|
||||
|
||||
overflow hidden
|
||||
|
||||
.profile-field
|
||||
text-align center
|
||||
|
||||
a
|
||||
color white
|
||||
|
||||
.profile-info
|
||||
vertical
|
||||
margin-top calc(content-padding * 1.5)
|
||||
@ -51,9 +45,6 @@ const profile-image-size = 280px
|
||||
horizontal
|
||||
align-items stretch
|
||||
|
||||
.profile-field
|
||||
text-align left
|
||||
|
||||
.profile-info
|
||||
align-items flex-start
|
||||
margin-top 0
|
||||
|
1
videos/.gitignore
vendored
1
videos/.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
*
|
||||
!*/
|
||||
!*/*
|
||||
!.gitignore
|
||||
|
3
videos/elements/violet.webm
Normal file
3
videos/elements/violet.webm
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6d83b77da8cfacaf02015354be020f7bc69dccf5dd901cf64d6d76a00f119b31
|
||||
size 3583207
|
Loading…
Reference in New Issue
Block a user