Giter VIP home page Giter VIP logo

dasmoto's Introduction

archsplace_art

dasmoto's People

Watchers

 avatar

dasmoto's Issues

Summary

Excellent.

When I review this project I look for two items mainly. Did you use divs to contain each of your sections of code and is your css very repetitive. You did well on both ends. I do emphasis not to repeat yourself if possible in css because as you progress through the program, you will find each project gets more complicated. The less you write in code, the less time you will spend trying to find errors.

As a challenge, try adding bootstrap getbootstrap.com to this project. It is a mobile friendly framework that will make this site responsive. It will also give you an idea of what sort of challenges you face as your projects get more complicated.

css a little too repetitive

So in the early project I point this out more to get you in the mindset that we want to write as little css/code as possible.

For example

font-weight: bold; was written 3 times.

we could reduce it to one css block by using

h1, h2, strong {
font-weight: bold;
}

The idea behind this is called DRY, which stands for Don't Repeat Yourself.

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.