GithubHelp home page GithubHelp logo

reclama's People

Stargazers

 avatar

Watchers

 avatar  avatar

reclama's Issues

Remove vendor prefixes

Since this project uses SCSS, there's no need for hardcoded vendor prefixes like e.g. -webkit.

I'm also suggesting to:

  • format code files and adding e.g. a .jsbeautifyrc file (for Atom) that allows formatting with Ctrl + Alt + B
  • add a CONTRIBUTING.md file that specifies all the necessary steps for getting started with the project
  • remove inline styles like e.g. style="display: table; width: 100%;"> or style="display:none"
  • fix invalid Bootstrap 3 grid HTML: Each .col* should be placed inside a .row and each .row inside either .container or .container-fluid. See the docs.
    For example a <li> shouldn't direclty contain <div class="col-md-4 col-sm-6 wp-team-member">, there should be a <div class="row"> and <div class="container-fluid"> first. Also there shouldn't be e.g. container-fluid row col-md-8 or row col-md-12 (mixed .col*, .row and .container-fluid). This causes gutter issues due to negative margin of .row and positive of .col*
  • remove chrome=1 in X-UA-Compatible as I'm quite sure there's no meaning behind it and the W3C Validator declares it as error
  • not use target="_blank" because of security issues

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.