Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenMay committed May 15, 2023
1 parent 9394027 commit 4fc5b5f
Showing 1 changed file with 39 additions and 1 deletion.
40 changes: 39 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,45 @@ Dayton's freshest, best pizza since 1986. Winner of the 2020 Dayton Business Jou

<strong>May 3, 2023</strong> Dayton Web Developers: Augmented Development with AI
by Bryan Braun
<iframe width="560" height="315" src="https://www.youtube.com/embed/lDyBR4XkC5A" title="Augmented Development with AI" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>


<iframe
srcdoc="
<style>
body, .full {
width: 100%;
height: 100%;
margin: 0;
position: absolute;
display: flex;
justify-content: center;
object-fit: cover;
}
</style>
<a
href='https://www.youtube.com/embed/lDyBR4XkC5A?autoplay=1'
class='full'
>
<img
src='https://i.ytimg.com/vi/lDyBR4XkC5A/maxresdefault.jpg?sqp=-oaymwEmCIAKENAF8quKqQMa8AEB-AH-CYAC0AWKAgwIABABGDwgWShyMA8=&rs=AOn4CLDLkCtgOhCnDuFuMkDkFNKvGHNAjA'
class='full'
/>
<svg
version='1.1'
viewBox='0 0 68 48'
width='68px'
style='position: relative;'
>
<path d='M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z' fill='#f00'></path>
<path d='M 45,24 27,14 27,34' fill='#fff'></path>
</svg>
</a>
"
style="max-width: 640px; width: 100%; aspect-ratio: 16/9;"
frameborder="0"
></iframe>


<strong>December 7, 2022</strong> Dayton Web Developers: Exploring the value of JavaScript frameworks
by Seth White
Expand Down

0 comments on commit 4fc5b5f

Please sign in to comment.