So I am new to free code camp and I don’t really understand exactly what it is I’m trying to do with this project. Am I trying to replicate this page exactly? What source files do I use for image, external link, etc? Where do I store them? Directions are vague so I’m confused about the direction I need to go. Any help would be apricated.
Your code so far
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36.
No, you are trying to do something similar to that. They did a tribute to Dr. Norman Borlaug. You can do one for Marie Curie. Or Eddie Van Halen. Or Bugs Bunny. It doesn’t have to look exactly like it. It just has to meet the user stories, and presumably look decent. This is just an example of what someone might do.
What source files do I use for image, external link, etc? Where do I store them?
In a “real world app” that would be an important consideration. For now, just find a photo on the internet that you like, right click on the image, and get the image address - you can just link to that. Wikipedia is a good source because you know they probably won’t change any time soon. Yeah, in the real world, this wouldn’t be a great way to do it, but this is just to have you create a page. If you’re building it on a service that lets you upload files, great. Or you could host it somewhere like an S3 bucket. But if all that sounds like too much, really, don’t worry about it. This is about learning to build the page, not worrying about where to host static data. On my first projects, I just linked to images on the web - you can worry about the other stuff later.