SimonSarasovaWebsite/resources/pages/links.html

167 lines
3.6 KiB
HTML
Raw Normal View History

2024-05-01 09:38:23 +02:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Simon Sarasova - Links</title>
<link rel="stylesheet" type="text/css" href="./style.css">
</head>
<body>
<div class = "pageDiv">
{{.CodeSnippet_Header}}
<div class = "pageContentBox">
<div class = "pageContent">
<h1> Links </h1>
<br class = "thinlinebreak">
<p>Below are my links.</p>
<p>These links may be changed, seized or lost in the future.</p>
<br class = "thinlinebreak">
<div class = "linksPageLinkBox">
<p><b><i>Seekia Clearnet Website:</i></b></p>
<a class = "linksPageLinkBoxLink" href="https://seekia.net" target=”_blank”>Seekia.net</a>
</div>
<div class = "linksPageLinkBox">
<p><b><i>Seekia Ethereum IPFS Website:</i></b></p>
<a class = "linksPageLinkBoxLink" href="ipns://seekia.eth" target=”_blank”>Seekia.eth</a>
</div>
<div class = "linksPageLinkBox">
<p><b><i>Seekia Tor Website:</i></b></p>
<a class = "linksPageLinkBoxLink" href="http://seekia77v2rqfp4i4flavj425txtqjpn2yldadngdr45fjitr72fakid.onion" target=”_blank”>seekia77v2rqfp4i4flavj425txtqjpn2yldadngdr45fjitr72fakid.onion</a>
</div>
<div class = "linksPageLinkBox">
<p><b><i>Seekia Code Repository:</i></b></p>
2024-05-10 11:46:50 +02:00
<a class = "linksPageLinkBoxLink" href="https://git.techsaviours.org/sarasova/seekia" target=”_blank”>git.techsaviours.org/sarasova/seekia</a>
2024-05-01 09:38:23 +02:00
</div>
<div class = "linksPageLinkBox">
<p><b><i>Seekia Website Code Repository:</i></b></p>
2024-05-10 11:46:50 +02:00
<a class = "linksPageLinkBoxLink" href="https://git.techsaviours.org/sarasova/SeekiaWebsite" target=”_blank”>git.techsaviours.org/sarasova/SeekiaWebsite</a>
2024-05-01 09:38:23 +02:00
</div>
<div class = "linksPageLinkBox">
2024-05-10 11:46:50 +02:00
<p><b><i>My git.techsaviours.org Account:</i></b></p>
<a class = "linksPageLinkBoxLink" href="https://git.techsaviours.org/sarasova" target=”_blank”>git.techsaviours.org/sarasova</a>
2024-05-01 09:38:23 +02:00
</div>
<br class = "linebreak">
<hr class = "separator">
<p><i>Below is a Seekia memo I digitally signed with my Seekia identity hash.</i></p>
<p><i>You can use the Seekia application to verify its authenticity.</i></p>
<hr class = "separator">
<p class = "memoParagraph">
| «« Seekia Memo »»
|
|- Signature:
2024-05-10 11:46:50 +02:00
| z-hxu6NgTDvO0ob1KfsC0Wy8sFjFrb
| A-AXXaR2hhkiXdTfLzaKVZ3teWnSNn
| cJaDc4M-UNEaQJnJX_k4L6myDw==
2024-05-01 09:38:23 +02:00
|
|- Identity Key:
| f59a0bce855d6e48105612ae73ffabfc
| 4fac1349226433ff586e08b9b32ffd9d
|
|- Author:
| simonx5yudleks5jhwhnck5s28m
|
|- Memo:
|
| Cardano Block Height:
2024-05-10 11:46:50 +02:00
| 10296351
2024-05-01 09:38:23 +02:00
|
| Cardano Block Hash:
2024-05-10 11:46:50 +02:00
| e4b4bf13885c6ff9a7376ec01ba323ae59092f6d27cd40640ef40e03d836a81b
2024-05-01 09:38:23 +02:00
|
| Date:
2024-05-10 11:46:50 +02:00
| May 10, 2024
2024-05-01 09:38:23 +02:00
|
| Author:
| Simon Sarasova
|
|
| This memo contains my links.
| These links may be changed, seized or lost in the future.
|
| My Ethereum IPFS website:
| SimonSarasova.eth
|
2024-05-10 11:46:50 +02:00
| My git.techsaviours.org account:
| git.techsaviours.org/sarasova
2024-05-01 09:38:23 +02:00
|
|
| Below are Seekia's links:
|
| Clearnet Website:
| Seekia.net
|
| Ethereum IPFS Website:
| Seekia.eth
|
| Tor Site:
| seekia77v2rqfp4i4flavj425txtqjpn2yldadngdr45fjitr72fakid.onion
|
| Seekia Code Repository:
2024-05-10 11:46:50 +02:00
| git.techsaviours.org/sarasova/seekia
2024-05-01 09:38:23 +02:00
|
| Seekia Website Code Repository:
2024-05-10 11:46:50 +02:00
| git.techsaviours.org/sarasova/SeekiaWebsite
2024-05-01 09:38:23 +02:00
|
|
| - Simon Sarasova
|
| «« End Of Memo »»
</p>
<hr class = "separator">
<h3>Below are old versions of this page:</h3>
2024-05-10 11:46:50 +02:00
<a class = "archiveMemoLink" href="./memos/archive/2024-4-30 - Links.txt" target=”_blank”>April 30, 2024</a>
2024-05-01 09:38:23 +02:00
<a class = "archiveMemoLink" href="./memos/archive/2024-3-11 - Links.txt" target=”_blank”>March 11, 2024</a>
<a class = "archiveMemoLink" href="./memos/archive/2023-6-14 - Links.txt" target=”_blank”>June 14, 2023</a>
</div>
</div>
</div>
</body>
</html>