Delete ONE of these lines, keep only ONE Feather Icons script.
Browse filesI recommend delete this one:
<script src="https://unpkg.com/feather-icons"></script>
Right before the closing </body> tag, add:
<script>
feather.replace();
</script>
Without calling feather.replace(), Feather icons won't render.
- about.html +4 -2
- currency.html +4 -2
- events.html +5 -3
- help.html +1 -2
- index.html +4 -2
- pricing.html +4 -1
- results.html +4 -2
about.html
CHANGED
|
@@ -15,8 +15,7 @@
|
|
| 15 |
<title>About Us - Amplify</title>
|
| 16 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 17 |
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
| 18 |
-
|
| 19 |
-
<script src="https://www.360cities.net/lib/embed.js"></script>
|
| 20 |
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script>
|
| 21 |
<style>
|
| 22 |
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@400;600;700&display=swap');
|
|
@@ -497,5 +496,8 @@ VANTA.GLOBE({
|
|
| 497 |
// Feather icons
|
| 498 |
feather.replace();
|
| 499 |
</script>
|
|
|
|
|
|
|
|
|
|
| 500 |
</body>
|
| 501 |
</html>
|
|
|
|
| 15 |
<title>About Us - Amplify</title>
|
| 16 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 17 |
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
| 18 |
+
<script src="https://www.360cities.net/lib/embed.js"></script>
|
|
|
|
| 19 |
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script>
|
| 20 |
<style>
|
| 21 |
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@400;600;700&display=swap');
|
|
|
|
| 496 |
// Feather icons
|
| 497 |
feather.replace();
|
| 498 |
</script>
|
| 499 |
+
<script>
|
| 500 |
+
feather.replace();
|
| 501 |
+
</script>
|
| 502 |
</body>
|
| 503 |
</html>
|
currency.html
CHANGED
|
@@ -14,8 +14,7 @@
|
|
| 14 |
<title>Amplify - Currency Exchange</title>
|
| 15 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 16 |
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
| 17 |
-
|
| 18 |
-
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script>
|
| 19 |
<link rel="stylesheet" href="style.css">
|
| 20 |
<style>
|
| 21 |
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@400;600;700&display=swap');
|
|
@@ -837,5 +836,8 @@ VANTA.GLOBE({
|
|
| 837 |
setInterval(fetchExchangeRates, 5 * 60 * 1000);
|
| 838 |
});
|
| 839 |
</script>
|
|
|
|
|
|
|
|
|
|
| 840 |
</body>
|
| 841 |
</html>
|
|
|
|
| 14 |
<title>Amplify - Currency Exchange</title>
|
| 15 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 16 |
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
| 17 |
+
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script>
|
|
|
|
| 18 |
<link rel="stylesheet" href="style.css">
|
| 19 |
<style>
|
| 20 |
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@400;600;700&display=swap');
|
|
|
|
| 836 |
setInterval(fetchExchangeRates, 5 * 60 * 1000);
|
| 837 |
});
|
| 838 |
</script>
|
| 839 |
+
<script>
|
| 840 |
+
feather.replace();
|
| 841 |
+
</script>
|
| 842 |
</body>
|
| 843 |
</html>
|
events.html
CHANGED
|
@@ -15,8 +15,7 @@
|
|
| 15 |
<title>Events Calendar - Amplify</title>
|
| 16 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 17 |
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
| 18 |
-
|
| 19 |
-
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script>
|
| 20 |
<style>
|
| 21 |
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@400;600;700&display=swap');
|
| 22 |
.hero-gradient {
|
|
@@ -408,6 +407,9 @@ calendarGrid.appendChild(dayCell);
|
|
| 408 |
});
|
| 409 |
});
|
| 410 |
});
|
| 411 |
-
</script>
|
|
|
|
|
|
|
|
|
|
| 412 |
</body>
|
| 413 |
</html>
|
|
|
|
| 15 |
<title>Events Calendar - Amplify</title>
|
| 16 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 17 |
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
| 18 |
+
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script>
|
|
|
|
| 19 |
<style>
|
| 20 |
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@400;600;700&display=swap');
|
| 21 |
.hero-gradient {
|
|
|
|
| 407 |
});
|
| 408 |
});
|
| 409 |
});
|
| 410 |
+
</script>
|
| 411 |
+
<script>
|
| 412 |
+
feather.replace();
|
| 413 |
+
</script>
|
| 414 |
</body>
|
| 415 |
</html>
|
help.html
CHANGED
|
@@ -16,8 +16,7 @@
|
|
| 16 |
<title>Help Center - Amplify</title>
|
| 17 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 18 |
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
| 19 |
-
|
| 20 |
-
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script>
|
| 21 |
<link rel="stylesheet" href="style.css">
|
| 22 |
<style>
|
| 23 |
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@400;600;700&display=swap');
|
|
|
|
| 16 |
<title>Help Center - Amplify</title>
|
| 17 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 18 |
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
| 19 |
+
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script>
|
|
|
|
| 20 |
<link rel="stylesheet" href="style.css">
|
| 21 |
<style>
|
| 22 |
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@400;600;700&display=swap');
|
index.html
CHANGED
|
@@ -16,8 +16,7 @@
|
|
| 16 |
<title>Amplify - Mental Performance for Champions</title>
|
| 17 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 18 |
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
| 19 |
-
|
| 20 |
-
<script src="https://www.360cities.net/lib/embed.js"></script>
|
| 21 |
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script>
|
| 22 |
<style>
|
| 23 |
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@400;600;700&display=swap');
|
|
@@ -709,5 +708,8 @@ VANTA.GLOBE({
|
|
| 709 |
// Feather icons
|
| 710 |
feather.replace();
|
| 711 |
</script>
|
|
|
|
|
|
|
|
|
|
| 712 |
</body>
|
| 713 |
</html>
|
|
|
|
| 16 |
<title>Amplify - Mental Performance for Champions</title>
|
| 17 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 18 |
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
| 19 |
+
<script src="https://www.360cities.net/lib/embed.js"></script>
|
|
|
|
| 20 |
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script>
|
| 21 |
<style>
|
| 22 |
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@400;600;700&display=swap');
|
|
|
|
| 708 |
// Feather icons
|
| 709 |
feather.replace();
|
| 710 |
</script>
|
| 711 |
+
<script>
|
| 712 |
+
feather.replace();
|
| 713 |
+
</script>
|
| 714 |
</body>
|
| 715 |
</html>
|
pricing.html
CHANGED
|
@@ -14,7 +14,7 @@
|
|
| 14 |
<title>Amplify - Pricing Plans</title>
|
| 15 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 16 |
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
| 17 |
-
|
| 18 |
<style>
|
| 19 |
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@400;600;700&display=swap');
|
| 20 |
.hero-gradient {
|
|
@@ -349,5 +349,8 @@ const mobileMenuButton = document.getElementById('mobile-menu-button');
|
|
| 349 |
feather.replace();
|
| 350 |
});
|
| 351 |
</script>
|
|
|
|
|
|
|
|
|
|
| 352 |
</body>
|
| 353 |
</html>
|
|
|
|
| 14 |
<title>Amplify - Pricing Plans</title>
|
| 15 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 16 |
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
| 17 |
+
<link rel="stylesheet" href="style.css">
|
| 18 |
<style>
|
| 19 |
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@400;600;700&display=swap');
|
| 20 |
.hero-gradient {
|
|
|
|
| 349 |
feather.replace();
|
| 350 |
});
|
| 351 |
</script>
|
| 352 |
+
<script>
|
| 353 |
+
feather.replace();
|
| 354 |
+
</script>
|
| 355 |
</body>
|
| 356 |
</html>
|
results.html
CHANGED
|
@@ -14,8 +14,7 @@
|
|
| 14 |
<title>Amplify - Success Stories</title>
|
| 15 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 16 |
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
| 17 |
-
|
| 18 |
-
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script>
|
| 19 |
<link rel="stylesheet" href="style.css">
|
| 20 |
<style>
|
| 21 |
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@400;600;700&display=swap');
|
|
@@ -457,5 +456,8 @@ VANTA.GLOBE({
|
|
| 457 |
feather.replace();
|
| 458 |
});
|
| 459 |
</script>
|
|
|
|
|
|
|
|
|
|
| 460 |
</body>
|
| 461 |
</html>
|
|
|
|
| 14 |
<title>Amplify - Success Stories</title>
|
| 15 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 16 |
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
| 17 |
+
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script>
|
|
|
|
| 18 |
<link rel="stylesheet" href="style.css">
|
| 19 |
<style>
|
| 20 |
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@400;600;700&display=swap');
|
|
|
|
| 456 |
feather.replace();
|
| 457 |
});
|
| 458 |
</script>
|
| 459 |
+
<script>
|
| 460 |
+
feather.replace();
|
| 461 |
+
</script>
|
| 462 |
</body>
|
| 463 |
</html>
|