Minor improvements (#1373)

* Minor improvements

* Update CHANGELOG.md

* Updated

* Update index.php

* Update dl_list.php

* Revert "Update dl_list.php"

This reverts commit 6b16ecaaf7.

* Revert "Update index.php"

This reverts commit a42d3f01fc.

* Revert "Updated"

This reverts commit 360c4cf305.

* Updated

* Updated
This commit is contained in:
Roman Kelesidis 2024-02-04 23:01:43 +07:00 committed by GitHub
commit 87a300c74c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 11 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 7.7 KiB

Before After
Before After

View file

@ -1368,6 +1368,7 @@ function render_flag(string $code): string
'KZ' => 'Kazakhstan',
'LA' => 'Laos (Lao People\'s Democratic Republic)',
'LB' => 'Lebanon',
'LGBT' => 'Pride flag 🏳️‍🌈',
'LC' => 'Saint Lucia',
'LI' => 'Liechtenstein',
'LK' => 'Sri Lanka',
@ -1414,6 +1415,7 @@ function render_flag(string $code): string
'NZ' => 'New Zealand',
'OM' => 'Oman',
'PA' => 'Panama',
'PACE' => 'Peace flag 🕊',
'PE' => 'Peru',
'PF' => 'French Polynesia',
'PG' => 'Papua New Guinea',

View file

@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 777 480">
<path fill="#770088" d="M0 0h777v480H0z"/>
<path fill="#004CFF" d="M0 0h777v400H0z"/>
<path fill="#028121" d="M0 0h777v320H0z"/>
<path fill="#FFEE00" d="M0 0h777v240H0z"/>
<path fill="#FF8D00" d="M0 0h777v160H0z"/>
<path fill="#E50000" d="M0 0h777v80H0z"/>
</svg>

After

Width:  |  Height:  |  Size: 339 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="777" height="518" viewBox="0 0 21 14"><path fill="#80b" d="M0 0h21v3H0z"/><path fill="#00f" d="M0 2h21v3H0z"/><path fill="#8bd" d="M0 4h21v3H0z"/><path fill="#6b4" d="M0 6h21v3H0z"/><path fill="#fe0" d="M0 8h21v3H0z"/><path fill="#f41" d="M0 10h21v3H0z"/><path fill="#f10" d="M0 12h21v2H0z"/><g transform="translate(-1.5 1)" fill="none" stroke="#fff"><circle transform="rotate(45)" r="6" cy="-4.243" cx="12.728"/><path d="M7.757 10.243L12 6l4.243 4.243M12 0v12"/></g></svg>

After

Width:  |  Height:  |  Size: 520 B