diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-10-01 20:38:27 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-10-01 20:38:27 +0200 |
| commit | 8a7c9e4ac5eac9a4a7b0eb6a1192bc49f4092ccc (patch) | |
| tree | 1243970c892ac1adbc0e2a1691916036f46aa171 /src/public/en | |
| parent | dfb16480ceff390c31465fce5c20cf49a96fdb45 (diff) | |
| download | jo.mssola.com-8a7c9e4ac5eac9a4a7b0eb6a1192bc49f4092ccc.tar.gz jo.mssola.com-8a7c9e4ac5eac9a4a7b0eb6a1192bc49f4092ccc.zip | |
index: Add link to Mastodon
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to 'src/public/en')
| -rw-r--r-- | src/public/en/index.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/public/en/index.html b/src/public/en/index.html index ca737d8..d90b193 100644 --- a/src/public/en/index.html +++ b/src/public/en/index.html @@ -29,9 +29,10 @@ <p> You can reach me at <a href="mailto:mikisabate@gmail.com">mikisabate@gmail.com</a>, check my <a href="<%= url_for('en/cv.html') %>" title="CV">CV</a>, or contact me otherwise at: <ul> - <li><a href="https://github.com/mssola">Github</a>.</li> - <li><a href="https://twitter.com/miquelssola">Twitter</a>.</li> - <li><a href="https://scholar.google.com/citations?user=7WXJc30AAAAJ">Google Scholar</a>.</li> + <li><a href="https://github.com/mssola">Github</a></li> + <li><a href="https://twitter.com/miquelssola">Twitter</a></li> + <li><a rel="me" href="https://mastodont.cat/@mssola">Mastodon</a></li> + <li><a href="https://scholar.google.com/citations?user=7WXJc30AAAAJ">Google Scholar</a></li> </ul> </p> </div> |
