
Add pictures to my freecodecamp profile
2024年10月25日 · I think that if you search for the term “free image hosting”, one of the top results will probably work. I know that imgur.com does some domain blocking, but most of the other popular results are fine. Since this is a free service, there’s no guarantee that the links will remain stable permanently, but that’s fine for a student project.
freeCodeCamp Challenge Guide: Profile Lookup
2017年7月9日 · Profile Lookup Problem Explanation Change the code below // Only change code below this line and up to // Only change code above this line. Ensure that you are editing the inside of the lookUpProfile() function. This function includes two parameters, name and prop. The function should look through the contacts list for the given name parameter. If there is a match found, the function should ...
Claim certificate - The freeCodeCamp Forum
2024年10月29日 · "Hello, I have completed all the steps but when I try to claim the certificate, I get this message “We need your name so we can put it on your certification. Add your name to your account settings and click the save button. Then we can issue your certification.”
Build an Arithmetic Formatter Project - The freeCodeCamp Forum
2024年11月30日 · Search 11,400+ tutorials. Menu Profile Your code was saved to the database. It will be here when you return.Close × Scientific Computing with Python (Beta) Build an Arithmetic Formatter Project Instructions main.pyEditor ConsoleHide the previewPreviewMove the preview to a new window and focus it Build an Arithmetic Formatter Project
How to View my Posts - The freeCodeCamp Forum
2025年1月18日 · From the home page I click Menu > Profile but I don’t see a menu for Activity. Is there another way? I found the correct navigation. I clicked on my avatar (upper right corner). OK, I found a way to get to the Activity button but the route was a bit strange. I’ve tried and can’t repeat the sequence.
Freecodecamp profile link - The freeCodeCamp Forum
2020年6月22日 · Hello fellow campers… I am at the stage of personal portfolio page where: User Story #8: My portfolio should have a link with an id of profile-link , which opens my GitHub or FCC profile in a new tab.
How do I share my Codepen - The freeCodeCamp Forum
2018年2月17日 · Assuming that you’ve saved your pen, you can copypaste the link in your address bar, or check out the share, export, and embed buttons in the lower right of the window.
How To Find Credential ID - The freeCodeCamp Forum
2021年6月24日 · I think you need to update your profile settings so that people can see the solutions that led to your getting the certificate Tynael June 26, 2021, 8:17pm 5
What database is used to save the users avatar image?
2023年10月6日 · If you can run Node you can usually use the file system part of it. If you look at the search links I gave, you can see some examples. But yes, it will depend on the environment and host what you are allowed to do with the local file system. In any case, using a dedicated image host/CDN is likely better anyway.
Build a Personal Portfolio Webpage - The freeCodeCamp Forum
2024年1月27日 · In your contact section, you have multiple elements with the same id attribute (profile-link). Instead, you can use classes to target these elements. Missing closing quotation mark: In the contact section, the href attribute for the phone number link is missing a closing quotation mark ("). Ensure it’s closed properly to avoid any parsing errors.