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

View File

@@ -29,6 +29,45 @@
</div>
</div>
</section>
<section class="section" id="learning">
<div class="container">
<div class="columns">
<div class="column is-two-thirds content is-large">
<h2>Learning</h2>
<p>These are some topics I am actively exploring:</p>
<h3 class="title is-4">Aviation</h3>
<p>I learn aviation through flight simsmostly MSFS 2020 (XPlane nostalgia is real). Im drawn to airliners; the A350 and 757 are my favorites.</p>
<h3 class="title is-4">Israel</h3>
<p>I visited Israel for the first time in December 2024. Im reconnecting with my familys Jewish roots, and I left with a deep appreciation for the country and its people.</p>
<h3 class="title is-4">Hebrew</h3>
<p><Heb>אני לומד עברית</Heb></p>
<p>Id love to be fluent. Im a little embarrassed that most of my study is Duolingo right nowbut it keeps me consistentand I lean on <a href="https://www.pealim.com/">Pealim</a> for vocab and verbs.</p>
</div>
</div>
</div>
</section>
<section class="section" id="projects">
<div class="container">
<div class="columns">
<div class="column is-two-thirds content is-large">
<h2>Projects</h2>
<h3 class="title is-4">Project Name</h3>
<p>Short description of what it is, why it exists, and your role.</p>
<h3 class="title is-4">Project Name</h3>
<p>Short description of what it is, why it exists, and your role.</p>
<h3 class="title is-4">Project Name</h3>
<p>Short description of what it is, why it exists, and your role.</p>
</div>
</div>
</div>
</section>
</div>
</template>