Pubilc site basically complete, apps are reasonable but could be better looking
This commit is contained in:
@@ -10,6 +10,16 @@ class Home extends Shadow {
|
||||
ZStack(() => {
|
||||
|
||||
NavBar()
|
||||
|
||||
img("_/icons/logo.svg", "2.5em")
|
||||
.onClick((done) => {
|
||||
if(!done) return
|
||||
window.navigateTo("/")
|
||||
})
|
||||
.position("absolute")
|
||||
.left(50, vw).top(4, em)
|
||||
.center()
|
||||
.transform("translate(-2em, -50%)")
|
||||
|
||||
switch(window.location.pathname) {
|
||||
case "/":
|
||||
@@ -24,7 +34,6 @@ class Home extends Shadow {
|
||||
.color("var(--gold)")
|
||||
.fontSize(5, vw)
|
||||
|
||||
|
||||
p("A CLASSICAL CHRISTIAN ASSOCIATION")
|
||||
.x(50, vw).y(94, vh)
|
||||
.center()
|
||||
|
||||
Reference in New Issue
Block a user