Skip to content

Commit

Permalink
Fix foundations slides
Browse files Browse the repository at this point in the history
  • Loading branch information
aldorn-cg committed Dec 9, 2024
1 parent 4af3efc commit 40b914b
Show file tree
Hide file tree
Showing 65 changed files with 863 additions and 448 deletions.
19 changes: 13 additions & 6 deletions _template/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="stylesheet" href="../node_modules/reveal.js/css/reveal.css">
<link rel="stylesheet" href="../node_modules/reveal.js/css/theme/white.css">
<link rel="stylesheet" href="../node_modules/reveal.js/dist/reveal.css">
<link rel="stylesheet" href="../node_modules/reveal.js/dist/theme/white.css">
<link rel="stylesheet" href="../common/css/common.css">

<!-- Theme used for syntax highlighting of code -->
Expand All @@ -30,12 +30,19 @@
</div>
</div>

<script src="../node_modules/reveal.js/js/reveal.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 });
Reveal.initialize({
...revealConfig,
plugins: [RevealZoom, RevealNotes, RevealSearch, RevealMarkdown, RevealHighlight, RevealMenu]
});
</script>
</body>
</html>
26 changes: 15 additions & 11 deletions agenda/advanced-remote.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
<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="stylesheet" href="../node_modules/reveal.js/css/reveal.css">
<link rel="stylesheet" href="../node_modules/reveal.js/css/theme/simple.css" id="theme">
<link rel="stylesheet" href="../node_modules/reveal.js/dist/reveal.css">
<link rel="stylesheet" href="../node_modules/reveal.js/dist/theme/simple.css" id="theme">
<link rel="stylesheet" href="../common/css/common.css">
</head>

Expand All @@ -39,16 +39,16 @@ <h1 class="header-align-right">Angular Advanced Agenda</h1>
| :---------------- |:--- |
| Warm-up | 09:00
| <a href="../ngrx/intro.html#/2/8" target="_blank">ngrx recap</a> and <a href="https://github.com/devonfw-ng-adv-training/refresher" target="_blank">exercise</a> discussion | 09:30
| <a href="../ng-advanced/architecture/#/" target="_blank">Architecture recap</a> | 11:00
| <a href="../ng-advanced/architecture/index.html" target="_blank">Architecture recap</a> | 11:00
|
| <a href="../ng-advanced/rxjs/#/" target="_blank">rxjs levelling Up</a> and time for <a href="https://github.com/devonfw-ng-adv-training/rxjs-exercises" target="_blank">exercise</a> | 13:00
| <a href="../ng-advanced/rxjs/index.html" target="_blank">rxjs levelling Up</a> and time for <a href="https://github.com/devonfw-ng-adv-training/rxjs-exercises" target="_blank">exercise</a> | 13:00
</textarea>
</section>
<section data-markdown>
<textarea data-template>
| Day 2 | Times |
| :---------------- |:--- |
| <a href="https://github.com/devonfw-ng-adv-training/rxjs-exercises" target="_blank">rxjs exercise</a> discussion | 09:00
| <a href="https://github.com/devonfw-ng-adv-training/rxjs-exercises/index.html" 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 All @@ -68,14 +68,18 @@ <h1 class="header-align-right">Angular Advanced Agenda</h1>
</div>

