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

docs(logo-wall): added docs and patterns for logo wall #1772

Merged
merged 23 commits into from
Aug 26, 2024
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
03276b0
(docs): adds logo wall patterns and docs
diwanshi Aug 16, 2024
1d150ab
remove unused logo files
diwanshi Aug 16, 2024
e666eca
Merge branch 'main' into pattern/logo-wall
diwanshi Aug 16, 2024
c1fe55c
updated styles to custom-element approach
diwanshi Aug 19, 2024
59576c5
adds lightdom css file for logo wall pattern
diwanshi Aug 19, 2024
1156605
moved lightdom css to logo-wall directory
diwanshi Aug 19, 2024
4336d76
fixes container query
diwanshi Aug 19, 2024
d8ee476
docs: add redhat mono font (#1775)
zeroedin Aug 21, 2024
2bdba77
docs: fix missed font path (#1776)
zeroedin Aug 21, 2024
8247450
updates custom-element approach to classitis approach
diwanshi Aug 21, 2024
04aa05e
updates svgs for hover and focus dark interaction states
diwanshi Aug 21, 2024
2df11c2
Merge branch 'main' into pattern/logo-wall
diwanshi Aug 21, 2024
477b33b
remove rh prefix from lightdom css file name
diwanshi Aug 21, 2024
98e5469
docs(color-accessibility): updated color guidance (#1747)
gradymcgee Aug 21, 2024
9329cc4
Merge branch 'main' into pattern/logo-wall
diwanshi Aug 21, 2024
e805e62
style(logo-wall): code formatting
bennypowers Aug 26, 2024
6e75bce
fix(logo-wall): use root vars
bennypowers Aug 26, 2024
8faea02
Merge branch 'staging/charmander' into pattern/logo-wall
bennypowers Aug 26, 2024
23ff822
docs(logo-wall): isolated patterns
bennypowers Aug 26, 2024
13e2f8e
docs(logo-wall): css links
bennypowers Aug 26, 2024
2b50154
docs(logo-wall): grady review
bennypowers Aug 26, 2024
1f975f9
Merge branch 'staging/charmander' into pattern/logo-wall
bennypowers Aug 26, 2024
dae9269
docs: pattern ordering
bennypowers Aug 26, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/assets/patterns/all-patterns-logo-wall.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/patterns/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ summaries:
sticky-banner: Anchors an offer to the bottom edge of a page
sticky-card: Anchors an offer to the right edge of a page
video-thumbnail: Overlays a button that indicates video playback
logo-wall: Visual arrangement of logos representing various brands, companies, or organizations
order: 0
tags:
- pattern
Expand Down
13 changes: 13 additions & 0 deletions docs/patterns/logo-wall/aws-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions docs/patterns/logo-wall/aws.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions docs/patterns/logo-wall/capgemini.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions docs/patterns/logo-wall/cisco.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 40 additions & 0 deletions docs/patterns/logo-wall/examples.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
title: Examples
heading: Logo wall
sidenavTitle: Logo wall
layout: layouts/pages/pattern.njk
hasToc: true
order: 20
tags:
- logowallPatterns
subnav:
collection: logowallPatterns
order: 4
importElements:
- rh-cta
- rh-surface
---

<script type="module">
import '@rhds/elements/lib/elements/rh-context-picker/rh-context-picker.js';
</script>

<link rel="stylesheet" href="{{ '/styles/samp.css' | url }}">

<!-- TODO: Fix this path and reference the file from logo-wall/rh-logo-wall-lightdom.css instead of styles directory-->
<link rel="stylesheet" href="{{ '/styles/rh-logo-wall-lightdom.css' | url }}" />

## Within a promo band (bordered)
{% include './patterns/1x1-grid.html' %}

## Within a promo band (borderless)
{% include './patterns/1x1-grid-flat.html' %}

## With 2x2 grid
{% include './patterns/2x2-grid.html' %}

## With 2x3 grid
{% include './patterns/2x3-grid.html' %}


{% include 'partials/component/feedback.html' %}
Loading
Loading