diff --git a/assets/css/general.css b/assets/css/general.css index 7838ffb5..beaee678 100644 --- a/assets/css/general.css +++ b/assets/css/general.css @@ -1,8 +1,6 @@ /* General Styles */ -html { - @media (prefers-reduced-motion: no-preference) { - scroll-behavior: smooth; - } +@media (prefers-reduced-motion: no-preference) { + html { scroll-behavior: smooth; } } body { diff --git a/assets/css/utility.css b/assets/css/utility.css index a8c35bc8..53677ff1 100644 --- a/assets/css/utility.css +++ b/assets/css/utility.css @@ -9,6 +9,12 @@ .text-center { text-align: center; } .text-bold { font-weight: 700; } +.inline-icon { + vertical-align: -10%; + height: 1em; + fill: currentColor; +} + .grid-center { display: grid; place-content: center; diff --git a/index.html b/index.html index df60ec7a..5d22017c 100644 --- a/index.html +++ b/index.html @@ -260,6 +260,7 @@

Main Navigation

Home Page

+

Introduction

Helen Chong, Front-End Developer
@@ -342,10 +343,9 @@

Featured Projects

Frontend Mentor Challenge Solutions

My solutions to the Frontend Mentor challenges.

- Read project case study of Frontend Mentor Challenge Solutions - - - + + + Read project case study of Frontend Mentor Challenge Solutions
Project Site @@ -373,10 +373,9 @@

Frontend Mentor Challenge Solutions

Quizzical

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

- Read project case study of Quizzical - - - + + + Read project case study of Quizzical
Project Site @@ -404,10 +403,9 @@

Quizzical

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.

- Read project case study of Recipe Hub - - - + + + Read project case study of Recipe Hub
Project Site @@ -437,10 +435,9 @@

Recipe Hub

Scrimba Frontend Path Solo Projects

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

- Read project case study of Scrimba Frontend Path Solo Projects - - - + + + Read project case study of Scrimba Frontend Path Solo Projects
@@ -466,10 +463,9 @@

Scrimba Frontend Path Solo Projects

Tenzies Game

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

- Read project case study of Tenzies Game - - - + + + Read project case study of Tenzies Game
Project Site diff --git a/projects/index.html b/projects/index.html index 60eaee4b..d7766442 100644 --- a/projects/index.html +++ b/projects/index.html @@ -288,10 +288,9 @@

Featured Projects

Frontend Mentor Challenge Solutions

My solutions to the Frontend Mentor challenges.

- Read project case study of Frontend Mentor Challenge Solutions - - - + + + Read project case study of Frontend Mentor Challenge Solutions
Project Site @@ -319,10 +318,9 @@

Frontend Mentor Challenge Solutions

Quizzical

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

- Read project case study of Quizzical - - - + + + Read project case study of Quizzical
Project Site @@ -350,10 +348,9 @@

Quizzical

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.

- Read project case study of Recipe Hub - - - + + + Read project case study of Recipe Hub
Project Site @@ -383,10 +380,9 @@

Recipe Hub

Scrimba Frontend Path Solo Projects

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

- Read project case study of Scrimba Frontend Path Solo Projects - - - + + + Read project case study of Scrimba Frontend Path Solo Projects
@@ -412,10 +408,9 @@

Scrimba Frontend Path Solo Projects

Tenzies Game

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

- Read project case study of Tenzies Game - - - + + + Read project case study of Tenzies Game
Project Site