diff options
Diffstat (limited to '')
-rw-r--r-- | index.njk | 35 |
1 files changed, 23 insertions, 12 deletions
@@ -11,19 +11,30 @@ <title>߸</title> </head> -<div style="margin-top: 0.3rem; display: flex; flex-direction: column;" class=""> - <div style="display: flex; flex-direction: column; align-items: center; width: 100%; margin-bottom: 2rem; font-size: 27px"> - <div class="code" style="display: flex; flex-direction: column; align-self: center; line-height: 1.0"> - <p class="code" style="color: black; align-self: center; margin-bottom: 1rem; font-weight: 700">mccd</p> - <p class="code" style="color: black; align-self: center; margin-bottom: 1rem; margin-top:0;font-weight: 700">߸</p> - </div> - <div class="front-text" style="display: flex; font-size: 12px;"> - <a class="link" style="margin-right: 0.5rem;" href="https://fosstodon.org/@marcc">mastodon</a> - <a class="link" style="margin-right: 0.5rem;" href="/feed.xml">rss</a> - <a class="link" style="margin-right: 0.5rem;" href="https://git.mccd.space">git</a> - <a class="link" style="margin-right: 0.5rem;" href="/assets/public-key.asc">pgp</a> - <a class="link" href="mailto:marc@mccd.space">email</a> +<div style="margin-top: 1.2rem; display: flex; flex-direction: column;" class=""> + <div class="side-margin"> + <p class="code" style="color: black; align-self: center; margin-bottom: 6px;font-weight: 700">mccd ߸</p> + </div> + <div class="front-text side-margin" style="display: flex; margin-bottom: 6px; align-items: center; font-size: 12px;"> + <a class="link" style="margin-right: 0.5rem;" href="https://fosstodon.org/@marcc">mastodon</a> + <a class="link" style="margin-right: 0.5rem;" href="/feed.xml">rss</a> + <a class="link" style="margin-right: 0.5rem;" href="https://git.mccd.space">git</a> + </div> + <div class="side-margin code" style="font-size: 12px; margin-bottom: 18px; line-height:1.3; "> + <p style="margin:0">pub   rsa4096 2023-09-22 [SC]</p> + <div style="display: flex; gap: 8px;"> + <a style="color:grey" href="/assets/public-key.asc" style="margin:0; ">2F30</a> + <a style="color:grey" href="/assets/public-key.asc" style="margin:0; ">1709</a> + <a style="color:grey" href="/assets/public-key.asc" style="margin:0; ">2782</a> + <a style="color:grey" href="/assets/public-key.asc" style="margin:0; ">FD05</a> + <a style="color:grey" href="/assets/public-key.asc" style="margin:0; ">CCCF</a> + <a style="color:grey" href="/assets/public-key.asc" style="margin:0; ">7964</a> + <a style="color:grey" href="/assets/public-key.asc" style="margin:0; ">647E</a> + <a style="color:grey" href="/assets/public-key.asc" style="margin:0; ">396D</a> + <a style="color:grey" href="/assets/public-key.asc" style="margin:0; ">1F4E</a> + <a style="color:grey" href="/assets/public-key.asc" style="margin:0; ">AE7B</a> </div> + <p style="margin:0">uid                       Marc  Coquand  <<a style="color:grey" href="mailto:marc@mccd.space">marc@mccd.space</a>></p> </div> <h2 class="side-margin" style="font-size: 26px">Posts</h2> {% for post in collections.post | reverse %} |