first commit
This commit is contained in:
commit
fa58768553
57 changed files with 4134 additions and 0 deletions
17
src/components/Jumbo.astro
Normal file
17
src/components/Jumbo.astro
Normal file
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
import RoundDivider from "./RoundDivider.astro"
|
||||
import styles from "../styles/Jumbo.module.css"
|
||||
import Divider from "./Divider.astro"
|
||||
---
|
||||
<header>
|
||||
<section id={styles.jumbo}>
|
||||
<h1>
|
||||
<img src="images/logo.png" alt="Henry Hiles" />
|
||||
</h1>
|
||||
<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