Skip to content

Commit

Permalink
Apply automatic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
saiemgilani authored and github-actions[bot] committed Nov 17, 2024
1 parent 972b406 commit 7e096a3
Show file tree
Hide file tree
Showing 5 changed files with 203 additions and 10 deletions.
8 changes: 3 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<script src="slides_files/libs/quarto-html/tippy.umd.min.js"></script>
<link href="slides_files/libs/quarto-html/tippy.css" rel="stylesheet">
<link href="slides_files/libs/quarto-html/light-border.css" rel="stylesheet">
<link href="slides_files/libs/quarto-html/quarto-syntax-highlighting-dark-8b864f0777c60eecff11d75b6b2e1175.css" rel="stylesheet" id="quarto-text-highlighting-styles"><meta charset="utf-8">
<meta name="generator" content="quarto-1.6.33">
<link href="slides_files/libs/quarto-html/quarto-syntax-highlighting-dark-474c6d7e63be50eb6972897072b39b27.css" rel="stylesheet" id="quarto-text-highlighting-styles"><meta charset="utf-8">
<meta name="generator" content="quarto-1.6.36">

<title>FSU Sports Analytics Series</title>
<meta name="apple-mobile-web-app-capable" content="yes">
Expand All @@ -28,7 +28,7 @@
vertical-align: middle;
}
</style>
<link rel="stylesheet" href="slides_files/libs/revealjs/dist/theme/quarto-f258cb813e5073c2e48b7f8362f0762a.css">
<link rel="stylesheet" href="slides_files/libs/revealjs/dist/theme/quarto-80857c6fe5916a20fd3014a757e04d57.css">
<link rel="stylesheet" href="style.css">
<link href="slides_files/libs/revealjs/plugin/quarto-line-highlight/line-highlight.css" rel="stylesheet">
<link href="slides_files/libs/revealjs/plugin/reveal-menu/menu.css" rel="stylesheet">
Expand Down Expand Up @@ -814,8 +814,6 @@ <h2>Questions?</h2>
});
clipboard.on('success', onCopySuccess);
if (window.document.getElementById('quarto-embedded-source-code-modal')) {
// For code content inside modals, clipBoardJS needs to be initialized with a container option
// TODO: Check when it could be a function (https://github.com/zenorocha/clipboard.js/issues/860)
const clipboardModal = new window.ClipboardJS('.code-copy-button[data-in-quarto-modal]', {
text: getTextToCopy,
container: window.document.getElementById('quarto-embedded-source-code-modal')
Expand Down
8 changes: 3 additions & 5 deletions slides.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<script src="slides_files/libs/quarto-html/tippy.umd.min.js"></script>
<link href="slides_files/libs/quarto-html/tippy.css" rel="stylesheet">
<link href="slides_files/libs/quarto-html/light-border.css" rel="stylesheet">
<link href="slides_files/libs/quarto-html/quarto-syntax-highlighting-dark-8b864f0777c60eecff11d75b6b2e1175.css" rel="stylesheet" id="quarto-text-highlighting-styles"><meta charset="utf-8">
<meta name="generator" content="quarto-1.6.33">
<link href="slides_files/libs/quarto-html/quarto-syntax-highlighting-dark-474c6d7e63be50eb6972897072b39b27.css" rel="stylesheet" id="quarto-text-highlighting-styles"><meta charset="utf-8">
<meta name="generator" content="quarto-1.6.36">

<title>FSU Sports Analytics Series</title>
<meta name="apple-mobile-web-app-capable" content="yes">
Expand All @@ -28,7 +28,7 @@
vertical-align: middle;
}
</style>
<link rel="stylesheet" href="slides_files/libs/revealjs/dist/theme/quarto-f258cb813e5073c2e48b7f8362f0762a.css">
<link rel="stylesheet" href="slides_files/libs/revealjs/dist/theme/quarto-80857c6fe5916a20fd3014a757e04d57.css">
<link rel="stylesheet" href="style.css">
<link href="slides_files/libs/revealjs/plugin/quarto-line-highlight/line-highlight.css" rel="stylesheet">
<link href="slides_files/libs/revealjs/plugin/reveal-menu/menu.css" rel="stylesheet">
Expand Down Expand Up @@ -814,8 +814,6 @@ <h2>Questions?</h2>
});
clipboard.on('success', onCopySuccess);
if (window.document.getElementById('quarto-embedded-source-code-modal')) {
// For code content inside modals, clipBoardJS needs to be initialized with a container option
// TODO: Check when it could be a function (https://github.com/zenorocha/clipboard.js/issues/860)
const clipboardModal = new window.ClipboardJS('.code-copy-button[data-in-quarto-modal]', {
text: getTextToCopy,
container: window.document.getElementById('quarto-embedded-source-code-modal')
Expand Down
Binary file modified slides/slides.pdf
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

0 comments on commit 7e096a3

Please sign in to comment.