Skip to content

Commit

Permalink
update placement of bio
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanlalchand committed Jul 11, 2024
1 parent 1d61d22 commit f07549b
Showing 1 changed file with 18 additions and 17 deletions.
35 changes: 18 additions & 17 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,22 @@ import SocialIcons from "../components/SocialIcons.astro";
<h2 class="text-4xl font-bold">
Hi, I'm Hayley, a writer and photographer based in Northeast Ohio.
</h2>
<section class="mt-16 space-y-4">
<p class="text-lg">
I started writing as part of a passion for science communication, or
the act of explaining science and research without the use of
complicated jargon so anyone can understand it. Since then, I've
expanded my skills to write narrative stories focusing on local
communities. I've written about agriculture, the environment, Ohio
businesses, biotech, and biopharma. I've been taking photos for over
ten years, and I enjoy combining slice-of-life photos with stories.
</p>
<p class="text-lg">
When I'm not writing, I volunteer as a Certified Frog Watcher at
Stark Parks and as a bat roost monitorer at Cuyahoga Valley National
Park.
</p>
</section>
</div>
<div>
<img
Expand All @@ -27,23 +43,8 @@ import SocialIcons from "../components/SocialIcons.astro";
</div>
</section>

<section class="mt-16 space-y-4">
<p class="text-lg">
I started writing as part of a passion for science communication, or the
act of explaining science and research without the use of complicated
jargon so anyone can understand it. Since then, I've expanded my skills
to write narrative stories focusing on local communities. I've written
about agriculture, the environment, Ohio businesses, biotech, and
biopharma. I've been taking photos for over ten years, and I enjoy
combining slice-of-life photos with stories.
</p>
<p class="text-lg">
When I'm not writing, I volunteer as a Certified Frog Watcher at Stark
Parks and as a bat roost monitorer at Cuyahoga Valley National Park.
</p>
</section>
<section class="mt-16">
<!-- <section class="mt-16">
<SocialIcons />
</section>
</section> -->
</main>
</Layout>

0 comments on commit f07549b

Please sign in to comment.