Skip to content
This repository was archived by the owner on Aug 10, 2022. It is now read-only.

Commit 7ee5428

Browse files
committed
merging branches
2 parents be55e92 + 43f061a commit 7ee5428

File tree

29 files changed

+153
-0
lines changed

29 files changed

+153
-0
lines changed

src/content/en/fundamentals/index.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ translation_priority: 0
1818
</div>
1919
</div>
2020

21+
{% include page-structure/site-promo-banner.liquid %}
22+
2123
<div class="page-content mdl-grid wf-fundamentals-cta">
2224
{% include shared/base_card.liquid title="Get started" text="Not sure where to start? Our getting started guides will walk you through some key things you need to know and help you figure out where to go next." linkHref="/web/fundamentals/getting-started/" linkText="Get Started" imgUrl="/web/fundamentals/imgs/wsk-on-pixel-n5.jpg" %}
2325

src/content/en/showcase/case-study/index.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ description: "Every so often, we talk with the engineering team behind a success
1616
</div>
1717
</div>
1818

19+
{% include page-structure/site-promo-banner.liquid %}
20+
1921
<div class="page-content">
2022
<div class="mdl-grid">
2123
{% for pageInSection in page.context.pages reversed %}

src/content/en/showcase/spotlight/index.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ description: "Sites and apps we love, regardless of their mainstream success. Al
1616
</div>
1717
</div>
1818

19+
{% include page-structure/site-promo-banner.liquid %}
20+
1921
<div class="page-content">
2022
<div class="mdl-grid">
2123
{% for pageInSection in page.context.pages reversed %}

src/content/en/shows/index.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ title: "Shows"
1212
</div>
1313
</div>
1414

15+
{% include page-structure/site-promo-banner.liquid %}
16+
1517
<div class="page-content">
1618
<div class="mdl-grid">
1719
{% for subdirectory in page.context.subdirectories %}

src/content/en/tools/chrome-devtools/index.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ translation_priority: 1
2929
</div>
3030
</div>
3131

32+
{% include page-structure/site-promo-banner.liquid %}
33+
3234
<div class="wf-devtools-panels">
3335

3436
<h2 class="page-content mdl-typography--font-light">Discover the Panels</h2>

src/content/en/tools/index.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ translation_priority: 0
1717
</div>
1818
</div>
1919

20+
{% include page-structure/site-promo-banner.liquid %}
21+
2022
<div class="page-content">
2123

2224
<div class="mdl-grid">

src/content/en/tools/polymer-starter-kit/index.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ feedURL: https://github.com/polymerelements/polymer-starter-kit/releases.atom
2323
</div>
2424
</div>
2525

26+
{% include page-structure/site-promo-banner.liquid %}
2627

2728
<div class="page-content">
2829
<div class="mdl-grid mdl-typography--text-center">

src/content/en/tools/service-worker-libraries/index.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ feedURL: https://github.com/googlechrome/sw-toolbox/releases.atom
2828
</div>
2929
</div>
3030

31+
{% include page-structure/site-promo-banner.liquid %}
3132

3233
<div class="page-content">
3334
<h2>Ship your shell with <code>sw-precache</code></h2>

src/content/en/tools/starter-kit/index.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ feedURL: https://github.com/google/web-starter-kit/releases.atom
2626
</div>
2727
</div>
2828

29+
{% include page-structure/site-promo-banner.liquid %}
30+
2931
<div class="page-content">
3032

3133
<h3>What is Web Starter Kit?</h3>

src/jekyll/_config/common.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,13 @@ WFStyleguideLocation: resources/styleguide/
5757
WFarray: []
5858

5959

60+
# Custom Promo across the entire site, use with care.
61+
# Image is optional,
62+
WFPromo:
63+
title: "Chrome Developer Summit"
64+
image: "https://www.gstatic.com/images/branding/product/1x/chrome_512dp.png"
65+
text: "Nov 17-18, Mountain View, CA - <a href='https://developer.chrome.com/devsummit'>Learn more</a>"
66+
6067
## Unknowns
6168
fundamentals: /web/fundamentals
6269
spotlights: false

0 commit comments

Comments
 (0)