feat(home): add Learning & Projects sections; polish copy\n\n- Learning: personal/warm tone, Hebrew/Israel/Aviation updates\n- Projects: paragraph style (no boxes)\n- Hebrew support: add Noto Sans Hebrew, RTL handling, Heb.vue component\n- Remove Heebo; update CSS and deps

This commit is contained in:
2025-08-16 14:54:26 -06:00
parent eb40610536
commit ce54138492
6 changed files with 67 additions and 0 deletions

9
app/components/Heb.vue Normal file
View File

@@ -0,0 +1,9 @@
<template>
<span class="hebrew" lang="he" dir="rtl"><slot /></span>
</template>
<script setup lang="ts">
// no-op
</script>