My personal website, in gleam+lustre!
0
fork

Configure Feed

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

Widths


Signed-off-by: MLC Bloeiman <mar@strawmelonjuice.com>

+22 -22
+2 -2
src/homepage.gleam
··· 1433 1433 html.main( 1434 1434 [ 1435 1435 attribute.class( 1436 - "mx-auto my-0 max-w-2xl bg-primary bg-opacity-15 text-primary-content md:rounded-md md:mt-14 p-5 md:p-12 md:h-fit" 1436 + "mx-auto my-0 max-w-4xl bg-primary bg-opacity-15 text-primary-content md:rounded-md md:mt-14 p-5 md:p-12 md:h-fit" 1437 1437 |> alter, 1438 1438 ), 1439 1439 ], ··· 1538 1538 Links -> view_links() |> into_main 1539 1539 Portfolio -> 1540 1540 view_portfolio() 1541 - |> into_altered_main(string.replace(_, "max-w-2xl", "max-w-6xl")) 1541 + |> into_altered_main(string.replace(_, "max-w-4xl", "max-w-6xl")) 1542 1542 Sitemap -> view_sitemap() |> into_main_with_badges 1543 1543 NotFound(_) -> not_found.view() |> into_main_with_badges 1544 1544 AllAndEverything -> view_all_and_everything(model) |> into_main
+2 -2
src/homepage/djotparse.gleam
··· 113 113 <> "</tbody>" 114 114 } 115 115 116 - "\n``` =html\n<table class=\"table table-zebra w-full my-4 border border-neutral-content\">\n" 116 + "\n``` =html\n<div class=\"overflow-y-auto\"><table class=\"table table-zebra w-full my-4 border border-neutral-content\">\n" 117 117 <> html_rows 118 - <> "\n</table>\n```\n" 118 + <> "\n</table></div>\n```\n" 119 119 } 120 120 121 121 fn is_separator(line: String) -> Bool {
+18 -18
src/homepage/stuff/prestyled_elements.gleam
··· 118 118 ]), 119 119 ], 120 120 ), 121 - html.a( 122 - [ 123 - attribute.class( 124 - "flex items-center justify-center p-4 w-28 md:w-64 bg-white hover:bg-[#ff4f78] rounded-xl shadow-lg transition-all border-[#ff6f91] border-2 border-solid", 125 - ), 126 - attribute.target("_blank"), 127 - attribute.href("https://codeberg.org/strawmelonjuice"), 128 - ], 129 - [ 130 - html.img([ 131 - attribute.class("w-full max-h-10 p-1 rounded-sm"), 132 - attribute.src( 133 - "https://codeberg.org/Codeberg/Design/raw/branch/main/logo/horizontal/svg/codeberg-logo_horizontal_blue.svg", 134 - ), 135 - attribute.alt("Codeberg"), 136 - ]), 137 - ], 138 - ), 121 + // html.a( 122 + // [ 123 + // attribute.class( 124 + // "flex items-center justify-center p-4 w-28 md:w-64 bg-white hover:bg-[#ff4f78] rounded-xl shadow-lg transition-all border-[#ff6f91] border-2 border-solid", 125 + // ), 126 + // attribute.target("_blank"), 127 + // attribute.href("https://codeberg.org/strawmelonjuice"), 128 + // ], 129 + // [ 130 + // html.img([ 131 + // attribute.class("w-full max-h-10 p-1 rounded-sm"), 132 + // attribute.src( 133 + // "https://codeberg.org/Codeberg/Design/raw/branch/main/logo/horizontal/svg/codeberg-logo_horizontal_blue.svg", 134 + // ), 135 + // attribute.alt("Codeberg"), 136 + // ]), 137 + // ], 138 + // ), 139 139 html.a( 140 140 [ 141 141 attribute.class(