From 5bd8ac6517472b0bef42b605fc58d027586d7898 Mon Sep 17 00:00:00 2001 From: Simon Sarasova Date: Sat, 4 May 2024 07:42:21 +0000 Subject: [PATCH] Implemented various improvements to the About, Download, and Index pages. --- Changelog.md | 1 + Contributors.md | 2 +- resources/pages/about.html | 38 +++++++++++----------- resources/pages/download.html | 2 +- resources/pages/index.html | 11 ++++--- resources/style.css | 59 +++++++++++++++++++++-------------- 6 files changed, 66 insertions(+), 47 deletions(-) diff --git a/Changelog.md b/Changelog.md index eabeb1f..c31814b 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. +* Implemented various improvements to the About, Download, and Index pages. - *Simon Sarasova* * Upgraded Seekia to Version 0.60. Upgraded the whitepaper to Version 7. - *Simon Sarasova* * Improved the Index and About pages. - *Simon Sarasova* * Changed Codeberg Git repository to Git.Pub.Solar repository. - *Simon Sarasova* diff --git a/Contributors.md b/Contributors.md index 6c69ab2..a47ee29 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 | 13 \ No newline at end of file +Simon Sarasova | April 10, 2024 | 14 \ No newline at end of file diff --git a/resources/pages/about.html b/resources/pages/about.html index 163139d..853481d 100644 --- a/resources/pages/about.html +++ b/resources/pages/about.html @@ -35,33 +35,33 @@

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.

-

+

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.

-
+

Be Ancestry Aware

-
+

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

@@ -71,31 +71,31 @@

Users can sort their matches by their ancestral similarity.

-
+

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.

-
+

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.

-
+

Seekia allows users to choose their mate in such a way to reduce the probability of their offspring having diseases and increase the probability of their offspring having certain traits.

-
+

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

@@ -103,9 +103,11 @@
-
+
+

Learn more by reading the Seekia whitepaper.

-
+ +
diff --git a/resources/pages/download.html b/resources/pages/download.html index 2479997..c9fa399 100644 --- a/resources/pages/download.html +++ b/resources/pages/download.html @@ -129,7 +129,7 @@
-
+
Download Archived Versions diff --git a/resources/pages/index.html b/resources/pages/index.html index fac4fd7..dcb4a2f 100644 --- a/resources/pages/index.html +++ b/resources/pages/index.html @@ -23,6 +23,8 @@ {{.CodeSnippet_Header}} +
+

{{.SeekiaIsDescription}}

The goal of Seekia is to help humanity mate in a race and genetics aware manner.

@@ -33,7 +35,7 @@

{{.BeRaceAware}}

-

Find members of the race which you desire.

+

Find members of the races which you desire.

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

@@ -60,8 +62,9 @@

{{.BeGeneticsAware}}

+

Perform a genetic analysis of your prospective offspring with each potential mate.

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

-

Filter your matches based on a calculated genetic analysis for your offspring.

+

Sort your matches by your prospective offspring's probability of being diseased.

Maximize the probability of a healthy offspring who has the traits which you desire.

@@ -90,10 +93,10 @@

The Seekia application source code is released into the public domain.

-
- {{.Download}} +
+
diff --git a/resources/style.css b/resources/style.css index 01a518a..8b7aeac 100644 --- a/resources/style.css +++ b/resources/style.css @@ -1,8 +1,6 @@ - body{ - background-image: url(./images/genome.svg); background-size:7em; background-color:cornflowerblue; @@ -18,6 +16,8 @@ body{ margin-bottom:0em; font-family:"Helvetica", serif; + + line-height: 1.7em; } @@ -26,14 +26,14 @@ h1{ } p{ - font-size:1.2em; + font-size:1.25em; margin-top:.5em; margin-bottom:.5em; } a{ color:black; - font-size:1.2em; + font-size:1.25em; text-decoration:underline; margin-top:0.5em; @@ -81,8 +81,8 @@ a:hover{ width:100%; } - .languageBar{ + display:flex; flex-direction:row; align-items:center; @@ -215,6 +215,17 @@ a:hover{ width:70%; } + +.indexPageContent{ + + display:flex; + flex-direction:column; + justify-content:center; + align-items:center; + + width:80%; +} + .seekiaIsHeading{ margin-top:1.8em; @@ -261,6 +272,8 @@ a:hover{ background-color: blue; border-radius:1em; + + margin-top:0.6em; } .separator{ @@ -278,56 +291,56 @@ a:hover{ } .linebreak{ - margin-top:0.5em; + margin-top:1.25em; + margin-bottom:1.25em; } .thinlinebreak{ - margin-top:1.5em; - margin-bottom:1em; + margin-top:0.4em; + margin-bottom:0.4em; } .homePageScreenshot{ - width:60%; + width:70%; border:solid 0.15em; - margin:1.5em; + margin:1.2em; } .eyeColorDesiresScreenshot{ - width:40%; + width:50%; border:solid 0.15em; - margin:1.5em; + margin:1.2em; } .ancestryCompositionScreenshot{ - width:50%; + width:60%; border:solid 0.15em; - margin:1.5em; + margin:1.2em; } .racialSimilarityScreenshot{ - width:50%; + width:60%; border:solid 0.15em; - margin:1.5em; + margin:1.2em; } .offspringDiseaseProbabilitiesScreenshot{ - width:60%; + width:70%; border:solid 0.15em; - margin:1.5em; + margin:1.2em; } .totalDiseaseRiskScreenshot{ - width:60%; + width:70%; border:solid 0.15em; - margin:1.5em; - + margin:1.2em; } .browseMatchesScreenshot{ - width:25%; + width:35%; border:solid 0.15em; - margin:1.5em; + margin:1.2em; }