Added favicons.

This commit is contained in:
Simon Sarasova 2024-04-13 17:08:21 +00:00
parent de5038eb66
commit 020da67f23
No known key found for this signature in database
GPG key ID: 5E710636FDAA0C61
21 changed files with 31 additions and 2 deletions

View file

@ -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.
* Added favicons. - *Simon Sarasova*
* Improved text wrapping behavior. Wrapped text is now centered. - *Simon Sarasova*
* Added virtue and happiness to eugenics goals. - *Simon Sarasova*
* Improved ReadMe.md. - *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 | 5
Simon Sarasova | April 10, 2024 | 6

View file

@ -250,7 +250,7 @@ func main(){
templateDefinitionsMap, err := getTemplateDefinitionsMap(languageCode)
if (err != nil) { return err }
templateDefinitionsMap["BaseURL"] = "../"
templateDefinitionsMap["BaseURL"] = ".."
templateDefinitionsMap["DownloadSeekiaLink"] = downloadSeekiaLink

View file

@ -0,0 +1,16 @@
<!-- 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-228.png" sizes="228x228">
<!-- Android favicon-->
<link rel="shortcut icon" sizes="196x196" href=“{{.BaseURL}}/images/favicons/favicon-196.png">
<!-- 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: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4 KiB

View file

@ -12,6 +12,8 @@
{{.CodeSnippet_MetaTags}}
{{.CodeSnippet_Favicons}}
</head>
<body>

View file

@ -12,6 +12,8 @@
{{.CodeSnippet_MetaTags}}
{{.CodeSnippet_Favicons}}
</head>
<body>

View file

@ -12,6 +12,8 @@
{{.CodeSnippet_MetaTags}}
{{.CodeSnippet_Favicons}}
</head>
<body>

View file

@ -12,6 +12,8 @@
{{.CodeSnippet_MetaTags}}
{{.CodeSnippet_Favicons}}
</head>
<body>

View file

@ -12,6 +12,8 @@
{{.CodeSnippet_MetaTags}}
{{.CodeSnippet_Favicons}}
</head>
<body>

View file

@ -14,6 +14,8 @@
{{.CodeSnippet_MetaTags}}
{{.CodeSnippet_Favicons}}
</head>
<body>