generated from ns-rse/quarto-revealjs-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Quarto GHA Workflow Runner
committed
Jan 31, 2024
1 parent
b8f47d4
commit c11735f
Showing
11 changed files
with
76 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
454106e9 | ||
d3df54c1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
<link href="site_libs/quarto-html/quarto-html.min.css" rel="stylesheet" data-mode="light"> | ||
<link href="site_libs/quarto-html/quarto-syntax-highlighting.css" rel="stylesheet" id="quarto-text-highlighting-styles"> | ||
<script src="site_libs/quarto-contrib/qrcodejs-v1.0.0/qrcode.js"></script><meta charset="utf-8"> | ||
<meta name="generator" content="quarto-1.3.450"> | ||
<meta name="generator" content="quarto-1.4.549"> | ||
|
||
<meta name="author" content="[email protected]"> | ||
<title>Sheffield R User Group Schedule - SheffieldR</title> | ||
|
@@ -160,7 +160,8 @@ | |
} | ||
|
||
.callout.callout-titled .callout-body > .callout-content > :last-child { | ||
margin-bottom: 0.5rem; | ||
padding-bottom: 0.5rem; | ||
margin-bottom: 0; | ||
} | ||
|
||
.callout.callout-titled .callout-icon::before { | ||
|
@@ -365,23 +366,27 @@ <h2>Future Meetings and Feedback</h2> | |
<p>Volunteer to talk:</p> | ||
<div id="qr1" class="qrcode"></div> | ||
<script type="text/javascript"> | ||
var qrcode = new QRCode("qr1", {"colorDark":"#000000","height":"400","width":"400","colorLight":"#ffffff","text":"https://forms.gle/24F7E31nQU7CqaV36"}); | ||
var qrcode = new QRCode("qr1", {"text":"https://forms.gle/24F7E31nQU7CqaV36","width":"400","colorLight":"#ffffff","colorDark":"#000000","height":"400"}); | ||
</script> | ||
|
||
<p><a href="https://forms.gle/24F7E31nQU7CqaV36">https://bit.ly/SheffieldRVolunteer</a></p> | ||
</div><div class="column" style="width:50%;"> | ||
<p>Feedback:</p> | ||
<div id="qr2" class="qrcode"></div> | ||
<script type="text/javascript"> | ||
var qrcode = new QRCode("qr2", {"colorDark":"#000000","height":"400","width":"400","colorLight":"#ffffff","text":"https://forms.gle/vLuwjLwYG7mNfexv9"}); | ||
var qrcode = new QRCode("qr2", {"text":"https://forms.gle/vLuwjLwYG7mNfexv9","width":"400","colorLight":"#ffffff","colorDark":"#000000","height":"400"}); | ||
</script> | ||
|
||
<p><a href="https://forms.gle/vLuwjLwYG7mNfexv9">https://bit.ly/SheffieldRFeedback</a></p> | ||
</div> | ||
</div> | ||
<p>Email : <a href="mailto:[email protected]">[email protected]</a></p> | ||
|
||
<div class="quarto-auto-generated-content"> | ||
<div class="footer footer-default"> | ||
<p><a href="https://sheffieldr.github.io/posts/2024-01-18-jan-meetup/"><strong>sheffieldr.github.io/posts/2024-01-18-jan-meetup</strong></a></p> | ||
</div> | ||
</div> | ||
</section> | ||
</div> | ||
</div> | ||
|
@@ -410,7 +415,6 @@ <h2>Future Meetings and Feedback</h2> | |
Reveal.initialize({ | ||
'controlsAuto': true, | ||
'previewLinksAuto': false, | ||
'smaller': false, | ||
'pdfSeparateFragments': false, | ||
'autoAnimateEasing': "ease", | ||
'autoAnimateDuration': 1, | ||
|
@@ -672,10 +676,9 @@ <h2>Future Meetings and Feedback</h2> | |
// clear code selection | ||
e.clearSelection(); | ||
}); | ||
function tippyHover(el, contentFn) { | ||
function tippyHover(el, contentFn, onTriggerFn, onUntriggerFn) { | ||
const config = { | ||
allowHTML: true, | ||
content: contentFn, | ||
maxWidth: 500, | ||
delay: 100, | ||
arrow: false, | ||
|
@@ -685,8 +688,17 @@ <h2>Future Meetings and Feedback</h2> | |
interactive: true, | ||
interactiveBorder: 10, | ||
theme: 'light-border', | ||
placement: 'bottom-start' | ||
placement: 'bottom-start', | ||
}; | ||
if (contentFn) { | ||
config.content = contentFn; | ||
} | ||
if (onTriggerFn) { | ||
config.onTrigger = onTriggerFn; | ||
} | ||
if (onUntriggerFn) { | ||
config.onUntrigger = onUntriggerFn; | ||
} | ||
config['offset'] = [0,0]; | ||
config['maxWidth'] = 700; | ||
window.tippy(el, config); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,6 @@ | |
"href": "index.html#future-meetings-and-feedback", | ||
"title": "SheffieldR", | ||
"section": "Future Meetings and Feedback", | ||
"text": "Future Meetings and Feedback\n\n\nVolunteer to talk:\n\n\n \n\nFeedback:\n\n\n \n\n\nEmail : [email protected]\n\n\nsheffieldr.github.io/posts/2024-01-18-jan-meetup" | ||
"text": "Future Meetings and Feedback\n\n\nVolunteer to talk:\n\n\n \nhttps://bit.ly/SheffieldRVolunteer\n\nFeedback:\n\n\n \nhttps://bit.ly/SheffieldRFeedback\n\n\nEmail : [email protected]\n\n\n\nsheffieldr.github.io/posts/2024-01-18-jan-meetup" | ||
} | ||
] |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/*# sourceMappingURL=0a6b880beb84f9b6f36107a76f82c5b1.css.map */ | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters