Skip to content

Commit

Permalink
deploy: c810a76
Browse files Browse the repository at this point in the history
  • Loading branch information
helenclx committed Apr 29, 2024
1 parent 093effb commit 5251707
Show file tree
Hide file tree
Showing 19 changed files with 22 additions and 201 deletions.
9 changes: 3 additions & 6 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -195,12 +195,9 @@ button:hover {
flex-direction: column;
}

.profile__image-wrapper picture {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
.profile__image-wrapper {
display: grid;
place-content: center;
}

.profile__image-wrapper img {
Expand Down
13 changes: 1 addition & 12 deletions blog/posts/2023-08-21-Welcome-to-Helen-Codes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -293,17 +293,6 @@ <h2 class="blog__nav--title">Blog Navigation:</h3>
}
</style>


<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Welcome to Helen Chong's coding and tech blog.">
<meta property="og:type" content="article">
<meta property="og:locale" content="en_US">
<meta property="og:description" content="Welcome to Helen Chong's coding and tech blog.">
<meta name="twitter:card" content="summary">
<meta name="twitter:description" content="Welcome to Helen Chong's coding and tech blog.">

<p><a href="/blog/posts/"><i class="fa-solid fa-arrow-left"></i> Back to posts</a></p>

<h2 class="heading--main">Welcome to Helen Codes</h2>
Expand All @@ -326,7 +315,7 @@ <h2 class="heading--main">Welcome to Helen Codes</h2>
<p>Enjoy!</p>

</article>
<ul class="blog__post--nextprev"><li>Next: <a href="/blog/posts/2023-08-24-Built-a-TickyBot-Clone-for-Chingus-Solo-Project/">Built A TickyBot Clone for Chingu&#39;s Solo Projects</a></li>
<ul class="blog__post--nextprev"><li>Next Post: <a href="/blog/posts/2023-08-24-Built-a-TickyBot-Clone-for-Chingus-Solo-Project/">Built A TickyBot Clone for Chingu&#39;s Solo Projects</a></li>
</ul>

</main>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -293,17 +293,6 @@ <h2 class="blog__nav--title">Blog Navigation:</h3>
}
</style>


<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="I built a TickyBot Clone for Chingu's Solo Project.">
<meta property="og:type" content="article">
<meta property="og:locale" content="en_US">
<meta property="og:description" content="I built a TickyBot Clone for Chingu's Solo Project.">
<meta name="twitter:card" content="summary">
<meta name="twitter:description" content="I built a TickyBot Clone for Chingu's Solo Project.">

<p><a href="/blog/posts/"><i class="fa-solid fa-arrow-left"></i> Back to posts</a></p>

<h2 class="heading--main">Built A TickyBot Clone for Chingu&#39;s Solo Projects</h2>
Expand All @@ -327,7 +316,7 @@ <h2 class="heading--main">Built A TickyBot Clone for Chingu&#39;s Solo Projects<
<p>My next step was to sign up for the next Chingu Voyage. I am looking forward to learning to work in a group developer project. Wish me luck!</p>

</article>
<ul class="blog__post--nextprev"><li>Previous: <a href="/blog/posts/2023-08-21-Welcome-to-Helen-Codes/">Welcome to Helen Codes</a></li><li>Next: <a href="/blog/posts/2023-09-10-CS50x-Week-7-Completed/">CS50x Week 7 Completed</a></li>
<ul class="blog__post--nextprev"><li>Previous Post: <a href="/blog/posts/2023-08-21-Welcome-to-Helen-Codes/">Welcome to Helen Codes</a></li><li>Next Post: <a href="/blog/posts/2023-09-10-CS50x-Week-7-Completed/">CS50x Week 7 Completed</a></li>
</ul>

</main>
Expand Down
13 changes: 1 addition & 12 deletions blog/posts/2023-09-10-CS50x-Week-7-Completed/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -293,17 +293,6 @@ <h2 class="blog__nav--title">Blog Navigation:</h3>
}
</style>


<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="I have completed and submitted the Week 7 assignment of the CS50's Introduction to Computer Science (CS50x) course.">
<meta property="og:type" content="article">
<meta property="og:locale" content="en_US">
<meta property="og:description" content="I have completed and submitted the Week 7 assignment of the CS50's Introduction to Computer Science (CS50x) course.">
<meta name="twitter:card" content="summary">
<meta name="twitter:description" content="I have completed and submitted the Week 7 assignment of the CS50's Introduction to Computer Science (CS50x) course.">

