Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarto GHA Workflow Runner committed Jun 21, 2024
1 parent e895d45 commit d53a2c8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9650680d
0aa28ea3
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.553">
<meta name="generator" content="quarto-1.4.555">

<meta name="author" content="[email protected]">
<title>Sheffield R User Group Schedule - SheffieldR</title>
Expand Down Expand Up @@ -366,15 +366,15 @@ <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","colorLight":"#ffffff","width":"400","text":"https://forms.gle/24F7E31nQU7CqaV36","height":"400"});
var qrcode = new QRCode("qr1", {"text":"https://forms.gle/24F7E31nQU7CqaV36","width":"400","colorLight":"#ffffff","height":"400","colorDark":"#000000"});
</script>

<p><a href="https://forms.gle/24F7E31nQU7CqaV36">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","colorLight":"#ffffff","width":"400","text":"https://forms.gle/vLuwjLwYG7mNfexv9","height":"400"});
var qrcode = new QRCode("qr2", {"text":"https://forms.gle/vLuwjLwYG7mNfexv9","width":"400","colorLight":"#ffffff","height":"400","colorDark":"#000000"});
</script>

<p><a href="https://forms.gle/vLuwjLwYG7mNfexv9">bit.ly/SheffieldRFeedback</a></p>
Expand Down
3 changes: 3 additions & 0 deletions site_libs/revealjs/plugin/pdf-export/pdfexport.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ var PdfExport = ( function( _Reveal ){
Reveal = _Reveal;
install();
};
Plugin.togglePdfExport = function () {
togglePdfExport();
};
}

return Plugin;
Expand Down
2 changes: 1 addition & 1 deletion sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://sheffieldr.github.io/schedule_slides/index.html</loc>
<lastmod>2024-04-22T08:57:48.580Z</lastmod>
<lastmod>2024-06-21T09:42:57.813Z</lastmod>
</url>
</urlset>

0 comments on commit d53a2c8

Please sign in to comment.