Skip to content

Commit

Permalink
Add WIP label
Browse files Browse the repository at this point in the history
  • Loading branch information
vladleesi committed Apr 1, 2024
1 parent 1303817 commit 5d59e8e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 28 deletions.
35 changes: 10 additions & 25 deletions src/main/kotlin/pages/Home.kt
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,14 @@ val HomePage = VFC {
}
}

div {
css {
marginTop = 72.px
fontSize = 36.px
}
+"Site Under Construction"
}

div {
css {
marginTop = 72.px
Expand Down Expand Up @@ -131,7 +139,7 @@ val HomePage = VFC {
marginTop = 64.px
fontSize = 36.px
}
+"My pet projects"
+"Projects"
}

div {
Expand Down Expand Up @@ -241,7 +249,7 @@ val HomePage = VFC {
target = WindowTarget._blank
+"Kotlin/JS"
}
+". Source code on "
+", source code on "
a {
css { buildBodyLinkStyle() }
href = "https://github.com/vladleesi/vladleesi.github.io"
Expand All @@ -252,29 +260,6 @@ val HomePage = VFC {
}
}

div {
css {
justifyContent = JustifyContent.center
alignItems = AlignItems.center
display = Display.flex
marginBottom = 16.px
}
p {
css {
fontSize = 12.px
marginTop = 4.px
}
+"Copyright © 2023 "
a {
css { buildBodyLinkStyle() }
href = ""
target = WindowTarget._blank
+"vladleesi"
}
+". All rights reserved."
}
}

Outlet()
}

Expand Down
5 changes: 2 additions & 3 deletions src/main/kotlin/style/Styles.kt
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ fun PropertiesBuilder.buildContentLinkStyle() {

fun PropertiesBuilder.buildContentTextBackgroundStyle() {
backgroundColor = accent
paddingLeft = 6.px
paddingRight = 6.px
paddingBottom = 4.px
paddingLeft = 4.px
paddingRight = 4.px
color = backgroundBlack
}

0 comments on commit 5d59e8e

Please sign in to comment.