Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google translation page added #708

Merged
merged 2 commits into from
Jun 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -879,6 +879,7 @@ <h4 class="footer__subtitle">Support</h4>
<a href="./privacy.html" class="footer__link">Privacy Policy</a>
<p class="footer__text">Contact Us</p>
</div>

<div class="footer__col">
<h4>Address</h4>
<div class="mapouter">
Expand Down Expand Up @@ -910,8 +911,19 @@ <h4>Reach Out To Us</h4>
<p><span>Email:</span> [email protected]</p>
<p><span>Phone:</span> +91 8562145852</p>
</div>
<div class="footer__col">
<div id="google_element"></div>
<script src="https://translate.google.com/translate_a/element.js?cb=loadGoogleTranslate"></script>
<script>
function loadGoogleTranslate() {
new google.translate.TranslateElement({
pageLanguage: 'en'
}, 'google_element');
}
</script>
</div>


<!-- New copyright code to make it dynamic and display current year -->
<div class="footer__bar">
<div>
Expand Down