Skip to content

Commit

Permalink
deploy: 7d6b85f
Browse files Browse the repository at this point in the history
  • Loading branch information
helenclx committed Jun 1, 2024
1 parent 134e37f commit cf0e972
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 21 deletions.
27 changes: 11 additions & 16 deletions about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -224,22 +224,17 @@ <h2 class="visually-hidden">Navigation Links:</h2>
});
</script>
<main class="main container" id="content">

<article class="bio prose">
<h1 class="heading--main">About Me</h1>

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

<p>Currently I specialise in front-end web development. I intend to transfer my graphic design experience into web design and web development expertise.</p>

<h2>My Certificates:</h2>
<ul>
<li>freeCodeCamp's <a href="https://www.freecodecamp.org/certification/helenclx/responsive-web-design">Responsive Web Design Certification</a></li>
<li>freeCodeCamp's <a href="https://www.freecodecamp.org/certification/helenclx/javascript-algorithms-and-data-structures-v8">JavaScript Algorithms and Data Structures (Beta) Certification</a></li>
<li>freeCodeCamp's <a href="https://www.freecodecamp.org/certification/helenclx/javascript-algorithms-and-data-structures">Legacy JavaScript Algorithms and Data Structures Certification</a></li>
<li>Chingu Voyage #46 <a href="/assets/documents/Chingu-Voyage46-Completion-Cert.pdf" target="blank">Certificate of Completion</a> (PDF file)</li>
<li><a href="https://cs50.harvard.edu/certificates/8cb0f5a4-4107-4df6-8abc-cfab3a437367">CS50’s Introduction to Computer Science 2024</a> certificate (PDF file)</li>
</ul>
<article class="bio prose"><h1 class="heading--main">About Me</h1>
<p>Hi, I am Helen Chong (they/she). I am a front-end web developer with 8 years of working experience as a graphic designer. I specialise in front-end web development.</p>
<p>I intend to transfer my graphic design experience into web design and web development expertise, as I love to 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.</p>
<h2>My Certificates:</h2>
<ul>
<li>freeCodeCamp's <a href="https://www.freecodecamp.org/certification/helenclx/responsive-web-design">Responsive Web Design Certification</a></li>
<li>freeCodeCamp's <a href="https://www.freecodecamp.org/certification/helenclx/javascript-algorithms-and-data-structures-v8">JavaScript Algorithms and Data Structures (Beta) Certification</a></li>
<li>freeCodeCamp's <a href="https://www.freecodecamp.org/certification/helenclx/javascript-algorithms-and-data-structures">Legacy JavaScript Algorithms and Data Structures Certification</a></li>
<li>Chingu Voyage #46 <a href="/assets/documents/Chingu-Voyage46-Completion-Cert.pdf">Certificate of Completion</a> (PDF file)</li>
<li><a href="https://cs50.harvard.edu/certificates/8cb0f5a4-4107-4df6-8abc-cfab3a437367">CS50’s Introduction to Computer Science 2024</a> certificate (PDF file)</li>
</ul>
</article>
</main>
</div>
Expand Down
2 changes: 1 addition & 1 deletion assets/css/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
--clr-link-hover: #c83c00;
--clr-code: #c83c00;

--box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.2),
--box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3),
0 4px 6px -4px rgb(0 0 0 / 0.2);
}

Expand Down
3 changes: 1 addition & 2 deletions assets/css/projects.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
.project-card {
box-shadow: var(--box-shadow);
border-radius: 0.375rem;
overflow: hidden;
}

.project-card__image-wrapper img {
Expand All @@ -34,7 +33,7 @@
}

.project-card__body {
padding: 1rem;
padding: 1em;
}

.project-card__title {
Expand Down
4 changes: 2 additions & 2 deletions now/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ <h2 class="visually-hidden">Navigation Links:</h2>
</script>
<main class="main container" id="content">
<article class="prose"><h1 class="heading--main">Now</h1>
<p><em>This page was last updated on 31 May 2024.</em></p>
<p><em>This page was last updated on 1 June 2024.</em></p>
<p>This is my <a href="https://nownownow.com/about">/now page</a>, which highlights what I am doing and focusing on at the moment. You can find more pages like this at <a href="https://nownownow.com/2024-05-29-custom-domain-name-helenchong-dev">nownownow.com</a>.</p>
<p>You can also view <a href="https://nownownow.com/p/D9En">my profile on nownownow.com</a>.</p>
<h2>My Current Progress in My Courses</h2>
Expand All @@ -243,7 +243,7 @@ <h3><a href="https://scrimba.com/learn/frontend">Scrimba's Frontend Developer Ca
</ul>
<h2>Other Things I Have Been Doing Recently</h2>
<ul>
<li>Learning about purchasing and configuring custom domains since <a href="/blog/posts/">I finally have one now</a>.</li>
<li>Learning about purchasing and configuring custom domains since <a href="/blog/posts/2024-05-29-custom-domain-name-helenchong-dev">I finally have one now</a>.</li>
</ul>
</article>

Expand Down

0 comments on commit cf0e972

Please sign in to comment.