Skip to content

Commit 88550bf

Browse files
committed
Add links to footer
1 parent 56945d6 commit 88550bf

19 files changed

Lines changed: 38 additions & 38 deletions

chapters/04/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,13 @@ <h1 id="Let's-Create-a-Database!">Let's Create a Database!<a class="anchor-link"
103103
<div class="container">
104104
<span class="text-muted">
105105
<p class="small">
106-
This tutorial was inspired by a talk given by Dave Jones at Python North West.
106+
This tutorial was inspired by a talk given by Dave Jones at <a href="https://twitter.com/pythonnw">Python North West</a>.
107107
The flights database, and much of the SQL code, is taken, with grateful thanks,
108108
from the <a href="https://waveform.org.uk/presentations/sql">slides</a> and
109109
<a href="https://github.com/waveform80/presentations">source code</a> for that talk.
110110
</p>
111111
<p class="small">
112-
Many thanks also to Dr. Vincent Knight of Cardiff University for the use of his
112+
Many thanks also to <a href="https://vknight.org/">Dr. Vincent Knight</a> of <a href="http://www.cardif.ac.uk">Cardiff University</a> for the use of his
113113
<a href="https://vknight.org/gt/">Game Theory Course Notes</a> and their <a href="https://github.com/drvinceknight/gt">source code</a>.
114114
</p>
115115
</span>

chapters/05/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,13 +153,13 @@ <h1 id="Create-a-Table">Create a Table<a class="anchor-link" href="#Create-a-Tab
153153
<div class="container">
154154
<span class="text-muted">
155155
<p class="small">
156-
This tutorial was inspired by a talk given by Dave Jones at Python North West.
156+
This tutorial was inspired by a talk given by Dave Jones at <a href="https://twitter.com/pythonnw">Python North West</a>.
157157
The flights database, and much of the SQL code, is taken, with grateful thanks,
158158
from the <a href="https://waveform.org.uk/presentations/sql">slides</a> and
159159
<a href="https://github.com/waveform80/presentations">source code</a> for that talk.
160160
</p>
161161
<p class="small">
162-
Many thanks also to Dr. Vincent Knight of Cardiff University for the use of his
162+
Many thanks also to <a href="https://vknight.org/">Dr. Vincent Knight</a> of <a href="http://www.cardif.ac.uk">Cardiff University</a> for the use of his
163163
<a href="https://vknight.org/gt/">Game Theory Course Notes</a> and their <a href="https://github.com/drvinceknight/gt">source code</a>.
164164
</p>
165165
</span>

chapters/06/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,13 +179,13 @@ <h1 id="Add-Some-Data">Add Some Data<a class="anchor-link" href="#Add-Some-Data"
179179
<div class="container">
180180
<span class="text-muted">
181181
<p class="small">
182-
This tutorial was inspired by a talk given by Dave Jones at Python North West.
182+
This tutorial was inspired by a talk given by Dave Jones at <a href="https://twitter.com/pythonnw">Python North West</a>.
183183
The flights database, and much of the SQL code, is taken, with grateful thanks,
184184
from the <a href="https://waveform.org.uk/presentations/sql">slides</a> and
185185
<a href="https://github.com/waveform80/presentations">source code</a> for that talk.
186186
</p>
187187
<p class="small">
188-
Many thanks also to Dr. Vincent Knight of Cardiff University for the use of his
188+
Many thanks also to <a href="https://vknight.org/">Dr. Vincent Knight</a> of <a href="http://www.cardif.ac.uk">Cardiff University</a> for the use of his
189189
<a href="https://vknight.org/gt/">Game Theory Course Notes</a> and their <a href="https://github.com/drvinceknight/gt">source code</a>.
190190
</p>
191191
</span>

