added matrix, standardized quotes
This commit is contained in:
122
src/init.luau
122
src/init.luau
@@ -1,61 +1,61 @@
|
|||||||
local h = require("@lib/html")
|
local h = require("@lib/html")
|
||||||
|
|
||||||
return h.html({ lang = "en" })({
|
return h.html({ lang = "en" })({
|
||||||
h.head()({
|
h.head()({
|
||||||
h.meta({ charset = "utf-8" }),
|
h.meta({ charset = "utf-8" }),
|
||||||
h.meta({ name = "viewport", content = "width=device-width, initial-scale=1" }),
|
h.meta({ name = "viewport", content = "width=device-width, initial-scale=1" }),
|
||||||
h.meta({ name = "color-scheme", content = "dark light" }),
|
h.meta({ name = "color-scheme", content = "dark light" }),
|
||||||
h.title()({
|
h.title()({
|
||||||
"luau software",
|
"luau software",
|
||||||
}),
|
}),
|
||||||
h.link({
|
h.link({
|
||||||
rel = "icon",
|
rel = "icon",
|
||||||
href = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAGFBMVEUAov4Aov4Aof4Aov7l8/6l0v5ctP4Fof7s4QukAAAABHRSTlMBRY/MU7dEywAAALZJREFUeNqNk0EOwyAMBGvs3f3/j1sXWkKDK+biQ0YwisXjFPdm/76bJL0cq4VBdVBTp5RcSS2ZbqxJTQVe3QBwEfRLJJRakcCPYEUCIqkTugCpVQkEqoQJJdn5XwB1Y7khtoJ9BYR2zEUAkkBxmzBuYOQkuEnIbwJyAgFxSWgpAATSec8QMRM8ZYIIBIGUIewW0c9g9JkJA7N2lSKTx6on00nrsupC4txkLdWPzNxrYR7kp8/+CUlvDvtDdoJIAAAAAElFTkSuQmCC",
|
href = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAGFBMVEUAov4Aov4Aof4Aov7l8/6l0v5ctP4Fof7s4QukAAAABHRSTlMBRY/MU7dEywAAALZJREFUeNqNk0EOwyAMBGvs3f3/j1sXWkKDK+biQ0YwisXjFPdm/76bJL0cq4VBdVBTp5RcSS2ZbqxJTQVe3QBwEfRLJJRakcCPYEUCIqkTugCpVQkEqoQJJdn5XwB1Y7khtoJ9BYR2zEUAkkBxmzBuYOQkuEnIbwJyAgFxSWgpAATSec8QMRM8ZYIIBIGUIewW0c9g9JkJA7N2lSKTx6on00nrsupC4txkLdWPzNxrYR7kp8/+CUlvDvtDdoJIAAAAAElFTkSuQmCC",
|
||||||
}),
|
}),
|
||||||
h.link({
|
h.link({
|
||||||
rel = "stylesheet",
|
rel = "stylesheet",
|
||||||
href = "https://cdn.jsdelivr.net/npm/@picocss/pico@2.1.1/css/pico.classless.min.css",
|
href = "https://cdn.jsdelivr.net/npm/@picocss/pico@2.1.1/css/pico.classless.min.css",
|
||||||
}),
|
}),
|
||||||
}),
|
}),
|
||||||
h.body()({
|
h.body()({
|
||||||
h.header()({
|
h.header()({
|
||||||
h.h1()({
|
h.h1()({
|
||||||
"luau software",
|
"luau software",
|
||||||
}),
|
}),
|
||||||
h.p()({
|
h.p()({
|
||||||
"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;" })({
|
||||||
h.article()({
|
h.article()({
|
||||||
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()({
|
||||||
h.header()({
|
h.header()({
|
||||||
"my email",
|
"my email",
|
||||||
}),
|
}),
|
||||||
h.p()({
|
h.p()({
|
||||||
"cyclic@luau.software",
|
"cyclic@luau.software",
|
||||||
}),
|
}),
|
||||||
}),
|
}),
|
||||||
h.article()({
|
h.article()({
|
||||||
h.header()({
|
h.header()({
|
||||||
"my matrix",
|
"my matrix",
|
||||||
}),
|
}),
|
||||||
h.a({ href = "https://matrix.to/#/@cyclic:luau.software" })({
|
h.a({ href = "https://matrix.to/#/@cyclic:luau.software" })({
|
||||||
"@cyclic:luau.software",
|
"@cyclic:luau.software",
|
||||||
}),
|
}),
|
||||||
}),
|
}),
|
||||||
}),
|
}),
|
||||||
}),
|
}),
|
||||||
}),
|
}),
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user