Skip to content

Commit ccd835c

Browse files
committed
deploy: 2fb1c57
1 parent ff832a4 commit ccd835c

13 files changed

+123
-420
lines changed

_data/cats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"breeds":[],"id":"18f","url":"https://cdn2.thecatapi.com/images/18f.gif","width":500,"height":375},{"breeds":[],"id":"497","url":"https://cdn2.thecatapi.com/images/497.gif","width":320,"height":180},{"breeds":[],"id":"4kq","url":"https://cdn2.thecatapi.com/images/4kq.gif","width":388,"height":306},{"breeds":[],"id":"af1","url":"https://cdn2.thecatapi.com/images/af1.gif","width":345,"height":247},{"breeds":[],"id":"dbn","url":"https://cdn2.thecatapi.com/images/dbn.gif","width":370,"height":300}]
1+
[{"breeds":[],"id":"2ph","url":"https://cdn2.thecatapi.com/images/2ph.gif","width":500,"height":333},{"breeds":[],"id":"4kg","url":"https://cdn2.thecatapi.com/images/4kg.gif","width":472,"height":352},{"breeds":[],"id":"7vj","url":"https://cdn2.thecatapi.com/images/7vj.gif","width":100,"height":71},{"breeds":[],"id":"812","url":"https://cdn2.thecatapi.com/images/812.gif","width":241,"height":300},{"breeds":[],"id":"MTcwODY3OA","url":"https://cdn2.thecatapi.com/images/MTcwODY3OA.gif","width":500,"height":533}]

chapters/analyzing-data.html

Lines changed: 2 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@
3232
<meta name="quarto:offset" content="../">
3333
<link href="../resources/catalog.html" rel="next">
3434
<link href="../chapters/collecting-data-for-analysis.html" rel="prev">
35-
<script src="../site_libs/cookie-consent/cookie-consent.js"></script>
36-
<link href="../site_libs/cookie-consent/cookie-consent.css" rel="stylesheet">
3735
<script src="../site_libs/quarto-html/quarto.js" type="module"></script>
3836
<script src="../site_libs/quarto-html/tabsets/tabsets.js" type="module"></script>
3937
<script src="../site_libs/quarto-html/popper.min.js"></script>
@@ -43,7 +41,7 @@
4341
<link href="../site_libs/quarto-html/quarto-syntax-highlighting-66ab7fd5e73b7f0a764e0d49b3e29ab1.css" rel="stylesheet" id="quarto-text-highlighting-styles">
4442
<script src="../site_libs/bootstrap/bootstrap.min.js"></script>
4543
<link href="../site_libs/bootstrap/bootstrap-icons.css" rel="stylesheet">
46-
<link href="../site_libs/bootstrap/bootstrap-6417b25d2b53b3cb165101930c156857.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
44+
<link href="../site_libs/bootstrap/bootstrap-c8eeccb6e59102ff117700c1c100f564.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
4745
<script src="../site_libs/quarto-contrib/glightbox/glightbox.min.js"></script>
4846
<link href="../site_libs/quarto-contrib/glightbox/glightbox.min.css" rel="stylesheet">
4947
<link href="../site_libs/quarto-contrib/glightbox/lightbox.css" rel="stylesheet">
@@ -76,32 +74,14 @@
7674
}</script>
7775
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-VR8KJJEZHW"></script>
7876

79-
<script type="text/plain" cookie-consent="tracking">
77+
<script type="text/javascript">
8078

8179
window.dataLayer = window.dataLayer || [];
8280
function gtag(){dataLayer.push(arguments);}
8381
gtag('js', new Date());
8482
gtag('config', 'G-VR8KJJEZHW', { 'anonymize_ip': true});
8583
</script>
8684

87-
<script type="text/javascript" charset="UTF-8">
88-
document.addEventListener('DOMContentLoaded', function () {
89-
cookieconsent.run({
90-
"notice_banner_type":"headline",
91-
"consent_type":"express",
92-
"palette":"dark",
93-
"language":"en",
94-
"page_load_consent_levels":["strictly-necessary"],
95-
"notice_banner_reject_button_hide":false,
96-
"preferences_center_close_button_hide":false,
97-
"website_name":""
98-
,
99-
"language":"en"
100-
});
101-
});
102-
</script>
103-
104-
10585