chapters/07/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,13 +200,13 @@ <h1 id="Look-at-What-we-Did!">Look at What we Did!<a class="anchor-link" href="#
200200
<div class="container">
201201
<span class="text-muted">
202202
<p class="small">
203-
This tutorial was inspired by a talk given by Dave Jones at Python North West.
203+
This tutorial was inspired by a talk given by Dave Jones at <a href="https://twitter.com/pythonnw">Python North West</a>.
204204
The flights database, and much of the SQL code, is taken, with grateful thanks,
205205
from the <a href="https://waveform.org.uk/presentations/sql">slides</a> and
206206
<a href="https://github.com/waveform80/presentations">source code</a> for that talk.
207207
</p>
208208
<p class="small">
209-
Many thanks also to Dr. Vincent Knight of Cardiff University for the use of his
209+
Many thanks also to <a href="https://vknight.org/">Dr. Vincent Knight</a> of <a href="http://www.cardif.ac.uk">Cardiff University</a> for the use of his
210210
<a href="https://vknight.org/gt/">Game Theory Course Notes</a> and their <a href="https://github.com/drvinceknight/gt">source code</a>.
211211
</p>
212212
</span>

chapters/08/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,13 +238,13 @@ <h1 id="Let's-Change-What-We-Added">Let's Change What We Added<a class="anchor-l
238238
<div class="container">
239239
<span class="text-muted">
240240
<p class="small">
241-
This tutorial was inspired by a talk given by Dave Jones at Python North West.
241+
This tutorial was inspired by a talk given by Dave Jones at <a href="https://twitter.com/pythonnw">Python North West</a>.
242242
The flights database, and much of the SQL code, is taken, with grateful thanks,
243243
from the <a href="https://waveform.org.uk/presentations/sql">slides</a> and
244244
<a href="https://github.com/waveform80/presentations">source code</a> for that talk.
245245
</p>
246246
<p class="small">
247-
Many thanks also to Dr. Vincent Knight of Cardiff University for the use of his
247+
Many thanks also to <a href="https://vknight.org/">Dr. Vincent Knight</a> of <a href="http://www.cardif.ac.uk">Cardiff University</a> for the use of his
248248
<a href="https://vknight.org/gt/">Game Theory Course Notes</a> and their <a href="https://github.com/drvinceknight/gt">source code</a>.
249249
</p>
250250
</span>

chapters/09/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,13 +325,13 @@ <h1 id="Delete-Some-Data">Delete Some Data<a class="anchor-link" href="#Delete-S
325325
<div class="container">
326326
<span class="text-muted">
327327
<p class="small">
328-
This tutorial was inspired by a talk given by Dave Jones at Python North West.
328+
This tutorial was inspired by a talk given by Dave Jones at <a href="https://twitter.com/pythonnw">Python North West</a>.
329329
The flights database, and much of the SQL code, is taken, with grateful thanks,
330330
from the <a href="https://waveform.org.uk/presentations/sql">slides</a> and
331331
<a href="https://github.com/waveform80/presentations">source code</a> for that talk.
332332
</p>
333333
<p class="small">
334-
Many thanks also to Dr. Vincent Knight of Cardiff University for the use of his
334+
Many thanks also to <a href="https://vknight.org/">Dr. Vincent Knight</a> of <a href="http://www.cardif.ac.uk">Cardiff University</a> for the use of his
335335
<a href="https://vknight.org/gt/">Game Theory Course Notes</a> and their <a href="https://github.com/drvinceknight/gt">source code</a>.
336336
</p>
337337
</span>

chapters/10/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,13 @@ <h1 id="Making-it-up-as-we-Go-Along">Making it up as we Go Along<a class="anchor
8888
<div class="container">
8989
<span class="text-muted">
9090
<p class="small">
91-
This tutorial was inspired by a talk given by Dave Jones at Python North West.
91+
This tutorial was inspired by a talk given by Dave Jones at <a href="https://twitter.com/pythonnw">Python North West</a>.
9292
The flights database, and much of the SQL code, is taken, with grateful thanks,
9393
from the <a href="https://waveform.org.uk/presentations/sql">slides</a> and
9494
<a href="https://github.com/waveform80/presentations">source code</a> for that talk.
9595
</p>
9696
<p class="small">
97-
Many thanks also to Dr. Vincent Knight of Cardiff University for the use of his
97+
Many thanks also to <a href="https://vknight.org/">Dr. Vincent Knight</a> of <a href="http://www.cardif.ac.uk">Cardiff University</a> for the use of his
9898
<a href="https://vknight.org/gt/">Game Theory Course Notes</a> and their <a href="https://github.com/drvinceknight/gt">source code</a>.
9999
</p>
100100
</span>

