Page 1 of 1

Project 2 Final

Posted: Fri Nov 03, 2023 10:29 pm
by Osmar_Sandoval
Hey everyone, here is my final website for project 2! Getting everything working properly was such a hassle but I think everything came out looking pretty decent. Hope you all have a good day/night!
https://www.grc275.com/student/fall-202 ... project02/

And here is my working graphics zip file.
working-graphics.zip
(8.83 MiB) Downloaded 208 times

Re: Project 2 Final

Posted: Sat Nov 04, 2023 1:40 pm
by Cole_Richarrds
Hi Osmar, this looks great! The colors work super well for the snowboard theme and the layout is super nice. I think I might have added some outlines around the different items in the catalog but otherwise this came out really good!

Re: Project 2 Final

Posted: Sun Nov 05, 2023 11:04 am
by isaacm03
Hi Osmar,
This looks great! I like the color change when moving over another color and the way the snow sort of fades out the image on the edge. I would look over your code for the catalog page, as some items are misaligned/missing buttons. Great work regardless!

Isaac

Re: Project 2 Final

Posted: Mon Nov 06, 2023 5:20 pm
by YoAdrian!
Hi Osmar,
I really like your website, especially your logo! I like the clarity of the sans serif fonts throughout the site and the bold navigation at the top really helps solidify the page. If i could change anything it might be to not have the snowboarder image "repeat" on "about" and "contact" page. I would either make it really big, or stay consistent with the other pages. Nice work.

Re: Project 2 Final

Posted: Tue Nov 07, 2023 6:33 pm
by Christopher B
Hi Osmar,
Great overall color scheme with the white and variable blues - the button:hover effect is very visually pleasing. All the CTA visuals are very good!

Potential concepts:
Some of the html elements make the responsive design part more tricky to implement. Here is a solution for the responsive mode on your 'Catalog' page:

@media screen and (max-width:650px) {
.productpic {
position: relative;
display: inline;
transform: translateX(-100px);
}
.cataloglisting {
display: block;
}
.catalogpricing {
display: block;
}
}

Re: Project 2 Final

Posted: Thu Nov 09, 2023 7:19 pm
by bmeyer
Hi Osmar!
I really like your overall branding and design. Your wordmark and logo are super cool. Your color palette and layout work good together, as well. The only thing I would do differently is to make the contact buttons/page match the rest of the design. Good job!

Re: Project 2 Final

Posted: Thu Nov 09, 2023 8:16 pm
by Cj9497
The cohesion of the pages feels good together everything works as intended. The only thing I would fix on the catalog page is making sure all the snowboards line up.

Re: Project 2 Final

Posted: Mon Nov 13, 2023 12:26 am
by bdawg11
Hey Osmar. I really like your navigation bar. Your colors and logo look so great.

Re: Project 2 Final

Posted: Fri Dec 08, 2023 11:11 pm
by liv-lil_cactux
Great site! I love your logo and color scheme. Very creative!