Page 1 of 1

Project 3 Final

Posted: Sat Apr 13, 2024 3:44 pm
by Samson VJ Saldana Ornelas
I tried my best with coding this, but I think a few elements ended up kind of off. Also, I don't know if it uploaded correctly, so let me know!
https://www.grc175.com/student/spring-2 ... n-ornelas/ then click project 3

Re: Project 3 Final

Posted: Tue Apr 16, 2024 11:26 am
by SandraT
Hi Samson,

I am able to use the link. I see all of the information you have on there but the images are not displaying. Not sure what visual components you have in place.

Re: Project 3 Final

Posted: Tue Apr 16, 2024 2:20 pm
by Laura
Hey! Great html. That all looks like a good start. I cannot see your images. You have all of your elements, great start.

Re: Project 3 Final

Posted: Tue Apr 16, 2024 8:56 pm
by Olivia_haltom
Hi! Although the images aren't visible, you still have a lot of good information being displayed! I love all the little details you included.

Re: Project 3 Final

Posted: Fri Apr 19, 2024 11:35 am
by troutbelli
I still love your choices of colors and the images you display. I think this has all just been a tough learning curve.

Re: Project 3 Final

Posted: Fri Apr 19, 2024 4:22 pm
by Instructor
I'm glad to see you got it up, Sampson.

What a fascinating website idea. What's there seems to point to something really cool. Looks like you have good information organization here.

Unfortunately, all your image links are broken. Right now they look like this:

Code: Select all

<img class="grain-decor" src="images/grain-decor.png"
width="1580"
height="800">
However it looks like your images are stored in an images folder inside your images folder. So a link like this should work:

Code: Select all

[code]<img class="grain-decor" src="images/images/grain-decor.png"
width="1580"
height="800">
And indeed when I punch that in, your image shows right up. https://www.grc175.com/student/spring-2 ... -decor.png

Without your images, the whole thing kind of breaks down. I would also like to have seen more pages. This seems like a fascinating subject.

Good effort!

Re: Project 3 Final

Posted: Fri Apr 19, 2024 6:33 pm
by seungwoo lee
Hello,

I think your design is good. I think the all layouts is neat. And I think your web design is clean and good. Nice work!!

Re: Project 3 Final

Posted: Fri Apr 19, 2024 7:20 pm
by Verenisse
Hey Samson,
Nor worries at all, I also struggled with mine we're all still learning but overall from previous critiques your design looked awesome. Can't wait to see it finished. :D