Skip to content

Releases: jvkrakowski/Tinker

Improved Code

Choose a tag to compare

@jvkrakowski jvkrakowski released this 25 Mar 02:07
a71a452
  • Variables: Added CSS variables for colors, font sizes, and common styles to make the stylesheet easier to maintain.
  • Redundant Code: Removed redundant box-sizing definitions.
  • Combined Selectors: Combined similar selectors to reduce duplication.
  • Consistent Naming: Ensured consistent naming and formatting.
  • Comments: Improved and clarified comments for better readability.
  • Semantic HTML: Used , , , ,
    , and

    for better structure and readability.

  • Accessibility: Added aria-labelledby attributes to
    elements for better accessibility.
  • SEO Improvements: Optimized the <title> tag and improved meta descriptions.
  • Clean Code: Removed unnecessary inline styles and ensured the code is clean and well-structured.

CSS Update

Choose a tag to compare

@jvkrakowski jvkrakowski released this 10 Sep 00:07

Updated css to remove extra margins and paddings. Rearranged code in the hero file.

Hero DIV Element

Choose a tag to compare

@jvkrakowski jvkrakowski released this 04 Sep 17:01

I made edits to the grid layout, and I added a hero DIV element.

Box DIV Element

Choose a tag to compare

@jvkrakowski jvkrakowski released this 04 Sep 15:30

Added a div element called "box" to properly display content within the columns.

Initial Release

Choose a tag to compare

@jvkrakowski jvkrakowski released this 04 Sep 15:26
e874581

Tinker has been tested in and works with Chrome version 78.0.3904.97, Safari version 13.0.3, Firefox version 70.0.1 and Opera version 64.0.3417.92. As of November 14th of 2019, it has not been tested on IE.