add logo and name and shit
All checks were successful
Deploy website / deploy (push) Successful in 12s

This commit is contained in:
jacekpoz 2024-09-13 22:20:50 +02:00
parent 74502dfacf
commit 39cee79f93
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8
2 changed files with 12 additions and 0 deletions

View file

@ -47,3 +47,9 @@ ul {
li { li {
margin-left: 2em; margin-left: 2em;
} }
#logo-and-name-and-shit {
display: flex;
flex-direction: column;
align-items: center;
}

View file

@ -20,6 +20,12 @@
</head> </head>
<body> <body>
<p>work in progress</p> <p>work in progress</p>
<div id="logo-and-name-and-shit">
<h1>nix webring</h1>
<img src="/nix-webring.svg">
</div>
${h2 "webring members"} ${h2 "webring members"}
<ul> <ul>
${pkgs.lib.concatStrings (map (member: /*html*/'' ${pkgs.lib.concatStrings (map (member: /*html*/''