Compare commits

...

10 commits

Author SHA1 Message Date
Simon Sarasova
488ec29a3d
Changed pub.solar git repository to TechSaviours repository. 2024-05-10 06:31:40 +00:00
Simon Sarasova
eac41547c2
Improved the sizes of the index page app screenshots. 2024-05-04 12:44:02 +00:00
Simon Sarasova
5bd8ac6517
Implemented various improvements to the About, Download, and Index pages. 2024-05-04 07:42:21 +00:00
Simon Sarasova
9ccff88e63
Upgraded Seekia to Version 0.60. Upgraded the whitepaper to Version 7. 2024-05-04 04:29:51 +00:00
Simon Sarasova
a897526ff1
Added some timestamps. 2024-05-01 01:44:20 +00:00
Simon Sarasova
db0a140cbb
Improved the Index and About pages. 2024-04-30 23:28:01 +00:00
Simon Sarasova
c2afec29be
Improved ReadMe.md. 2024-04-30 21:38:49 +00:00
Simon Sarasova
83112dfa2c
Changed Codeberg Git repository to Git.Pub.Solar repository. 2024-04-27 08:28:58 +00:00
Simon Sarasova
54d3b3113c
Improved main.go comment. 2024-04-22 22:57:08 +00:00
Simon Sarasova
e91747fa1f
Improved Favicons code snippet. 2024-04-13 17:11:06 +00:00
34 changed files with 357 additions and 135 deletions

View file

@ -3,6 +3,12 @@
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.
* Changed pub.solar git repository to TechSaviours repository. - *Simon Sarasova*
* Improved the sizes of the index page app screenshots. - *Simon Sarasova*
* 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*
* Added favicons. - *Simon Sarasova*
* Improved text wrapping behavior. Wrapped text is now centered. - *Simon Sarasova*
* Added virtue and happiness to eugenics goals. - *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 | 6
Simon Sarasova | April 10, 2024 | 16

View file

@ -14,7 +14,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 of their genome which effect physical traits. Users can also share their genetic ancestry, which correlates to their race.
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.

View file

