Skip to content

Commit

Permalink
Merge pull request #308 from Anushanga2001/main
Browse files Browse the repository at this point in the history
add my details
  • Loading branch information
amyyalex authored Nov 15, 2024
2 parents f7c220c + 89d9c06 commit acc1813
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
8 changes: 8 additions & 0 deletions cardDetails.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@
"linkedin": "https://linkedin.com",
"email": "mailto:youremail@gmail.com"
},
{
"name": "Anushanga Kaluarachchi",
"profession": "Full Stack Developer",
"quote": "\"Do an one thing at a time\"</br> - Said By Me",
"github": "https://github.com/Anushanga2001",
"linkedin": "https://www.linkedin.com/in/anushanga-kaluarachchi-30969825b/",
"email": "anushanga2001@gmailcom"
},
{
"name": "Naman Singh Rana",
"profession": "Software Engineer || Beginner Open Source Contributor",
Expand Down
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,12 @@
<script>
function googleTranslateElementInit() {
new google.translate.TranslateElement(
{ pageLanguage: 'en' },
{
pageLanguage: 'en', // Default language set to English
includedLanguages: 'en,es,fr,de,it,pt', // Example list of languages to include
layout: google.translate.TranslateElement.InlineLayout.SIMPLE,
autoDisplay: false, // Ensures it won't translate until user selects
},
'google_translate_element'
);
}
Expand Down

0 comments on commit acc1813

Please sign in to comment.