Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clean-code s1e1 #168

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on Apr 24, 2023

  1. refactor(basic-1.2): add lowercase spelling

    Alexandra authored and Alexandra committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    5e3071c View commit details
    Browse the repository at this point in the history
  2. refactor(basic-1.3): add quotation marks in an HTML/CSS document

    Alexandra authored and Alexandra committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    c0aa45c View commit details
    Browse the repository at this point in the history
  3. fix(basic-2.2): add Html5 DOCTYPE tag

    Alexandra authored and Alexandra committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    256d4c3 View commit details
    Browse the repository at this point in the history
  4. refactor(basic-2.3): change mnemonic symbol to real one

    Alexandra authored and Alexandra committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    c82dcec View commit details
    Browse the repository at this point in the history
  5. refactor(basic-3.7): add semicolon after properties

    Alexandra authored and Alexandra committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    41baaf5 View commit details
    Browse the repository at this point in the history
  6. fix(basic-2.4): delete attribute type

    Alexandra authored and Alexandra committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    8a32b5f View commit details
    Browse the repository at this point in the history
  7. refactor(basic-1.1, basic-2.1): add padding and formatting

    Alexandra authored and Alexandra committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    cece253 View commit details
    Browse the repository at this point in the history
  8. refactor(basic-3.6): add space after property names

    Alexandra authored and Alexandra committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    bf84c96 View commit details
    Browse the repository at this point in the history
  9. refactor(basic-3.5): add margins in css-block

    Alexandra authored and Alexandra committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    ee19d18 View commit details
    Browse the repository at this point in the history
  10. refactor(basic-3.8): add separating selectors and properties

    Alexandra authored and Alexandra committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    4b3b0c6 View commit details
    Browse the repository at this point in the history
  11. refactor(basic-3.1, basic-3.2, basic-3.3, basic-3.4, extended-1.1, ex…

    …tended-2.1): add uniform naming style for selectors and classes, add meaningful names of identifiers and classes, add conciseness of identifier and class names, remove tag selectors, add semantics, update CSS and HTML according to BEM
    Alexandra authored and Alexandra committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    9b7640d View commit details
    Browse the repository at this point in the history
  12. refactor(extended-1.2): add alternative for multimedia

    Alexandra authored and Alexandra committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    1449305 View commit details
    Browse the repository at this point in the history