-
Notifications
You must be signed in to change notification settings - Fork 168
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
[Release] Stage to Main #2910
[Release] Stage to Main #2910
Changes from 2 commits
e3844f2
c80cf18
549c71f
740348c
647f799
adf2a9c
c3c9bcc
1791eb8
7d7eb63
c5e352f
5943664
3118631
b600045
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,4 @@ LICENSE | |
web-test-runner.config.mjs | ||
codecov.yaml | ||
libs/features/mas/* | ||
!libs/features/mas/docs |
Large diffs are not rendered by default.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
|
||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Plans merch cards</title> | ||
<meta name="access-control-allow-origin" content="*"> | ||
<meta name="robots" content="noindex, nofollow"> | ||
<meta name="nofollow-links" content="on"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<script src="/libs/scripts/scripts.js" type="module"></script> | ||
<script src="/libs/deps/mas/mas.js" type="module"></script> | ||
<link rel="stylesheet" href="/libs/styles/styles.css"> | ||
</head> | ||
<body> | ||
<header></header> | ||
<main> | ||
<div class="section dark xs-spacing" style="background: rgb(34, 34, 34);" daa-lh="s1"> | ||
<div class="text text-block con-block" daa-lh="b1|text"> | ||
<div class="foreground"> | ||
<div>M@S2 Components</div> | ||
</div> | ||
</div> | ||
<div class="columns contained static-links columns-table" daa-lh="b2|columns"> | ||
<div class="row row-1"> | ||
<div data-valign="middle" class="col col-1"><strong class="tracking-header">Explore</strong></div> | ||
<div data-valign="middle" class="col col-2"></div> | ||
</div> | ||
<div class="row row-2"> | ||
<div data-valign="middle" class="col col-1"> | ||
<ul> | ||
<li><a href="/libs/features/mas/docs/plans.html">Plans Cards</a></li> | ||
</ul> | ||
</div> | ||
<div data-valign="middle" class="col col-2"> | ||
<p>Merch @ Scale (M@S), is a system developed by the Adobe.com Warriors engineering team designed to streamline the authoring, configuration, and display of pricing data on adobe.com.</p> | ||
<p>Contact us in Slack: #tacocat-friends</p> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="section-metadata"> | ||
<div> | ||
<div>style</div> | ||
<div>Dark, xs spacing</div> | ||
</div> | ||
<div> | ||
<div>background</div> | ||
<div>#222222</div> | ||
</div> | ||
</div> | ||
<div class="text center xl-spacing-bottom xl-spacing-top text-block con-block" daa-lh="b3|text"> | ||
<div class="foreground"> | ||
<div data-valign="middle"> | ||
<h2 id="merch-cards" class="heading-l"><<Merch cards>></h2> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="section m-spacing"> | ||
<merch-card><merch-datasource path="/content/dam/mas/acom/us/en/creative-cloud-all-apps"></merch-datasource></merch-card> | ||
</div> | ||
</main> | ||
<footer></footer> | ||
</body> | ||
</html> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
File ignored because of a matching ignore pattern. Use "--no-ignore" to override.