Giter VIP home page Giter VIP logo

prj-rev-bwfs-tea-cozy's People

Contributors

e-fr avatar

Watchers

 avatar

prj-rev-bwfs-tea-cozy's Issues

SUMMARY

Grade: Exceeds Expectations

Summary: I think you did an excellent job with your project implementation, which exceeded expectations. The page design looked great and seemed to follow the provided layout and styling of the spec guideline. It is no small feat applying properties such as flex and relative sizing to make the page look good, so you should be proud! In addition, the code was well formatted and structured, properly using elements and attributes when needed, and had great code readability.

The areas for improvement are to give important sections of code descriptions to make them easier to identify, and to provide alt attributes for each img element to provide placeholder text and provide descriptions for images.

As a challenge, try to implement responsive design to the page. You can do this utilizing any method, such as using flex or a framework like Bootstrap. This is an important concept that can be a review or something new to learn. Based on your work so far, I think you are up to the challenge. Keep up the great work!

Great job with your page design!

I think you did a very good job with the design for your project. The page layout and design seems to follow the project specification closely, which is no small feat. Keep up the great work!

Great job writing well formatted and structured code!

Great job with your code formatting and structure. The HTML and CSS code seem to consistently follow correct indentation and formatting guidelines, and the HTML is well structured by separating sections using div elements. This will make the code easier to read and work with. Keep up the good work!

Give each important section of code a description.

It is always a good idea to include descriptions in the code for each important section. Descriptions help others to be able to quickly distinguish and understand the different sections in the code, which will also improve the code readability and maintainability.

For example, above the "locations" section you might add the description,

<!-- Locations Section -->

Applying anchors on your page.

To apply anchors, or locations in your page that the user can jump to using links, you can apply an href url as the id name of an element which will become the anchor. For instance, these are some links with respective anchors,

      <nav class="navigation">
          <span><a href="#mission">Mission</a></span>
          <span><a href="#featured">Featured Tea</a></span>
          <span><a href="#locations">Locations</a></span>
      </nav>

      <div id="mission"></div>
      <div id="featured"></div>
      <div id="locations"></div>

Great job applying styling and design to your page.

I think you did a great job utilizing and applying various properties to your page in the CSS including flex. Flex is a very convenient and powerful tool to design web pages, and seems to be properly used to arrange your page contents. This is no small feat, so you should be proud!

Provide an alt attribute for each img element.

It is a good idea to apply alt attributes to img elements, because they serve as descriptions and placeholder text for the image. In addition, they add additional text that can be useful when search engines look for matching results in the HTML code.

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.