chapters/11/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,13 +261,13 @@ <h1 id="Let's-Load-Loads-of-Data!">Let's Load Loads of Data!<a class="anchor-lin
261261
<div class="container">
262262
<span class="text-muted">
263263
<p class="small">
264-
This tutorial was inspired by a talk given by Dave Jones at Python North West.
264+
This tutorial was inspired by a talk given by Dave Jones at <a href="https://twitter.com/pythonnw">Python North West</a>.
265265
The flights database, and much of the SQL code, is taken, with grateful thanks,
266266
from the <a href="https://waveform.org.uk/presentations/sql">slides</a> and
267267
<a href="https://github.com/waveform80/presentations">source code</a> for that talk.
268268
</p>
269269
<p class="small">
270-
Many thanks also to Dr. Vincent Knight of Cardiff University for the use of his
270+
Many thanks also to <a href="https://vknight.org/">Dr. Vincent Knight</a> of <a href="http://www.cardif.ac.uk">Cardiff University</a> for the use of his
271271
<a href="https://vknight.org/gt/">Game Theory Course Notes</a> and their <a href="https://github.com/drvinceknight/gt">source code</a>.
272272
</p>
273273
</span>

chapters/12/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,13 @@ <h1 id="Now-for-Some-Joined-Up-Thinking">Now for Some Joined-Up Thinking<a class
8888
<div class="container">
8989
<span class="text-muted">
9090
<p class="small">
91-
This tutorial was inspired by a talk given by Dave Jones at Python North West.
91+
This tutorial was inspired by a talk given by Dave Jones at <a href="https://twitter.com/pythonnw">Python North West</a>.
9292
The flights database, and much of the SQL code, is taken, with grateful thanks,
9393
from the <a href="https://waveform.org.uk/presentations/sql">slides</a> and
9494
<a href="https://github.com/waveform80/presentations">source code</a> for that talk.
9595
</p>
9696
<p class="small">
97-
Many thanks also to Dr. Vincent Knight of Cardiff University for the use of his
97+
Many thanks also to <a href="https://vknight.org/">Dr. Vincent Knight</a> of <a href="http://www.cardif.ac.uk">Cardiff University</a> for the use of his
9898
<a href="https://vknight.org/gt/">Game Theory Course Notes</a> and their <a href="https://github.com/drvinceknight/gt">source code</a>.
9999
</p>
100100
</span>

chapters/13/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,13 @@ <h1 id="Summing-Things-Up">Summing Things Up<a class="anchor-link" href="#Summin
8888
<div class="container">
8989
<span class="text-muted">
9090
<p class="small">
91-
This tutorial was inspired by a talk given by Dave Jones at Python North West.
91+
This tutorial was inspired by a talk given by Dave Jones at <a href="https://twitter.com/pythonnw">Python North West</a>.
9292
The flights database, and much of the SQL code, is taken, with grateful thanks,
9393
from the <a href="https://waveform.org.uk/presentations/sql">slides</a> and
9494
<a href="https://github.com/waveform80/presentations">source code</a> for that talk.
9595
</p>
9696
<p class="small">
97-
Many thanks also to Dr. Vincent Knight of Cardiff University for the use of his
97+
Many thanks also to <a href="https://vknight.org/">Dr. Vincent Knight</a> of <a href="http://www.cardif.ac.uk">Cardiff University</a> for the use of his
9898
<a href="https://vknight.org/gt/">Game Theory Course Notes</a> and their <a href="https://github.com/drvinceknight/gt">source code</a>.
9999
</p>
100100
</span>

0 commit comments

Comments
 (0)