Skip to content

April 2024 slides #39

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

Merged
merged 3 commits into from
Apr 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
9 changes: 4 additions & 5 deletions live/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ <h1>Bleeding Edge Web</h1>
<p><a href="../">&larr; Home</a></p>
</header>

<section class="live-info off">
<section class="live-info on">
<img src="../images/live.svg" class="live-icon-lg" alt="live">
<br>
<p><!--a href="#">Join the live meetup</a--></p>
<p>Next meetup will be April 25th at 7pm CT.<br>Please check back soon!</p>
<br><br>
<p>Next meetup is April 25th at 7pm CT.</p>
<p><a href="https://expedia.zoom.us/j/97240118971?pwd=UE9taGpKOHpTMUNKTE5jQ3dJQ25xQT09">Join the live meetup</a></p>
</section>
</div>

Expand All @@ -42,5 +42,4 @@ <h1>Bleeding Edge Web</h1>
} catch (err) { }
</script>
</body>

</html>
5 changes: 5 additions & 0 deletions slides/2024/02-feb/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,13 @@ <h2>Thanks!</h2>
<script>
Reveal.initialize({
hash: true,
transition: 'fade',
plugins: [ RevealMarkdown, RevealHighlight, RevealNotes ]
});
document.querySelectorAll('a').forEach((el) => {
el.setAttribute('target', '_blank');
el.setAttribute('rel', 'noopener');
});
</script>
</body>
</html>
7 changes: 6 additions & 1 deletion slides/2024/03-mar/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ <h2><a href="https://storybook.js.org/blog/storybook-8/">Storybook v8.0</a></h2>
<ul>
<li class="fragment">Built-in visual testing</li>
<li class="fragment">React Server Component support</li>
<li class="fragment">Vite support, rebuit mobile UX, more</li>
<li class="fragment">Vite support, rebuilt mobile UX, more</li>
</ul>
</section>

Expand Down Expand Up @@ -317,8 +317,13 @@ <h2>Thanks!</h2>
<script>
Reveal.initialize({
hash: true,
transition: 'fade',
plugins: [ RevealMarkdown, RevealHighlight, RevealNotes ]
});
document.querySelectorAll('a').forEach((el) => {
el.setAttribute('target', '_blank');
el.setAttribute('rel', 'noopener');
});
</script>
</body>
</html>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slides/2024/04-apr/images/popover-api.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slides/2024/04-apr/images/voyager-pov.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading