Skip to content

Commit

Permalink
conclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmdayn committed Jan 20, 2025
1 parent ebeeb52 commit 3a2be6f
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pages/1.intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ Passionate about Typescript & Effect

10+ years of experience

https://linkedin.com/in/jeremie-dayan
https://linkedin.com/in/jeremie-dayan

jeremie.dayan@inato.com

https://inato.com/careers

Expand Down
41 changes: 41 additions & 0 deletions pages/9.conclusion.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
layout: center
---

<div v-click="+1" v-motion
:initial="{ x: -50 }"
:enter="{ x: 0 }"
:leave="{ x: 50 }"
>
🎮 Give it a try @ https://github.com/inato/effect-form
</div>

<div v-click="+2" v-motion
:initial="{ x: -50 }"
:enter="{ x: 0 }"
:leave="{ x: 50 }"
>
🐣 Still early (v0.1.0), API will most certainly break
</div>

<div v-click="+3" v-motion
:initial="{ x: -50 }"
:enter="{ x: 0 }"
:leave="{ x: 50 }"
>
🔧 Write new fields, new layers
</div>

<div v-click="+4" v-motion
:initial="{ x: -50 }"
:enter="{ x: 0 }"
:leave="{ x: 50 }"
>
☎️ Be in touch
</div>

---
layout: center
---

# Thank you 🙏
3 changes: 3 additions & 0 deletions slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,7 @@ src: ./pages/7.map.md
---
---
src: ./pages/8.fields.md
---
---
src: ./pages/9.conclusion.md
---

0 comments on commit 3a2be6f

Please sign in to comment.