diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-07-21 22:35:19 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-07-21 22:35:19 +0200 |
| commit | 42029f2e0a461b9431b8ba42c914b268fe857543 (patch) | |
| tree | e01b277a77d8fc4537a574dd971033ac8fd1d41e /src/public/en | |
| parent | 4a985b7cd28515a64724df53f8f13c395a1aa0ca (diff) | |
| download | jo.mssola.com-42029f2e0a461b9431b8ba42c914b268fe857543.tar.gz jo.mssola.com-42029f2e0a461b9431b8ba42c914b268fe857543.zip | |
Add references to my personal git server
Moreover, point to this instance instead of Github for the source code
of the project.
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to 'src/public/en')
| -rw-r--r-- | src/public/en/cv.html | 1 | ||||
| -rw-r--r-- | src/public/en/index.html | 2 | ||||
| -rw-r--r-- | src/public/en/license.html | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/src/public/en/cv.html b/src/public/en/cv.html index 2051d5c..959d042 100644 --- a/src/public/en/cv.html +++ b/src/public/en/cv.html @@ -2,6 +2,7 @@ <div id="info"> <nobr><a href="mailto:mssola@mssola.com" title="Personal e-mail"><img src="https://cdn.simpleicons.org/gmail/black/white" />mssola@mssola.com</a></nobr> - + <nobr><a href="https://git.mssola.com" title="Git instance"><img src="https://cdn.simpleicons.org/git/black/white" />Git</a></nobr> - <nobr><a href="https://github.com/mssola" title="Github profile"><img src="https://cdn.simpleicons.org/github/black/white" />@mssola</a></nobr> - <nobr><a href="https://mastodont.cat/@mssola" title="Mastodon profile"><img src="https://cdn.simpleicons.org/mastodon/black/white" />@mssola</a></nobr> - <nobr><a href="https://twitter.com/miquelssola" title="Twitter/X profile"><img src="https://cdn.simpleicons.org/x/black/white" />@miquelssola</a></nobr> - diff --git a/src/public/en/index.html b/src/public/en/index.html index b56b35b..4aca3d9 100644 --- a/src/public/en/index.html +++ b/src/public/en/index.html @@ -27,7 +27,7 @@ <p> You can reach me at <a href="mailto:mssola@mssola.com">mssola@mssola.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://git.mssola.com">My own Git instance</a> or <a href="https://github.com/mssola">Github</a></li> <li><a href="https://twitter.com/miquelssola">Twitter / X</a></li> <li><a rel="me" href="https://mastodont.cat/@mssola">Mastodon</a></li> <li><a href="https://orcid.org/0009-0006-7304-3150" title="ORCID">ORCID</a></li> diff --git a/src/public/en/license.html b/src/public/en/license.html index 6b67b95..e816f52 100644 --- a/src/public/en/license.html +++ b/src/public/en/license.html @@ -1,6 +1,6 @@ <p> This is my personal webpage, where I write stuff. The source code can be found - <a href="https://github.com/mssola/jo.mssola.com" title="Source code at Github">here</a> and + <a href="https://git.mssola.com/misc/jo.mssola.com" title="Source code at Github">here</a> and is under the <a href="https://www.gnu.org/licenses/agpl-3.0.html" title="AGPLv3">AGPLv3</a> license: </p> |