10686
<link rel="stylesheet" href="../static/css/styles.css">
10787
</head>
@@ -918,19 +898,6 @@ <h2 class="anchored" data-anchor-id="wrapping-up">Wrapping Up</h2>
918898
</div>
919899
</nav>
920900
</div> <!-- /content -->
921-
<footer class="footer">
922-
<div class="nav-footer">
923-
<div class="nav-footer-left">
924-
&nbsp;
925-
</div>
926-
<div class="nav-footer-center">
927-
928-
<div class="cookie-consent-footer"><a href="#" id="open_preferences_center">Cookie Preferences</a></div></div>
929-
<div class="nav-footer-right">
930-
&nbsp;
931-
</div>
932-
</div>
933-
</footer>
934901
<script>var lightboxQuarto = GLightbox({"closeEffect":"zoom","descPosition":"bottom","loop":false,"openEffect":"zoom","selector":".lightbox"});
935902
(function() {
936903
let previousOnload = window.onload;

chapters/closing.html

Lines changed: 2 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@
3030
<script src="../site_libs/quarto-search/fuse.min.js"></script>
3131
<script src="../site_libs/quarto-search/quarto-search.js"></script>
3232
<meta name="quarto:offset" content="../">
33-
<script src="../site_libs/cookie-consent/cookie-consent.js"></script>
34-
<link href="../site_libs/cookie-consent/cookie-consent.css" rel="stylesheet">
3533
<script src="../site_libs/quarto-html/quarto.js" type="module"></script>
3634
<script src="../site_libs/quarto-html/tabsets/tabsets.js" type="module"></script>
3735
<script src="../site_libs/quarto-html/popper.min.js"></script>
@@ -41,7 +39,7 @@
4139
<link href="../site_libs/quarto-html/quarto-syntax-highlighting-66ab7fd5e73b7f0a764e0d49b3e29ab1.css" rel="stylesheet" id="quarto-text-highlighting-styles">
4240
<script src="../site_libs/bootstrap/bootstrap.min.js"></script>
4341
<link href="../site_libs/bootstrap/bootstrap-icons.css" rel="stylesheet">
44-
<link href="../site_libs/bootstrap/bootstrap-6417b25d2b53b3cb165101930c156857.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
42+
<link href="../site_libs/bootstrap/bootstrap-c8eeccb6e59102ff117700c1c100f564.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
4543
<script id="quarto-search-options" type="application/json">{
4644
"location": "sidebar",
4745
"copy-button": false,
@@ -71,32 +69,14 @@
7169
}</script>
7270
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-VR8KJJEZHW"></script>
7371

74-
<script type="text/plain" cookie-consent="tracking">
72+
<script type="text/javascript">
7573

7674
window.dataLayer = window.dataLayer || [];
7775
function gtag(){dataLayer.push(arguments);}
7876
gtag('js', new Date());
7977
gtag('config', 'G-VR8KJJEZHW', { 'anonymize_ip': true});
8078
</script>
8179

82-
<script type="text/javascript" charset="UTF-8">
83-
document.addEventListener('DOMContentLoaded', function () {
84-
cookieconsent.run({
85-
"notice_banner_type":"headline",
86-
"consent_type":"express",
87-
"palette":"dark",
88-
"language":"en",
89-
"page_load_consent_levels":["strictly-necessary"],
90-
"notice_banner_reject_button_hide":false,
91-
"preferences_center_close_button_hide":false,
92-
"website_name":""
93-
,
94-
"language":"en"
95-
});
96-
});
97-
</script>
98-
99-
10080

10181
<link rel="stylesheet" href="../static/css/styles.css">
10282
</head>
@@ -653,19 +633,6 @@
653633
});
654634
</script>
655635
</div> <!-- /content -->
656-
<footer class="footer">
657-
<div class="nav-footer">
658-
<div class="nav-footer-left">
659-
&nbsp;
660-
</div>
661-
<div class="nav-footer-center">
662-
663-
<div class="cookie-consent-footer"><a href="#" id="open_preferences_center">Cookie Preferences</a></div></div>
664-
<div class="nav-footer-right">
665-
&nbsp;
666-
</div>
667-
</div>
668-
</footer>
669636

670637

671638

chapters/collecting-data-for-analysis.html

Lines changed: 2 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@
6666
<meta name="quarto:offset" content="../">
6767
<link href="../chapters/analyzing-data.html" rel="next">
6868
<link href="../chapters/exercise-calling-data.html" rel="prev">
69-
<script src="../site_libs/cookie-consent/cookie-consent.js"></script>
70-
<link href="../site_libs/cookie-consent/cookie-consent.css" rel="stylesheet">
7169
<script src="../site_libs/quarto-html/quarto.js" type="module"></script>
7270
<script src="../site_libs/quarto-html/tabsets/tabsets.js" type="module"></script>
7371
<script src="../site_libs/quarto-html/popper.min.js"></script>
@@ -77,7 +75,7 @@
7775
<link href="../site_libs/quarto-html/quarto-syntax-highlighting-66ab7fd5e73b7f0a764e0d49b3e29ab1.css" rel="stylesheet" id="quarto-text-highlighting-styles">
7876
<script src="../site_libs/bootstrap/bootstrap.min.js"></script>
7977
<link href="../site_libs/bootstrap/bootstrap-icons.css" rel="stylesheet">
80-
<link href="../site_libs/bootstrap/bootstrap-6417b25d2b53b3cb165101930c156857.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
78+
<link href="../site_libs/bootstrap/bootstrap-c8eeccb6e59102ff117700c1c100f564.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
8179
<script src="../site_libs/quarto-contrib/glightbox/glightbox.min.js"></script>
8280
<link href="../site_libs/quarto-contrib/glightbox/glightbox.min.css" rel="stylesheet">
8381
<link href="../site_libs/quarto-contrib/glightbox/lightbox.css" rel="stylesheet">
@@ -110,32 +108,14 @@
110108
}</script>
111109
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-VR8KJJEZHW"></script>
112110

113-
<script type="text/plain" cookie-consent="tracking">
111+
<script type="text/javascript">
114112

115113
window.dataLayer = window.dataLayer || [];
116114
function gtag(){dataLayer.push(arguments);}
117115
gtag('js', new Date());
118116
gtag('config', 'G-VR8KJJEZHW', { 'anonymize_ip': true});
119117
</script>
120118

121-
<script type="text/javascript" charset="UTF-8">
122-
document.addEventListener('DOMContentLoaded', function () {
123-
cookieconsent.run({
124-
"notice_banner_type":"headline",
125-
"consent_type":"express",
126-
"palette":"dark",
127-
"language":"en",
128-
"page_load_consent_levels":["strictly-necessary"],
129-
"notice_banner_reject_button_hide":false,
130-
"preferences_center_close_button_hide":false,
131-
"website_name":""
132-
,
133-
"language":"en"
134-
});
135-
});
136-
</script>
137-
138-
139119

