Open Issues Need Help
View All on GitHubAI Summary: Replace all instances of the placeholder name "Donald Donchi" with the user's actual name throughout the portfolio website's HTML, meta tags, titles, and configuration files. Ensure the name displays correctly across all sections (including About, footer, navigation, etc.) and commit the changes with a descriptive message.
AI Summary: Add a Testimonials section to a portfolio website. This section should display positive feedback, including a comment, optional name/pseudonym, and optional job title/context. The testimonials should be displayed neatly (e.g., carousel, cards, or list). A link to this section in the main menu is optional. The task requires a clear git commit message and pushing to the `feature/testimonials-section` branch.
AI Summary: Update the Contact page of the 'Cv-Online' project with accurate personal contact information (email, phone number, location). Ensure the contact form (if present) is functional and that placeholder data is replaced with real information. The commit message should clearly reflect the update.
AI Summary: Update the Portfolio section of a website with details of personal or professional projects. This includes replacing placeholder projects with real ones, ensuring each project has a title, short description, link to GitHub/demo, and an image. Responsive design and link verification are also required. The commit message must be 'Mise à jour de la section Portfolio avec mes projets'.
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, diplomas/certifications, and technical skills (both hard and soft skills). The formatting (dates, titles, descriptions) should also be updated. The changes should be committed with a clear message and pushed to the relevant branch.
AI Summary: Update the 'About Me' section of a personal online CV website (likely `about.html`) with a personalized biography, professional background, and relevant personal details. Ensure the updated content is responsive across different devices and commit the changes with a descriptive message.
AI Summary: Personalize the homepage of a portfolio website (Cv-Online) by adding personal information such as name, title, introduction, and a call-to-action button. This involves modifying the `index.html` file, ensuring responsive design, and committing the changes with a clear message.
AI Summary: Update all social media links (GitHub, LinkedIn, Twitter, etc.) in the portfolio website's menu, footer, and other sections with the user's personal links. Ensure all links are functional and commit changes with a descriptive message.
AI Summary: Replace the profile picture and main image in a personal portfolio website with custom images. This involves locating the image files, preparing appropriately sized and formatted images (jpg, png, webp), replacing them in the project's assets folder, updating HTML/CSS if necessary, verifying correct display, committing changes with a clear message, and pushing to the GitHub repository.
AI Summary: Translate all visible elements of an online portfolio (menus, titles, sections, buttons, and text) into a chosen language (French, English, German, etc.). Ensure the translated site is consistent and free of display errors. Commit changes with a clear 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 for an online CV or portfolio, understanding its structure, downloading/cloning it, adding it to the local repository, staging the files with `git add .`, committing the changes with a clear message, and pushing to the remote GitHub repository using `git push origin main`.
AI Summary: Create a GitHub repository for the 'MonPremierProjet' (CV-Online) project, clone it locally, and link the local project to the GitHub repository using Git commands. This includes adding a remote origin, verifying the connection, making an initial commit if necessary, and pushing the changes to the main branch.
AI Summary: Create a Kanban board in GitHub Projects to manage tasks for the 'MonPremierProjet' (Cv-Online) portfolio 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 & GitHub training course from Geek Institut, setting up a personal GitHub account (if needed), joining the project's organization/repository, cloning the project locally using either SSH or HTTPS, navigating the project directory in the terminal, and verifying the ability to create a new local branch.