You see the google translator on the home page located on the top. I will you to add that same google translator too all section of the website like the pricing currency and event
Browse files- about.html +14 -1
- currency.html +14 -1
- events.html +14 -1
- pricing.html +15 -1
- results.html +14 -1
about.html
CHANGED
|
@@ -28,9 +28,22 @@
|
|
| 28 |
<body class="bg-black text-white font-['Montserrat']">
|
| 29 |
<!-- Vanta.js Background -->
|
| 30 |
<div id="vanta-bg" class="fixed top-0 left-0 w-full h-full z-0"></div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
|
| 32 |
<!-- Navigation -->
|
| 33 |
-
|
| 34 |
<div class="container mx-auto px-6 py-4">
|
| 35 |
<div class="flex justify-between items-center">
|
| 36 |
<div class="flex items-center space-x-2">
|
|
|
|
| 28 |
<body class="bg-black text-white font-['Montserrat']">
|
| 29 |
<!-- Vanta.js Background -->
|
| 30 |
<div id="vanta-bg" class="fixed top-0 left-0 w-full h-full z-0"></div>
|
| 31 |
+
<!-- Google Translate -->
|
| 32 |
+
<div id="google_translate_element" class="absolute top-4 right-4 z-50"></div>
|
| 33 |
+
<script type="text/javascript">
|
| 34 |
+
function googleTranslateElementInit() {
|
| 35 |
+
new google.translate.TranslateElement({
|
| 36 |
+
pageLanguage: 'en',
|
| 37 |
+
includedLanguages: 'en,es,fr,de,it,ru,tr,zh-CN,ja,ko',
|
| 38 |
+
autoDisplay: false,
|
| 39 |
+
layout: google.translate.TranslateElement.InlineLayout.SIMPLE
|
| 40 |
+
}, 'google_translate_element');
|
| 41 |
+
}
|
| 42 |
+
</script>
|
| 43 |
+
<script src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
|
| 44 |
|
| 45 |
<!-- Navigation -->
|
| 46 |
+
<nav class="relative z-10 bg-black bg-opacity-80 border-b border-gold-500">
|
| 47 |
<div class="container mx-auto px-6 py-4">
|
| 48 |
<div class="flex justify-between items-center">
|
| 49 |
<div class="flex items-center space-x-2">
|
currency.html
CHANGED
|
@@ -37,9 +37,22 @@
|
|
| 37 |
<!-- Enhanced Vanta.js Background -->
|
| 38 |
<div id="vanta-bg" class="fixed top-0 left-0 w-full h-full z-0 opacity-90"></div>
|
| 39 |
<div class="fixed top-0 left-0 w-full h-full z-0 bg-gradient-to-b from-black via-transparent to-black opacity-30"></div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
|
| 41 |
<!-- Navigation -->
|
| 42 |
-
|
| 43 |
<div class="container mx-auto px-6 py-4">
|
| 44 |
<div class="flex justify-between items-center">
|
| 45 |
<div class="flex items-center space-x-2">
|
|
|
|
| 37 |
<!-- Enhanced Vanta.js Background -->
|
| 38 |
<div id="vanta-bg" class="fixed top-0 left-0 w-full h-full z-0 opacity-90"></div>
|
| 39 |
<div class="fixed top-0 left-0 w-full h-full z-0 bg-gradient-to-b from-black via-transparent to-black opacity-30"></div>
|
| 40 |
+
<!-- Google Translate -->
|
| 41 |
+
<div id="google_translate_element" class="absolute top-4 right-4 z-50"></div>
|
| 42 |
+
<script type="text/javascript">
|
| 43 |
+
function googleTranslateElementInit() {
|
| 44 |
+
new google.translate.TranslateElement({
|
| 45 |
+
pageLanguage: 'en',
|
| 46 |
+
includedLanguages: 'en,es,fr,de,it,ru,tr,zh-CN,ja,ko',
|
| 47 |
+
autoDisplay: false,
|
| 48 |
+
layout: google.translate.TranslateElement.InlineLayout.SIMPLE
|
| 49 |
+
}, 'google_translate_element');
|
| 50 |
+
}
|
| 51 |
+
</script>
|
| 52 |
+
<script src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
|
| 53 |
|
| 54 |
<!-- Navigation -->
|
| 55 |
+
<nav class="relative z-10 bg-black bg-opacity-80 border-b border-gold-500">
|
| 56 |
<div class="container mx-auto px-6 py-4">
|
| 57 |
<div class="flex justify-between items-center">
|
| 58 |
<div class="flex items-center space-x-2">
|
events.html
CHANGED
|
@@ -25,9 +25,22 @@
|
|
| 25 |
<body class="bg-black text-white font-['Montserrat']">
|
| 26 |
<!-- Vanta.js Background -->
|
| 27 |
<div id="vanta-bg" class="fixed top-0 left-0 w-full h-full z-0"></div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
|
| 29 |
<!-- Navigation -->
|
| 30 |
-
|
| 31 |
<div class="container mx-auto px-6 py-4">
|
| 32 |
<div class="flex justify-between items-center">
|
| 33 |
<div class="flex items-center space-x-2">
|
|
|
|
| 25 |
<body class="bg-black text-white font-['Montserrat']">
|
| 26 |
<!-- Vanta.js Background -->
|
| 27 |
<div id="vanta-bg" class="fixed top-0 left-0 w-full h-full z-0"></div>
|
| 28 |
+
<!-- Google Translate -->
|
| 29 |
+
<div id="google_translate_element" class="absolute top-4 right-4 z-50"></div>
|
| 30 |
+
<script type="text/javascript">
|
| 31 |
+
function googleTranslateElementInit() {
|
| 32 |
+
new google.translate.TranslateElement({
|
| 33 |
+
pageLanguage: 'en',
|
| 34 |
+
includedLanguages: 'en,es,fr,de,it,ru,tr,zh-CN,ja,ko',
|
| 35 |
+
autoDisplay: false,
|
| 36 |
+
layout: google.translate.TranslateElement.InlineLayout.SIMPLE
|
| 37 |
+
}, 'google_translate_element');
|
| 38 |
+
}
|
| 39 |
+
</script>
|
| 40 |
+
<script src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
|
| 41 |
|
| 42 |
<!-- Navigation -->
|
| 43 |
+
<nav class="relative z-10 bg-black bg-opacity-80 border-b border-gold-500">
|
| 44 |
<div class="container mx-auto px-6 py-4">
|
| 45 |
<div class="flex justify-between items-center">
|
| 46 |
<div class="flex items-center space-x-2">
|
pricing.html
CHANGED
|
@@ -29,8 +29,22 @@
|
|
| 29 |
</style>
|
| 30 |
</head>
|
| 31 |
<body class="bg-black text-white font-['Montserrat']">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
<!-- Navigation -->
|
| 33 |
-
|
| 34 |
<div class="container mx-auto px-6 py-4">
|
| 35 |
<div class="flex justify-between items-center">
|
| 36 |
<div class="flex items-center space-x-2">
|
|
|
|
| 29 |
</style>
|
| 30 |
</head>
|
| 31 |
<body class="bg-black text-white font-['Montserrat']">
|
| 32 |
+
<!-- Google Translate -->
|
| 33 |
+
<div id="google_translate_element" class="absolute top-4 right-4 z-50"></div>
|
| 34 |
+
<script type="text/javascript">
|
| 35 |
+
function googleTranslateElementInit() {
|
| 36 |
+
new google.translate.TranslateElement({
|
| 37 |
+
pageLanguage: 'en',
|
| 38 |
+
includedLanguages: 'en,es,fr,de,it,ru,tr,zh-CN,ja,ko',
|
| 39 |
+
autoDisplay: false,
|
| 40 |
+
layout: google.translate.TranslateElement.InlineLayout.SIMPLE
|
| 41 |
+
}, 'google_translate_element');
|
| 42 |
+
}
|
| 43 |
+
</script>
|
| 44 |
+
<script src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
|
| 45 |
+
|
| 46 |
<!-- Navigation -->
|
| 47 |
+
<nav class="relative z-10 bg-black bg-opacity-80 border-b border-gold-500">
|
| 48 |
<div class="container mx-auto px-6 py-4">
|
| 49 |
<div class="flex justify-between items-center">
|
| 50 |
<div class="flex items-center space-x-2">
|
results.html
CHANGED
|
@@ -36,9 +36,22 @@
|
|
| 36 |
<!-- Enhanced Vanta.js Background -->
|
| 37 |
<div id="vanta-bg" class="fixed top-0 left-0 w-full h-full z-0 opacity-90"></div>
|
| 38 |
<div class="fixed top-0 left-0 w-full h-full z-0 bg-gradient-to-b from-black via-transparent to-black opacity-30"></div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
|
| 40 |
<!-- Navigation -->
|
| 41 |
-
|
| 42 |
<div class="container mx-auto px-6 py-4">
|
| 43 |
<div class="flex justify-between items-center">
|
| 44 |
<div class="flex items-center space-x-2">
|
|
|
|
| 36 |
<!-- Enhanced Vanta.js Background -->
|
| 37 |
<div id="vanta-bg" class="fixed top-0 left-0 w-full h-full z-0 opacity-90"></div>
|
| 38 |
<div class="fixed top-0 left-0 w-full h-full z-0 bg-gradient-to-b from-black via-transparent to-black opacity-30"></div>
|
| 39 |
+
<!-- Google Translate -->
|
| 40 |
+
<div id="google_translate_element" class="absolute top-4 right-4 z-50"></div>
|
| 41 |
+
<script type="text/javascript">
|
| 42 |
+
function googleTranslateElementInit() {
|
| 43 |
+
new google.translate.TranslateElement({
|
| 44 |
+
pageLanguage: 'en',
|
| 45 |
+
includedLanguages: 'en,es,fr,de,it,ru,tr,zh-CN,ja,ko',
|
| 46 |
+
autoDisplay: false,
|
| 47 |
+
layout: google.translate.TranslateElement.InlineLayout.SIMPLE
|
| 48 |
+
}, 'google_translate_element');
|
| 49 |
+
}
|
| 50 |
+
</script>
|
| 51 |
+
<script src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
|
| 52 |
|
| 53 |
<!-- Navigation -->
|
| 54 |
+
<nav class="relative z-10 bg-black bg-opacity-80 border-b border-gold-500">
|
| 55 |
<div class="container mx-auto px-6 py-4">
|
| 56 |
<div class="flex justify-between items-center">
|
| 57 |
<div class="flex items-center space-x-2">
|