Skip to content

Commit 22d00af

Browse files
committed
deploy: 5a1d509
1 parent d91adfa commit 22d00af

File tree

8 files changed

+8
-448
lines changed

8 files changed

+8
-448
lines changed

404.html

Lines changed: 1 addition & 56 deletions
Large diffs are not rendered by default.

about/index.html

Lines changed: 1 addition & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -32,59 +32,4 @@
3232
classDef learn font-weight:bold,stroke-width:3px,stroke:orange,color:#403F4C
3333
classDef optional stroke-dasharray: 5 5
3434
linkStyle default stroke:#403F4C,color:#403F4C</pre></div></div></section><div><a id=td-block-4 class=td-offset-anchor></a></div><section class="row td-box td-box--primary td-box--height-auto"><div class=col><div class=section><center><h3><strong>New to Git and GitHub?</strong><br></h3><p>Please refer to this <a href=https://comses.net/education/intro-to-git-github/ class=text-info><strong>step-by-step tutorial</strong></a> to get started with GitHub,
35-
and read this <a href=https://docs.github.com/en/get-started/quickstart/hello-world class=text-info><strong>introduction from GitHub Docs</strong></a> to dig a bit deeper.</p></center></div></div></section></main><footer class="td-footer row d-print-none"><div class=container-fluid><div class="row mx-md-2"><div class="td-footer__left col-6 col-sm-4 order-sm-1"><ul class=td-footer__links-list><li class=td-footer__links-item data-bs-toggle=tooltip title=Email aria-label=Email><a target=_blank rel=noopener href=mailto:[email protected] aria-label=Email><i class="fa fa-envelope"></i></a></li><li class=td-footer__links-item data-bs-toggle=tooltip title="Discussion board" aria-label="Discussion board"><a target=_blank rel=noopener href=https://github.com/make-models-fair/coordination/discussions aria-label="Discussion board"><i class="fas fa-comment"></i></a></li></ul></div><div class="td-footer__right col-6 col-sm-4 order-sm-3"><ul class=td-footer__links-list><li class=td-footer__links-item data-bs-toggle=tooltip title=GitHub aria-label=GitHub><a target=_blank rel=noopener href=https://github.com/make-models-fair aria-label=GitHub><i class="fab fa-github"></i></a></li></ul></div><div class="td-footer__center col-12 col-sm-4 py-2 order-sm-2"></div></div></div></footer></div><script type=module async>
36-
import mermaid from "https:\/\/cdn.jsdelivr.net\/npm\/mermaid@latest\/dist\/mermaid.esm.min.mjs";
37-
38-
(function ($) {
39-
if ($('.mermaid').length == 0) {
40-
mermaid.initialize({ startOnLoad: false });
41-
return;
42-
}
43-
44-
var params = {"enable":true,"theme":"neutral"};
45-
46-
47-
48-
var norm = function (defaultConfig, params) {
49-
var result = {};
50-
for (const key in defaultConfig) {
51-
const keyLower = key.toLowerCase();
52-
if (defaultConfig.hasOwnProperty(key) && params.hasOwnProperty(keyLower)) {
53-
if (typeof defaultConfig[key] === "object") {
54-
result[key] = norm(defaultConfig[key], params[keyLower]);
55-
} else {
56-
result[key] = params[keyLower];
57-
}
58-
}
59-
}
60-
return result;
61-
};
62-
63-
var settings = norm(mermaid.mermaidAPI.defaultConfig, params);
64-
settings.startOnLoad = true;
65-
if ($('html[data-bs-theme="dark"]').length) {
66-
settings.theme = 'dark';
67-
}
68-
mermaid.initialize(settings);
69-
70-
71-
const lightDarkModeThemeChangeHandler = function (mutationsList, observer) {
72-
for (const mutation of mutationsList) {
73-
if (mutation.type === 'attributes' && mutation.attributeName === 'data-bs-theme') {
74-
75-
76-
77-
location.reload();
78-
}
79-
}
80-
};
81-
82-
const observer = new MutationObserver(lightDarkModeThemeChangeHandler);
83-
observer.observe(document.documentElement, {
84-
attributes: true,
85-
attributeFilter: ['data-bs-theme']
86-
});
87-
88-
89-
})(jQuery);
90-
</script><script src=/js/main.min.69e2c1ae9320465ab10236d9ef752c6a4442c54b48b883b17c497b7c7d96a796.js integrity="sha256-aeLBrpMgRlqxAjbZ73UsakRCxUtIuIOxfEl7fH2Wp5Y=" crossorigin=anonymous></script><script defer src=/js/click-to-copy.min.73478a7d4807698aed7e355eb23f9890ca18fea3158604c8471746d046702bad.js integrity="sha256-c0eKfUgHaYrtfjVesj+YkMoY/qMVhgTIRxdG0EZwK60=" crossorigin=anonymous></script><script src=/js/tabpane-persist.js></script></body></html>
35+
and read this <a href=https://docs.github.com/en/get-started/quickstart/hello-world class=text-info><strong>introduction from GitHub Docs</strong></a> to dig a bit deeper.</p></center></div></div></section></main><footer class="td-footer row d-print-none"><div class=container-fluid><div class="row mx-md-2"><div class="td-footer__left col-6 col-sm-4 order-sm-1"><ul class=td-footer__links-list><li class=td-footer__links-item data-bs-toggle=tooltip title=Email aria-label=Email><a target=_blank rel=noopener href=mailto:[email protected] aria-label=Email><i class="fa fa-envelope"></i></a></li><li class=td-footer__links-item data-bs-toggle=tooltip title="Discussion board" aria-label="Discussion board"><a target=_blank rel=noopener href=https://github.com/make-models-fair/coordination/discussions aria-label="Discussion board"><i class="fas fa-comment"></i></a></li></ul></div><div class="td-footer__right col-6 col-sm-4 order-sm-3"><ul class=td-footer__links-list><li class=td-footer__links-item data-bs-toggle=tooltip title=GitHub aria-label=GitHub><a target=_blank rel=noopener href=https://github.com/make-models-fair aria-label=GitHub><i class="fab fa-github"></i></a></li></ul></div><div class="td-footer__center col-12 col-sm-4 py-2 order-sm-2"></div></div></div></footer></div><script src=/js/main.min.69e2c1ae9320465ab10236d9ef752c6a4442c54b48b883b17c497b7c7d96a796.js integrity="sha256-aeLBrpMgRlqxAjbZ73UsakRCxUtIuIOxfEl7fH2Wp5Y=" crossorigin=anonymous></script><script defer src=/js/click-to-copy.min.73478a7d4807698aed7e355eb23f9890ca18fea3158604c8471746d046702bad.js integrity="sha256-c0eKfUgHaYrtfjVesj+YkMoY/qMVhgTIRxdG0EZwK60=" crossorigin=anonymous></script><script src=/js/tabpane-persist.js></script></body></html>

categories/index.html

Lines changed: 1 addition & 56 deletions
Large diffs are not rendered by default.

index.html

Lines changed: 1 addition & 56 deletions
Large diffs are not rendered by default.

search/index.html

Lines changed: 1 addition & 56 deletions
Large diffs are not rendered by default.

tags/collaborate/index.html

Lines changed: 1 addition & 56 deletions
Large diffs are not rendered by default.

tags/contact/index.html

Lines changed: 1 addition & 56 deletions
Large diffs are not rendered by default.

tags/index.html

Lines changed: 1 addition & 56 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)