Skip to content

Commit

Permalink
Updated slides to address recent changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Gold committed Mar 8, 2024
1 parent e2fce4b commit 9498ff5
Show file tree
Hide file tree
Showing 77 changed files with 20,343 additions and 18,714 deletions.
6 changes: 3 additions & 3 deletions slides/ellipticcurve.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<!DOCTYPE html>
<title>Exploring the Mathematics of Ellitpic Curves</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="lib/reveal.css">
<link rel="stylesheet" href="lib/sky.css">
<link rel="stylesheet" href="reveal/reveal.css">
<link rel="stylesheet" href="reveal/theme/sky.css">
<!-- Slides created using Reveal.js:
https://github.com/hakimel/reveal.js/ -->

Expand Down Expand Up @@ -510,7 +510,7 @@ <h1>Questions?</h1>
</section>
</div>
</div>
<script src="lib/reveal.js"></script>
<script src="reveal/reveal.js"></script>
<script>
var link = document.createElement('link');
link.rel = 'stylesheet';
Expand Down
10 changes: 5 additions & 5 deletions slides/lambdacalculus.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<!-- Copyright (C) 2020-2024 by Jeff Gold. All rights reserved. -->
<meta charset="utf-8" />
<link rel="shortcut icon" href="lambdacalculus.svg" />
<link rel="stylesheet" href="lib/reveal/reveal.css" />
<link rel="stylesheet" href="lib/reveal/sky.css" />
<link rel="stylesheet" href="reveal/reveal.css" />
<link rel="stylesheet" href="reveal/theme/sky.css" />
<link rel="stylesheet" href="lib/slides.css" />
<style>
.order { font-size: 75%; }
Expand Down Expand Up @@ -1973,9 +1973,9 @@ <h2>Conclusion</h2>
</section>
</section></div></div>
<script type="module">
import Reveal from "./lib/reveal/reveal.esm.js";
import Search from "./lib/reveal/search.esm.js";
import Notes from "./lib/reveal/notes.esm.js";
import Reveal from "./reveal/reveal.esm.js";
import Search from "./reveal/plugin/search/search.esm.js";
import Notes from "./reveal/plugin/notes/notes.esm.js";
import Lambda from "./ripple/lambda.mjs";

Reveal.initialize({
Expand Down
9 changes: 0 additions & 9 deletions slides/lib/reveal/head.min.js

This file was deleted.

155 changes: 0 additions & 155 deletions slides/lib/reveal/notes.js

This file was deleted.

Loading

0 comments on commit 9498ff5

Please sign in to comment.