Skip to content

Commit

Permalink
Customized the About Me page a little bit
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielWElliott committed Jun 25, 2024
1 parent 8603447 commit 0c3b2d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/about.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const identity = {
hobbies: ["reading","homelabbing","making things"],
}
const skills = ["HTML", "CSS", "JavaScript", "React", "Astro", "Writing Docs"];
const skills = ["HTML", "CSS", "JavaScript", "SQL", "Astro", "Writing Docs"];
const happy = true;
const finished = false;
Expand Down Expand Up @@ -46,9 +46,9 @@ const textCase = "uppercase";
<h1>{pageTitle}</h1>
<h2>... and my new Astro site!</h2>

<p>I am working through Astro's introductory tutorial. This is the second page on my first Astro website, and it's the first page I've added myself!</p>
<p>I'm working through Astro's introductory tutorial as I wrap my head around this static site generator. This is the second page on my first Astro website, and it's the first page I've added myself!</p>

<p>This site will update as I complete more of the tutorial, so keep checking back to see my progress and see how my journey is going! I'm already deviating from the tutorial a little bit, since I'm using GitHub Pages to host it instead of Netlify.</p>
<p>I'll keep updating this site as I complete more of the tutorial, so keep checking back to see my progress and keep up with how my journey is going! I'm already deviating from the tutorial a little bit, since I'm using GitHub Pages to host it instead of Netlify.</p>
<p>Here are a few facts about me:</p>
<ul>
<li>My name is {identity.firstName}.</li>
Expand Down

0 comments on commit 0c3b2d8

Please sign in to comment.