Improve almost everything
This commit is contained in:
parent
51a59fce69
commit
4a0f708c4f
21 changed files with 463 additions and 308 deletions
|
@ -1,18 +1,20 @@
|
|||
---
|
||||
import RoundDivider from "./RoundDivider.astro"
|
||||
import styles from "../styles/Jumbo.module.css"
|
||||
import Divider from "./Divider.astro"
|
||||
---
|
||||
|
||||
<header>
|
||||
<section id={styles.jumbo}>
|
||||
<div>
|
||||
<h1>Henry Hiles</h1>
|
||||
<Divider />
|
||||
<span id={styles.shortAbout}>
|
||||
Full Stack .NET Developer & Discord Bot Developer
|
||||
</span>
|
||||
</div>
|
||||
<RoundDivider />
|
||||
<!-- <h1>Henry Hiles</h1> -->
|
||||
<img
|
||||
id={styles.logoLong}
|
||||
src="/images/logoLong.svg"
|
||||
alt="Henry Hiles"
|
||||
/>
|
||||
<Divider />
|
||||
<span id={styles.shortAbout}>
|
||||
Full Stack .NET Developer & Discord Bot Developer
|
||||
</span>
|
||||
<!-- <RoundDivider /> -->
|
||||
</section>
|
||||
</header>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue