Skip to content

Commit

Permalink
feat(public): update public directory
Browse files Browse the repository at this point in the history
add new favicons; update meta tags; add cloudflare analytics; add large towns portraits; add home
page images
  • Loading branch information
rudnovd committed Dec 26, 2020
1 parent 29124b4 commit eaafd43
Show file tree
Hide file tree
Showing 41 changed files with 37 additions and 9 deletions.
Binary file added public/favicon-192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon-512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon-apple.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/favicon.ico
Binary file not shown.
8 changes: 8 additions & 0 deletions public/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/images/how-to-use/1.png
Binary file not shown.
Binary file removed public/images/how-to-use/10.png
Binary file not shown.
Binary file removed public/images/how-to-use/2.png
Binary file not shown.
Binary file removed public/images/how-to-use/3.png
Binary file not shown.
Binary file removed public/images/how-to-use/4.png
Binary file not shown.
Binary file removed public/images/how-to-use/5.png
Binary file not shown.
Binary file removed public/images/how-to-use/6.png
Binary file not shown.
Binary file removed public/images/how-to-use/7.png
Binary file not shown.
Binary file removed public/images/how-to-use/8.png
Binary file not shown.
Binary file removed public/images/how-to-use/9.png
Binary file not shown.
Binary file removed public/images/how-to-use/shortcut-1.png
Binary file not shown.
Binary file removed public/images/how-to-use/shortcut-2.png
Binary file not shown.
Binary file added public/images/pages/home/Scholar.avif
Binary file not shown.
Binary file added public/images/pages/home/Scholar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/pages/home/Scholar.webp
Binary file not shown.
Binary file added public/images/pages/home/Tactics.avif
Binary file not shown.
Binary file added public/images/pages/home/Tactics.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/pages/home/Tactics.webp
Binary file not shown.
Binary file added public/images/pages/home/Water.avif
Binary file not shown.
Binary file added public/images/pages/home/Water.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/pages/home/Water.webp
Binary file not shown.
Binary file added public/images/pages/home/links-background.webp
Binary file not shown.
Binary file added public/images/towns/portraits/large/Castle.webp
Binary file not shown.
Binary file added public/images/towns/portraits/large/Conflux.webp
Binary file not shown.
Binary file added public/images/towns/portraits/large/Cove.webp
Binary file not shown.
Binary file added public/images/towns/portraits/large/Dungeon.webp
Binary file not shown.
Binary file added public/images/towns/portraits/large/Factory.webp
Binary file not shown.
Binary file added public/images/towns/portraits/large/Fortress.webp
Binary file not shown.
Binary file added public/images/towns/portraits/large/Inferno.webp
Binary file not shown.
Binary file not shown.
Binary file added public/images/towns/portraits/large/Neutral.webp
Binary file not shown.
Binary file added public/images/towns/portraits/large/Rampart.webp
Binary file not shown.
Binary file not shown.
Binary file added public/images/towns/portraits/large/Tower.webp
Binary file not shown.
36 changes: 27 additions & 9 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -1,19 +1,37 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="application-name" content="Heroes III damage calculator">
<meta name="keywords" content="damage calculator, heroes 3 damage calculator, heroes 3, heroes III, homm, homm 3, horn of the abyss" />
<meta name="description" content="Damage calculator for Heroes of Might and Magic 3: Horn of The Abyss" />
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>Damage calculator</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<meta name="application-name" content="Heroes 3 tools" />
<meta
name="keywords"
content="heroes 3 damage calculator, damage calculator heroes 3, heroes3tools, heroes 3 tools, heroes 3 hota, heroes 3, homm 3"
/>
<meta
name="description"
content="Web tools for simplification playing in Heroes of Might and Magic III: Horn of The Abyss"
/>
<link rel="icon" href="<%= BASE_URL %>favicon.ico" />
<link rel="icon" href="<%= BASE_URL %>favicon.svg" type="image/svg+xml" sizes="any" />
<link rel="apple-touch-icon" href="<%= BASE_URL %>apple.png" />
<title><%= htmlWebpackPlugin.options.title %></title>
</head>
<body>
<noscript>
<strong>We're sorry but damage calculator doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
<strong>
We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please
enable it to continue.
</strong>
</noscript>
<div id="app"></div>
<!-- Cloudflare Web Analytics -->
<script
defer
src="https://static.cloudflareinsights.com/beacon.min.js"
data-cf-beacon='{"token": "6f6a743144b94d0885827c59a31d191d"}'
></script>
<!-- End Cloudflare Web Analytics -->
</body>
</html>
2 changes: 2 additions & 0 deletions public/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
User-agent: *
Disallow:

0 comments on commit eaafd43

Please sign in to comment.