diff --git a/Changelog.md b/Changelog.md index a5ff310..7e2c689 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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 references to racial loneliness from the Home page, About page, and ReadMe.md. - *Simon Sarasova* * Upgraded Golang to version 1.23. - *Simon Sarasova* * Removed links to Seekia's defunct Tor onionsite. - *Simon Sarasova* * Improved ReadMe.md. - *Simon Sarasova* diff --git a/Contributors.md b/Contributors.md index 2a87d8e..6291179 100644 --- a/Contributors.md +++ b/Contributors.md @@ -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 | 25 \ No newline at end of file +Simon Sarasova | April 10, 2024 | 26 \ No newline at end of file diff --git a/ReadMe.md b/ReadMe.md index 1e97ca9..280d867 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -6,10 +6,6 @@ ![Seekia Website Homepage](./readmeImages/seekiaWebsiteHomepage.jpg) -**This is the repository for Seekia's website.** - -*Cure racial loneliness. Facilitate eugenic breeding. Seekia: Be race and genetics aware.* - **Seekia is a race and genetics aware mate discovery network.** Seekia is a mate discovery network where users can find a mate while having a deep awareness of each potential partner's race and genetics. @@ -18,8 +14,6 @@ Users can share racial information in their profiles such as their eye, skin, an Seekia enables users to browse and filter potential mates by their racial attributes. Seekia can also calculate the racial characteristics for prospective offspring between users. Seekia allows for users to predict and control the race of their offspring by selecting a mate who is the most capable and likely to produce offspring of their desired race. -Seekia aims to cure racial loneliness by helping users to find members of their own race to mate with. - Seekia also provides users with the ability to mate in a genetics aware manner. Users can view information about the health and physical traits of their prospective offspring for each user. diff --git a/resources/images/applicationScreenshots/en/racialSimilarity.webp b/resources/images/applicationScreenshots/en/racialSimilarity.webp deleted file mode 100644 index 6417dc2..0000000 Binary files a/resources/images/applicationScreenshots/en/racialSimilarity.webp and /dev/null differ diff --git a/resources/pages/about.html b/resources/pages/about.html index a863ff4..ac88574 100644 --- a/resources/pages/about.html +++ b/resources/pages/about.html @@ -53,14 +53,6 @@
-

Curing Racial Loneliness

- -
- -

Seekia aims to cure racial loneliness by helping people to find members of their own race to mate with.

- -
-

Seekia aims to help users to produce offspring who resemble them.

diff --git a/resources/pages/index.html b/resources/pages/index.html index 5524709..2e2c89d 100644 --- a/resources/pages/index.html +++ b/resources/pages/index.html @@ -42,15 +42,6 @@
-

{{.TheCureToRacialLoneliness}}

- -

Sort your matches by their racial similarity to yourself.

-

Find matches who look like you, and produce offspring who resemble you.

- - - -
-

Be Ancestry Aware

View genetic ancestry information about users such as ancestral populations and haplogroups.

diff --git a/translation/translation.go b/translation/translation.go index 1b67a5c..d1d935b 100644 --- a/translation/translation.go +++ b/translation/translation.go @@ -24,7 +24,6 @@ func GetTranslationsMap(languageCode string)(map[string]string, error){ "About": "About", "Contribute": "Contribute", "Archive": "Archive", - "TheCureToRacialLoneliness": "The Cure To Racial Loneliness", "BeGeneticsAware": "Be Genetics Aware", "BreedInAEugenicManner": "Breed In A Eugenic Manner", "BrowseForFree": "Browse For Free", @@ -49,7 +48,6 @@ func GetTranslationsMap(languageCode string)(map[string]string, error){ "About": "TODO", "Contribute": "TODO", "Archive": "TODO", - "TheCureToRacialLoneliness": "TODO", "BeGeneticsAware": "TODO", "BreedInAEugenicManner": "TODO", "BrowseForFree": "TODO",