Conversation
Member
Author
|
I checked this web page. It's great! |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces a multilingual resume web application with dynamic language and content switching, enhanced user interface, and responsive design. Key changes include the addition of multilingual resume data, dynamic UI updates via JavaScript, and styling improvements for a professional and accessible user experience.
Multilingual Content and Data Structure:
resumeDataobject indata.jscontaining structured resume data in English, Persian (Farsi), and German, including work experience, academic background, and UI labels.Dynamic UI and Interaction:
script.js. This includes dropdown toggles, event listeners for user interactions, and dynamic rendering of content based on selected language and resume type.Styling and Accessibility:
styles.csswith Tailwind CSS and Google Fonts for a clean, responsive design. Styles include RTL (right-to-left) support for Persian, hover effects, and responsive typography for smaller screens.These changes collectively create a polished, multilingual resume application with a focus on usability and maintainability.