diff --git a/Changelog.md b/Changelog.md index 0045eb2..bca6d45 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 the Index and About pages. - *Simon Sarasova* * Changed Codeberg Git repository to Git.Pub.Solar repository. - *Simon Sarasova* * Added favicons. - *Simon Sarasova* * Improved text wrapping behavior. Wrapped text is now centered. - *Simon Sarasova* diff --git a/Contributors.md b/Contributors.md index 33244e1..52d83f5 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 | 10 \ No newline at end of file +Simon Sarasova | April 10, 2024 | 11 \ No newline at end of file diff --git a/resources/images/applicationScreenshots/en/eyeColorDesires.webp b/resources/images/applicationScreenshots/en/eyeColorDesires.webp new file mode 100644 index 0000000..9e59531 Binary files /dev/null and b/resources/images/applicationScreenshots/en/eyeColorDesires.webp differ diff --git a/resources/pages/about.html b/resources/pages/about.html index a23ef25..163139d 100644 --- a/resources/pages/about.html +++ b/resources/pages/about.html @@ -39,7 +39,7 @@

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; genetic ancestry; haplogroups; and the alleles of their genes which effect physical traits.

+

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.

@@ -59,6 +59,20 @@
+

Be Ancestry Aware

+ +
+ +

Users can share their genetic ancestry, which is correlated to their race.

+ +

Each user's genetic ancestry is described by ancestral populations and haplogroups.

+ +

Users can filter their matches by their ancestry information and the calculated ancestry of their offspring.

+ +

Users can sort their matches by their ancestral similarity.

+ +
+

Facilitating Eugenic Breeding

diff --git a/resources/pages/index.html b/resources/pages/index.html index 74e1165..fac4fd7 100644 --- a/resources/pages/index.html +++ b/resources/pages/index.html @@ -34,10 +34,9 @@

{{.BeRaceAware}}

Find members of the race which you desire.

-

View racial information about users such as eye, skin, and hair color; genetic ancestry; haplogroups; and more.

-

View the calculated ancestry of your prospective offspring with each user.

+

View racial information about users such as eye, skin, and hair color; hair texture; and the alleles in their genome which effect physical traits.

- +
@@ -50,6 +49,15 @@
+

Be Ancestry Aware

+ +

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

+

View the calculated ancestry of your prospective offspring with each user.

+ + + +
+

{{.BeGeneticsAware}}

Understand your offspring's genetic disease risk and trait scores.

diff --git a/resources/style.css b/resources/style.css index 519de91..01a518a 100644 --- a/resources/style.css +++ b/resources/style.css @@ -293,6 +293,12 @@ a:hover{ margin:1.5em; } +.eyeColorDesiresScreenshot{ + width:40%; + border:solid 0.15em; + margin:1.5em; +} + .ancestryCompositionScreenshot{ width:50%; border:solid 0.15em;