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

638 update the guides index page #3825

Merged
merged 16 commits into from
Apr 19, 2024
Merged

Commits on Mar 27, 2024

  1. - Commented out spacer <hr> in footer that seemed

    to be creating unnecessary border
    - Added description and "read link name" for each
    guide in the yaml file so they can be displayed
    on the new guides index
    - Created `card-with-image-guides` to better
    accomodate the content needs of the new
    guides index
    - Changed background color of main content section
    for guides index
    dluetger committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    9d488a8 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. - Made everything run from a single yaml file

    - Added the hero image SVGs
    - Fixed some style and layout bugs, things are
      about 90% of where they should be to match
      the mockup
    dluetger committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    1258872 View commit details
    Browse the repository at this point in the history
  2. - Set the breakpoint for the 3x rows to be desktop

      for because there was overflow at tablet widths
    dluetger committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    f200dee View commit details
    Browse the repository at this point in the history
  3. - Added an additional breakpoint; the 3x column

      for non-important guides now becomes 2x at
      tablet widths to solve for some overflow but
      not becoming to wide/stacked too soon
    dluetger committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    2cde7a4 View commit details
    Browse the repository at this point in the history
  4. - Added text-wrap: pretty to the "read x guide"

      links in the card to prevent orphaned words
      at narrower widths; though it doesn't seem to
      be respecting it; might have to do with there
      being dynamically generated text right in the
      middle?
    dluetger committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    d99feb7 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. - guides.important is now guides.promoted

      because calling one guide more important
      than another seemed rude
    dluetger committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    48365ed View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. - Adds comments describing the new expected

      arguments for card-with-image-guides and
      how the "promoted" flag should be used in
      guide.yml
    dluetger committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    37064cd View commit details
    Browse the repository at this point in the history
  2. - Updated README.md with a section explaining

      card-with-image-guides.html and it's use
      and behaviors
    dluetger committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    f4bba8a View commit details
    Browse the repository at this point in the history
  3. - Adjusted the cards so they are all the same

      min-height and the link sticks to the bottom
    dluetger committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    1326b7e View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. - Replaced hero image svgs with higher quality

    - Adds null alt text to hero images
    - Changes the guide card titles to just be
      headings instead of links
    dluetger committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    8ea4079 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    528f27c View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Update pages/guides.md

    Simplifying the booleans
    
    Co-authored-by: Matt Cloyd <[email protected]>
    dluetger and beechnut authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    f102572 View commit details
    Browse the repository at this point in the history
  2. Update _layouts/guides.html

    Simplifying the booleans, pt. 2
    
    Co-authored-by: Matt Cloyd <[email protected]>
    dluetger and beechnut authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    94d1783 View commit details
    Browse the repository at this point in the history
  3. Update pages/guides.md

    Simplifying the booleans, pt. 3
    
    Co-authored-by: Matt Cloyd <[email protected]>
    dluetger and beechnut authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    3eacef1 View commit details
    Browse the repository at this point in the history
  4. - Simplifying booleans, pt. 4; fixing the

      `unless` block with `endunless`
    dluetger committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    fa18510 View commit details
    Browse the repository at this point in the history
  5. Resolve final PR comments

    dluetger committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    64d0fb2 View commit details
    Browse the repository at this point in the history