added pgp key, moved email, changed title for git
This commit is contained in:
@@ -31,14 +31,6 @@ return h.html({ lang = "en" })({
|
|||||||
"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.header()({
|
|
||||||
"my git (including all my foss work)",
|
|
||||||
}),
|
|
||||||
h.a({ href = "https://git.luau.software/cyclic" })({
|
|
||||||
"profile",
|
|
||||||
}),
|
|
||||||
}),
|
|
||||||
h.article()({
|
h.article()({
|
||||||
h.header()({
|
h.header()({
|
||||||
"my email",
|
"my email",
|
||||||
@@ -47,6 +39,14 @@ return h.html({ lang = "en" })({
|
|||||||
"cyclic@luau.software",
|
"cyclic@luau.software",
|
||||||
}),
|
}),
|
||||||
}),
|
}),
|
||||||
|
h.article()({
|
||||||
|
h.header()({
|
||||||
|
"my git (including projects)",
|
||||||
|
}),
|
||||||
|
h.a({ href = "https://git.luau.software/cyclic" })({
|
||||||
|
"profile",
|
||||||
|
}),
|
||||||
|
}),
|
||||||
h.article()({
|
h.article()({
|
||||||
h.header()({
|
h.header()({
|
||||||
"my matrix",
|
"my matrix",
|
||||||
@@ -55,6 +55,14 @@ return h.html({ lang = "en" })({
|
|||||||
"@cyclic:luau.software",
|
"@cyclic:luau.software",
|
||||||
}),
|
}),
|
||||||
}),
|
}),
|
||||||
|
h.article()({
|
||||||
|
h.header()({
|
||||||
|
"my public pgp key",
|
||||||
|
}),
|
||||||
|
h.a({ href = "https://git.luau.software/cyclic/pgp-pub/raw/branch/main/publickey.asc" })({
|
||||||
|
"pgp key",
|
||||||
|
}),
|
||||||
|
}),
|
||||||
}),
|
}),
|
||||||
}),
|
}),
|
||||||
}),
|
}),
|
||||||
|
Reference in New Issue
Block a user