Skip to content

Commit

Permalink
Add quotes slides
Browse files Browse the repository at this point in the history
Add slides for the quotes section.

This slide also acts as the end of the presentation and provides a link
to where the slides are hosted.
  • Loading branch information
mikelorant committed Mar 20, 2024
1 parent bfa4e42 commit d4eed7e
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
43 changes: 43 additions & 0 deletions pages/quotes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
layout: end
---

<div class="absolute left-50px top-20px text-left">

> Good PRs make the change clear now, and in 6 months when <br />
> the context is forgotten. Especially so when the author <br />
> has moved on to the next project (or workplace).
David Ackroyd <br />
Principal Software Engineer

</div>

<div class="absolute right-40px top-140px text-left">

> Before raising any PR, I first review the changes myself <br />
> against the same criteria/standards that I would conduct <br />
> any code review.
Stuart Leyland <br />
Principal Software Engineer

</div>

<div class="absolute left-180px top-310px text-left">

> Well-crafted pull requests demonstrate respect for teammates <br />
> by ensuring changes are clear and reviewable. They embody <br />
> technical excellence - facilitating knowledge sharing, <br />
> improving code quality, and preventing defects over time.
Claude <br />
AI

</div>

<div class="absolute right-50px bottom-50px">

Slides: [mikelorant.github.io/from-ticket-to-pull-request](https://mikelorant.github.io/from-ticket-to-pull-request/)

</div>
4 changes: 4 additions & 0 deletions slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,7 @@ src: ./pages/create-the-pull-request.md
---
src: ./pages/artificial-intelligence.md
---

---
src: ./pages/quotes.md
---

0 comments on commit d4eed7e

Please sign in to comment.