1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Update favicon

Use the alternative logo created by Levi Morrison.
See https://github.com/lhsazevedo/web-php-favicon.

Closes GH-522.
This commit is contained in:
Lucas Azevedo
2022-06-10 07:45:10 -03:00
committed by GitHub
parent d9e64b1b1b
commit 41e736f108
6 changed files with 7 additions and 1 deletions

BIN
favicon-16x16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 302 B

BIN
favicon-196x196.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
favicon-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 535 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 822 B

After

Width:  |  Height:  |  Size: 5.3 KiB

1
favicon.svg Normal file
View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><rect width="16" height="16" rx="2" fill="#4f5b93"/><g fill="#fff"><path d="M2.108 5.962h2.076c.61.005 1.051.181 1.325.527s.364.819.27 1.418a2.72 2.72 0 0 1-.24.806c-.118.263-.283.5-.495.712-.258.269-.535.44-.829.512s-.6.108-.914.108h-.93l-.294 1.472H1l1.108-5.555m.906.884L2.55 9.17a.57.57 0 0 0 .093.007h.109c.496.006.909-.043 1.24-.147.33-.108.552-.485.666-1.13.093-.543 0-.856-.28-.938-.273-.083-.616-.122-1.03-.116a2.169 2.169 0 0 1-.178.007h-.163l.008-.007M7.007 4.483h1.069l-.302 1.48h.96c.527.01.92.118 1.178.325.263.206.34.599.232 1.177l-.519 2.58H8.54l.496-2.463c.052-.259.036-.442-.046-.55s-.261-.163-.535-.163l-.86-.008-.635 3.184H5.891l1.116-5.562M11.292 5.962h2.076c.61.005 1.051.181 1.325.527s.364.819.271 1.418a2.72 2.72 0 0 1-.24.806c-.119.263-.284.5-.496.712-.258.269-.534.44-.829.512s-.599.108-.914.108h-.93l-.294 1.472h-1.077l1.108-5.555m.907.884-.465 2.324a.57.57 0 0 0 .093.007h.108c.496.006.91-.043 1.24-.147.33-.108.552-.485.666-1.13.093-.543 0-.856-.279-.938-.274-.083-.617-.122-1.03-.116a2.169 2.169 0 0 1-.179.007h-.162l.008-.007"/></g></svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -56,7 +56,12 @@ if (!isset($config["languages"])) {
<title>PHP: <?php echo $title ?></title>
<link rel="shortcut icon" href="<?php echo $MYSITE ?>favicon.ico">
<link rel="icon" type="image/svg+xml" sizes="any" href="<?php echo $MYSITE ?>favicon.svg?v=2">
<link rel="icon" type="image/png" sizes="196x196" href="<?php echo $MYSITE ?>favicon-196x196.png?v=2">
<link rel="icon" type="image/png" sizes="32x32" href="<?php echo $MYSITE ?>favicon-32x32.png?v=2">
<link rel="icon" type="image/png" sizes="16x16" href="<?php echo $MYSITE ?>favicon-16x16.png?v=2">
<link rel="shortcut icon" href="<?php echo $MYSITE ?>favicon.ico?v=2">
<link rel="search" type="application/opensearchdescription+xml" href="http://php.net/phpnetimprovedsearch.src" title="Add PHP.net search">
<link rel="alternate" type="application/atom+xml" href="<?php echo $MYSITE ?>releases/feed.php" title="PHP Release feed">
<link rel="alternate" type="application/atom+xml" href="<?php echo $MYSITE ?>feed.atom" title="PHP: Hypertext Preprocessor">