<p><a href="/blog/posts/"><i class="fa-solid fa-arrow-left"></i> Back to posts</a></p>

<h2 class="heading--main">CS50x Week 7 Completed</h2>
Expand All @@ -330,7 +319,7 @@ <h2 class="heading--main">CS50x Week 7 Completed</h2>
<p>Now that I am done with Week 7 of CS50x, I am ready to move on to next week, which will be about HTML, CSS and JavaScript — the languages I had spent the past eight months in learning and practicing through various courses outside CS50. CS50x Week 8 here I come!</p>

</article>
<ul class="blog__post--nextprev"><li>Previous: <a href="/blog/posts/2023-08-24-Built-a-TickyBot-Clone-for-Chingus-Solo-Project/">Built A TickyBot Clone for Chingu&#39;s Solo Projects</a></li><li>Next: <a href="/blog/posts/2023-09-26-CS50x-Week-8-Assignments-Completed/">CS50x Week 8 Assignments Completed</a></li>
<ul class="blog__post--nextprev"><li>Previous Post: <a href="/blog/posts/2023-08-24-Built-a-TickyBot-Clone-for-Chingus-Solo-Project/">Built A TickyBot Clone for Chingu&#39;s Solo Projects</a></li><li>Next Post: <a href="/blog/posts/2023-09-26-CS50x-Week-8-Assignments-Completed/">CS50x Week 8 Assignments Completed</a></li>
</ul>

</main>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -293,17 +293,6 @@ <h2 class="blog__nav--title">Blog Navigation:</h3>
}
</style>


<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="I have completed and submitted the Week 8 assignment of the CS50's Introduction to Computer Science (CS50x) course.">
<meta property="og:type" content="article">
<meta property="og:locale" content="en_US">
<meta property="og:description" content="I have completed and submitted the Week 8 assignment of the CS50's Introduction to Computer Science (CS50x) course.">
<meta name="twitter:card" content="summary">
<meta name="twitter:description" content="I have completed and submitted the Week 8 assignment of the CS50's Introduction to Computer Science (CS50x) course.">

<p><a href="/blog/posts/"><i class="fa-solid fa-arrow-left"></i> Back to posts</a></p>

<h2 class="heading--main">CS50x Week 8 Assignments Completed</h2>
Expand Down Expand Up @@ -333,7 +322,7 @@ <h2 class="heading--main">CS50x Week 8 Assignments Completed</h2>
<p>As for the assignments, I already completed and submitted Lab 8 on September 13, but it took almost two weeks after submitting Lab 8 for me to finally finish Problem Set 8, because I was struggling to come out of ideas about what to put on my pages to meet CS50x's requirement. I was relieved when I finally finished Problem Set 8.</p>

</article>
<ul class="blog__post--nextprev"><li>Previous: <a href="/blog/posts/2023-09-10-CS50x-Week-7-Completed/">CS50x Week 7 Completed</a></li><li>Next: <a href="/blog/posts/2023-11-13-My-First-PR-in-Python/">cbpickaxe and My First (Merged) Pull Request in Python</a></li>
<ul class="blog__post--nextprev"><li>Previous Post: <a href="/blog/posts/2023-09-10-CS50x-Week-7-Completed/">CS50x Week 7 Completed</a></li><li>Next Post: <a href="/blog/posts/2023-11-13-My-First-PR-in-Python/">cbpickaxe and My First (Merged) Pull Request in Python</a></li>
</ul>

</main>
Expand Down
13 changes: 1 addition & 12 deletions blog/posts/2023-11-13-My-First-PR-in-Python/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -293,17 +293,6 @@ <h2 class="blog__nav--title">Blog Navigation:</h3>
}
</style>


<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="About my first pull request in Python that got approved and merged.">
<meta property="og:type" content="article">
<meta property="og:locale" content="en_US">
<meta property="og:description" content="About my first pull request in Python that got approved and merged.">
<meta name="twitter:card" content="summary">
<meta name="twitter:description" content="About my first pull request in Python that got approved and merged.">

