gsantella / ambucs-site-2023

AmbucsAltoona Website - created by South Hills School of Business & Technology
https://www.ambucsaltoona.com
MIT License
1 stars 17 forks source link

No favicon #31

Closed gsantella closed 2 weeks ago

gsantella commented 1 month ago

favicon designs would be appreciated. You can upload to this issue.

dstitt0516 commented 3 weeks ago

**Directions For Use** First, place the files in the root directory of your website. They should look like this:

android-chrome-192x192.png android-chrome-512x512.png apple-touch-icon.png favicon-16x16.png favicon-32x32.png favicon.ico site.webmanifest

Next, use the following link tags and paste them into the head of your HTML.

<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">
dstitt0516 commented 3 weeks ago

Possible favicons we can use:

passiononefont

passiononefont.zip

palanquindarkfont

palanquindarkfont.zip

mogra

mografont.zip

luckiestguyfont

luckiestguyfont.zip

Star

favicon_io (1).zip

gsantella commented 3 weeks ago

@dstitt0516 I like passiononefont.zip ... make a pr with all of that zip file contents (except about.txt) into development/v1.3 at the root of _src and include the required html in the head section you already figured out.

Make sure your development/v1.3 is up to date with mine exactly. If all else fails you can refork mine and just add your changes, commit to your branch and then pull request.

gsantella commented 2 weeks ago

resolved via https://github.com/gsantella/ambucs-site-2023/pull/49