140120
<link rel="stylesheet" href="../static/css/styles.css">
141121
</head>
@@ -1055,19 +1035,6 @@ <h2 class="anchored" data-anchor-id="collecting-data">Collecting data</h2>
10551035
</div>
10561036
</nav>
10571037
</div> <!-- /content -->
1058-
<footer class="footer">
1059-
<div class="nav-footer">
1060-
<div class="nav-footer-left">
1061-
&nbsp;
1062-
</div>
1063-
<div class="nav-footer-center">
1064-
1065-
<div class="cookie-consent-footer"><a href="#" id="open_preferences_center">Cookie Preferences</a></div></div>
1066-
<div class="nav-footer-right">
1067-
&nbsp;
1068-
</div>
1069-
</div>
1070-
</footer>
10711038
<script>var lightboxQuarto = GLightbox({"closeEffect":"zoom","descPosition":"bottom","loop":false,"openEffect":"zoom","selector":".lightbox"});
10721039
(function() {
10731040
let previousOnload = window.onload;

chapters/endpoints.html

Lines changed: 2 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@
6666
<meta name="quarto:offset" content="../">
6767
<link href="../chapters/interact-apis.html" rel="next">
6868
<link href="../chapters/what-is-an-api.html" rel="prev">
69-
<script src="../site_libs/cookie-consent/cookie-consent.js"></script>
70-
<link href="../site_libs/cookie-consent/cookie-consent.css" rel="stylesheet">
7169
<script src="../site_libs/quarto-html/quarto.js" type="module"></script>
7270
<script src="../site_libs/quarto-html/tabsets/tabsets.js" type="module"></script>
7371
<script src="../site_libs/quarto-html/popper.min.js"></script>
@@ -77,7 +75,7 @@
7775
<link href="../site_libs/quarto-html/quarto-syntax-highlighting-66ab7fd5e73b7f0a764e0d49b3e29ab1.css" rel="stylesheet" id="quarto-text-highlighting-styles">
7876
<script src="../site_libs/bootstrap/bootstrap.min.js"></script>
7977
<link href="../site_libs/bootstrap/bootstrap-icons.css" rel="stylesheet">
80-
<link href="../site_libs/bootstrap/bootstrap-6417b25d2b53b3cb165101930c156857.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
78+
<link href="../site_libs/bootstrap/bootstrap-c8eeccb6e59102ff117700c1c100f564.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
8179
<script src="../site_libs/quarto-contrib/glightbox/glightbox.min.js"></script>
8280
<link href="../site_libs/quarto-contrib/glightbox/glightbox.min.css" rel="stylesheet">
8381
<link href="../site_libs/quarto-contrib/glightbox/lightbox.css" rel="stylesheet">
@@ -110,31 +108,13 @@
110108
}</script>
111109
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-VR8KJJEZHW"></script>
112110

113-
<script type="text/plain" cookie-consent="tracking">
111+
<script type="text/javascript">
114112

115113
window.dataLayer = window.dataLayer || [];
116114
function gtag(){dataLayer.push(arguments);}
117115
gtag('js', new Date());
118116
gtag('config', 'G-VR8KJJEZHW', { 'anonymize_ip': true});
119117
</script>
120-
121-
<script type="text/javascript" charset="UTF-8">
122-
document.addEventListener('DOMContentLoaded', function () {
123-
cookieconsent.run({
124-
"notice_banner_type":"headline",
125-
"consent_type":"express",
126-
"palette":"dark",
127-
"language":"en",
128-
"page_load_consent_levels":["strictly-necessary"],
129-
"notice_banner_reject_button_hide":false,
130-
"preferences_center_close_button_hide":false,
131-
"website_name":""
132-
,
133-
"language":"en"
134-
});
135-
});
136-
</script>
137-
138118
<script type="module" src="../site_libs/quarto-ojs/quarto-ojs-runtime.js"></script>
139119
<link href="../site_libs/quarto-ojs/quarto-ojs.css" rel="stylesheet">
140120

@@ -863,19 +843,6 @@ <h2 class="anchored" data-anchor-id="the-full-endpoint">The full endpoint</h2>
863843
</div>
864844
</nav>
865845
</div> <!-- /content -->
866-
<footer class="footer">
867-
<div class="nav-footer">
868-
<div class="nav-footer-left">
869-
&nbsp;
870-
</div>
871-
<div class="nav-footer-center">
872-
873-
<div class="cookie-consent-footer"><a href="#" id="open_preferences_center">Cookie Preferences</a></div></div>
874-
<div class="nav-footer-right">
875-
&nbsp;
876-
</div>
877-
</div>
878-
</footer>
879846
<script>var lightboxQuarto = GLightbox({"closeEffect":"zoom","descPosition":"bottom","loop":false,"openEffect":"zoom","selector":".lightbox"});
880847
(function() {
881848
let previousOnload = window.onload;

chapters/exercise-calling-data.html

Lines changed: 2 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@
6666
<meta name="quarto:offset" content="../">
6767
<link href="../chapters/collecting-data-for-analysis.html" rel="next">
6868
<link href="../chapters/interact-apis.html" rel="prev">
69-
<script src="../site_libs/cookie-consent/cookie-consent.js"></script>
70-
<link href="../site_libs/cookie-consent/cookie-consent.css" rel="stylesheet">
7169
<script src="../site_libs/quarto-html/quarto.js" type="module"></script>
7270
<script src="../site_libs/quarto-html/tabsets/tabsets.js" type="module"></script>
7371
<script src="../site_libs/quarto-html/popper.min.js"></script>
@@ -77,7 +75,7 @@
7775
<link href="../site_libs/quarto-html/quarto-syntax-highlighting-66ab7fd5e73b7f0a764e0d49b3e29ab1.css" rel="stylesheet" id="quarto-text-highlighting-styles">
7876
<script src="../site_libs/bootstrap/bootstrap.min.js"></script>
7977
<link href="../site_libs/bootstrap/bootstrap-icons.css" rel="stylesheet">
80-
<link href="../site_libs/bootstrap/bootstrap-6417b25d2b53b3cb165101930c156857.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
78+
<link href="../site_libs/bootstrap/bootstrap-c8eeccb6e59102ff117700c1c100f564.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
8179
<script src="../site_libs/quarto-contrib/glightbox/glightbox.min.js"></script>
8280
<link href="../site_libs/quarto-contrib/glightbox/glightbox.min.css" rel="stylesheet">
8381
<link href="../site_libs/quarto-contrib/glightbox/lightbox.css" rel="stylesheet">
@@ -110,31 +108,13 @@
110108
}</script>
111109
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-VR8KJJEZHW"></script>
112110

113-
<script type="text/plain" cookie-consent="tracking">
111+
<script type="text/javascript">
114112

115113
window.dataLayer = window.dataLayer || [];
116114
function gtag(){dataLayer.push(arguments);}
117115
gtag('js', new Date());
118116
gtag('config', 'G-VR8KJJEZHW', { 'anonymize_ip': true});
119117
</script>
120-
121-
<script type="text/javascript" charset="UTF-8">
122-
document.addEventListener('DOMContentLoaded', function () {
123-
cookieconsent.run({
124-
"notice_banner_type":"headline",
125-
"consent_type":"express",
126-
"palette":"dark",
127-
"language":"en",
128-
"page_load_consent_levels":["strictly-necessary"],
129-
"notice_banner_reject_button_hide":false,
130-
"preferences_center_close_button_hide":false,
131-
"website_name":""
132-
,
133-
"language":"en"
134-
});
135-
});
136-
</script>
137-
138118
<script type="module" src="../site_libs/quarto-ojs/quarto-ojs-runtime.js"></script>
139119
<link href="../site_libs/quarto-ojs/quarto-ojs.css" rel="stylesheet">
140120

@@ -1186,19 +1166,6 @@ <h1 class="title">Exercise: Calling Data from an API</h1>
11861166
</div>
11871167
</nav>
11881168
</div> <!-- /content -->
1189-
<footer class="footer">
1190-
<div class="nav-footer">
1191-
<div class="nav-footer-left">
1192-
&nbsp;
1193-
</div>
1194-
<div class="nav-footer-center">
1195-
1196-
<div class="cookie-consent-footer"><a href="#" id="open_preferences_center">Cookie Preferences</a></div></div>
1197-
<div class="nav-footer-right">
1198-
&nbsp;
1199-
</div>
1200-
</div>
1201-
</footer>
12021169
<script>var lightboxQuarto = GLightbox({"closeEffect":"zoom","descPosition":"bottom","loop":false,"openEffect":"zoom","selector":".lightbox"});
12031170
(function() {
12041171
let previousOnload = window.onload;

0 commit comments

Comments
 (0)