Project 3 Final

Post links to your Project Three websites for discussion and feedback.
Post Reply
User avatar
Samson VJ Saldana Ornelas
Posts: 21
Joined: Mon Jan 29, 2024 8:40 am
Contact:

Project 3 Final

Post 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
-samson <3

SandraT
Posts: 80
Joined: Mon Jan 29, 2024 1:35 pm

Re: Project 3 Final

Post 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.
Sandra Torres

User avatar
Laura
Posts: 76
Joined: Sat Feb 03, 2024 3:13 pm

Re: Project 3 Final

Post 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.
~Laura Nelson~

Olivia_haltom
Posts: 75
Joined: Tue Jan 23, 2024 7:35 pm

Re: Project 3 Final

Post 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.

User avatar
troutbelli
Posts: 87
Joined: Wed Jan 24, 2024 7:33 pm

Re: Project 3 Final

Post 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.
Christine Lopez

Because of Me...

User avatar
Instructor
Site Admin
Posts: 1869
Joined: Thu Jul 21, 2011 8:51 am

Re: Project 3 Final

Post 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!
"Inspiration is for amateurs. The rest of us just show up and get to work." — Chuck Close

Michael Ganschow-Green - GRC 175 Instructor
mganschow@tmcc.edu | 673-8200 ext.5-2173

seungwoo lee
Posts: 79
Joined: Mon Jan 29, 2024 11:50 am

Re: Project 3 Final

Post 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!!

Verenisse
Posts: 80
Joined: Wed Jan 24, 2024 6:51 pm

Re: Project 3 Final

Post 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
~Verenisse Ramirez[/i][/b]

Post Reply