Skip to content

May 2025 slides #46

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 2 commits into from
May 28, 2025
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
5 changes: 3 additions & 2 deletions live/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ <h1>Bleeding Edge Web</h1>
<section class="live-info on">
<img src="../images/live.svg" class="live-icon-lg" alt="live">
<br><br>
<p>Please check back closer to the meetup for live link.</p>
<p>Next meetup is May 28, 2025 at 6pm CT.</p>
<!--p>Please check back closer to the meetup for live link.</p-->
<p>
<a href="https://expedia.zoom.us/j/92838461290?pwd=ZLhWbNaSgJLHkvJNSaVydNOSMSm1EN.1&from=addon" target="_blank">Join
<a href="https://expedia.zoom.us/j/93702972494?pwd=2594r7RK6Bb5DzS1uybO1N5acLrbhv.1" target="_blank">Join
live</a> once the meetup has begun.
</p>
</section>
Expand Down
Binary file added slides/2025/05-may/images/basecoat.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/2025/05-may/images/material-3.mp4
Binary file not shown.
Binary file added slides/2025/05-may/images/prompt-kit-ui.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/2025/05-may/images/vscode-new.mp4
Binary file not shown.
395 changes: 395 additions & 0 deletions slides/2025/05-may/index.html

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions slides/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@ <h2>Slides</h2>

<h3>2025</h3>

<h4>May</h4>
<ul>
<li><a href="2025/05-may/">News from the Bleeding Edge</a></li>
<li>Infrastructure as Code with AWS CDK and TypeScript</li>
</ul>

<h4>January</h4>
<ul>
<li><a href="2025/01-jan/">News from the Bleeding Edge</a></li>
Expand Down
3 changes: 2 additions & 1 deletion stylesheets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -250,12 +250,13 @@ footer {

.live-info {
margin-top: 10px;
border: 1px solid #ff2020;
border: 2px solid #ff2020;
background: #ffffff;
padding: 30px 20px 20px;
border-radius: 5px;
text-align: center;
font-size: .9em;
box-shadow: #bbb 0 5px 15px;
}
.live-info.off {
border: 1px solid #cccccc;
Expand Down