From cf5893356e8f3320bfd02923c6bcf87c82db6ad7 Mon Sep 17 00:00:00 2001 From: helenclx Date: Fri, 19 Jul 2024 08:36:30 +0000 Subject: [PATCH] deploy: a4cb40b34505d1a240ce0806a87aff73d44ad4e4 --- 404.html | 3 + about/index.html | 7 +- accessibility/index.html | 3 + assets/css/content.css | 29 +- assets/css/general.css | 19 +- assets/js/details-utils.js | 367 +++++++++++++ blog/categories/100-days-of-code/index.html | 3 + blog/categories/about-this-blog/index.html | 3 + blog/categories/about-this-website/index.html | 15 +- blog/categories/bellabuffs/index.html | 3 + blog/categories/cassette-beasts/index.html | 3 + blog/categories/cbpickaxe/index.html | 3 + blog/categories/chingu/index.html | 3 + blog/categories/cs50/index.html | 3 + blog/categories/cs50x/index.html | 3 + blog/categories/css/index.html | 3 + blog/categories/eleventy/index.html | 15 +- blog/categories/flask/index.html | 3 + blog/categories/freecodecamp/index.html | 3 + blog/categories/github-pages/index.html | 3 + blog/categories/github/index.html | 3 + blog/categories/html/index.html | 3 + blog/categories/index.html | 9 +- blog/categories/javascript/index.html | 15 +- blog/categories/javascriptmas/index.html | 3 + blog/categories/php/index.html | 3 + blog/categories/python/index.html | 3 + blog/categories/react/index.html | 3 + blog/categories/scrimba/index.html | 3 + blog/categories/sql/index.html | 3 + blog/feed.xml | 91 +++- blog/index.html | 21 +- blog/posts/1/index.html | 13 + .../index.html | 3 + .../index.html | 3 + .../index.html | 3 + .../index.html | 3 + .../index.html | 3 + .../index.html | 3 + .../index.html | 3 + .../index.html | 3 + .../index.html | 3 + .../index.html | 3 + .../index.html | 3 + .../index.html | 3 + .../index.html | 3 + .../index.html | 3 + .../index.html | 8 + .../index.html | 514 ++++++++++++++++++ blog/posts/index.html | 23 +- colophon/index.html | 36 +- contact/index.html | 3 + index.html | 1 + now/index.html | 15 +- projects/frontend-mentor/index.html | 13 +- projects/index.html | 23 +- projects/quizzical/index.html | 9 +- projects/recipe-hub/index.html | 21 +- projects/scrimba/index.html | 9 +- projects/tenzies/index.html | 17 +- 60 files changed, 1315 insertions(+), 86 deletions(-) create mode 100644 assets/js/details-utils.js create mode 100644 blog/posts/2024-07-19-eleventy-3-0-upgrade/index.html diff --git a/404.html b/404.html index 03b009e6..5309e511 100644 --- a/404.html +++ b/404.html @@ -201,6 +201,7 @@ + Page Not Found | Helen Chong | Front-End Web Developer @@ -252,6 +253,8 @@

Page Not Found

+ +

Sorry! Either the page you are looking for does not exist, or it has been moved to a diffrent part of this website.

diff --git a/about/index.html b/about/index.html index 4e428b04..518adf5c 100644 --- a/about/index.html +++ b/about/index.html @@ -200,6 +200,7 @@ + About | Helen Chong | Front-End Web Developer @@ -258,12 +259,16 @@

About

+ +

Hi, I am Helen Chong (they/she) from Malaysia. I am a front-end web developer with 8 years of working experience as a graphic designer.

I love to build and create things for problem-solving and self-expression. I intend to transfer my graphic design experience into web design and web development expertise, using code and build sites and apps to solve problems. I have a particular interest on responsive, accessible, inclusive and scalable design to create the best user experience.

In addition to coding and programming, I enjoy gaming, reading, drawing and crocheting.

You can check out my resume.

-

My Certificates:

+
+

My Certificates:

+
@@ -302,7 +305,7 @@

Frontend Mentor Challenge Solutions API

-

Quizzical +

Quizzical

Test your knowledge with this quiz game. A solo project for Scrimba's React course.

@@ -312,7 +315,7 @@

Quizzical Project Site Repository -

+ @@ -332,7 +335,7 @@

Quizzical API -

Recipe Hub +

Recipe Hub

Allows users to search for recipes by entering an ingredient. Developed by Chingu Voyage 46 Tier 1 Team 1, in which I was part of.

@@ -342,7 +345,7 @@

Recipe Hub Project Site Repository -

+ @@ -364,7 +367,7 @@

Recipe Hub Firebase -

Scrimba Frontend Path Solo Projects +

Scrimba Frontend Path Solo Projects

My solo projects for Scrimba's Frontend Developer Career Path.

@@ -374,7 +377,7 @@

Scrimba Frontend Path Solo Projects Repository -

+ @@ -392,7 +395,7 @@

Scrimba Frontend Path Solo Projects React.js -

Tenzies Game +

Tenzies Game

A dice roll game built with React. Roll until all dice are the same.

@@ -402,7 +405,7 @@

Tenzies Game Project Site Repository -

+ diff --git a/projects/quizzical/index.html b/projects/quizzical/index.html index ad5511b7..e16ef811 100644 --- a/projects/quizzical/index.html +++ b/projects/quizzical/index.html @@ -200,6 +200,7 @@ + Quizzical | Helen Chong | Front-End Web Developer @@ -268,12 +269,16 @@

Project links

  • Project Repository
  • -

    Introduction

    +
    +

    Introduction

    +

    Quizzical is one of the solo projects for Scrimba's Learn React course.

    -

    Technologies Used

    +
    +

    Technologies Used

    +

    Quizzical is built with Vite and React.js. The quiz data is fetched from the Open Trivia Database API.

    -

    Technologies Used

    +
    +

    Technologies Used

    +

    The solo projects included in the repository are built with HTML, CSS and vanilla JavaScript. One of the projects, We Are the Champion, also uses Firebase to store data, while some other project are built upon fetching data from APIs.

    -

    Lessons Learned

    +
    +

    Lessons Learned

    +

    Building a Tenzies game has been a fun way to learn React.js. As I made enhancements to the project, I also practiced responsive and accessible web design.