Should all be working

This commit is contained in:
Henry Hiles 2023-06-02 16:04:05 -04:00
parent 1c29248f9f
commit e3543f99c5
6 changed files with 322 additions and 24 deletions

View file

@ -5,7 +5,6 @@ import Divider from "./Divider.astro"
<header>
<section id={styles.jumbo}>
<!-- <h1>Henry Hiles</h1> -->
<img
id={styles.logoLong}
src="/images/logoLong.svg"
@ -13,8 +12,7 @@ import Divider from "./Divider.astro"
/>
<Divider />
<span id={styles.shortAbout}>
Full Stack .NET Developer & Discord Bot Developer
Full Stack Web Developer and Discord Bot Developer
</span>
<!-- <RoundDivider /> -->
</section>
</header>