···121121 ]),
122122 html.main([], [
123123 html.div([attribute.class("container")], [
124124+ html.h3([], [element.text("hi there!")]),
124125 html.p([], [
125125- element.text("this page was made as a replacement to "),
126126- html.a([attribute.href("https://homarr.dev")], [
127127- element.text("homarr"),
128128- ]),
129129- element.text(", which didn't like me changing my domain :/"),
126126+ element.text("im ollie, a developer from germany"),
127127+ html.br([]),
128128+ element.text("welcome to my little corner of the internet"),
130129 ]),
131130 html.p([], [
132131 element.text(
133133- "i mainly use this as a link list to jump to my services / hosted code",
132132+ "i enjoy backend development, devops, self hosting and, these days, occasionally gaming",
133133+ ),
134134+ html.br([]),
135135+ element.text(
136136+ "you can find my public facing services below (the ones i remembered to put here at least...)",
134137 ),
135138 ]),
136139···188191 html.hr([]),
189192190193 html.h3([], [
191191- element.text("this is where i'd put my blog posts..."),
194194+ element.text("this is where id put my blog posts..."),
192195 ]),
193196 element.text("IF I HAD ANY!"),
194197···207210208211 html.footer([attribute.class("footer text-light")], [
209212 html.p([], [
210210- element.text("Made with "),
213213+ element.text("made with "),
211214 html.a([attribute.href("https://gleam.run")], [
212215 element.text("gleam"),
213216 ]),