-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issues and add h-entry microformat (#63)
- Loading branch information
1 parent
2e08d76
commit 5fbb932
Showing
7 changed files
with
29 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,33 +8,33 @@ additional_css: | |
</main> | ||
|
||
<nav id="socials"> | ||
<h1>Contact</h1> | ||
<h2>Contact</h2> | ||
|
||
<dl> | ||
<dt id="social-mastodon" title="Mastodon">Mastodon:</dd> | ||
<dd><a target="_new" rel="me" href="https://mastodon.andreubotella.com/@andreu">@[email protected]</a></dd> | ||
<dd><a target="_blank" rel="me" href="https://mastodon.andreubotella.com/@andreu">@[email protected]</a></dd> | ||
<dt id="social-github" title="GitHub">GitHub:</dt> | ||
<dd><a target="_new" href="https://github.com/andreubotella">andreubotella</a></dd> | ||
<dd><a target="_blank" href="https://github.com/andreubotella">andreubotella</a></dd> | ||
<dt id="social-matrix" title="Matrix">Matrix:</dt> | ||
<dd> | ||
<a target="_new" href="https://matrix.to/#/@abotella:igalia.com">@abotella:igalia.com</a> | ||
<a target="_blank" href="https://matrix.to/#/@abotella:igalia.com">@abotella:igalia.com</a> | ||
</dd> | ||
<dt id="social-linkedin" title="LinkedIn">LinkedIn:</dt> | ||
<dd> | ||
<a target="_new" href="https://www.linkedin.com/in/andreu-botella-botella">Andreu Botella</a> | ||
<a target="_blank" href="https://www.linkedin.com/in/andreu-botella-botella">Andreu Botella</a> | ||
</dd> | ||
<dt id="social-email" title="Email">Email:</dt> | ||
<dd> | ||
<a target="_new" href="mailto:andreu@andreubotella.com">andreu@andreubotella.com</a> | ||
<a target="_blank" href="mailto:andreu@andreubotella.com">andreu@andreubotella.com</a> | ||
(personal) | ||
</dd> | ||
<dd> | ||
<a target="_new" href="mailto:abotella@igalia.com">abotella@igalia.com</a> | ||
<a target="_blank" href="mailto:abotella@igalia.com">abotella@igalia.com</a> | ||
(work) | ||
</dd> | ||
<dt id="social-pubkey" title="Public key">Public key:</dt> | ||
<dd> | ||
<a target="_new" href="https://keys.mailvelope.com/pks/lookup?op=get&search=0x3CC8BD9D9311F58F87979B565D4FFE9260FAA4E9"> | ||
<a target="_blank" href="https://keys.mailvelope.com/pks/lookup?op=get&search=0x3CC8BD9D9311F58F87979B565D4FFE9260FAA4E9"> | ||
<code>3CC8 BD9D 9311 F58F 8797 9B56 5D4F FE92 60FA A4E9</code> | ||
</a> | ||
</dd> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters