add logo and name and shit
All checks were successful
Deploy website / deploy (push) Successful in 12s
All checks were successful
Deploy website / deploy (push) Successful in 12s
This commit is contained in:
parent
74502dfacf
commit
39cee79f93
2 changed files with 12 additions and 0 deletions
|
@ -47,3 +47,9 @@ ul {
|
|||
li {
|
||||
margin-left: 2em;
|
||||
}
|
||||
|
||||
#logo-and-name-and-shit {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
|
|
@ -20,6 +20,12 @@
|
|||
</head>
|
||||
<body>
|
||||
<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"}
|
||||
<ul>
|
||||
${pkgs.lib.concatStrings (map (member: /*html*/''
|
||||
|
|
Loading…
Reference in a new issue