added matrix, standardized quotes
This commit is contained in:
@@ -26,8 +26,8 @@ return h.html({ lang = "en" })({
|
|||||||
"my personal website. i make software using luau. this website is written in luau.",
|
"my personal website. i make software using luau. this website is written in luau.",
|
||||||
}),
|
}),
|
||||||
}),
|
}),
|
||||||
h.main()({
|
h.main()({
|
||||||
h.p()({
|
h.p()({
|
||||||
"you can find most of what you're looking for here:",
|
"you can find most of what you're looking for here:",
|
||||||
}),
|
}),
|
||||||
h.div({ style = "display: flex; flex-direction: row; flex-wrap: wrap; column-gap: 10px;" })({
|
h.div({ style = "display: flex; flex-direction: row; flex-wrap: wrap; column-gap: 10px;" })({
|
||||||
@@ -35,8 +35,8 @@ return h.html({ lang = "en" })({
|
|||||||
h.header()({
|
h.header()({
|
||||||
"my git (including all my foss work)",
|
"my git (including all my foss work)",
|
||||||
}),
|
}),
|
||||||
h.a({ href = 'https://git.luau.software/cyclic' })({
|
h.a({ href = "https://git.luau.software/cyclic" })({
|
||||||
'profile',
|
"profile",
|
||||||
}),
|
}),
|
||||||
}),
|
}),
|
||||||
h.article()({
|
h.article()({
|
||||||
@@ -44,10 +44,18 @@ return h.html({ lang = "en" })({
|
|||||||
"my email",
|
"my email",
|
||||||
}),
|
}),
|
||||||
h.p()({
|
h.p()({
|
||||||
'cyclic@luau.software',
|
"cyclic@luau.software",
|
||||||
|
}),
|
||||||
|
}),
|
||||||
|
h.article()({
|
||||||
|
h.header()({
|
||||||
|
"my matrix",
|
||||||
|
}),
|
||||||
|
h.a({ href = "https://matrix.to/#/@cyclic:luau.software" })({
|
||||||
|
"@cyclic:luau.software",
|
||||||
}),
|
}),
|
||||||
}),
|
}),
|
||||||
}),
|
}),
|
||||||
})
|
}),
|
||||||
}),
|
}),
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user