Skip to content

Commit 6b8dabb

Browse files
authored
Merge pull request #26 from the-turing-way/feedback-qr-codes
Added QR code files for feedback.... but don't know how to embed them 😬
2 parents fedc7b4 + ea15f02 commit 6b8dabb

File tree

3 files changed

+38
-26
lines changed

3 files changed

+38
-26
lines changed

index.html

Lines changed: 37 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1270,32 +1270,43 @@ <h2>More Jupyter Book 2 at JupyterCon</h2>
12701270
alt="Two people hold up a large banner with the word thanks written on it."
12711271
src="static/bannerthanks.svg"
12721272
/>
1273-
<h2>Join The Turing Way Community</h2>
1274-
<i class="fa-brands fa-slack"></i>
1275-
<a target="_blank" href="https://slack.the-turing-way.org"
1276-
>slack.the-turing-way.org</a
1277-
>
1278-
<br />
1279-
<i class="fa-solid fa-book"></i>
1280-
<a target="_blank" href="https://book.the-turing-way.org"
1281-
>book.the-turing-way.org</a
1282-
>
1283-
<br />
1284-
<i class="fa-solid fa-newspaper"></i>
1285-
<a target="_blank" href="https://news.the-turing-way.org"
1286-
>news.the-turing-way.org</a
1287-
>
1288-
<br />
1289-
<i class="fa-brands fa-github"></i>
1290-
<a target="_blank" href="https://git.the-turing-way.org"
1291-
>git.the-turing-way.org</a
1292-
>
1293-
<br />
1294-
<i class="fa-solid fa-calendar-days"></i>
1295-
<a target="_blank" href="https://calendar.the-turing-way.org"
1296-
>calendar.the-turing-way.org</a
1297-
>
1298-
<h2>Feedback survey</h2>
1273+
<div class="columns">
1274+
<div class="column" style="width:50%">
1275+
<!-- <h2>Join The Community</h2> -->
1276+
<i class="fa-brands fa-slack"></i>
1277+
<a target="_blank" href="https://slack.the-turing-way.org"
1278+
>slack.the-turing-way.org</a
1279+
>
1280+
<br />
1281+
<i class="fa-solid fa-book"></i>
1282+
<a target="_blank" href="https://book.the-turing-way.org"
1283+
>book.the-turing-way.org</a
1284+
>
1285+
<br />
1286+
<i class="fa-solid fa-newspaper"></i>
1287+
<a target="_blank" href="https://news.the-turing-way.org"
1288+
>news.the-turing-way.org</a
1289+
>
1290+
<br />
1291+
<i class="fa-brands fa-github"></i>
1292+
<a target="_blank" href="https://git.the-turing-way.org"
1293+
>git.the-turing-way.org</a
1294+
>
1295+
<br />
1296+
<i class="fa-solid fa-calendar-days"></i>
1297+
<a target="_blank" href="https://calendar.the-turing-way.org"
1298+
>calendar.the-turing-way.org</a
1299+
>
1300+
</div>
1301+
<div class="column">
1302+
<img
1303+
data-preview-image
1304+
class="r-stretch"
1305+
alt=""
1306+
src="static/ttw-event-feedback.png"
1307+
/>
1308+
</div>
1309+
</div>
12991310
</section>
13001311
</div>
13011312
</div>

static/ttw-event-feedback.png

19.4 KB
Loading

static/ttw-event-feedback.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)