The page looks clean and has good use of colors, which don’t distract from the content. I like how the images enlarge a bit on :hover; if it were me, I would consider adding a bit of “box-shadow” on :hover to make the images pop a bit more. The only other suggestion I can give is to make the Team images the same size; if you are using Flexbox, then resizing all the images to the same aspect ratio will make this easy on you. Overall, awesome job.
Please take a look at my website. I tried a few new techniques, that I hope enhance the page. The main thing that bugs me is the horizontal photo gallery that I added; the scroll bar arrows skip straight to the end of the gallery. I believe this has something to do with the ‘scroll-snap’ attribute. If anyone has experience with this feature or knows why the scrollbar is behaving this way, please let me know; your help is appreciated.
I finished the challenge project last week. I know it isn’t perfect but, I hope it’s good enough for my first splash page.
It for a game environment art company.
This the code on Github
index.html
styles.css
Please can someone advise … how after you have set up your live website, how to change the website that is shown live.
I understand you can only have one website live at a time with Github free, but I can’t seem to change the website that is live to another…?
(I have added my folder with all the code in and images in for this project, to my one and only repository, and have tried many different things.
You can have more than one live site on the free version of Github; I have a live site for each of my repositories and haven’t paid a penny. For every project, simply create a new repository and deploy pages to a live site. In order to update your live site, you simply need to update/overwrite the files to the latest version. If you are using Visual Studio Code, you can Sync changes to your code to Github, by linking your account. The updates will even auto deploy to make changes to your live site.
I was aware of us being able to have more than 1 repository, but I thought only 1 could be live. ? Does all the repository’s still have to .github.io ? with your user name first or is it your user name plus something else…then .github.io…? ? Thank you again for letting me know though…
I can’t wait to share my work to gain some feed back…
Your tea-cosy deployment isn’t working because you have your index.html file inside of the folder “Tea Cosy” and it needs to be on the top level. Once you get that sorted. you are going to have issues with your CSS and images not displaying on your page because they need to be linked to a relative filepath.
In your index.html, you linked your stylesheet to “href=”/Applications/Codecademy/Tea Cozy/resources/css/style.css". That works on your computer, but Github doesn’t know about your Applications or Codecademy folder. So you have to link it relatively on Github. Once your index.html is on the top level, the relative path should be - href=“./resources/css/style.css”
I just happened to look at your Github as you were working on it, so I hope this helps.
this is the same lay out for each one…maybe that’s why it’s not working then - for example this is how tea cosy looks on google chrome - (i’ve shared this as a screen shot, as tomorrow morning I will remake another repository for tea cosy. then drag the files in and hopefully in the right order. (fingers crossed)
I just updated my company home page for a “made up” game environment art company.
I hope it’s good enough for my first splash page.
(its all my art work except for the unsplash business profiles at the bottom)
I’ve tried it on my mobile too, and the personal profiles are slightly off centre, and I think I needed to add slightly more padding-bottom, for the footer.
Hey This is looking good… I think you have a nice colour palette and your buttons interact well too, and clean smart layout having them at the top in a line with a clear and readable typeface.
The only thing not looking so good, is some images. You seem to have all the team images stretched out, and one of the airplane engines.
I had a problem with my images as well. when I tried mine out on mobile, my images all moved to the right, and when they were viewed on my desk top they seem far to big.