Skip to content

Commit

Permalink
Fix advanced slides
Browse files Browse the repository at this point in the history
  • Loading branch information
aldorn-cg committed Dec 10, 2024
1 parent 40b914b commit f3a34a0
Show file tree
Hide file tree
Showing 1,074 changed files with 119 additions and 246,568 deletions.
3 changes: 2 additions & 1 deletion agenda/advanced-remote.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h1 class="header-align-right">Angular Advanced Agenda</h1>
<textarea data-template>
| Day 2 | Times |
| :---------------- |:--- |
| <a href="https://github.com/devonfw-ng-adv-training/rxjs-exercises/index.html" target="_blank">rxjs exercise</a> discussion | 09:00
| <a href="https://github.com/devonfw-ng-adv-training/rxjs-exercises" target="_blank">rxjs exercise</a> discussion | 09:00
| <a href="../ng-advanced/asynchronous-development/index.html" target="_blank">Asynchronous development and JS Engine</a> | 10:30
|
| <a href="../ng-advanced/elements/index.html" target="_blank">Microfrontends</a> | 13:00
Expand Down Expand Up @@ -80,6 +80,7 @@ <h1 class="header-align-right">Angular Advanced Agenda</h1>
Reveal.initialize({
...revealConfig,
plugins: [RevealZoom, RevealNotes, RevealSearch, RevealMarkdown, RevealHighlight, RevealMenu],
width: "100%", height: "100%",
menu: {
hideMissingTitles: true,
custom: true,
Expand Down
19 changes: 12 additions & 7 deletions ng-advanced/advanced-forms/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<link href="https://fonts.googleapis.com/css?family=Ubuntu+Mono" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Ubuntu" rel="stylesheet">
<link rel="icon" href="./img/favicon.ico">
<link rel="stylesheet" href="./reveal.js/css/reveal.css">
<link rel="stylesheet" href="./reveal.js/css/theme/simple.css">
<link rel="stylesheet" href="../../node_modules/reveal.js/dist/reveal.css">
<link rel="stylesheet" href="../../node_modules/reveal.js/dist/theme/simple.css">
<link rel="stylesheet" href="./css/common.css">
<!-- Theme used for syntax highlighting of code -->
<link rel="stylesheet" href="./css/github-gist.css">
Expand Down Expand Up @@ -503,13 +503,18 @@ <h5 class="white" style="color: #10e0ff">Exercise (4/4)</h5>
</div>
</div>

<script src="./reveal.js/js/reveal.js"></script>

<script src="../common/reveal-config.js"></script>
<script src="../../node_modules/reveal.js/dist/reveal.js"></script>
<script src="../../node_modules/reveal.js/plugin/zoom/zoom.js"></script>
<script src="../../node_modules/reveal.js/plugin/notes/notes.js"></script>
<script src="../../node_modules/reveal.js/plugin/search/search.js"></script>
<script src="../../node_modules/reveal.js/plugin/markdown/markdown.js"></script>
<script src="../../node_modules/reveal.js/plugin/highlight/highlight.js"></script>
<script src="../../node_modules/reveal.js-menu/menu.js"></script>
<script src="../../common/reveal-config.js"></script>
<script>
// More info https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
...revealConfig
...revealConfig,
plugins: [RevealZoom, RevealNotes, RevealSearch, RevealMarkdown, RevealHighlight, RevealMenu]
});
</script>
</body>
Expand Down
5 changes: 0 additions & 5 deletions ng-advanced/advanced-forms/reveal.js/.travis.yml

This file was deleted.

23 changes: 0 additions & 23 deletions ng-advanced/advanced-forms/reveal.js/CONTRIBUTING.md

This file was deleted.

19 changes: 0 additions & 19 deletions ng-advanced/advanced-forms/reveal.js/LICENSE

This file was deleted.

Loading

0 comments on commit f3a34a0

Please sign in to comment.