Skip to content

Commit 2448f2c

Browse files
committed
books references layout
1 parent 73a7906 commit 2448f2c

2 files changed

Lines changed: 12 additions & 11 deletions

File tree

presentation/slides.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1262,7 +1262,7 @@ Write tests until fear is transformed into boredom.
12621262
-->
12631263

12641264
---
1265-
layout: two-col-image-text
1265+
layout: default
12661266
h1:
12671267
type: braces
12681268
color: primary
@@ -1271,15 +1271,8 @@ h1:
12711271

12721272
# Resources
12731273

1274-
::image::
1275-
1276-
<div class="flex flex-col items-center gap-1 h-full justify-center pl-4">
1277-
<img src="./images/book-art-of-unit-testing.jpg" class="max-h-[30%] w-auto rounded shadow" />
1278-
<img src="./images/book-legacy-code.jpg" class="max-h-[30%] w-auto rounded shadow" />
1279-
<img src="./images/book-tdd-by-example.jpg" class="max-h-[30%] w-auto rounded shadow" />
1280-
</div>
1281-
1282-
::content::
1274+
<div class="flex gap-8 mt-4">
1275+
<div class="flex-1">
12831276

12841277
**Books:**
12851278

@@ -1298,6 +1291,14 @@ h1:
12981291

12991292
</div>
13001293

1294+
</div>
1295+
<div class="flex flex-col items-end gap-2 justify-center">
1296+
<img src="./images/book-art-of-unit-testing.jpg" class="h-32 w-auto rounded shadow" />
1297+
<img src="./images/book-legacy-code.jpg" class="h-32 w-auto rounded shadow" />
1298+
<img src="./images/book-tdd-by-example.jpg" class="h-32 w-auto rounded shadow" />
1299+
</div>
1300+
</div>
1301+
13011302
---
13021303
layout: default-aside
13031304
---

presentation/theme

0 commit comments

Comments
 (0)