Skip to content

Commit

Permalink
fix source code highlights
Browse files Browse the repository at this point in the history
  • Loading branch information
MBoegers committed Jan 22, 2024
1 parent 1100e9e commit eb456a1
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 29 deletions.
File renamed without changes.
9 changes: 0 additions & 9 deletions _highlight.js/styles/github-dark-dimmed.min.css

This file was deleted.

10 changes: 0 additions & 10 deletions _highlight.js/styles/github-dark.min.css

This file was deleted.

6 changes: 3 additions & 3 deletions slides/future-java-21-javaland23/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match( /print-pdf/gi ) ? "../../_reveal.js/css/print/pdf.css" : "../../_reveal.js/css/print/paper.css";
document.getElementsByTagName( 'head' )[0].appendChild( link );</script></head><body><div class="reveal"><div class="slides"><section class="title" data-state="title"><h1>Daily Java 21</h1><div class="preamble"><link rel="stylesheet" href="../../_highlight.js/styles/github.min.css">
document.getElementsByTagName( 'head' )[0].appendChild( link );</script></head><body><div class="reveal"><div class="slides"><section class="title" data-state="title"><h1>Daily Java 21</h1><div class="preamble"><link rel="stylesheet" href="../../_highlight.js/github.min.css">
<script src="../../_highlight.js/highlight.min.js"></script>
<script>hljs.highlightAll();</script>
<div class="event">
Expand Down Expand Up @@ -741,7 +741,7 @@ <h3>adesso</h3>
{ src: '../../_reveal.js/plugin/notes/notes.js', async: true }
],



});</script><script>var dom = {};
dom.slides = document.querySelector('.reveal .slides');
Expand Down Expand Up @@ -806,4 +806,4 @@ <h3>adesso</h3>
});
Reveal.addEventListener('resize', function () {
layoutSlideContents(960, 700)
});</script></body></html>
});</script></body></html>
4 changes: 2 additions & 2 deletions slides/jewel-java-dwx-2022/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@
<div class="paragraph"><p>And the mainstream Java Application Developer?
- Project Amber</p></div>
</aside>
<link rel="stylesheet" href="../../_highlight.js/styles/github.min.css">
<link rel="stylesheet" href="../../_highlight.js/github.min.css">
<script src="../../_highlight.js/highlight.min.js"></script>
<script>hljs.highlightAll();</script>
<div class="event">
Expand Down Expand Up @@ -1122,4 +1122,4 @@ <h3>adesso</h3>
layoutSlideContents(960, 700)
});</script>
</body>
</html>
</html>
4 changes: 2 additions & 2 deletions slides/jewel-java-jfs-2022/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@
<div class="paragraph"><p>And the mainstream Java Application Developer?
- Project Amber</p></div>
</aside>
<link rel="stylesheet" href="../../_highlight.js/styles/github.min.css">
<link rel="stylesheet" href="../../_highlight.js/github.min.css">
<script src="../../_highlight.js/highlight.min.js"></script>
<script>hljs.highlightAll();</script>
<div class="event">
Expand Down Expand Up @@ -1257,4 +1257,4 @@ <h3>adesso</h3>
layoutSlideContents(960, 700)
});</script>
</body>
</html>
</html>
6 changes: 3 additions & 3 deletions slides/jewel-java-jugbn-30082022/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@
<div class="paragraph"><p><strong>Lilliput</strong> - 128 bits to 64 bits</p></div>
<div class="paragraph"><p>And the mainstream Java Application Developer?
- Project Amber</p></div></aside>
<link rel="stylesheet" href="../../_highlight.js/styles/github.min.css">
<link rel="stylesheet" href="../../_highlight.js/github.min.css">
<script src="../../_highlight.js/highlight.min.js"></script>
<script>hljs.highlightAll();</script>
<div class="event">
Expand Down Expand Up @@ -821,7 +821,7 @@ <h3>adesso</h3>
{ src: '../../_reveal.js/plugin/notes/notes.js', async: true }
],



});</script><script>var dom = {};
dom.slides = document.querySelector('.reveal .slides');
Expand Down Expand Up @@ -886,4 +886,4 @@ <h3>adesso</h3>
});
Reveal.addEventListener('resize', function () {
layoutSlideContents(960, 700)
});</script></body></html>
});</script></body></html>

0 comments on commit eb456a1

Please sign in to comment.