</div>
<script src="../node_modules/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>
// Full list of configuration options available at:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
Reveal.initialize({
...revealConfig,
plugins: [RevealZoom, RevealNotes, RevealSearch, RevealMarkdown, RevealHighlight, RevealMenu],
menu: {
hideMissingTitles: true,
custom: true,
Expand Down
22 changes: 14 additions & 8 deletions agenda/foundations-live.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
<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="stylesheet" href="../node_modules/reveal.js/css/reveal.css">
<link rel="stylesheet" href="../node_modules/reveal.js/css/theme/simple.css" id="theme">
<link rel="stylesheet" href="../node_modules/reveal.js/dist/reveal.css">
<link rel="stylesheet" href="../node_modules/reveal.js/dist/theme/simple.css" id="theme">
<link rel="stylesheet" href="../common/css/common.css">
</head>

Expand Down Expand Up @@ -92,13 +92,19 @@
</div>

</div>
<script src="../node_modules/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>
// Full list of configuration options available at:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({ ...revealConfig });
Reveal.initialize({
...revealConfig,
plugins: [RevealZoom, RevealNotes, RevealSearch, RevealMarkdown, RevealHighlight, RevealMenu]
});
</script>

</body>
Expand Down
22 changes: 14 additions & 8 deletions agenda/foundations-remote-2021-april.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
<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="stylesheet" href="../node_modules/reveal.js/css/reveal.css">
<link rel="stylesheet" href="../node_modules/reveal.js/css/theme/simple.css" id="theme">
<link rel="stylesheet" href="../node_modules/reveal.js/dist/reveal.css">
<link rel="stylesheet" href="../node_modules/reveal.js/dist/theme/simple.css" id="theme">
<link rel="stylesheet" href="../common/css/common.css">
</head>

Expand Down Expand Up @@ -109,13 +109,19 @@ <h1 class="header-align-left">devonfw Angular Foundations</h1>
</div>

</div>
<script src="../node_modules/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>
// Full list of configuration options available at:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({ ...revealConfig });
Reveal.initialize({
...revealConfig,
plugins: [RevealZoom, RevealNotes, RevealSearch, RevealMarkdown, RevealHighlight, RevealMenu]
});
</script>

</body>
Expand Down
22 changes: 14 additions & 8 deletions agenda/foundations-remote-2021-september.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
<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="stylesheet" href="../node_modules/reveal.js/css/reveal.css">
<link rel="stylesheet" href="../node_modules/reveal.js/css/theme/simple.css" id="theme">
<link rel="stylesheet" href="../node_modules/reveal.js/dist/reveal.css">
<link rel="stylesheet" href="../node_modules/reveal.js/dist/theme/simple.css" id="theme">
<link rel="stylesheet" href="../common/css/common.css">
</head>

Expand Down Expand Up @@ -109,13 +109,19 @@ <h1 class="header-align-left">devonfw Angular Foundations</h1>
</div>

</div>
<script src="../node_modules/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>
// Full list of configuration options available at:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({ ...revealConfig });
Reveal.initialize({
...revealConfig,
plugins: [RevealZoom, RevealNotes, RevealSearch, RevealMarkdown, RevealHighlight, RevealMenu]
});
</script>

</body>
Expand Down
22 changes: 14 additions & 8 deletions agenda/foundations-remote-2022-januar.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
<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="stylesheet" href="../node_modules/reveal.js/css/reveal.css">
<link rel="stylesheet" href="../node_modules/reveal.js/css/theme/simple.css" id="theme">
<link rel="stylesheet" href="../node_modules/reveal.js/dist/reveal.css">
<link rel="stylesheet" href="../node_modules/reveal.js/dist/theme/simple.css" id="theme">
<link rel="stylesheet" href="../common/css/common.css">
</head>

Expand Down Expand Up @@ -109,13 +109,19 @@ <h1 class="header-align-left">devonfw Angular Foundations</h1>
</div>

</div>
<script src="../node_modules/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>
// Full list of configuration options available at:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({ ...revealConfig });
Reveal.initialize({
...revealConfig,
plugins: [RevealZoom, RevealNotes, RevealSearch, RevealMarkdown, RevealHighlight, RevealMenu]
});
</script>

</body>
Expand Down
22 changes: 14 additions & 8 deletions agenda/foundations-remote-2023-september.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
<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="stylesheet" href="../node_modules/reveal.js/css/reveal.css">
<link rel="stylesheet" href="../node_modules/reveal.js/css/theme/simple.css" id="theme">
<link rel="stylesheet" href="../node_modules/reveal.js/dist/reveal.css">
<link rel="stylesheet" href="../node_modules/reveal.js/dist/theme/simple.css" id="theme">
<link rel="stylesheet" href="../common/css/common.css">
</head>

Expand Down Expand Up @@ -110,13 +110,19 @@ <h1 class="header-align-left">devonfw Angular Foundations</h1>
</div>

</div>
<script src="../node_modules/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>
// Full list of configuration options available at:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({ ...revealConfig });
Reveal.initialize({
...revealConfig,
plugins: [RevealZoom, RevealNotes, RevealSearch, RevealMarkdown, RevealHighlight, RevealMenu]
});
</script>

</body>
Expand Down
22 changes: 14 additions & 8 deletions agenda/foundations-remote-2024-october.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
<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="stylesheet" href="../node_modules/reveal.js/css/reveal.css">
<link rel="stylesheet" href="../node_modules/reveal.js/css/theme/simple.css" id="theme">
<link rel="stylesheet" href="../node_modules/reveal.js/dist/reveal.css">
<link rel="stylesheet" href="../node_modules/reveal.js/dist/theme/simple.css" id="theme">
<link rel="stylesheet" href="../common/css/common.css">
</head>

Expand Down Expand Up @@ -106,13 +106,19 @@ <h1 class="header-align-left">devonfw Angular Foundations</h1>
</div>

</div>
<script src="../node_modules/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>
// Full list of configuration options available at:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({ ...revealConfig });
Reveal.initialize({
...revealConfig,
plugins: [RevealZoom, RevealNotes, RevealSearch, RevealMarkdown, RevealHighlight, RevealMenu]
});
</script>

</body>
Expand Down
23 changes: 15 additions & 8 deletions agenda/kn/foundations-kn-2022-december.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
<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="stylesheet" href="../../node_modules/reveal.js/css/reveal.css">
<link rel="stylesheet" href="../../node_modules/reveal.js/css/theme/simple.css" id="theme">
<link rel="stylesheet" href="../../node_modules/reveal.js/dist/reveal.css">
<link rel="stylesheet" href="../../node_modules/reveal.js/dist/theme/simple.css" id="theme">
<link rel="stylesheet" href="../../common/css/common.css">
</head>

Expand Down Expand Up @@ -102,13 +102,20 @@ <h1 class="header-align-left">Angular Foundations</h1>
</div>

</div>
<script src="../../node_modules/reveal.js/js/reveal.js"></script>
<script src="../../ng-advanced/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>
// Full list of configuration options available at:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({ ...revealConfig, width: "100%", height: "100%" });
Reveal.initialize({
...revealConfig,
plugins: [RevealZoom, RevealNotes, RevealSearch, RevealMarkdown, RevealHighlight, RevealMenu],
width: "100%", height: "100%"
});
</script>

</body>
Expand Down
23 changes: 15 additions & 8 deletions agenda/kn/foundations-kn-2022-october.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
<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="stylesheet" href="../../node_modules/reveal.js/css/reveal.css">
<link rel="stylesheet" href="../../node_modules/reveal.js/css/theme/simple.css" id="theme">
<link rel="stylesheet" href="../../node_modules/reveal.js/dist/reveal.css">
<link rel="stylesheet" href="../../node_modules/reveal.js/dist/theme/simple.css" id="theme">
<link rel="stylesheet" href="../../common/css/common.css">
</head>

Expand Down Expand Up @@ -116,13 +116,20 @@ <h1 class="header-align-left">Angular Foundations</h1>
</div>

</div>
<script src="../../node_modules/reveal.js/js/reveal.js"></script>
<script src="../../ng-advanced/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>
// Full list of configuration options available at:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({ ...revealConfig, width: "100%", height: "100%" });
Reveal.initialize({
...revealConfig,
plugins: [RevealZoom, RevealNotes, RevealSearch, RevealMarkdown, RevealHighlight, RevealMenu],
width: "100%", height: "100%"
});
</script>

</body>
Expand Down
Loading

0 comments on commit 40b914b

Please sign in to comment.