@ -18,10 +18,10 @@ import "text/template"
import goFilepath "path/filepath"
// This is the current Seekia release .tgz filename
const currentReleaseFilename = "Seekia-v0.50.tgz"
const currentReleaseFilename = "Seekia-v0.60.tgz"
// This is the IPFS base32 CID for the current Seekia release .tgz file
const currentReleaseIpfsCID = "bafybeie6nkmucrvo3i7bonmlf77dlna65tjogsq5zmrcpqke7pvdkiumhy"
const currentReleaseIpfsCID = "bafybeieu6qxwmug7v7hodvm6gvnvihv24dahgeofpyzrb22svtble36eiy"
func main(){
@ -157,7 +157,7 @@ func main(){
// Code snippets have fields that need to be parsed
// So to process the code snippets, we have to:
// 1. First parse the html page files to add the code snippets/replace any language fields
// 2. Then parse again to replace any language fields and instances of {{.LinkURLBase}} within the code snippets we just added
// 2. Then parse again to replace any language fields and instances of {{.BaseURL}} within the code snippets we just added
//
parseTemplateObjectToStringTwice := func(templateObject *template.Template, definitionsMap map[string]string)(string, error){

Binary file not shown.

View file

@ -1,16 +1,16 @@
<!-- generic favicons -->
<!-- Generic favicons -->
<link rel="icon" href="{{.BaseURL}}/images/favicons/favicon-32.png" sizes="32x32">
<link rel="icon" href="{{.BaseURL}}/images/favicons/favicon-57.png" sizes="57x57">
<link rel="icon" href="{{.BaseURL}}/images/favicons/favicon-76.png" sizes="76x76">
<link rel="icon" href="{{.BaseURL}}/images/favicons/favicon-96.png" sizes="96x96">
<link rel="icon" href="{{.BaseURL}}/images/favicons/favicon-128.png" sizes="128x128">
<link rel="icon" href="{{.BaseURL}}/images/favicons//favicon-192.png" sizes="192x192">
<link rel="icon" href="{{.BaseURL}}/images/favicons/favicon-192.png" sizes="192x192">
<link rel="icon" href="{{.BaseURL}}/images/favicons/favicon-228.png" sizes="228x228">
<!-- Android favicon-->
<!-- Android favicon -->
<link rel="shortcut icon" sizes="196x196" href=“{{.BaseURL}}/images/favicons/favicon-196.png">
<!-- iOS favicon-->
<!-- iOS favicon -->
<link rel="apple-touch-icon" href="{{.BaseURL}}/images/favicons/favicon-120.png" sizes="120x120">
<link rel="apple-touch-icon" href="{{.BaseURL}}/images/favicons/favicon-152.png" sizes="152x152">
<link rel="apple-touch-icon" href="{{.BaseURL}}/images/favicons/favicon-180.png" sizes="180x180">

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

View file

@ -1,57 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="16" height="16" viewBox="0 0 4.2333332 4.2333335" version="1.1" id="svg1468" sodipodi:docname="codeberg-logo_icon_blue.svg" inkscape:version="1.2-alpha1 (b6a15bb, 2022-02-23)" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
<title id="title16">Codeberg Logo</title>
<defs id="defs1462">
<linearGradient xlink:href="#linearGradient6924" id="linearGradient6918" x1="42519.285" y1="-7078.7891" x2="42575.336" y2="-6966.9307" gradientUnits="userSpaceOnUse"/>
<linearGradient id="linearGradient6924">
<stop style="stop-color:#2185d0;stop-opacity:0" offset="0" id="stop6920"/>
<stop id="stop6926" offset="0.49517274" style="stop-color:#2185d0;stop-opacity:0.48923996"/>
<stop style="stop-color:#2185d0;stop-opacity:0.63279623" offset="1" id="stop6922"/>
</linearGradient>
<linearGradient xlink:href="#linearGradient6924-6" id="linearGradient6918-3" x1="42519.285" y1="-7078.7891" x2="42575.336" y2="-6966.9307" gradientUnits="userSpaceOnUse"/>
<linearGradient id="linearGradient6924-6">
<stop style="stop-color:#2185d0;stop-opacity:0;" offset="0" id="stop6920-7"/>
<stop id="stop6926-5" offset="0.49517274" style="stop-color:#2185d0;stop-opacity:0.30000001;"/>
<stop style="stop-color:#2185d0;stop-opacity:0.30000001;" offset="1" id="stop6922-3"/>
</linearGradient>
</defs>
<sodipodi:namedview showborder="false" id="base" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="22.627417" inkscape:cx="12.948893" inkscape:cy="12.661631" inkscape:document-units="px" inkscape:current-layer="svg1468" inkscape:document-rotation="0" showgrid="false" fit-margin-top="0" fit-margin-left="0" fit-margin-right="0" fit-margin-bottom="0" units="px" inkscape:snap-global="false" inkscape:snap-page="true" showguides="false" inkscape:window-width="1531" inkscape:window-height="873" inkscape:window-x="69" inkscape:window-y="27" inkscape:window-maximized="1" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1">
<inkscape:grid type="xygrid" id="grid2067"/>
</sodipodi:namedview>
<metadata id="metadata1465">
<rdf:RDF>
<cc:Work rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
<dc:title>Codeberg Logo</dc:title>
<cc:license rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/"/>
<dc:creator>
<cc:Agent>
<dc:title>Robert Martinez</dc:title>
</cc:Agent>
</dc:creator>
<dc:rights>
<cc:Agent>
<dc:title>Codeberg and the Codeberg Logo are trademarks of Codeberg e.V.</dc:title>
</cc:Agent>
</dc:rights>
<dc:date>2020-04-09</dc:date>
<dc:publisher>
<cc:Agent>
<dc:title>Codeberg e.V.</dc:title>
</cc:Agent>
</dc:publisher>
<dc:source>codeberg.org</dc:source>
</cc:Work>
<cc:License rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
<cc:permits rdf:resource="http://creativecommons.org/ns#Reproduction"/>
<cc:permits rdf:resource="http://creativecommons.org/ns#Distribution"/>
<cc:permits rdf:resource="http://creativecommons.org/ns#DerivativeWorks"/>
</cc:License>
</rdf:RDF>
</metadata>
<g id="g370484" inkscape:label="logo" transform="matrix(0.06551432,0,0,0.06551432,-2.232417,-1.431776)">
<path id="path6733-5" style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:url(#linearGradient6918-3);fill-opacity:1;stroke:none;stroke-width:3.67846;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:2;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke markers fill;stop-color:#000000;stop-opacity:1" d="m 42519.285,-7078.7891 a 0.76086879,0.56791688 0 0 0 -0.738,0.6739 l 33.586,125.8886 a 87.182358,87.182358 0 0 0 39.381,-33.7636 l -71.565,-92.5196 a 0.76086879,0.56791688 0 0 0 -0.664,-0.2793 z" transform="matrix(0.37058478,0,0,0.37058478,-15690.065,2662.0533)" inkscape:label="berg"/>
<path id="path360787" style="opacity:1;fill:#2185d0;fill-opacity:1;stroke-width:17.0055;paint-order:markers fill stroke;stop-color:#000000" d="m 11249.461,-1883.6961 c -12.74,0 -23.067,10.3275 -23.067,23.0671 0,4.3335 1.22,8.5795 3.522,12.2514 l 19.232,-24.8636 c 0.138,-0.1796 0.486,-0.1796 0.624,0 l 19.233,24.8646 c 2.302,-3.6721 3.523,-7.9185 3.523,-12.2524 0,-12.7396 -10.327,-23.0671 -23.067,-23.0671 z" sodipodi:nodetypes="sccccccs" inkscape:label="sky" transform="matrix(1.4006354,0,0,1.4006354,-15690.065,2662.0533)"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 5 KiB

View file

@ -0,0 +1,40 @@
<svg viewBox="0 0 212 212" xmlns="http://www.w3.org/2000/svg">
<metadata
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
>
<rdf:RDF>
<cc:Work rdf:about="https://codeberg.org/forgejo/governance/src/branch/main/branding#logo">
<dc:title>Forgejo logo</dc:title>
<cc:creator rdf:resource="https://caesarschinas.com/"><cc:attributionName>Caesar Schinas</cc:attributionName></cc:creator>
<cc:license rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
</cc:Work>
</rdf:RDF>
</metadata>
<style type="text/css">
circle {
fill: none;
stroke: #000;
stroke-width: 15;
}
path {
fill: none;
stroke: #000;
stroke-width: 25;
}
.orange {
stroke:#ff6600;
}
.red {
stroke:#d40000;
}
</style>
<g transform="translate(6,6)">
<path d="M58 168 v-98 a50 50 0 0 1 50-50 h20" class="orange" />
<path d="M58 168 v-30 a50 50 0 0 1 50-50 h20" class="red" />
<circle cx="142" cy="20" r="18" class="orange" />
<circle cx="142" cy="88" r="18" class="red" />
<circle cx="58" cy="180" r="18" class="red" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

View file

@ -0,0 +1,90 @@
| «« Seekia Memo »»
|
|- Signature:
| Wa-yFIq_-fzxNdEVdzS_aSXnYxlJrY
| pWGKzbbkn4V3alXmuEm7uPmh35bUAj
| rVaic57ONiiuPzGVMNO1CJfADQ==
|
|- Identity Key:
| f59a0bce855d6e48105612ae73ffabfc
| 4fac1349226433ff586e08b9b32ffd9d
|
|- Author:
| simonx5yudleks5jhwhnck5s28m
|
|- Memo:
|
| Cardano Block Height:
| 10269259
|
| Cardano Block Hash:
| edc68659f945313aee24c94192269bf9527d6875c787b94951e376a78f7037db
|
| Date:
| May 4, 2024
|
|
| This memo is an announcement of Seekia version 0.60.
|
| Version 0.60 contains important improvements to Seekia's goals, branding, documentation, and whitepaper.
|
| Cheers!
|
| - Simon Sarasova
|
| ---
|
| The file "Seekia-v0.60.tgz" contains the current Seekia source code.
|
| The file "SeekiaGitHistory-v0.60.bundle" contains Seekia's Git commit history.
|
| ---
|
| Release Filename:
| Seekia-v0.60.tgz
|
| Release SHA256 Checksum:
| 2c506e929fe7aabaddd5347da6769386f6deaeac29d1c24854e8fa2fae1d36f0
|
| ---
|
| Release GPG Signature Filename:
| Seekia-v0.60.tgz.asc
|
| Release GPG Signature SHA256 Checksum:
| 4d2cd3d64c7daf21981ca6a312b99a390cc2a4d5e5d13d64b21195b5c90b0b6f
|
| ---
|
| Release Git History Filename:
| SeekiaGitHistory-v0.60.bundle
|
| Release Git History SHA256 Checksum:
| fc06b130b0e773883fa9a2f64c54a8df609886ba258aef9e04b8f594acb8993a
|
| ---
|
| Release Git History GPG Signature Filename:
| SeekiaGitHistory-v0.60.bundle.asc
|
| Release Git History GPG Signature SHA256 Checksum:
| 1a72af093c7feb2dff3efc506b925d7356490f8c592153dc3416698ea593dedf
|
| ---
|
| Version 0.60 Changelog:
|
| - Improved Whitepaper.md and upgraded Whitepaper.pdf to Version 7. - Simon Sarasova
| - Improved Whitepaper.md and upgraded Whitepaper.pdf to Version 6. - Simon Sarasova
| - Removed whitespace from license filenames. - Simon Sarasova
| - Improved Future-Plans.md. - Simon Sarasova
| - Improved Documentation.md. - Simon Sarasova
| - Upgraded all uses of math/rand to math/rand/v2. - Simon Sarasova
| - Improved Whitepaper.md. Race and ancestry are now seperate concepts. - Simon Sarasova
| - Improved ReadMe.md and Documentation.md. - Simon Sarasova
| - Upgraded Fyne to version 2.4.5. - Simon Sarasova
| - Improved Whitepaper.md. - Simon Sarasova
| - Improved ReadMe.md and Documentation.md. - Simon Sarasova
|
|
| «« End Of Memo »»

View file

@ -35,53 +35,67 @@
<p><b><i>Be Race Aware</i></b></p>
<div class = "thinlinebreak"></div>
<div class = "linebreak"></div>
<p>Seekia is a mate discovery network where users can find a mate while having a deep awareness of each potential partner's race.</p>
<div class = "thinlinebreak"></div>
<p>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.</p>
<div class = "thinlinebreak"></div>
<div class = "linebreak"></div>
<p>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.</p>
<div class = "linebreak"></div>
<p>Seekia enables users to browse and filter potential mates by their racial attributes.</p>
<div class = "thinlinebreak"></div>
<div class = "linebreak"></div>
<p>Seekia can also calculate the racial characteristics for prospective offspring between users.</p>
<div class = "thinlinebreak"></div>
<div class = "linebreak"></div>
<p>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. <p>
<div class = "thinlinebreak"></div>
<div class = "linebreak"></div>
<p><b><i>Curing Racial Loneliness</i></b></p>
<div class = "thinlinebreak"></div>
<div class = "linebreak"></div>
<p>Seekia aims to cure racial loneliness by helping people to find members of their own race to mate with.</p>
<p>Seekia aims to help users to produce offspring who resemble them.</p>
<div class = "thinlinebreak"></div>
<div class = "linebreak"></div>
<p><b><i>Be Ancestry Aware</i></b></p>
<div class = "linebreak"></div>
<p>Users can share their genetic ancestry, which is correlated to their race.</p>
<p>Each user's genetic ancestry is described by ancestral populations and haplogroups.</p>
<p>Users can filter their matches by their ancestry information and the calculated ancestry of their offspring.</p>
<p>Users can sort their matches by their ancestral similarity.</p>
<div class = "linebreak"></div>
<p><b><i>Facilitating Eugenic Breeding</i></b></p>
<div class = "thinlinebreak"></div>
<div class = "linebreak"></div>
<p>Seekia aims to improve humanity's genetics by making humans more beautiful, healthier, more intelligent, more virtuous, and happier.</p>
<div class = "thinlinebreak"></div>
<div class = "linebreak"></div>
<p>Users can filter and sort users by their genetic disease and trait information.</p>
<div class = "thinlinebreak"></div>
<div class = "linebreak"></div>
<p>Users can analyze their genomes using the Seekia app to learn about monogenic disease risks, polygenic disease risks, and traits.</p>
<div class = "thinlinebreak"></div>
<div class = "linebreak"></div>
<p>Users can share their disease and trait information in their profiles.</p>
<div class = "thinlinebreak"></div>
<div class = "linebreak"></div>
<p>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.</p>
<div class = "thinlinebreak"></div>
<div class = "linebreak"></div>
<p>Seekia users will choose mates who are the most likely to produce beautiful, healthy, intelligent, virtuous, and happy offspring.</p>
@ -89,9 +103,11 @@
<hr class = "separator">
<br class = "linebreak">
<div class = "thinlinebreak"></div>
<p><b>Learn more by reading the Seekia whitepaper.</b></p>
<br class = "linebreak">
<div class = "thinlinebreak"></div>
<div class = "readTheWhitepaperRow">

View file

@ -32,7 +32,63 @@
<p>Each release has 2 download methods: IPFS and Gateway.</p>
<p>IPFS links require using software that can download content from the IPFS network, such as the Brave Browser.</p>
<p>Gateway links allow you to download from a third-party website using any browser.</p>
<p>You should verify the SHA256 checksum for each file you download.</p>
<p>You should verify the SHA-256 checksum for each file you download.</p>
<div class = "archiveReleaseBox">
<h2>Version 0.60</h2>
<hr class = "archiveReleaseBoxSeparator">
<p>Date:</p>
<p><b>May 4, 2024</b></p>
<hr class = "archiveReleaseBoxSeparator">
<p>Memo Announcement:</p>
<a href = "../memos/Version0.60.txt" target = "_blank">Version0.60.txt</a>
<hr class = "archiveReleaseBoxSeparator">
<p>Release Filenames:</p>
<p><b>Seekia-v0.60.tgz</b></p>
<p><b>SeekiaGitHistory-v0.60.bundle</b></p>
<hr class = "archiveReleaseBoxSeparator">
<p>Download via IPFS:</p>
<a href = "ipfs:bafybeieu6qxwmug7v7hodvm6gvnvihv24dahgeofpyzrb22svtble36eiy" target = "_blank">Seekia-v0.60.tgz</a>
<a href = "ipfs:bafybeigaacdml7w3ywlmzlwgnh6cekitawhnarpspwyo4eo6xoqjs6fee4" target = "_blank">SeekiaGitHistory-v0.60.bundle</a>
<hr class = "archiveReleaseBoxSeparator">
<p>Download via IPFS Gateway:</p>
<a href = "https://ipfs.io/ipfs/bafybeieu6qxwmug7v7hodvm6gvnvihv24dahgeofpyzrb22svtble36eiy" target = "_blank">Seekia-v0.60.tgz</a>
<a href = "https://ipfs.io/ipfs/bafybeigaacdml7w3ywlmzlwgnh6cekitawhnarpspwyo4eo6xoqjs6fee4" target = "_blank">SeekiaGitHistory-v0.60.bundle</a>
<hr class = "archiveReleaseBoxSeparator">
<p>SHA-256 Checksums:</p>
<p><i>Seekia-v0.60.tgz:</i></p>
<p><b>2c506e929fe7aabaddd5347da6769386f6deaeac29d1c24854e8fa2fae1d36f0</b></p>
<p><i>SeekiaGitHistory-v0.60.bundle:</i></p>
<p><b>fc06b130b0e773883fa9a2f64c54a8df609886ba258aef9e04b8f594acb8993a</b></p>
<hr class = "archiveReleaseBoxSeparator">
<p>PGP Signatures:</p>
<a href = "../signatures/Seekia-v0.60.tgz.asc" target = "_blank">Seekia-v0.60.tgz.asc</a>
<a href = "../signatures/SeekiaGitHistory-v0.60.bundle.asc" target = "_blank">SeekiaGitHistory-v0.60.bundle.asc</a>
</div>
<div class = "archiveReleaseBox">
@ -71,7 +127,7 @@
<hr class = "archiveReleaseBoxSeparator">
<p>SHA256 Checksums:</p>
<p>SHA-256 Checksums:</p>
<p><i>Seekia-v0.50.tgz:</i></p>
<p><b>163afee5b3fa85f0600a1b651b64780482f72fd58096796a4bea4c01c6c22b5a</b></p>
@ -119,7 +175,7 @@
<hr class = "archiveReleaseBoxSeparator">
<p>SHA256 Checksum:</p>
<p>SHA-256 Checksum:</p>
<p><b>e5dafd5df1813272a3e9431ff961194d36de1e2bb7a69fffee0c1569a9f4f4a8</b></p>
<hr class = "archiveReleaseBoxSeparator">
@ -157,7 +213,7 @@
<hr class = "archiveReleaseBoxSeparator">
<p>SHA256 Checksum:</p>
<p>SHA-256 Checksum:</p>
<p><b>eebf5ed39cc550a34f75d066776a2025e6874216844a7e4c22ecf17e63047d9c</b></p>
<hr class = "archiveReleaseBoxSeparator">
@ -193,7 +249,7 @@
<hr class = "archiveReleaseBoxSeparator">
<p>SHA256 Checksum:</p>
<p>SHA-256 Checksum:</p>
<p><b>67d9b7f351458918a54a1902c9ce98a5aa1a40676ab0262319076010da8dc8cd</b></p>
<hr class = "archiveReleaseBoxSeparator">
@ -231,7 +287,7 @@
<hr class = "archiveReleaseBoxSeparator">
<p>SHA256 Checksum:</p>
<p>SHA-256 Checksum:</p>
<p><b>1aeb1126d93359fe9d81c6f4a4042087ef20e56ab189a1db019179903b54a063</b></p>
<hr class = "archiveReleaseBoxSeparator">
@ -269,7 +325,7 @@
<hr class = "archiveReleaseBoxSeparator">
<p>SHA256 Checksum:</p>
<p>SHA-256 Checksum:</p>
<p><b>c1024cc7ce1e4425d7fb450df98baa6c71f24691851665bd9bd94a9ce82a9d56</b></p>
<hr class = "archiveReleaseBoxSeparator">

View file

@ -31,11 +31,11 @@
<h2>Git Repository</h2>
<img class = "codebergLogo" src="../images/codebergLogo.svg">
<img class = "forgejoLogo" src="../images/forgejoLogo.svg">
<p>Visit the Git repository to contribute to the source code of Seekia.</p>
<a href = "https://codeberg.org/sarasova/seekia" target = "_blank"><b>Codeberg.org/sarasova/seekia</b></a>
<a href = "https://git.techsaviours.org/sarasova/seekia" target = "_blank"><b>git.techsaviours.org/sarasova/seekia</b></a>
<hr class = "separator">

View file

@ -31,9 +31,9 @@
<hr class = "separator">
<h2>Download Seekia Version 0.50</h2>
<h2>Download Seekia Version 0.60</h2>
<p>File Name: <b>Seekia-v0.50.tgz</b></p>
<p>File Name: <b>Seekia-v0.60.tgz</b></p>
<a class = "blueDownloadButton" href="{{.DownloadSeekiaLink}}" target=”_blank”>{{.Download}}</a>
@ -45,30 +45,30 @@
<hr class = "separator">
<p>Seekia v0.50 SHA256 Checksum:</p>
<p><i>163afee5b3fa85f0600a1b651b64780482f72fd58096796a4bea4c01c6c22b5a</i></p>
<p>Seekia v0.60 SHA-256 Checksum:</p>
<p><i>2c506e929fe7aabaddd5347da6769386f6deaeac29d1c24854e8fa2fae1d36f0</i></p>
<hr class = "separator">
<p>Use the command for your operating system to compute the file's checksum.</p>
<p>Use the command for your operating system to compute the file's SHA-256 checksum.</p>
<p>The result from the command should match the above checksum.</p>
<div class = "operatingSystemBox">
<img class = "operatingSystemLogo" src = "../images/linux.svg"></img>
<b class = "operatingSystemName">Linux</b>
<code class = "codeblock" > sha256sum Seekia-v0.50.tgz</code>
<code class = "codeblock" > sha256sum Seekia-v0.60.tgz</code>
</div>
<div class = "operatingSystemBox">
<img class = "operatingSystemLogo" src = "../images/mac.svg"></img>
<b class = "operatingSystemName">Mac</b>
<code class = "codeblock" > shasum -a 256 Seekia-v0.50.tgz</code>
<code class = "codeblock" > shasum -a 256 Seekia-v0.60.tgz</code>
</div>
<div class = "operatingSystemBox">
<img class = "operatingSystemLogo" src = "../images/windows.svg"></img>
<b class = "operatingSystemName">Windows</b>
<code class = "codeblock"> Get-FileHash Seekia-v0.50.tgz</code>
<code class = "codeblock"> Get-FileHash Seekia-v0.60.tgz</code>
</div>
<hr class = "separator">
@ -79,8 +79,8 @@
<hr class = "separator">
<h3>Download v0.50 PGP Signature:</h3>
<a href="../signatures/Seekia-v0.50.tgz.asc" target=”_blank”>Seekia-v0.50.tgz.asc</a>
<h3>Download v0.60 PGP Signature:</h3>
<a href="../signatures/Seekia-v0.60.tgz.asc" target=”_blank”>Seekia-v0.60.tgz.asc</a>
<hr class = "separator">
@ -94,7 +94,7 @@
<img class = "operatingSystemLogo" src = "../images/linux.svg"></img>
<b class = "operatingSystemName">Linux</b>
<p>Use this command to get the signing key.</p>
<code class = "codeblock"> gpg --verify Seekia-v0.50.tgz.asc Seekia-v0.50.tgz</code>
<code class = "codeblock"> gpg --verify Seekia-v0.60.tgz.asc Seekia-v0.60.tgz</code>
</div>
<div class = "operatingSystemBox">
@ -129,7 +129,7 @@
<hr class = "separator">
<br class = "linebreak">
<div class = "thinlinebreak"></div>
<a href = "{{.LanguageURLBase}}archive.html"><b>Download Archived Versions</b></a>

View file

@ -23,6 +23,8 @@
{{.CodeSnippet_Header}}
<div class = "indexPageContent">
<h2 class = "seekiaIsHeading">{{.SeekiaIsDescription}}</h2>
<p>The goal of Seekia is to help humanity mate in a race and genetics aware manner.</p>
@ -33,11 +35,10 @@
<h2>{{.BeRaceAware}}</h2>
<p>Find members of the race which you desire.</p>
<p>View racial information about users such as eye, skin, and hair color; genetic ancestry; haplogroups; and more. </p>
<p>View the calculated ancestry of your prospective offspring with each user.</p>
<p>Find members of the races which you desire.</p>
<p>View racial information about users such as eye, skin, and hair color; hair texture; and the alleles in their genome which effect physical traits.</p>
<img class = "ancestryCompositionScreenshot" src = "{{.BaseURL}}/images/applicationScreenshots/en/ancestryComposition.webp"></img>
<img class = "eyeColorDesiresScreenshot" src = "{{.BaseURL}}/images/applicationScreenshots/en/eyeColorDesires.webp"></img>
<hr class = "separator">
@ -50,10 +51,20 @@
<hr class = "separator">
<h2>Be Ancestry Aware</h2>
<p>View genetic ancestry information about users such as ancestral populations and haplogroups.</p>
<p>View the calculated ancestry of your prospective offspring with each user.</p>
<img class = "ancestryCompositionScreenshot" src = "{{.BaseURL}}/images/applicationScreenshots/en/ancestryComposition.webp"></img>
<hr class = "separator">
<h2>{{.BeGeneticsAware}}</h2>
<p>Perform a genetic analysis of your prospective offspring with each potential mate.</p>
<p>Understand your offspring's genetic disease risk and trait scores.</p>
<p>Filter your matches based on a calculated genetic analysis for your offspring.</p>
<p>Sort your matches by your prospective offspring's probability of being diseased.</p>
<p>Maximize the probability of a healthy offspring who has the traits which you desire.</p>
<img class = "offspringDiseaseProbabilitiesScreenshot" src = "{{.BaseURL}}/images/applicationScreenshots/en/offspringDiseaseProbabilities.webp"></img>
@ -82,10 +93,10 @@
<p>The Seekia application source code is released into the public domain.</p>
<br class = "linebreak">
<a class = "blueDownloadButton" href="{{.LanguageURLBase}}download.html">{{.Download}}</a>
</div>
</div>
</body>

View file

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIkBAAWCAHMFiEEESzO4XzetwSe5Wii+FQEUgumnSwFAmY1nrHA7SYAmDMEZH98
qBYJKwYBBAHaRw8BAQdAwEUyZVL64eDCk4KUWn6FNBB6Ruufmfl9yiO7QbRXIo+0
H1NpbW9uIFNhcmFzb3ZhIDxzaW1vbkBzYXJhc292YT6ImQQTFgoAQRYhBBEszuF8
3rcEnuVoovhUBFILpp0sBQJkf3yoAhsDBQkDwmcABQsJCAcCAiICBhUKCQgLAgQW
AgMBAh4HAheAAAoJEPhUBFILpp0shhEA/2DtSWWuhKZ7bpawKSkACQn5dZT/J6cm
GchXsyvidqfWAQD+Hm7eKnKCat8aina43gfNflXjLOONHRgZIOdbUtytDLg4BGR/
fKgSCisGAQQBl1UBBQEBB0AAVG4K4ZcExTjPuGmPwCTVphvzezrm33W021KOJUpV
bwMBCAeIfgQYFgoAJhYhBBEszuF83rcEnuVoovhUBFILpp0sBQJkf3yoAhsMBQkD
wmcAAAoJEPhUBFILpp0sDEQA/0ddlnCH2dn2h0ctZL3hyP7FG+uHESAwG12AiiQE
LxhsAP9py6k+vLCaOpj3M2qxR+XZdpENwWr8stqYnWRa1JlFBgAKCRD4VARSC6ad
LGmPAQCmdmGs8JxNqrlmy/brnbjYkv48VecZhj5RXSszhny/CwD+I+bjy9gb/OVN
Az+xjn4q+UEgzMz0uonSmZUEwDaeRQ4=
=gvlk
-----END PGP SIGNATURE-----

View file

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIkBAAWCAHMFiEEESzO4XzetwSe5Wii+FQEUgumnSwFAmY1nsnA7SYAmDMEZH98
qBYJKwYBBAHaRw8BAQdAwEUyZVL64eDCk4KUWn6FNBB6Ruufmfl9yiO7QbRXIo+0
H1NpbW9uIFNhcmFzb3ZhIDxzaW1vbkBzYXJhc292YT6ImQQTFgoAQRYhBBEszuF8
3rcEnuVoovhUBFILpp0sBQJkf3yoAhsDBQkDwmcABQsJCAcCAiICBhUKCQgLAgQW
AgMBAh4HAheAAAoJEPhUBFILpp0shhEA/2DtSWWuhKZ7bpawKSkACQn5dZT/J6cm
GchXsyvidqfWAQD+Hm7eKnKCat8aina43gfNflXjLOONHRgZIOdbUtytDLg4BGR/
fKgSCisGAQQBl1UBBQEBB0AAVG4K4ZcExTjPuGmPwCTVphvzezrm33W021KOJUpV
bwMBCAeIfgQYFgoAJhYhBBEszuF83rcEnuVoovhUBFILpp0sBQJkf3yoAhsMBQkD
wmcAAAoJEPhUBFILpp0sDEQA/0ddlnCH2dn2h0ctZL3hyP7FG+uHESAwG12AiiQE
LxhsAP9py6k+vLCaOpj3M2qxR+XZdpENwWr8stqYnWRa1JlFBgAKCRD4VARSC6ad
LHNaAQC2OI/PJ9B+afailYFamP0f+NH4yG1TYw86PUr3QG1hBgEApwA12U0Dp1bD
OFeH+Hki7YSfzZIe+Xg0FzOU7HV6OQ0=
=nOvn
-----END PGP SIGNATURE-----

View file

@ -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,50 +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:80%;
border:solid 0.15em;
margin:1.5em;
margin:1.2em;
}
.ancestryCompositionScreenshot{
width:50%;
.eyeColorDesiresScreenshot{
width:55%;
border:solid 0.15em;
margin:1.5em;
margin:1.2em;
}
.racialSimilarityScreenshot{
width:50%;
width:63%;
border:solid 0.15em;
margin:1.5em;
margin:1.2em;
}
.ancestryCompositionScreenshot{
width:70%;
border:solid 0.15em;
margin:1.2em;
}
.offspringDiseaseProbabilitiesScreenshot{
width:60%;
width:80%;
border:solid 0.15em;
margin:1.5em;
margin:1.2em;
}
.totalDiseaseRiskScreenshot{
width:60%;
width:75%;
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;
}
@ -464,10 +483,11 @@ a:hover{
width:80%;
}
.codebergLogo{
.forgejoLogo{
width:5em;
width:4em;
margin-top:0.5em;
margin-bottom:1em;
}
.contactIcon{

View file

@ -0,0 +1 @@
020da67f23b31610feba02f15f47e6c0e98fb2fd

View file

@ -0,0 +1 @@
3c7b5588fe2b05b682d91397b833ff8e02780d1c

View file

@ -0,0 +1 @@
54d3b3113cadddc80c9b4c1359c58b97674d91d8

View file

@ -0,0 +1 @@
83112dfa2cef0cfa70a55ab437bb321b3b0f6c19

View file

@ -0,0 +1 @@
91b9243d759844f7bc43cec38065ec6dcad1dd3e

View file

@ -0,0 +1 @@
96c6a86073087cdd8e33707a5041db72dd1e3087

View file

@ -0,0 +1 @@
de5038eb660074151b6626b89db40d0292b6b2a5

View file

@ -0,0 +1 @@
e91747fa1fbdba97f7f3f8f051b32407d990c1ba