--- import "../styles/global.css"; const pageTitle = "About Me"; const identity = { firstName: "Thuan", lastName: "Bui", country: "Japan", occupation: "Web Developer", hobbies: ["coding", "running", "traveling"], }; const skills = [ "HTML", "CSS", "Laravel", "WordPress", "JavaScript", "Astro", "React", ]; const happy = true; const finished = false; const goal = 3; const skillColor = "crimson"; const fontWeight = "bold"; const textCase = "uppercase"; --- {pageTitle} Home About Blog

{pageTitle}

... and my new Astro site!

I am working through Astro's introductory tutorial. This is the second page on my website, and it's the first one I built myself!

This site will update as I complete more of the tutorial, so keep checking back and see how my journey is going!

Here are a few facts about me:

My skills are:

{happy &&

I am happy to be learning Astro!

} {finished &&

I finished this tutorial!

} { goal === 3 ? (

My goal is to finish in 3 days.

) : (

My goal is not 3 days.

) }