<p><a href="/blog/posts/"><i class="fa-solid fa-arrow-left"></i> Back to posts</a></p>

<h2 class="heading--main">cbpickaxe and My First (Merged) Pull Request in Python</h2>
Expand Down Expand Up @@ -342,7 +331,7 @@ <h2 class="heading--main">cbpickaxe and My First (Merged) Pull Request in Python
<p>I am immensely grateful of this opportunity to not only contribute to an open source project that is realated to one of my favourite video games, but also practicing my Python skills.</p>

</article>
<ul class="blog__post--nextprev"><li>Previous: <a href="/blog/posts/2023-09-26-CS50x-Week-8-Assignments-Completed/">CS50x Week 8 Assignments Completed</a></li><li>Next: <a href="/blog/posts/2023-11-25-Chingu-Voyage-46-Completed/">Chingu Voyage 46 Completed</a></li>
<ul class="blog__post--nextprev"><li>Previous Post: <a href="/blog/posts/2023-09-26-CS50x-Week-8-Assignments-Completed/">CS50x Week 8 Assignments Completed</a></li><li>Next Post: <a href="/blog/posts/2023-11-25-Chingu-Voyage-46-Completed/">Chingu Voyage 46 Completed</a></li>
</ul>

</main>
Expand Down
13 changes: 1 addition & 12 deletions blog/posts/2023-11-25-Chingu-Voyage-46-Completed/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -293,17 +293,6 @@ <h2 class="blog__nav--title">Blog Navigation:</h3>
}
</style>


<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="My participation and winning of Scrimba's JavaScriptmas 2023 challenge.">
<meta property="og:type" content="article">
<meta property="og:locale" content="en_US">
<meta property="og:description" content="My participation and winning of Scrimba's JavaScriptmas 2023 challenge.">
<meta name="twitter:card" content="summary">
<meta name="twitter:description" content="My participation and winning of Scrimba's JavaScriptmas 2023 challenge.">

<p><a href="/blog/posts/"><i class="fa-solid fa-arrow-left"></i> Back to posts</a></p>

<h2 class="heading--main">Chingu Voyage 46 Completed</h2>
Expand All @@ -329,7 +318,7 @@ <h2 class="heading--main">Chingu Voyage 46 Completed</h2>
<p>Before joining Chingu, I already practice my front-end web development skills with my own projects and Frontend Mentor's challenges, but since those were all solo projects, participating in my first Chingu Voyage, which was Voyage 46, was a new experience for me.</p>

</article>
<ul class="blog__post--nextprev"><li>Previous: <a href="/blog/posts/2023-11-13-My-First-PR-in-Python/">cbpickaxe and My First (Merged) Pull Request in Python</a></li><li>Next: <a href="/blog/posts/2023-12-27-JavaScriptmas-2023-Challenge-Completed-and-Won/">JavaScriptmas 2023 Challenge Completed — and Won</a></li>
<ul class="blog__post--nextprev"><li>Previous Post: <a href="/blog/posts/2023-11-13-My-First-PR-in-Python/">cbpickaxe and My First (Merged) Pull Request in Python</a></li><li>Next Post: <a href="/blog/posts/2023-12-27-JavaScriptmas-2023-Challenge-Completed-and-Won/">JavaScriptmas 2023 Challenge Completed — and Won</a></li>
</ul>

</main>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -293,17 +293,6 @@ <h2 class="blog__nav--title">Blog Navigation:</h3>
}
</style>


<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="My participation and winning of Scrimba's JavaScriptmas 2023 challenge.">
<meta property="og:type" content="article">
<meta property="og:locale" content="en_US">
<meta property="og:description" content="My participation and winning of Scrimba's JavaScriptmas 2023 challenge.">
<meta name="twitter:card" content="summary">
<meta name="twitter:description" content="My participation and winning of Scrimba's JavaScriptmas 2023 challenge.">

<p><a href="/blog/posts/"><i class="fa-solid fa-arrow-left"></i> Back to posts</a></p>

<h2 class="heading--main">JavaScriptmas 2023 Challenge Completed — and Won</h2>
Expand All @@ -329,7 +318,7 @@ <h2 class="heading--main">JavaScriptmas 2023 Challenge Completed — and Won</h2
<p>Thank you Scrimba for the Christmas gift! With a one-year Scrimba Pro plan, I will be able to take Scirmba courses that are only available to subscribers.</p>

</article>
<ul class="blog__post--nextprev"><li>Previous: <a href="/blog/posts/2023-11-25-Chingu-Voyage-46-Completed/">Chingu Voyage 46 Completed</a></li><li>Next: <a href="/blog/posts/2024-04-11-rebuilding-my-developer-portfolio-with-eleventy/">Rebuilding My Developer Portfolio with Eleventy</a></li>
<ul class="blog__post--nextprev"><li>Previous Post: <a href="/blog/posts/2023-11-25-Chingu-Voyage-46-Completed/">Chingu Voyage 46 Completed</a></li><li>Next Post: <a href="/blog/posts/2024-04-11-rebuilding-my-developer-portfolio-with-eleventy/">Rebuilding My Developer Portfolio with Eleventy</a></li>
</ul>

</main>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -293,17 +293,6 @@ <h2 class="blog__nav--title">Blog Navigation:</h3>
}
</style>


<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="I recreated my developer portfolio and blog from scratch with Eleventy.">
<meta property="og:type" content="article">
<meta property="og:locale" content="en_US">
<meta property="og:description" content="I recreated my developer portfolio and blog from scratch with Eleventy.">
<meta name="twitter:card" content="summary">
<meta name="twitter:description" content="I recreated my developer portfolio and blog from scratch with Eleventy.">

<p><a href="/blog/posts/"><i class="fa-solid fa-arrow-left"></i> Back to posts</a></p>

<h2 class="heading--main">Rebuilding My Developer Portfolio with Eleventy</h2>
Expand Down Expand Up @@ -339,7 +328,7 @@ <h2 class="heading--main">Rebuilding My Developer Portfolio with Eleventy</h2>
<p>Welcome to Helen Chong's brand new Eleventy portfolio website!🎉</p>

</article>
<ul class="blog__post--nextprev"><li>Previous: <a href="/blog/posts/2023-12-27-JavaScriptmas-2023-Challenge-Completed-and-Won/">JavaScriptmas 2023 Challenge Completed — and Won</a></li><li>Next: <a href="/blog/posts/2024-04-13-round-1-100-days-of-code-challenge-completed/">Round 1 of 100 Days of Code Challenge Completed</a></li>
<ul class="blog__post--nextprev"><li>Previous Post: <a href="/blog/posts/2023-12-27-JavaScriptmas-2023-Challenge-Completed-and-Won/">JavaScriptmas 2023 Challenge Completed — and Won</a></li><li>Next Post: <a href="/blog/posts/2024-04-13-round-1-100-days-of-code-challenge-completed/">Round 1 of 100 Days of Code Challenge Completed</a></li>
</ul>

</main>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -293,17 +293,6 @@ <h2 class="blog__nav--title">Blog Navigation:</h3>
}
</style>


<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="I completed my first round of the 100 Days of Code challenge.">
<meta property="og:type" content="article">
<meta property="og:locale" content="en_US">
<meta property="og:description" content="I completed my first round of the 100 Days of Code challenge.">
<meta name="twitter:card" content="summary">
<meta name="twitter:description" content="I completed my first round of the 100 Days of Code challenge.">

<p><a href="/blog/posts/"><i class="fa-solid fa-arrow-left"></i> Back to posts</a></p>

<h2 class="heading--main">Round 1 of 100 Days of Code Challenge Completed</h2>
Expand Down Expand Up @@ -333,7 +322,7 @@ <h2 class="heading--main">Round 1 of 100 Days of Code Challenge Completed</h2>
<p>Thank you to everyone who has supported me throughout my 100 Days of Code journey, and has interacted with my posts on Twitter, Mastodon, Bluesky and the freeCodeCamp Discord serve, by replying to, liking or reposting.</p>

