Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
grrrwaaa committed Sep 3, 2024
1 parent ac58bff commit f6f4376
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ <h2 id="course-information">Course Information</h2>
<hr>
<h2 id="week-0-one-sample-at-a-time">Week 0: One Sample at a Time</h2>
<p>Sep 4</p>
<p><strong>Hello and welcome!</strong><br/><br/>
<p><strong>Hello and welcome!</strong><p><a href="https://docs.google.com/presentation/d/1xrXM86cCE7vzykYYdINs1G9g9f7FaeiiZd6IRlKBEjI/">https://docs.google.com/presentation/d/1xrXM86cCE7vzykYYdINs1G9g9f7FaeiiZd6IRlKBEjI/</a></p>
<iframe src="https://docs.google.com/presentation/d/1xrXM86cCE7vzykYYdINs1G9g9f7FaeiiZd6IRlKBEjI//embed?start=false" frameborder="0" width="960" height="569" allowfullscreen></iframe></p>
<p><strong>Get things installed</strong></p>
<p>Make sure you have Max running, and can edit a gen~ patcher. </p>
Expand Down
2 changes: 1 addition & 1 deletion make.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ function generate(file) {
// auto-embed google slides: e.g. https://docs.google.com/presentation/d/1xrXM86cCE7vzykYYdINs1G9g9f7FaeiiZd6IRlKBEjI/
// auto-embed youtube e.g. https://www.youtube.com/watch?v=AbcZ2f5fdNc
.replace(/\n\s*(https:\/\/docs.google.com\/presentation\/d\/[^\n]*)/g,
`<br/><br/>
`<p>https://docs.google.com/presentation/d/1xrXM86cCE7vzykYYdINs1G9g9f7FaeiiZd6IRlKBEjI/</p>
<iframe src="$1/embed?start=false" frameborder="0" width="960" height="569" allowfullscreen></iframe>
`)

Expand Down

0 comments on commit f6f4376

Please sign in to comment.