Skip to content

Portfolio - Grading #3

@Makillya

Description

@Makillya

The radial gradient you did for the wrapper is pretty cool! And I like that you used your own image at the top.

As you're coding, be sure you're paying attention to your indentation and guidelines so that it's easy to see which elements are nested within each other. As it is, your 'subcontent_containers' are outside of your wrapper.

Also, some of your CSS styling references classes and id's which don't exist in your HTML. I'm guessing you renamed some of your HTML tags as you were writing it? Just be sure that if you change a name in one file, you change it in the other.

I noticed that all of your HTML files for all of your projects are in one folder and all of your CSS files for all of your projects are in another folder. When you're setting up file structure, you want to think of things in terms of Projects. Imagine a high school filing system. You don't have all of the students' pictures in one folder, all of their permission slips in another folder, and so on. Each student has their own folder with all of the documents associated with that one student inside it. In the same way, each project should have its own folder with its HTML file, CSS file, and any images associated with it inside so that all the files are in one place. As you progress through the program, each project is only going to become more complicated, so setting up your file structure now will save you a lot of trouble and heartache going forward.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions