feat: Add PGP key
This commit is contained in:
parent
e3a3bb2dc2
commit
b5d567c876
3 changed files with 15 additions and 7 deletions
|
@ -14,14 +14,12 @@
|
||||||
in {
|
in {
|
||||||
devShells.default = pkgs.mkShell {
|
devShells.default = pkgs.mkShell {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
jetbrains.webstorm
|
|
||||||
nodejs
|
nodejs
|
||||||
nodePackages.live-server
|
nodePackages.live-server
|
||||||
];
|
|
||||||
|
|
||||||
shellHook = ''
|
# An IDE of your choice
|
||||||
webstorm . && exit
|
# jetbrains.webstorm
|
||||||
'';
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
10
index.html
10
index.html
|
@ -66,9 +66,17 @@
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
|
<p>
|
||||||
|
<a href="https://keys.openpgp.org/vks/v1/by-fingerprint/08A9C1C8CF9159C9172ABA129B11F5243089DB5B"
|
||||||
|
about="link to public PGP key">
|
||||||
|
08A9 C1C8 CF91 59C9 172A BA12 9B11 F524 3089 DB5B
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Made with <span class="heart">♥</span>.
|
Made with <span class="heart">♥</span>.
|
||||||
<a href="https://git.depeuter.dev/tdpeuter/tdpeuter" about="source code of this webpage" class="hidden">Source code</a>
|
<a href="https://git.depeuter.dev/tdpeuter/tdpeuter" about="source code of this webpage" class="hidden">
|
||||||
|
Source code
|
||||||
|
</a>
|
||||||
</p>
|
</p>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -43,8 +43,10 @@ footer {
|
||||||
bottom: 2vh;
|
bottom: 2vh;
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
justify-content: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.heart {
|
.heart {
|
||||||
|
|
Loading…
Reference in a new issue