Monadical-SAS / monadical.com

🖥️ Custom Flask + Jinja2 static site generator and content powering Monadical.com
https://monadical.com
10 stars 4 forks source link

Issues I noticed #26

Closed LukaKnez closed 1 year ago

LukaKnez commented 4 years ago

@Adrian I've checked the tickets and I'd add some, but please correct me if you already are working on some of these:

hapm-developer commented 4 years ago

Is just the text in the design, please write the new text and select one of the 2 places to put it. It's no symmetrical because they are different section, so the long margin s to mark it, check the design and confirm if you want change it anyway

@LukaKnez

hapm-developer commented 4 years ago

PR #27 is resolving this requirements

LukaKnez commented 4 years ago

Thank you @hapm-developer

Here's the favicon package. Please see if there's anything missing.

favicon_package_v0.16.zip

LukaKnez commented 4 years ago

Please follow these steps:

1 - Extract this package in the root of your web site. If your site is http://www.example.com, you should be able to access a file named http://www.example.com/favicon.ico.

2 - Can you see the code below? @hapm-developer Maybe you could use it:

insert the following code in the section of your pages:

<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
dobleuber commented 4 years ago

@LukaKnez we are using that already, and it doesn't look good.

dobleuber commented 4 years ago

@LukaKnez could we close this issue??