my page ollie.earth
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add a lil about me bit

ollie ad657ff5 7f085ab7

+11 -8
+11 -8
src/page.gleam
··· 121 121 ]), 122 122 html.main([], [ 123 123 html.div([attribute.class("container")], [ 124 + html.h3([], [element.text("hi there!")]), 124 125 html.p([], [ 125 - element.text("this page was made as a replacement to "), 126 - html.a([attribute.href("https://homarr.dev")], [ 127 - element.text("homarr"), 128 - ]), 129 - element.text(", which didn't like me changing my domain :/"), 126 + element.text("im ollie, a developer from germany"), 127 + html.br([]), 128 + element.text("welcome to my little corner of the internet"), 130 129 ]), 131 130 html.p([], [ 132 131 element.text( 133 - "i mainly use this as a link list to jump to my services / hosted code", 132 + "i enjoy backend development, devops, self hosting and, these days, occasionally gaming", 133 + ), 134 + html.br([]), 135 + element.text( 136 + "you can find my public facing services below (the ones i remembered to put here at least...)", 134 137 ), 135 138 ]), 136 139 ··· 188 191 html.hr([]), 189 192 190 193 html.h3([], [ 191 - element.text("this is where i'd put my blog posts..."), 194 + element.text("this is where id put my blog posts..."), 192 195 ]), 193 196 element.text("IF I HAD ANY!"), 194 197 ··· 207 210 208 211 html.footer([attribute.class("footer text-light")], [ 209 212 html.p([], [ 210 - element.text("Made with "), 213 + element.text("made with "), 211 214 html.a([attribute.href("https://gleam.run")], [ 212 215 element.text("gleam"), 213 216 ]),