Hero with reference to fgo-ta.com
This commit is contained in:
parent
9daf38e537
commit
483b2cc84b
4 changed files with 809 additions and 667 deletions
src/components
27
src/components/fgotaHero.astro
Normal file
27
src/components/fgotaHero.astro
Normal file
|
@ -0,0 +1,27 @@
|
|||
---
|
||||
---
|
||||
|
||||
<div>
|
||||
<span>
|
||||
I am currently working on a site to catalogue past and future TAs.<br/>
|
||||
Check it out at <a href="https://fgo-ta.com">fgo-ta.com</a>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
div {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
height: 5em;
|
||||
background-color: var(--c-gray);
|
||||
text-align: center;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: white;
|
||||
font-size: 1.5em;
|
||||
}
|
||||
a {
|
||||
color: var(--c-darkpurple);
|
||||
text-decoration: none;
|
||||
}
|
||||
</style>
|
Loading…
Add table
Add a link
Reference in a new issue