Skip to content

Commit

Permalink
Added PGP Key (My Contact Mail)
Browse files Browse the repository at this point in the history
  • Loading branch information
Feuersteinium committed Dec 21, 2023
1 parent 7d7f689 commit a1e322a
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 31 deletions.
Binary file removed public/fonts/anton-regular.ttf
Binary file not shown.
Binary file removed public/fonts/cascadiacode.ttf
Binary file not shown.
20 changes: 10 additions & 10 deletions public/pgp.asc
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
-----BEGIN PGP PUBLIC KEY BLOCK-----

xjMEZLq5UhYJKwYBBAHaRw8BAQdAgqum/bIkj7vgiMrjeExG+LD4xe86QDCeLQ+m
2R8onu/NKU5pa2xhcyBGZXVlcnN0ZWluIDxuaWtsYXNAZmV1ZXJzdGVpbi5kZXY+
wo8EExYIADcWIQQZj8kB7Vtq8d3bWoFC9nS/83xEbgUCZLq5UgUJBaOagAIbAwQL
CQgHBRUICQoLBRYCAwEAAAoJEEL2dL/zfERuyvAA/iU80GiVT9rGdUqfWNB0mZ/m
ZfvUD5HQ0q5tsFMwHvhoAP9pyvcSusi8QbKRDvIiQ2j9D+qmWtXkJAYUGBnLIwRL
Cs44BGS6uVISCisGAQQBl1UBBQEBB0DqjFPKWTOgfeOVNQYcXbLI+wKYLc9ZixcN
+96vphTAXAMBCAfCfgQYFggAJhYhBBmPyQHtW2rx3dtagUL2dL/zfERuBQJkurlS
BQkFo5qAAhsMAAoJEEL2dL/zfERuGdUA/AkadiBwKKF2jdLfoJiekqe6/zQXLRH9
/AiCMkpF4jz1AQDWMwHFM9KwU8JpMx6DTzIgdOaA34imf63cWdpEh3/ZAQ==
=KYWb
xjMEZYSEjRYJKwYBBAHaRw8BAQdAoD+jLPKjq2cg4i/X3g1cX0toktCeJ1+lGAiH
UoSjJ6bNKk5pa2xhcyBGZXVlcnN0ZWluIDxjb250YWN0QGZldWVyc3RlaW4uZGV2
PsKPBBMWCAA3FiEEYTdmzCRlDzwrchYam3z+vh2brm4FAmWEhI0FCQWjmoACGwME
CwkIBwUVCAkKCwUWAgMBAAAKCRCbfP6+HZuubvjjAP9EqBvbt9hrFjO1nzfeBCym
K1NqO1Xzu9aNb5O/5h340wD/ePiAFirRkgZ/sG6kQHD43fERoy2uS2BHtLOdggG1
iwrOOARlhISNEgorBgEEAZdVAQUBAQdAUN2qpGSSZkA0AOEMvIzUQ2G2tazbKFh2
99GpFxJYoDMDAQgHwn4EGBYIACYWIQRhN2bMJGUPPCtyFhqbfP6+HZuubgUCZYSE
jQUJBaOagAIbDAAKCRCbfP6+HZuuboEYAP4/Yxp/5ZYfd1bVaNcM3rtMLeGxxCdE
HQvqGrCJrw0ibwD/VdyRGh//sdkGYSHt52l//xrdLln1Pxwuyf5UD+tl3AY=
=vOz3
-----END PGP PUBLIC KEY BLOCK-----
3 changes: 0 additions & 3 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ import Umami from '../components/umami.astro'
<div class="darkblue">
<div>
<h1>Niklas Feuerstein</h1>
<p class="box">GITHUB</p>
<p class="box">Mastodon</p>
<p class="box">Matrix</p>
</div>
</div>
<Footer />
Expand Down
2 changes: 1 addition & 1 deletion src/styles/footer.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.footer-h {
text-decoration: none;
font-family: anton;
font-family: lilita;
font-size: 1.25rem;
color: #272626;
}
Expand Down
19 changes: 4 additions & 15 deletions src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,6 @@
src: url(/fonts/lilitaone-regular.ttf);
font-weight: 900;
}

@font-face {
font-family: cascadia;
src: url(/fonts/cascadiacode.ttf);
}


@font-face {
font-family: anton;
src: url(/fonts/anton-regular.ttf);
font-weight: 900;
}


@font-face {
font-family: martian;
Expand All @@ -28,10 +15,12 @@





/* Standard Heading*/
h1, h2, h3, h4, h5, h6 {
color: #272626;
font-family: 'anton';
font-family: 'lilita';
}


Expand Down Expand Up @@ -66,7 +55,7 @@ h6 {


p {
font-family: cascadia;
font-family: martian;
}


Expand Down
4 changes: 2 additions & 2 deletions src/styles/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
.hfont a {
text-decoration: none;
color: #272626;
font-family: anton;
font-size: 1.35em;
font-family: lilita;
font-size: 1.55em;
}

#spacing {
Expand Down

0 comments on commit a1e322a

Please sign in to comment.