website-old/src/components/Jumbo.astro

18 lines
352 B
Text

---
import styles from "../styles/Jumbo.module.css"
import Divider from "./Divider.astro"
---
<header>
<section id={styles.jumbo}>
<img
id={styles.logoLong}
src="/images/logoLong.svg"
alt="Henry Hiles"
/>
<Divider />
<span id={styles.shortAbout}>
Full Stack Web Developer and Discord Bot Developer
</span>
</section>
</header>