Coder Social home page Coder Social logo

teacozy's People

Contributors

drkjc avatar

Watchers

James Cloos avatar  avatar

teacozy's Issues

Summary

Rubric Score

Criteria 1: HTML Structure

  • Score Level: 4
  • Comment(s): HTML implementation enables proper use of flexbox.

Criteria 2: Visual Layout

  • Score Level: 4
  • Comment(s): Layout matches the design spec in all sections

Criteria 3: Use of Flexbox

  • Score Level: 4
  • Comment(s): All flexbox properties were applied correctly.

Criteria 4: Implementation of Design Specification and Content

  • Score Level: 4
  • Comment(s): The page includes all style and content provided in the design specification.

Overall Score: 16/16

Congrats on finishing the Tea Cozy project! You did an excellent job implementing most of the required design and styles specifications. Apart from that, you did an excellent job executing the layout for your HTML file in order to make use of flexbox. Finally, you did an incredible job ensuring that your code was readable by making use of comments and whitespace all throughout your project.

If you'd like to expand your project a bit more consider researching the pseudo-classes hover, active and the property transition. Hover, active and the transition property are commonly used together as showcased by this codepen.

Linking to an internal section

For these links if you make use of ids for each of the links respective section you can add anchor links that take the user to each section when linked.

For example for the mission section:

    <div id="mission">
      <div class="mission image-content">
        <div class="text-content">
          <h2>Our Mission</h2>
          <h4>Handpicked, Artisanly Curated, Free Range, Sustainable, Small Batch, Fair Trade, Organic Tea</h4>
        </div>
      </div>
    </div>

Then the link can be updated to:

        <span><a href="#mission">Mission</a></span>

If you take this approach you will need to update your CSS file by targeting the new mission id instead of the class

#mission {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

https://github.com/derekjcerretani/teacozy/blob/e0f369e1658c60ed531afe5a8d0b4f3d4f90da50/index.html#L17-L19

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.