Skip to content

Commit

Permalink
UPDATE: consistent site name (with space) and links to related sites …
Browse files Browse the repository at this point in the history
…in footer
  • Loading branch information
fileformat committed Dec 17, 2023
1 parent a733554 commit 73fd21b
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 10 deletions.
15 changes: 10 additions & 5 deletions data/iconsearch/translations.json
Expand Up @@ -13,16 +13,21 @@
"IMAGE_NAME_TC": "Icon",
"IMAGE_NAME_TC_plural": "Icons"
},
"FOOTER": {
"LINK_LOGO": "https://logosear.ch/favicon.svg",
"LINK_TEXT": "Logo Search",
"LINK_URL": "https://logosear.ch/"
},
"NAVBAR": {
"SEARCH": "Search",
"IMAGES": "Icons",
"IMG_ALT": "IconSearch Logo",
"SITE_NAME": "IconSearch",
"IMG_ALT": "Icon\u00a0Search Logo",
"SITE_NAME": "Icon\u00a0Search",
"SOURCES": "Sources",
"FAQ": "FAQ"
},
"IMAGE_PAGE": {
"H1": "{{name}} Logos",
"H1": "{{name}} Icons",
"INFO_BOX_HTML": "This only shows icons named exactly &ldquo;{{name}}&rdquo;. Try <a class=\"alert-link\" href=\"/search.html?q={{name}}\">Searching</a> to find more icons with similar names.",
"META_DESCRIPTION": "{{imageCount}} SVG Icons for {{name}}",
"TITLE": "{{name}} SVG Icons - Icon Search"
Expand All @@ -35,7 +40,7 @@
},
"ALTERNATIVES_PAGE": {
"TITLE": "Alternative Icon Search Websites",
"INFO_BOX_HTML": "These are some vastly inferior competitors to IconSearch. Use them at your own risk!",
"INFO_BOX_HTML": "These are some vastly inferior competitors to Icon\u00a0Search. Use them at your own risk!",
"SEARCH_INPUT_LABEL": "Search query",
"SEARCH_LINK_TEXT": "Search"
},
Expand All @@ -44,7 +49,7 @@
"INPUT_PLACEHOLDER": "Search terms",
"SEARCH_BUTTON": "Search",
"H1": "Search",
"TITLE": "IconSearch: Instant icon search for SVG icons",
"TITLE": "Icon\u00a0Search: Instant search for SVG icons",
"META_DESCRIPTION": "Search through {{imageCount, addCommas}} SVG icons from {{sourceCount}} sources"
},
"SOURCES_PAGE": {
Expand Down
13 changes: 9 additions & 4 deletions data/logosearch/translations.json
Expand Up @@ -8,7 +8,7 @@
},
"ALTERNATIVES_PAGE": {
"TITLE": "Alternative Logo Websites",
"INFO_BOX_HTML": "These are some vastly inferior competitors to LogoSearch. Use them at your own risk!",
"INFO_BOX_HTML": "These are some vastly inferior competitors to Logo\u00a0Search. Use them at your own risk!",
"SEARCH_INPUT_LABEL": "Search query",
"SEARCH_LINK_TEXT": "Search"
},
Expand All @@ -19,11 +19,16 @@
"IMAGE_NAME_TC": "Logo",
"IMAGE_NAME_TC_plural": "Logos"
},
"FOOTER": {
"LINK_LOGO": "https://iconsear.ch/favicon.svg",
"LINK_TEXT": "Icon Search",
"LINK_URL": "https://iconsear.ch/"
},
"NAVBAR": {
"SEARCH": "Search",
"IMAGES": "Logos",
"IMG_ALT": "LogoSearch Logo",
"SITE_NAME": "LogoSearch",
"SITE_NAME": "Logo\u00a0Search",
"SOURCES": "Sources",
"FAQ": "FAQ"
},
Expand All @@ -44,8 +49,8 @@
"INPUT_PLACEHOLDER": "Search terms",
"SEARCH_BUTTON": "Search",
"H1": "Search",
"TITLE": "LogoSearch: Instant logo search for SVG logos",
"META_DESCRIPTION": "Instant logo search for SVG logos with {{imageCount, addCommas}} logos from {{sourceCount, addCommas}} sources."
"TITLE": "Logo Search: Instant search for SVG logos",
"META_DESCRIPTION": "Instant search for SVG logos with {{imageCount, addCommas}} logos from {{sourceCount, addCommas}} sources."
},
"SOURCES_PAGE": {
"TITLE": "Logo Sources",
Expand Down
5 changes: 5 additions & 0 deletions data/supertinyicons/translations.json
Expand Up @@ -13,6 +13,11 @@
"IMAGE_NAME_TC": "Icon",
"IMAGE_NAME_TC_plural": "Icons"
},
"FOOTER": {
"LINK_LOGO": "https://logosear.ch/favicon.svg",
"LINK_TEXT": "Logo Search",
"LINK_URL": "https://logosear.ch/"
},
"NAVBAR": {
"SEARCH": "Search",
"IMAGES": "",
Expand Down
1 change: 1 addition & 0 deletions partials/above.hbs
Expand Up @@ -10,6 +10,7 @@
{{/if~}}
{{# if preconnect}}{{#each preconnect}} <link rel="preconnect" href="{{this}}" />
{{/each}}{{/if~}}
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link href="{{{t "UI.FONT_CSS"}}}" rel="stylesheet" />
<link href="/css/style.css?{{build_id}}" rel="stylesheet" />
<script>if (window.top.location != window.location) { window.top.location.href = document.location.href; }</script>
Expand Down
5 changes: 4 additions & 1 deletion partials/below.hbs
Expand Up @@ -3,7 +3,10 @@
<p class="small text-muted text-center">
<a href="https://www.github.com/VectorLogoZone/logosearch"><img alt="Github" src="https://www.vectorlogo.zone/logos/github/github-tile.svg" class="social-footer"/></a>
<a href="https://www.vectorlogo.zone/"><img alt="VectorLogoZone" src="https://www.vectorlogo.zone/logos/vectorlogozone/vectorlogozone-tile.svg" class="social-footer"/></a>
<a href="https://www.twitter.com/VectorLogoZone"><img alt="Twitter" src="https://www.vectorlogo.zone/logos/twitter/twitter-tile.svg" class="social-footer"/></a>
<a href="https://logo-of-the-day.vectorlogo.zone/"><img alt="Logo of the Day" src="https://logo-of-the-day.vectorlogo.zone/favicon.svg" class="social-footer"/></a>
{{#if_t "FOOTER.LINK_TEXT"}}
<a href="{{t "FOOTER.LINK_URL"}}"><img alt="{{t "FOOTER.LINK_TEXT"}}" src="{{t "FOOTER.LINK_LOGO"}}" class="social-footer"/></a>
{{/if_t}}
<a href="/contact.html"><img alt="Contact" src="/images/contact.svg" class="social-footer"/></a>
| <a href="https://validator.w3.org/check/referer">Validate HTML</a>
</p>
Expand Down

0 comments on commit 73fd21b

Please sign in to comment.