Skip to content

Commit 2814038

Browse files
committed
build with all activities
1 parent 3643800 commit 2814038

File tree

106 files changed

+15076
-599
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+15076
-599
lines changed

docs/.nojekyll

Whitespace-only changes.

docs/activities.html

Lines changed: 1005 additions & 197 deletions
Large diffs are not rendered by default.

docs/flowchart.html

Lines changed: 17 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>
33

44
<meta charset="utf-8">
5-
<meta name="generator" content="quarto-1.5.40">
5+
<meta name="generator" content="quarto-1.4.554">
66

77
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
88

99

10-
<title>STEMcoding Activities Flowcharts</title>
10+
<title>STEMcoding - Activities Flowcharts</title>
1111
<style>
1212
code{white-space: pre-wrap;}
1313
span.smallcaps{font-variant: small-caps;}
@@ -87,7 +87,7 @@
8787
</a>
8888
</div>
8989
<div id="quarto-search" class="" title="Search"></div>
90-
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse" aria-controls="navbarCollapse" role="menu" aria-expanded="false" aria-label="Toggle navigation" onclick="if (window.quartoToggleHeadroom) { window.quartoToggleHeadroom(); }">
90+
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation" onclick="if (window.quartoToggleHeadroom) { window.quartoToggleHeadroom(); }">
9191
<span class="navbar-toggler-icon"></span>
9292
</button>
9393
<div class="collapse navbar-collapse" id="navbarCollapse">
@@ -106,7 +106,7 @@
106106
</li>
107107
</ul>
108108
</div> <!-- /navcollapse -->
109-
<div class="quarto-navbar-tools tools-wide">
109+
<div class="quarto-navbar-tools tools-wide">
110110
<a href="https://github.com/stemcoding" title="" class="quarto-navigation-tool px-1" aria-label=""><i class="bi bi-github"></i></a>
111111
<a href="https://www.youtube.com/@STEMcoding" title="" class="quarto-navigation-tool px-1" aria-label=""><i class="bi bi-youtube"></i></a>
112112
<a href="https://discord.gg/bsWgqcqwCE" title="" class="quarto-navigation-tool px-1" aria-label=""><i class="bi bi-discord"></i></a>
@@ -259,7 +259,18 @@ <h2 class="anchored" data-anchor-id="slingshot-with-gravity">Slingshot with Grav
259259
}
260260
return false;
261261
}
262-
const onCopySuccess = function(e) {
262+
const clipboard = new window.ClipboardJS('.code-copy-button', {
263+
text: function(trigger) {
264+
const codeEl = trigger.previousElementSibling.cloneNode(true);
265+
for (const childEl of codeEl.children) {
266+
if (isCodeAnnotation(childEl)) {
267+
childEl.remove();
268+
}
269+
}
270+
return codeEl.innerText;
271+
}
272+
});
273+
clipboard.on('success', function(e) {
263274
// button target
264275
const button = e.trigger;
265276
// don't keep focus
@@ -291,37 +302,15 @@ <h2 class="anchored" data-anchor-id="slingshot-with-gravity">Slingshot with Grav
291302
}, 1000);
292303
// clear code selection
293304
e.clearSelection();
294-
}
295-
const getTextToCopy = function(trigger) {
296-
const codeEl = trigger.previousElementSibling.cloneNode(true);
297-
for (const childEl of codeEl.children) {
298-
if (isCodeAnnotation(childEl)) {
299-
childEl.remove();
300-
}
301-
}
302-
return codeEl.innerText;
303-
}
304-
const clipboard = new window.ClipboardJS('.code-copy-button:not([data-in-quarto-modal])', {
305-
text: getTextToCopy
306305
});
307-
clipboard.on('success', onCopySuccess);
308-
if (window.document.getElementById('quarto-embedded-source-code-modal')) {
309-
// For code content inside modals, clipBoardJS needs to be initialized with a container option
310-
// TODO: Check when it could be a function (https://github.com/zenorocha/clipboard.js/issues/860)
311-
const clipboardModal = new window.ClipboardJS('.code-copy-button[data-in-quarto-modal]', {
312-
text: getTextToCopy,
313-
container: window.document.getElementById('quarto-embedded-source-code-modal')
314-
});
315-
clipboardModal.on('success', onCopySuccess);
316-
}
317306
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
318307
var mailtoRegex = new RegExp(/^mailto:/);
319308
var filterRegex = new RegExp('/' + window.location.host + '/');
320309
var isInternal = (href) => {
321310
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
322311
}
323312
// Inspect non-navigation links and adorn them if external
324-
var links = window.document.querySelectorAll('a[href]:not(.nav-link):not(.navbar-brand):not(.toc-action):not(.sidebar-link):not(.sidebar-item-toggle):not(.pagination-link):not(.no-external):not([aria-hidden]):not(.dropdown-item):not(.quarto-navigation-tool):not(.about-link)');
313+
var links = window.document.querySelectorAll('a[href]:not(.nav-link):not(.navbar-brand):not(.toc-action):not(.sidebar-link):not(.sidebar-item-toggle):not(.pagination-link):not(.no-external):not([aria-hidden]):not(.dropdown-item):not(.quarto-navigation-tool)');
325314
for (var i=0; i<links.length; i++) {
326315
const link = links[i];
327316
if (!isInternal(link.href)) {

docs/img/airpressure.png

8.54 KB
Loading

docs/img/conductor.png

1.23 MB
Loading

docs/img/flower.png

132 KB
Loading

docs/img/fluidmechanics.png

365 KB
Loading

docs/img/fractal.png

664 KB
Loading

docs/img/laser1.png

79.6 KB
Loading

docs/img/laser2.png

102 KB
Loading

0 commit comments

Comments
 (0)