Project 2 Final

Post links to your Project Two websites and preliminary work for discussion and feedback.
Post Reply
Osmar_Sandoval
Posts: 31
Joined: Wed Aug 23, 2023 8:28 pm

Project 2 Final

Post 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 162 times

User avatar
Cole_Richarrds
Posts: 68
Joined: Wed Aug 23, 2023 11:28 am

Re: Project 2 Final

Post 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!
Cole Richards (he/him) (betes boy)

isaacm03
Posts: 52
Joined: Wed Aug 23, 2023 9:29 am

Re: Project 2 Final

Post 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

User avatar
YoAdrian!
Posts: 56
Joined: Tue Aug 22, 2023 3:56 pm

Re: Project 2 Final

Post 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.
-Johnna Chism ;)

User avatar
Christopher B
Posts: 56
Joined: Sun Aug 27, 2023 9:45 pm
Contact:

Re: Project 2 Final

Post 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;
}
}
------
Christopher Bargman
chris@cbdatadesign.com
775-283-8817

bmeyer
Posts: 50
Joined: Sat Aug 26, 2023 6:47 pm

Re: Project 2 Final

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

Cj9497
Posts: 57
Joined: Sat Aug 26, 2023 6:12 pm

Re: Project 2 Final

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

bdawg11
Posts: 48
Joined: Wed Aug 23, 2023 6:29 pm

Re: Project 2 Final

Post by bdawg11 »

Hey Osmar. I really like your navigation bar. Your colors and logo look so great.

liv-lil_cactux
Posts: 43
Joined: Sun Sep 10, 2023 7:12 pm

Re: Project 2 Final

Post by liv-lil_cactux »

Great site! I love your logo and color scheme. Very creative!

Post Reply