Giter Site home page Giter Site logo

teacozy's People

Contributors

grudinsky avatar

Watchers

 avatar

teacozy's Issues

Classes and IDs

https://github.com/GRudinsky/teacozy/blob/master/index.html#L32-L56

It'd be best to use the tag that best represents the type of content you're writing. For example:

If you're using an image, use an img tag. If you're using a paragraph, use a p tag. There's no need to write "image" or "paragraph" in class names when the HTML tag already indicates this purpose.

You've also got your IDs and Classes mixed up. Use an ID for an element that needs to be identified individually. Use a class to group multiple similar elements. If you're going to use "featured" for every tea, you should use it as a class. Then "berry", "spiced", etc. can be the IDs that identify a single tea element on the page.

Same for your locations section.

Images

https://github.com/GRudinsky/teacozy/blob/master/index.html#L33-L34

Why use an empty div tag with a class of "image" instead of a regular img tag? This is exactly what the img tag is for.

https://github.com/GRudinsky/teacozy/blob/master/resources/css/style.css#L92-L106

Nice job including your website's assets (in this case images) in your project and providing a relative file path to them in your img tags. ๐Ÿ‘

It's always better to provide static assets up front instead of depending on external URLs that could fail or otherwise become unavailable.

Summary

Satisfactory ๐Ÿ‘

Good job reproducing the web page according to the design mock.

You've demonstrated adequate understanding of both basic CSS properties and advanced properties like flexbox and have these concepts to implement your site layout.

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.