WIP: temp commit in case my laptop explodes
This commit is contained in:
parent
be75f60b38
commit
7707d8b7db
7 changed files with 56 additions and 11 deletions
|
@ -27,11 +27,11 @@ import '../styles/components/Footer.scss'
|
|||
<h3>The Software</h3>
|
||||
<div class="footerLinks">
|
||||
<a href="https://git.moonleay.net/DiscordBots/lilJudd" target="_blank"
|
||||
>The Bot Code</a
|
||||
>The bot's code</a
|
||||
>
|
||||
<a
|
||||
href="https://git.moonleay.net/Websites/liljudd-website"
|
||||
target="_blank">The Website Code</a
|
||||
target="_blank">The websites code</a
|
||||
>
|
||||
<a href="/acknowledgements" target="_self">Acknowledgements</a>
|
||||
</div>
|
||||
|
|
|
@ -7,11 +7,15 @@ interface SectionProps {
|
|||
note: string;
|
||||
}
|
||||
const { imgUrl, imgAlt, title, description, note } = Astro.props;
|
||||
import '../styles/components/ImageSection.scss'
|
||||
---
|
||||
|
||||
<section>
|
||||
<h1>{title}</h1>
|
||||
<img src={imgUrl} alt={imgAlt} />
|
||||
<p>{description}</p>
|
||||
<p>{note}</p>
|
||||
<section class="ImageSection">
|
||||
<div class="backgroundImage"></div>
|
||||
<div class="content">
|
||||
<h1>{title}</h1>
|
||||
<img src={imgUrl} alt={imgAlt} />
|
||||
<p>{description}</p>
|
||||
<p>{note}</p>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
@ -10,7 +10,7 @@ import '../styles/components/NavBar.scss';
|
|||
src="https://static.moonleay.net/img/lilJuddWeb/logos/logox256.png"
|
||||
alt="The Bots Logo"
|
||||
/>
|
||||
li'l Judd
|
||||
li'l Judd
|
||||
</a>
|
||||
</li>
|
||||
<li class="navElem">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue