diff --git a/Changelog.md b/Changelog.md index de2bc52..e229ab7 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. +* Improved Seekia's slogan. Implemented various other improvements to the website. - *Simon Sarasova* * Changed TechSaviours git repository to digitalprivacy.diy repository. - *Simon Sarasova* * Changed pub.solar git repository to TechSaviours repository. - *Simon Sarasova* * Improved the sizes of the index page app screenshots. - *Simon Sarasova* diff --git a/Contributors.md b/Contributors.md index addd72f..0ef6c68 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 | 17 \ No newline at end of file +Simon Sarasova | April 10, 2024 | 18 \ No newline at end of file diff --git a/readmeImages/seekiaWebsiteHomepage.jpg b/readmeImages/seekiaWebsiteHomepage.jpg index 207c306..65231ad 100644 Binary files a/readmeImages/seekiaWebsiteHomepage.jpg and b/readmeImages/seekiaWebsiteHomepage.jpg differ diff --git a/resources/codeSnippets/Header.html b/resources/codeSnippets/Header.html index 5f09c57..82c62a2 100644 --- a/resources/codeSnippets/Header.html +++ b/resources/codeSnippets/Header.html @@ -19,7 +19,7 @@ -
{{.BeRaceAware}}
+
{{.BeRaceAndGeneticsAware}}
diff --git a/resources/images/applicationScreenshots/en/homePage.webp b/resources/images/applicationScreenshots/en/homePage.webp index 74e6491..5156799 100644 Binary files a/resources/images/applicationScreenshots/en/homePage.webp and b/resources/images/applicationScreenshots/en/homePage.webp differ diff --git a/resources/pages/about.html b/resources/pages/about.html index 853481d..f637008 100644 --- a/resources/pages/about.html +++ b/resources/pages/about.html @@ -25,26 +25,30 @@
-

Seekia aims to accelerate humanity's adoption of race and genetics aware mate discovery technology.

- -

Seekia aims to bring genetic order to humanity's breeding patterns.

+

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.


+
+

Be Race Aware

-

Seekia is a mate discovery network where users can find a mate while having a deep awareness of each potential partner's race.

-

Users can share racial information in their profiles such as their eye, skin, and hair color; hair texture; and the alleles in their genome which effect physical traits.

+
+

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 choose the race of their offspring by selecting a mate who is the most capable and likely to produce offspring of their desired race.

@@ -55,6 +59,8 @@

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.

@@ -73,23 +79,23 @@
-

Facilitating Eugenic Breeding

- -
- -

Seekia aims to improve humanity's genetics by making humans more beautiful, healthier, more intelligent, more virtuous, and happier.

- -
- -

Users can filter and sort users by their genetic disease and trait information.

+

Be Genetics Aware

Users can analyze their genomes using the Seekia app to learn about monogenic disease risks, polygenic disease risks, and traits.

+

Users can share their disease and trait information in their profiles.

+ +

Users can filter and sort users by their genetic disease and trait information.

+
-

Users can share their disease and trait information in their profiles.

+

Facilitating Eugenic Breeding

+ +
+ +

Seekia aims to improve humanity's genetics by making humans more beautiful, healthier, more intelligent, more virtuous, and happier.

@@ -99,10 +105,18 @@

Seekia users will choose mates who are the most likely to produce beautiful, healthy, intelligent, virtuous, and happy offspring.

+
+

+

Seekia aims to accelerate humanity's adoption of race and genetics aware mate discovery technology.

+ +

Seekia aims to bring genetic order to humanity's breeding patterns.

+ +
+

Learn more by reading the Seekia whitepaper.

diff --git a/resources/pages/contribute.html b/resources/pages/contribute.html index bc8fd44..81f2ae3 100644 --- a/resources/pages/contribute.html +++ b/resources/pages/contribute.html @@ -25,7 +25,7 @@
-

Join us in our goal of curing racial loneliness and facilitating eugenic breeding.

+

Join us in our goal of helping humanity to breed in a race and genetics aware manner.


@@ -51,7 +51,7 @@

You can also use a trusted gateway to access his website.

-

You should visit his site from multiple gateways to ensure you are seeing an authentic version of his site.

+

You can visit his site from multiple gateways to ensure you are seeing an authentic version of his site.

SimonSarasova.eth.limo/contact.html SimonSarasova.eth.link/contact.html diff --git a/resources/pages/download.html b/resources/pages/download.html index c9fa399..c7277cc 100644 --- a/resources/pages/download.html +++ b/resources/pages/download.html @@ -122,7 +122,7 @@

You can also use a trusted gateway to access his website.

-

You should visit his site from multiple gateways to ensure you are seeing an authentic version of his site.

+

You can visit his site from multiple gateways to ensure you are seeing an authentic version of his site.

SimonSarasova.eth.limo/keys.html SimonSarasova.eth.link/keys.html diff --git a/resources/pages/index.html b/resources/pages/index.html index dcb4a2f..5524709 100644 --- a/resources/pages/index.html +++ b/resources/pages/index.html @@ -6,7 +6,7 @@ -Seekia - {{.BeRaceAware}} +{{.HomePageTitle}} diff --git a/resources/style.css b/resources/style.css index adf26bd..d596756 100644 --- a/resources/style.css +++ b/resources/style.css @@ -428,6 +428,11 @@ a:hover{ font-style:italic; } +.aboutPageHeadingText{ + + width:70%; +} + .aboutPageDescriptionSection{ width:70%; diff --git a/translation/translation.go b/translation/translation.go index 49d034e..1b67a5c 100644 --- a/translation/translation.go +++ b/translation/translation.go @@ -12,8 +12,10 @@ func GetTranslationsMap(languageCode string)(map[string]string, error){ case "en":{ languageMap := map[string]string{ - "BeRaceAware": "Be Race Aware", - "SeekiaIsDescription": "Seekia is a race aware mate discovery network.", + "HomePageTitle": "Seekia: A race and genetics aware mate discovery network.", + "SeekiaIsDescription": "Seekia is a race and genetics aware mate discovery network.", + "BeRaceAware": "Be race aware.", + "BeRaceAndGeneticsAware": "Be race and genetics aware.", "Language": "Language", "CurrentLanguage": "English", "ChooseLanguage": "Choose Language", @@ -35,8 +37,10 @@ func GetTranslationsMap(languageCode string)(map[string]string, error){ case "es":{ languageMap := map[string]string{ - "BeRaceAware": "TODO", + "HomePageTitle": "TODO", "SeekiaIsDescription": "TODO", + "BeRaceAware": "TODO", + "BeRaceAndGeneticsAware": "TODO", "Language": "Lengua", "CurrentLanguage": "Español", "ChooseLanguage": "TODO",