Giter Club home page Giter Club logo

teacozy's People

Contributors

snapzie avatar

Watchers

James Cloos avatar  avatar

teacozy's Issues

Thoughts on your project

overall

Great work! Your project shows a lot of well executed code and attention to detail. You should feel proud of the work you've put in.

HTML/CSS

I think your HTML looks excellent. In addition to good use of divs and encapsulation, I liked your white spacing between elements. When coming up with class/id names, make sure they're descriptive enough where you'll know immediately what their purpose is, (never worry about being too explicit with your naming for classes and ids).

Your CSS also shows a lot of good decisions. I like your use of multiple selectors to keep your code DRY (don't repeat yourself), like this:

a, h2, h3, h4, h5 {
  color: seashell;
}

In the above example to do you think your work would benefit from a class that applied to all of those headers? Why/why not? And are there any other opportunities in your code to chain together classes like this?

I notice you use a pixels to define your element sizes. Like this:

.text h2 {
  margin-top: 10px;
}

.text h4 {
  margin-bottom: 10px
}

While this is an effective strategy and a good use of a new concept, can you think of when you might want to use percentages to define those sizes? If you haven't worked with percentages yet, now would be a good time to do a little poking around and see what you can find out about them.

And so...

Excellent job and keep up the good work!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.