forked from edent/SuperTinyIcons
Update reference page
This commit is contained in:
@@ -358,8 +358,7 @@ Super Tiny SVG | Official Logo | Source
|
|||||||
<img src="https://edent.github.io/SuperTinyIcons/images/svg/yubico.svg" width="256" /> | <img src="https://edent.github.io/SuperTinyIcons/images/reference/yubico.png" width="256"> | https://github.com/Yubico/yubikey-manager-qt/blob/master/resources/icons/ykman.png
|
<img src="https://edent.github.io/SuperTinyIcons/images/svg/yubico.svg" width="256" /> | <img src="https://edent.github.io/SuperTinyIcons/images/reference/yubico.png" width="256"> | https://github.com/Yubico/yubikey-manager-qt/blob/master/resources/icons/ykman.png
|
||||||
<img src="https://edent.github.io/SuperTinyIcons/images/svg/zoom.svg" width="256" /> | <img src="https://edent.github.io/SuperTinyIcons/images/reference/zoom.png" width="256"> | https://www.zoom.us/
|
<img src="https://edent.github.io/SuperTinyIcons/images/svg/zoom.svg" width="256" /> | <img src="https://edent.github.io/SuperTinyIcons/images/reference/zoom.png" width="256"> | https://www.zoom.us/
|
||||||
<img src="https://edent.github.io/SuperTinyIcons/images/svg/zorinos.svg" width="256" /> | <img src="https://edent.github.io/SuperTinyIcons/images/reference/zorinos.png" width="256"> | https://zorin.com/press/
|
<img src="https://edent.github.io/SuperTinyIcons/images/svg/zorinos.svg" width="256" /> | <img src="https://edent.github.io/SuperTinyIcons/images/reference/zorinos.png" width="256"> | https://zorin.com/press/
|
||||||
|
| <h2>No Reference Image Found</h2> |
|
||||||
-| ** No Reference Image Found ** |-
|
|
||||||
<img src="https://edent.github.io/SuperTinyIcons/images/svg/apple_music.svg" width="256" /> | Apple Music <br/>*[apple_music.svg]* |
|
<img src="https://edent.github.io/SuperTinyIcons/images/svg/apple_music.svg" width="256" /> | Apple Music <br/>*[apple_music.svg]* |
|
||||||
<img src="https://edent.github.io/SuperTinyIcons/images/svg/calendar.svg" width="256" /> | Calendar <br/>*[calendar.svg]* |
|
<img src="https://edent.github.io/SuperTinyIcons/images/svg/calendar.svg" width="256" /> | Calendar <br/>*[calendar.svg]* |
|
||||||
<img src="https://edent.github.io/SuperTinyIcons/images/svg/datacamp.svg" width="256" /> | DataCamp <br/>*[datacamp.svg]* |
|
<img src="https://edent.github.io/SuperTinyIcons/images/svg/datacamp.svg" width="256" /> | DataCamp <br/>*[datacamp.svg]* |
|
||||||
|
@@ -36,7 +36,7 @@ for ref_url in ref_list:
|
|||||||
readme_table = "<table>\n"
|
readme_table = "<table>\n"
|
||||||
check_table = '<table><tr><th>SVG Icon</th><th>Circle Icon</th><th>Reference</th><th>Source</th></tr>\n'
|
check_table = '<table><tr><th>SVG Icon</th><th>Circle Icon</th><th>Reference</th><th>Source</th></tr>\n'
|
||||||
reference_table = "-|-|-\n"
|
reference_table = "-|-|-\n"
|
||||||
missing_table = "\n-| ** No Reference Image Found ** |-\n"
|
missing_table = " | <h2>No Reference Image Found</h2> | \n"
|
||||||
|
|
||||||
counter = 0
|
counter = 0
|
||||||
for svg in svg_data:
|
for svg in svg_data:
|
||||||
|
Reference in New Issue
Block a user