-
-
Notifications
You must be signed in to change notification settings - Fork 257
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1012 from Palmistry2310/adding-language-translati…
…on-tool added language translation tool to all the pages
- Loading branch information
Showing
5 changed files
with
180 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1049,6 +1049,49 @@ <h3>Emily Johnson</h3> | |
</button> | ||
</div> | ||
|
||
|
||
<!-- Footer --> | ||
<footer class="footer"> | ||
|
||
|
||
<div class="footer-content"> | ||
<div class="footer-section"> | ||
<h3>About Us</h3> | ||
<ul> | ||
<li><a href="#">Our Story</a></li> | ||
<li><a href="#">Team</a></li> | ||
<li><a href="#">Careers</a></li> | ||
</ul> | ||
</div> | ||
<div class="footer-section"> | ||
<h3>Services</h3> | ||
<ul> | ||
<li><a href="#">Resume Builder</a></li> | ||
<li><a href="cv.html">CV Templates</a></li> | ||
<li><a href="#">Career Advice</a></li> | ||
</ul> | ||
</div> | ||
<div class="footer-section"> | ||
<h3>Support</h3> | ||
<ul> | ||
<li><a href="Faqs.html">FAQ</a></li> | ||
<li><a href="comment.html">Contact Us</a></li> | ||
<li><a href="privacy-policy.html">Privacy Policy</a></li> | ||
</ul> | ||
</div> | ||
<div class="footer-section"> | ||
<h3>Connect With Us</h3> | ||
<div class="social-icons"> | ||
<a href="https://www.facebook.com/"><i class="fab fa-facebook-f"></i></a> | ||
<a href="https://x.com/?lang=en"><i class="fab fa-twitter"></i></a> | ||
<a href="https://www.linkedin.com/"><i class="fab fa-linkedin-in"></i></a> | ||
<a href="https://www.instagram.com/"><i class="fab fa-instagram"></i></a> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
<div class="footer-bottom"> | ||
|
||
<!-- Footer --> | ||
<footer class="footer"> | ||
<div class="footer-content"> | ||
|
@@ -1700,6 +1743,35 @@ <h3>Emily Johnson</h3> | |
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script> | ||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script> | ||
|
||
<script> | ||
window.gtranslateSettings = { | ||
default_language: "en", | ||
detect_browser_language: true, | ||
wrapper_selector: ".gtranslate_wrapper", | ||
}; | ||
</script> | ||
<script | ||
src="https://cdn.gtranslate.net/widgets/latest/float.js" | ||
defer | ||
></script> | ||
|
||
<div class="gtranslate_wrapper"></div> | ||
|
||
<script> | ||
window.gtranslateSettings = { | ||
default_language: "en", | ||
detect_browser_language: true, | ||
wrapper_selector: ".gtranslate_wrapper", | ||
}; | ||
</script> | ||
|
||
<script | ||
src="https://cdn.gtranslate.net/widgets/latest/float.js" | ||
defer | ||
></script> | ||
|
||
|
||
<script src="RateMyResume.js"></script> | ||
|
||
</body> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters