Seemingly ready for release
This commit is contained in:
parent
06dd7cdc46
commit
7b39416dc9
6 changed files with 51 additions and 36 deletions
|
@ -1,17 +1,16 @@
|
|||
---
|
||||
import RoundDivider from "./RoundDivider.astro"
|
||||
import RoundDivider from "./RoundDivider.astro"
|
||||
import styles from "../styles/Jumbo.module.css"
|
||||
import Divider from "./Divider.astro"
|
||||
import Divider from "./Divider.astro"
|
||||
---
|
||||
|
||||
<header>
|
||||
<section id={styles.jumbo}>
|
||||
<h1>
|
||||
<img src="images/logo.png" alt="Henry Hiles" />
|
||||
</h1>
|
||||
<h1>Henry Hiles</h1>
|
||||
<Divider />
|
||||
<span id={styles.shortAbout}>
|
||||
Full Stack .NET Developer & Discord Bot Developer
|
||||
</span>
|
||||
<RoundDivider />
|
||||
</section>
|
||||
</header>
|
||||
</header>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue