mirror of
https://github.com/daylinmorgan/nimpkgs.git
synced 2024-12-21 18:50:43 -06:00
feat: add informative note
This commit is contained in:
parent
9c45cf8983
commit
fa1e181f4c
1 changed files with 2 additions and 1 deletions
|
@ -6,10 +6,11 @@ import ../context
|
||||||
proc render*(): VNode =
|
proc render*(): VNode =
|
||||||
result = buildHtml(tdiv(class = "justify-center")):
|
result = buildHtml(tdiv(class = "justify-center")):
|
||||||
tdiv(class = "flex flex-col space-y-5"):
|
tdiv(class = "flex flex-col space-y-5"):
|
||||||
|
tdiv(class = "md:text-4xl text-2xl font-bold font-mono-casual text-center"):
|
||||||
|
text "discover Nim's ecosystem of third-party libraries and tools"
|
||||||
tdiv(class = "grow md:w-4/5 mx-auto"):
|
tdiv(class = "grow md:w-4/5 mx-auto"):
|
||||||
tdiv(class = "flex flex-col md:flex-row grow"):
|
tdiv(class = "flex flex-col md:flex-row grow"):
|
||||||
searchBar()
|
searchBar()
|
||||||
# ctx.randomPackage()
|
|
||||||
tdiv():
|
tdiv():
|
||||||
tdiv():
|
tdiv():
|
||||||
text "explore tags:"
|
text "explore tags:"
|
||||||
|
|
Loading…
Reference in a new issue