Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
Updates CodePens and links
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelandrew committed Nov 2, 2021
1 parent 3a5f57b commit 204756b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions src/site/content/en/learn/design/intro/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ On a narrow screen, the user would have to move the whole page left and right to
tab: 'result'
} %}

<figcaption class="w-figcaption">Open <a href="https://codepen.io/adactio/full/WNOKexX">the liquid layout example</a>
<figcaption class="w-figcaption">Open <a href="https://codepen.io/web-dot-dev/pen/YzxEzpE">the liquid layout example</a>
in a new browser window to see how changing the size of the window stretches the design.</figcaption>
</figure>

Expand Down Expand Up @@ -172,7 +172,7 @@ But given the variety of device sizes, chances are the layout will look less tha
theme: 'dark',
tab: 'result'
} %}
<figcaption class="w-figcaption">Open <a href="https://codepen.io/adactio/full/jOwpNgX">the adaptive layout example</a>
<figcaption class="w-figcaption">Open <a href="https://codepen.io/web-dot-dev/pen/oNeoNYw">the adaptive layout example</a>
in a new browser window to see how changing the size of the window causes the design to jump between layouts.</figcaption>
</figure>

Expand All @@ -188,7 +188,7 @@ If adaptive layouts are a mashup of media queries and fixed-width layouts, respo
theme: 'dark',
tab: 'result'
} %}
<figcaption class="w-figcaption">Open <a href="https://codepen.io/adactio/full/VwWBKPV">the responsive design example</a>
<figcaption class="w-figcaption">Open <a href="https://codepen.io/web-dot-dev/pen/JjyOjbE">the responsive design example</a>
in a new browser window to see how changing the size of the window causes the design to fluidly change layout.</figcaption>
</figure>

Expand Down
16 changes: 8 additions & 8 deletions src/site/content/en/learn/design/media-queries/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ Or using separate stylesheets:
```

{% Codepen {
user: 'adactio',
id: 'QWgxXdP',
user: 'web-dot-dev',
id: 'qBXVowV',
height: 500,
theme: 'dark',
tab: 'result'
Expand Down Expand Up @@ -184,8 +184,8 @@ Use the word `and` to combine your media queries:
```

{% Codepen {
user: 'adactio',
id: 'Pojxrep',
user: 'web-dot-dev',
id: 'GRvOxaw',
height: 500,
theme: 'dark',
tab: 'result'
Expand All @@ -212,8 +212,8 @@ Using the `column-count` property, the text is divided into two columns from tha
```

{% Codepen {
user: 'adactio',
id: 'dyRwZxG',
user: 'web-dot-dev',
id: 'oNeodgd',
height: 500,
theme: 'dark',
tab: 'result'
Expand All @@ -240,8 +240,8 @@ Those breakpoints were chosen based on the amount of content.
```

{% Codepen {
user: 'adactio',
id: 'mdwaprw',
user: 'web-dot-dev',
id: 'JjyOvdM',
height: 1000,
theme: 'dark',
tab: 'result'
Expand Down
12 changes: 6 additions & 6 deletions src/site/content/en/learn/design/micro-layouts/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ h1::after {
```

{% Codepen {
user: 'adactio',
id: 'WNOLWvz',
user: 'web-dot-dev',
id: 'rNzYvxm',
height: 200,
theme: 'dark',
tab: 'result'
Expand Down Expand Up @@ -93,8 +93,8 @@ But the image never gets larger than 200 pixels.
```

{% Codepen {
user: 'adactio',
id: 'rNwXepq',
user: 'web-dot-dev',
id: 'qBXVYZo',
height: 300,
theme: 'dark',
tab: 'result'
Expand Down Expand Up @@ -224,8 +224,8 @@ This demo won't work in every browser. In Google Chrome you can find the `#enabl
{% endAside %}

{% Codepen {
user: 'adactio',
id: 'bGRXqBX',
user: 'web-dot-dev',
id: 'RwZjyRv',
height: 500,
theme: 'dark',
tab: 'result'
Expand Down

0 comments on commit 204756b

Please sign in to comment.