Update projects page a bit
This commit is contained in:
parent
5910a947a0
commit
4b57623d0c
1 changed files with 8 additions and 4 deletions
|
@ -6,11 +6,15 @@ import Card from "../components/Card.astro";
|
||||||
<Layout title="LimePot - Projects ">
|
<Layout title="LimePot - Projects ">
|
||||||
<main>
|
<main>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<center
|
<center>
|
||||||
><p class="instructions">
|
<h1>Projects</h1>
|
||||||
|
<h2 class="title">The things (various, VARIOUS, things) I do/make.</h2>
|
||||||
|
<h2 class="subtitle">(Not a comprehensive list)</h2>
|
||||||
|
<br><br>
|
||||||
|
<p class="instructions">
|
||||||
<strong>Profiles/Portfolios</strong>
|
<strong>Profiles/Portfolios</strong>
|
||||||
</p></center
|
</p></center>
|
||||||
><br />
|
<br />
|
||||||
<ul role="list" class="link-card-grid">
|
<ul role="list" class="link-card-grid">
|
||||||
<Card
|
<Card
|
||||||
source="/assets/icons/Forgejo_logo.svg"
|
source="/assets/icons/Forgejo_logo.svg"
|
||||||
|
|
Loading…
Reference in a new issue