</article>
<ul class="blog__post--nextprev"><li>Previous: <a href="/blog/posts/2024-04-11-rebuilding-my-developer-portfolio-with-eleventy/">Rebuilding My Developer Portfolio with Eleventy</a></li><li>Next: <a href="/blog/posts/2024-04-15-cs50x-week-9-completed/">CS50x Week 9 Completed</a></li>
<ul class="blog__post--nextprev"><li>Previous Post: <a href="/blog/posts/2024-04-11-rebuilding-my-developer-portfolio-with-eleventy/">Rebuilding My Developer Portfolio with Eleventy</a></li><li>Next Post: <a href="/blog/posts/2024-04-15-cs50x-week-9-completed/">CS50x Week 9 Completed</a></li>
</ul>

</main>
Expand Down
13 changes: 1 addition & 12 deletions blog/posts/2024-04-15-cs50x-week-9-completed/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -293,17 +293,6 @@ <h2 class="blog__nav--title">Blog Navigation:</h3>
}
</style>


<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="In March 2024, I have completed and submitted the Week 9 problem set of the CS50's Introduction to Computer Science (CS50x) course.">
<meta property="og:type" content="article">
<meta property="og:locale" content="en_US">
<meta property="og:description" content="In March 2024, I have completed and submitted the Week 9 problem set of the CS50's Introduction to Computer Science (CS50x) course.">
<meta name="twitter:card" content="summary">
<meta name="twitter:description" content="In March 2024, I have completed and submitted the Week 9 problem set of the CS50's Introduction to Computer Science (CS50x) course.">

<p><a href="/blog/posts/"><i class="fa-solid fa-arrow-left"></i> Back to posts</a></p>

<h2 class="heading--main">CS50x Week 9 Completed</h2>
Expand Down Expand Up @@ -346,7 +335,7 @@ <h2 class="heading--main">CS50x Week 9 Completed</h2>
<p>Working on this assignment allowed me to practice and learn SQL, Python and Flask a lot. By finishing Week 9 of the CS50x, I reached another milestone.</p>

</article>
<ul class="blog__post--nextprev"><li>Previous: <a href="/blog/posts/2024-04-13-round-1-100-days-of-code-challenge-completed/">Round 1 of 100 Days of Code Challenge Completed</a></li><li>Next: <a href="/blog/posts/2024-04-22-now-page-for-my-website/">Now Page for My Website</a></li>
<ul class="blog__post--nextprev"><li>Previous Post: <a href="/blog/posts/2024-04-13-round-1-100-days-of-code-challenge-completed/">Round 1 of 100 Days of Code Challenge Completed</a></li><li>Next Post: <a href="/blog/posts/2024-04-22-now-page-for-my-website/">Now Page for My Website</a></li>
</ul>

</main>
Expand Down
13 changes: 1 addition & 12 deletions blog/posts/2024-04-22-now-page-for-my-website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -293,17 +293,6 @@ <h2 class="blog__nav--title">Blog Navigation:</h3>
}
</style>


<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="I have added a /now page to my website.">
<meta property="og:type" content="article">
<meta property="og:locale" content="en_US">
<meta property="og:description" content="I have added a /now page to my website.">
<meta name="twitter:card" content="summary">
<meta name="twitter:description" content="I have added a /now page to my website.">

<p><a href="/blog/posts/"><i class="fa-solid fa-arrow-left"></i> Back to posts</a></p>

<h2 class="heading--main">Now Page for My Website</h2>
Expand All @@ -326,7 +315,7 @@ <h2 class="heading--main">Now Page for My Website</h2>
<p>My /now page can be updated at any time, so feel free to check the page out when you visit this website!</p>

</article>
<ul class="blog__post--nextprev"><li>Previous: <a href="/blog/posts/2024-04-15-cs50x-week-9-completed/">CS50x Week 9 Completed</a></li>
<ul class="blog__post--nextprev"><li>Previous Post: <a href="/blog/posts/2024-04-15-cs50x-week-9-completed/">CS50x Week 9 Completed</a></li>
</ul>

</main>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ <h3 class="project-card__title">Scrimba Frontend Path Solo Projects</h3>
</svg>
</a>
<div class="project-card__btns">
<a class="project-card__btn" href="https://github.com/helenclx/Scrimba-Frontend-Solo-Projects" target="_blank">Project Site</a>

<a class="project-card__btn" href="https://github.com/helenclx/Scrimba-Frontend-Solo-Projects" target="_blank">Repository</a>
</div>
</div>
Expand Down
Loading

0 comments on commit 5251707

Please sign in to comment.