Skip to content

Commit

Permalink
deploy: 950c970
Browse files Browse the repository at this point in the history
  • Loading branch information
helenclx committed Jul 21, 2024
1 parent cb02f8f commit 851ad42
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,43 @@ <h2 class="heading--home">My Skills</h2>
</li>
</ul>
</section>
<section class="section--home grid-center">
<h2 class="heading--home">Latest Blog Posts</h2>

<ul class="blog__postlist">

<li>
<p class="blog__postlist--title">
<a href="/blog/posts/2024-07-19-eleventy-3-0-upgrade/">
Aboard the Eleventy 3.0 Train

</a>
</p>
<time>19 July 2024</time>
</li>

<li>
<p class="blog__postlist--title">
<a href="/blog/posts/2024-07-08-dipping-my-toes-in-php-for-my-hobby-project/">
Dipping My Toes in PHP for My Hobby Project

</a>
</p>
<time>8 July 2024</time>
</li>

<li>
<p class="blog__postlist--title">
<a href="/blog/posts/2024-06-03-deploy-scrimba-react-solo-projects-to-github-pages/">
Finally Deployed My Scrimba React Solo Projects to GitHub Pages

</a>
</p>
<time>3 June 2024</time>
</li>

</ul>
</section>
<section class="section--home">
<h2 class="heading--home">Featured Projects</h2>
<div class="project-grid">
Expand Down

0 comments on commit 851ad42

Please sign in to comment.