fix formatting
This commit is contained in:
parent
ca7779d5ec
commit
78a44b32e6
4 changed files with 15 additions and 15 deletions
|
@ -8,8 +8,8 @@ import Card from "../components/Card.astro";
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<div class="wrapper"></div>
|
<div class="wrapper"></div>
|
||||||
<center>
|
<center>
|
||||||
<h1>About</h1>
|
<h1 class="title">About</h1>
|
||||||
<h2 class="title">Howdy Traveller!</h2>
|
<h2 class="subtitle">Howdy Traveller!</h2>
|
||||||
<hr />
|
<hr />
|
||||||
<p class="title">Name(s):</p>
|
<p class="title">Name(s):</p>
|
||||||
<p>
|
<p>
|
||||||
|
|
|
@ -8,8 +8,8 @@ const allPosts = await Astro.glob("../pages/posts/*.astro");
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<main>
|
<main>
|
||||||
<center>
|
<center>
|
||||||
<h1>The Blog Posts</h1>
|
<h1 class="title">The Blog Posts</h1>
|
||||||
<h2 class="title">This is where I post things and stuff, eventually...</h2>
|
<h2 class="subtitle">This is where I post things and stuff, eventually...</h2>
|
||||||
</center>
|
</center>
|
||||||
<br>
|
<br>
|
||||||
{
|
{
|
||||||
|
|
|
@ -6,7 +6,7 @@ import Card from "../components/Card.astro";
|
||||||
<Layout title="LimePot - Home">
|
<Layout title="LimePot - Home">
|
||||||
<main>
|
<main>
|
||||||
<center>
|
<center>
|
||||||
<h1>LimePotato</h1>
|
<h1 class="title">LimePotato</h1>
|
||||||
<marquee Behavior="Alternate">
|
<marquee Behavior="Alternate">
|
||||||
<h2 class="title">
|
<h2 class="title">
|
||||||
<span class="text-gradient">Hello World</span>
|
<span class="text-gradient">Hello World</span>
|
||||||
|
@ -16,16 +16,16 @@ import Card from "../components/Card.astro";
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<a href="/404" style="font-size: 34px">0 Days since last incident.</a>
|
<a href="/404" style="font-size: 34px">0 Days since last incident.</a>
|
||||||
<br />
|
<br />
|
||||||
<p style="font-size: 24px">"Forever - is composed of Nows</p>
|
<p style="font-size: 18px">"Forever - is composed of Nows</p>
|
||||||
<p style="font-size: 24px">`Tis not a different time -</p>
|
<p style="font-size: 18px">`Tis not a different time -</p>
|
||||||
<p style="font-size: 24px">Except for Infiniteness -</p>
|
<p style="font-size: 18px">Except for Infiniteness -</p>
|
||||||
<p style="font-size: 24px">And Latitude of Home -</p>
|
<p style="font-size: 18px">And Latitude of Home -</p>
|
||||||
<br />
|
<br />
|
||||||
<p style="font-size: 24px">From this - experienced Here -</p>
|
<p style="font-size: 18px">From this - experienced Here -</p>
|
||||||
<p style="font-size: 24px">Remove the Dates - to These -</p>
|
<p style="font-size: 18px">Remove the Dates - to These -</p>
|
||||||
<p style="font-size: 24px">Let Months dissolve in further Months -</p>
|
<p style="font-size: 18px">Let Months dissolve in further Months -</p>
|
||||||
<p style="font-size: 24px">And Years - exhale in Years ."</p>
|
<p style="font-size: 18px">And Years - exhale in Years ."</p>
|
||||||
<p style="font-size: 24px"></p><strong>- Emily Dickinson</strong>
|
<p style="font-size: 18px"></p><strong>- Emily Dickinson</strong>
|
||||||
</div>
|
</div>
|
||||||
</center>
|
</center>
|
||||||
</main>
|
</main>
|
||||||
|
|
|
@ -7,7 +7,7 @@ import Card from "../components/Card.astro";
|
||||||
<main>
|
<main>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<center>
|
<center>
|
||||||
<h1>Projects</h1>
|
<h1 class="title">Projects</h1>
|
||||||
<h2 class="title">The things (various, VARIOUS, things) I do/make.</h2>
|
<h2 class="title">The things (various, VARIOUS, things) I do/make.</h2>
|
||||||
<h2 class="subtitle">(Not a comprehensive list)</h2>
|
<h2 class="subtitle">(Not a comprehensive list)</h2>
|
||||||
<br />
|
<br />
|
||||||
|
|
Loading…
Reference in a new issue