project 3 final

Post links to your Project Three websites for discussion and feedback.
Post Reply
Verenisse
Posts: 80
Joined: Wed Jan 24, 2024 6:51 pm

project 3 final

Post by Verenisse »

hey, I'm trying hard to make my site live. but this is all I have. Sorry I'm struggling


file:///E:/GRC%20175%20FOLDER/project03-vrr/index.html
let me know if it works.

MTGG Edit: Here's a working link to Verenisse's website:
https://www.grc175.com/student/spring-2 ... index.html

And here are links to the background images on each of Verenisse's pages:
https://www.grc175.com/student/spring-2 ... stpage.png
https://www.grc175.com/student/spring-2 ... author.png
https://www.grc175.com/student/spring-2 ... ission.png
https://www.grc175.com/student/spring-2 ... ontent.png
https://www.grc175.com/student/spring-2 ... rchive.png
~Verenisse Ramirez[/i][/b]

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

Re: project 3 final

Post by SandraT »

Hi Verenisse,

The link did not work for me. However, the link from your site did. I was only able to see headings and the rest was all blank. But the links seemed to work!
Sandra Torres

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

Re: project 3 final

Post by Laura »

HI! sorry, the link did not work for me...
~Laura Nelson~

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

Re: project 3 final

Post by Instructor »

Hey there, Verenisse. That link is a local link on your computer. The link to your website is: https://www.grc175.com/student/spring-2 ... index.html

After having a look at your background images (see below), I like where you were going with this one. It felt like some kind of sci-fi display you'd find on a spaceship. I think it's the gray background combined with the oscillating lines. Your colors work in an 80s kind of way, especially the oscillating lines. I like how they are a through line to everything else. Your fonts seem to be pointing to that sci-fi display as well with a code looking bodycopy and a Star Trek: The Next Generation looking headline. Looks like it had pretty good margins throughout. Nothing feels crowded on it. Your navigation is well placed and does work on the actual website.

Unfortunately, your pages seem a bit broken. From looking at your code, it looks like your background images are broken. For example, your homepage has an image link that looks like this:

Code: Select all

<img src="file:///E|/project02-175 - pj02-vr/jQueryAssets/images/homepage.png" width="1920" height="1080" alt=""/>
That link is a local link to your computer. Your link should look like:

Code: Select all

<img src="images/homepage.png" width="1920" height="1080" alt=""/>
That link points to the "images" folder in your directory. Whis is there and does have images in it. For those who want to se them, here are Verenisse's images so you can see what they look like:
https://www.grc175.com/student/spring-2 ... stpage.png
https://www.grc175.com/student/spring-2 ... author.png
https://www.grc175.com/student/spring-2 ... ission.png
https://www.grc175.com/student/spring-2 ... ontent.png
https://www.grc175.com/student/spring-2 ... rchive.png

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

Melissa Sanchez
Posts: 32
Joined: Mon Jan 29, 2024 12:34 pm

Re: project 3 final

Post by Melissa Sanchez »

Hi Verenisse,

When I click the link to your website I can see your links at the very bottom to your other pages but I cannot see any of the imagery. Hopefully you'll get it figured out I know it can be really hard and complicated.
Melissa Sanchez

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

Re: project 3 final

Post by troutbelli »

Hi Verenisse. I like your choice of fonts. It really gives it a futuristic yet basic easy to read appearance. Sort of like something you would see in an Alien movie. Your content is good. Nicely done.
Christine Lopez

Because of Me...

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

Re: project 3 final

Post by seungwoo lee »

Hello,

I think your web design went well. I think the layout and the size of type are good. I also think the size of the photo is good.

Post Reply