Skip to content

Commit 252766d

Browse files
fix: improvements from recording 12.3.2025
1 parent 979eca4 commit 252766d

File tree

3 files changed

+20
-19
lines changed

3 files changed

+20
-19
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
.DS_Store
2+
.qodo

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3115,23 +3115,23 @@ In responsive web design, not all content is equally important or relevant to us
31153115

31163116
```html
31173117
<div class="header">
3118-
<h1>Main Heading</h1>
3119-
<nav class="menu">
3120-
<ul>
3121-
<li><a href="#">Home</a></li>
3122-
<li><a href="#">About</a></li>
3123-
<li><a href="#">Services</a></li>
3124-
<li><a href="#">Contact</a></li>
3125-
</ul>
3126-
</nav>
3118+
<h1>Main Heading</h1>
3119+
<nav class="menu">
3120+
<ul>
3121+
<li><a href="#">Home</a></li>
3122+
<li><a href="#">About</a></li>
3123+
<li><a href="#">Services</a></li>
3124+
<li><a href="#">Contact</a></li>
3125+
</ul>
3126+
</nav>
31273127
</div>
31283128
```
31293129

31303130
[![Edit 078-Importance of Content Prioritization](images/codesandbox.svg)](https://codesandbox.io/p/sandbox/078-importance-of-content-prioritization-8h7t4q)
31313131

31323132
[^78]CodeSandbox: Importance of Content Prioritization.
31333133

3134-
[^78]:[CodeSandbox: Importance of Content Prioritization](https://8h7t4q.csb.app/), last access: June 25, 2024.
3134+
[^78]:[CodeSandbox: Importance of Content Prioritization](https://8h7t4q.csb.app/), last access: March 12, 2025.
31353135

31363136
- In this example, the main heading (`<h1>`) is placed at the top of the page within the `.header` container.
31373137
- The navigation menu (`<nav>`) is positioned below the main heading, making it easily accessible but secondary to the main content.

__presentation-slides/index.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1998,15 +1998,15 @@ <h1>Test</h1>
19981998

19991999
```html[|2|1,11|5-8|4,9|3,10]
20002000
<div class="header">
2001-
<h1>Main Heading</h1>
2002-
<nav class="menu">
2003-
<ul>
2004-
<li><a href="#">Home</a></li>
2005-
<li><a href="#">About</a></li>
2006-
<li><a href="#">Services</a></li>
2007-
<li><a href="#">Contact</a></li>
2008-
</ul>
2009-
</nav>
2001+
<h1>Main Heading</h1>
2002+
<nav class="menu">
2003+
<ul>
2004+
<li><a href="#">Home</a></li>
2005+
<li><a href="#">About</a></li>
2006+
<li><a href="#">Services</a></li>
2007+
<li><a href="#">Contact</a></li>
2008+
</ul>
2009+
</nav>
20102010
</div>
20112011
```
20122012

0 commit comments

Comments
 (0)