mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Minor improvements (#1373)
* Minor improvements * Update CHANGELOG.md * Updated * Update index.php * Update dl_list.php * Revert "Update dl_list.php" This reverts commit6b16ecaaf7
. * Revert "Update index.php" This reverts commita42d3f01fc
. * Revert "Updated" This reverts commit360c4cf305
. * Updated * Updated
This commit is contained in:
parent
1356ad6450
commit
87a300c74c
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 |
|
@ -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',
|
||||
|
|
8
styles/images/flags/LGBT.svg
Normal file
8
styles/images/flags/LGBT.svg
Normal 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 |
1
styles/images/flags/PACE.svg
Normal file
1
styles/images/flags/PACE.svg
Normal 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 |
Loading…
Add table
Add a link
Reference in a new issue