Giter VIP home page Giter VIP logo

dasmotoartsncraft's People

Contributors

drood87 avatar

Watchers

 avatar

dasmotoartsncraft's Issues

Summary

Overall met expectations

In this first project I look at two primary items with the main goal being to stop inefficient or bad practices early.

First is did you use divs, ids/classes to manage and organize your html content.

Great on the classes/ids. Div usage needed some work. This is a point of emphasis as you expand into flexbox and styling in general were div is the center piece.

Second is your css efficient and non repetitive.
You did great here and avoid the common mistakes that I usually see in this first project.

One other great thing you did is you used comments to mark each section in your html.

To prepare you for the upcoming projects I like you to go to flexboxfroggy.com. See how far you can get, the later projects uses flexbox heavily and this will help you immensely.

Div usage

So the only thing on this site is we are looking for each section to be put into a div. So basically the brushes, frames, and paint section from h2 to the paragraph.

This places each one in a distinct container element.


<h2 class="fonts brushes">Brushes</h2>
	<img src="./resources/images/hacksaw.jpeg" alt="Picture of Hacksaw Brushes">
	<h3>Hacksaw Brushes</h3>
	<p>Made of the highest quality oak, Hacksaw brushes are known for their weight and ability to hold paint in large amounts. Available in different sizes. <span class="pricing">Starting at $3.00 / brush.</span></p>

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.