mirror of
https://github.com/Pantonius/pantosite-astro.git
synced 2026-04-26 09:24:38 +00:00
Fixed about
This commit is contained in:
@@ -15,10 +15,12 @@ import { SITE_TITLE, SITE_DESCRIPTION } from "../consts";
|
|||||||
<Header />
|
<Header />
|
||||||
<Main>
|
<Main>
|
||||||
<h1>Anton Pogrebnjak</h1>
|
<h1>Anton Pogrebnjak</h1>
|
||||||
|
<div style="max-width: 40rem">
|
||||||
<p>
|
<p>
|
||||||
Really, I don't have much to tell you about myself. Just look at the amazing stuff I've done and written about. That should suffice.
|
Really, I don't have much to tell you about myself. Just look at the amazing stuff I've done and written about. That should suffice.
|
||||||
</p>
|
</p>
|
||||||
<p style="float: right; text-align: end;">Kind regards,<br>Anton</p>
|
<p style="float: right; text-align: end;">Kind regards,<br>Anton</p>
|
||||||
|
</div>
|
||||||
</Main>
|
</Main>
|
||||||
<Footer />
|
<Footer />
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
Reference in New Issue
Block a user