Skip to content

Commit

Permalink
feat: add contact info
Browse files Browse the repository at this point in the history
Signed-off-by: Marcin Pachur <[email protected]>
  • Loading branch information
pm4rcin committed Dec 10, 2024
1 parent f85a4bc commit aa5d963
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
# pm4rcin.github.io
# Contact

| Platform | Username |
| ------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| SimpleX Chat | [link](https://simplex.chat/contact#/?v=2-6&smp=smp%3A%2F%2Fh--vW7ZSkXPeOUpfxlFGgauQmXNFOzGoizak7Ult7cw%3D%40smp15.simplex.im%2FLJ3jt8vGsFUTJ2iisBetlzO4t-x5LuN6%23%2F%3Fv%3D1-3%26dh%3DMCowBQYDK2VuAyEARcDszQ42GvZcYyflIsKSVIVvvwkqyE0eGeHXKwz5okc%253D%26srv%3Doauu4bgijybyhczbnxtlggo6hiubahmeutaqineuyy23aojpih3dajad.onion) |
| Signal | [@pm4rcin.01](https://signal.me/#eu/7Hnh0Qjpisj66AOcF1cTntkcmorlzkjcYWVYI0fj89AUHovOLotGsqmUVzvIdth7) |
| Matrix | [@pm4rcin:matrix.org](https://matrix.to/#/@pm4rcin:matrix.org) |
37 changes: 37 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,43 @@
<body>
<header></header>
<main>
<h1 id="contact">Contact</h1>
<table>
<thead>
<tr>
<th>Platform</th>
<th>Username</th>
</tr>
</thead>
<tbody>
<tr>
<td>SimpleX Chat</td>
<td>
<a
href="https://simplex.chat/contact#/?v=2-6&smp=smp%3A%2F%2Fh--vW7ZSkXPeOUpfxlFGgauQmXNFOzGoizak7Ult7cw%3D%40smp15.simplex.im%2FLJ3jt8vGsFUTJ2iisBetlzO4t-x5LuN6%23%2F%3Fv%3D1-3%26dh%3DMCowBQYDK2VuAyEARcDszQ42GvZcYyflIsKSVIVvvwkqyE0eGeHXKwz5okc%253D%26srv%3Doauu4bgijybyhczbnxtlggo6hiubahmeutaqineuyy23aojpih3dajad.onion"
>link</a
>
</td>
</tr>
<tr>
<td>Signal</td>
<td>
<a
href="https://signal.me/#eu/7Hnh0Qjpisj66AOcF1cTntkcmorlzkjcYWVYI0fj89AUHovOLotGsqmUVzvIdth7"
>@pm4rcin.01</a
>
</td>
</tr>
<tr>
<td>Matrix</td>
<td>
<a href="https://matrix.to/#/@pm4rcin:matrix.org"
>@pm4rcin:matrix.org</a
>
</td>
</tr>
</tbody>
</table>
</main>
<footer></footer>
</body>
Expand Down

0 comments on commit aa5d963

Please sign in to comment.