Please help to provide feedback for my Personal Portfolio project. Would like to know any more efficient way in getting it done (am new to this).
Thanks!
Please help to provide feedback for my Personal Portfolio project. Would like to know any more efficient way in getting it done (am new to this).
Thanks!
Hi Nhcarrigan,
I do not know how to include the image inside. But it is ok when i am doing it in my local PC. Is there anyway to link it together?
Thanks.
You need to upload the image to a hosting site and use that url for your img src
. Right now you’re using a local filepath, which means it will only work for you.
Any hosting site to recommend? Is it free to use?
Imgur is the most common one I can think of - and to my knowledge, it is free.
Could you please try again? i have fixed it, i am using Imgur. However i am unable to link the fontaweson icon in the codepen.
Excellent! Your images are loading fine for me now!
Font Awesome icons are a little further on in the curriculum, but if you’re wanting to incorporate them into this project, here is the lesson to import Font Awesome.
Your portfolio looks good @kiamkiam. Some things to revisit;
id
must be unique within the document.<br>
to force spacing. Use margin and/or padding in CSS.Does imgur not work for web hosting any more? Shoot - my apologies for providing wrong information!
No, no @nhcarrigan. Sometimes imgur cuts off with FCC…maybe getting hit too much. Dunno. I’ve just seen/heard of others having problems when using imgur to host images used in their projects.
Ah, I see! I haven’t used imgur in a long time so I wasn’t sure. It’s just the first name that came to mind.
Thanks Roma for the input.
id
must be unique within the document.Nope. It means you don’t want a <div id="hello">
and a <img id="hello">
in the same HTML document.
Each id=
must be unique.
You can review this lesson
No. I wouldn’t have posted the link if it was something you have to pay for. Did you try it?
Got it. Thanks a lot.
Unfortunately there is error with the page.
I have no idea what this means. You need to be descriptive. Error with what page?
Posting a screenshot doesn’t help. What url did you use?
Please read the instructions that were posted with the links.