Removed links to Seekia's defunct Tor onionsite.

This commit is contained in:
Simon Sarasova 2024-08-14 14:29:57 +00:00
parent 4090b50b01
commit 16f43a5fff
No known key found for this signature in database
GPG key ID: 5E710636FDAA0C61
5 changed files with 4 additions and 11 deletions

View file

@ -3,6 +3,7 @@
This document attempts to describe the history of changes to the Seekia Website codebase.
Small and insignificant changes may not be included in this log.
* Removed links to Seekia's defunct Tor onionsite. - *Simon Sarasova*
* Improved ReadMe.md. - *Simon Sarasova*
* Improved Seekia's slogan. Implemented various other improvements to the website. - *Simon Sarasova*
* Changed TechSaviours git repository to digitalprivacy.diy repository. - *Simon Sarasova*

View file

@ -4,4 +4,4 @@ This document describes the contributors to the Seekia Website codebase.
Name | Date Of First Commit | Number Of Commits
--- | --- | ---
Simon Sarasova | April 10, 2024 | 23
Simon Sarasova | April 10, 2024 | 24

View file

@ -36,8 +36,6 @@ Access Seekia's clearnet website at [Seekia.net](https://seekia.net).
Access Seekia's Ethereum IPFS ENS website at [Seekia.eth](ipns://seekia.eth). This site can be accessed through Brave Browser.
Access Seekia's Tor website at [seekia77v2rqfp4i4flavj425txtqjpn2yldadngdr45fjitr72fakid.onion](http://seekia77v2rqfp4i4flavj425txtqjpn2yldadngdr45fjitr72fakid.onion).
Read the whitepaper at `/resources/assets/Seekia.pdf`
## How To Build
@ -62,7 +60,7 @@ The website will export into two folders: `ExportedWebsite_IPFS` and `ExportedWe
`ExportedWebsite_IPFS` contains the website that is deployed to the `Seekia.eth` IPFS domain.
`ExportedWebsite_Server` contains the website that is deployed to Seekia's clearnet and Tor domains.
`ExportedWebsite_Server` contains the website that is deployed to Seekia's clearnet domain.
## Contact

View file

@ -2,7 +2,7 @@
// This package exports 2 Seekia static sites into two folders: ExportedWebsite_IPFS and ExportedWebsite_Server
// ExportedWebsite_IPFS contains the website that is deployed to the Seekia.eth IPFS domain.
// ExportedWebsite_Server contains the website that is deployed to Seekia's clearnet (.net) and Tor (.onion) domains.
// ExportedWebsite_Server contains the website that is deployed to Seekia's clearnet (Seekia.net) domain.
package main

View file

@ -136,7 +136,6 @@
<h2>Websites</h2>
<p>Below are the official Seekia websites.</p>
<p>These sites should be nearly identical to the website you are currently viewing.</p>
<div class = "aboutWebsiteBox">
<p><b>Clearnet Site:</b></p>
@ -148,11 +147,6 @@
<a href = "ipns://seekia.eth" target = "_blank">Seekia.eth</a>
</div>
<div class = "aboutWebsiteBox">
<p><b>Tor Site:</b></p>
<a href = "http://seekia77v2rqfp4i4flavj425txtqjpn2yldadngdr45fjitr72fakid.onion" target = "_blank">seekia77v2rqfp4i4flavj425txtqjpn2yldadngdr45fjitr72fakid.onion</a>
</div>
</div>
</body>