Skip to content

Commit

Permalink
Added email and PGP key
Browse files Browse the repository at this point in the history
  • Loading branch information
silas229 committed Feb 6, 2019
1 parent 4dbb778 commit 18489e8
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion de/datenschutz/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h2>Verantwortlicher:</h2>
<h2>Kontakt:</h2>
<table class="sans-serif"><tbody><tr>
<td>Telefon:</td><td><a href="tel:+4915780395653">0157 80395653</a></td></tr>
<tr><td>E-Mail:</td><td><a href="mailto:contact@silas229.de" target="_blank" rel="noopener noreferrer">contact@silas229.de</a></td>
<tr><td>E-Mail:</td><td><a href="mailto:contact@silas229.de" target="_blank" rel="noopener noreferrer">contact@silas229.de</a> (<a href="https://pgp.mit.edu/pks/lookup?search=0x7AF27B550A212A54">PGP-Schlüssel</a>)</td>
</tr></tbody></table>

<p>Link zum <a href="/de/impressum/">Impressum</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion de/impressum/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h2>Angaben gemäß §5 TMG:</h2>
<h2>Kontakt:</h2>
<table class="sans-serif"><tbody><tr>
<td>Telefon:</td><td><a href="tel:+4915780395653">0157 80395653</a></td></tr>
<tr><td>E-Mail:</td><td><a href="mailto:contact@silas229.de" target="_blank" rel="noopener noreferrer">contact@silas229.de</a></td>
<tr><td>E-Mail:</td><td><a href="mailto:contact@silas229.de" target="_blank" rel="noopener noreferrer">contact@silas229.de</a> (<a href="https://pgp.mit.edu/pks/lookup?search=0x7AF27B550A212A54">PGP-Schlüssel</a>)</td>
</tr></tbody></table>

<p>Quelle: <em><a href="https://www.e-recht24.de" target="_blank">eRecht24</a></em></p>
Expand Down
1 change: 1 addition & 0 deletions de/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ <h2>Kontaktieren Sie mich</h2>
<input type="text" name="_gotcha" style="display:none" />
<input type="hidden" name="_language" value="de" />
<button type="submit">Senden</button>
<p id="email">Alternativ können Sie mir auch eine E-Mail senden: <a href="mailto:contact@silas229.de">contact@silas229.de</a> (<a href="https://pgp.mit.edu/pks/lookup?search=0x7AF27B550A212A54">PGP-Schlüssel</a>)</p>
</form>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions en/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ <h2>Contact me</h2>
<input type="hidden" name="_language" value="en" />
<button type="submit">Send</button>
</form>
<p id="email">Alternatively, you can send me an email: <a href="mailto:contact@silas229.de">contact@silas229.de</a> (<a href="https://pgp.mit.edu/pks/lookup?search=0x7AF27B550A212A54">PGP-Key</a>)</p>
</div>
</div>
<footer>
Expand Down
2 changes: 1 addition & 1 deletion en/legal/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h1>Legal Disclosure</h1>
<h2>Contact Information</h2>
<table class="sans-serif"><tbody><tr>
<td>Telephone: </td><td><a href="tel:+4915780395653">+49 157 80395653</a></td></tr>
<td>E-Mail: </td><td><a href="mailto:contact@silas229.de">contact@silas229.de</a></tr>
<td>E-Mail: </td><td><a href="mailto:contact@silas229.de">contact@silas229.de</a> (<a href="https://pgp.mit.edu/pks/lookup?search=0x7AF27B550A212A54">PGP-Key</a>)</tr>
<td>Internet address: </td><td><a href="https://silas229.me" target="_blank" rel="noopener noreferrer">https://silas229.me</a></td></tr>
</table>
<h2>Disclaimer</h2>
Expand Down
7 changes: 6 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -159,15 +159,20 @@ body {
.container h2:nth-child(1) {animation-delay: 1s;}
.container h2:nth-child(3) {animation-delay: 1.4s;}

input, textarea, button {
input, textarea, button, #email {
-webkit-animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

#email {
text-align: center;
}

form *:nth-child(1) {animation-delay: 1.6s}
form *:nth-child(2) {animation-delay: 1.7s}
form *:nth-child(3) {animation-delay: 1.8s}
form *:nth-child(6) {animation-delay: 1.9s}
#email {animation-delay: 2s}


footer {
Expand Down

0 comments on commit 18489e8

Please sign in to comment.