Open Issues Need Help
View All on GitHubAI Summary: Create a GitHub repository for a personal online CV project, clone it locally (or link an existing local project to it), and perform an initial commit and push.
AI Summary: Add a Testimonials section to an online CV portfolio. The section should display testimonials including text, optional name/pseudonym, and optional job title/context. The testimonials should be displayed neatly (e.g., carousel, cards, or list). A link to the section in the main menu is optional. The task requires a clear git commit message and push to the `feature/testimonials-section` branch.
AI Summary: Update the Portfolio section of a personal online CV website with real project details, including titles, short descriptions, links to GitHub repositories or online demos, images or screenshots. Ensure responsive design and correct links, then commit and push the changes with the specified commit message.
AI Summary: Update the 'Resume' page of a personal online CV website with personal professional experience, education, and skills. This includes adding details for work experience, degrees/certifications, and technical skills (both hard and soft skills). The formatting (dates, titles, descriptions) should also be updated. The commit message should clearly reflect the changes.
AI Summary: Update the 'About Me' section of a personal online CV to reflect the user's professional background, values, and personality. This involves identifying the relevant section in the code (likely `about.html`), replacing placeholder text with a concise biography, expertise details, and optional personal elements, ensuring responsive design, and committing the changes with a descriptive message.
AI Summary: Personalize the homepage of an online CV by adding personal information such as name, title, introduction, and a call-to-action. This involves modifying the `index.html` file (or equivalent), ensuring responsive design, and committing the changes with a clear message.
AI Summary: Replace the profile picture and main image in a personal online CV portfolio with custom images. This involves locating the image files, preparing appropriately sized and formatted replacement images (.jpg, .png, .webp), updating the project files, verifying correct display, and committing the changes with a descriptive message to a Git repository.
AI Summary: Replace all instances of the placeholder name "Donald Donchi" with the user's actual name throughout the online CV project's files (HTML, meta tags, configuration files, etc.). Ensure the name displays correctly in all sections (headers, navigation, footer). Commit and push the changes with a descriptive message.
AI Summary: Translate and adapt all visible elements (menus, titles, sections, buttons, text) of an online portfolio to a chosen language (French, English, German, etc.). Ensure consistency and correct display after translation. Commit changes clearly with a descriptive message and push to a dedicated branch.
AI Summary: Integrate an existing HTML/CSS/JS project (template or existing) into a local GitHub repository. This involves finding a suitable template or project, understanding its structure, downloading/cloning it, adding it to the local repository, staging the files, committing the changes with a clear message, and pushing the changes to the remote GitHub repository.
AI Summary: Create a Kanban board in GitHub Projects to manage tasks for the 'my_online_cv' project. The board should have 'TODO', 'DOING', and 'Done' columns, be linked to the main repository, and this issue should be moved to the 'Done' column upon completion.
AI Summary: This task involves completing a Git and GitHub training course, setting up a personal GitHub account (if needed), joining the project's GitHub organization/repository, cloning the project locally using either SSH or HTTPS, navigating the local project directory via the terminal, and verifying the ability to create a new local branch.