mirror of
https://github.com/Pantonius/pantosite-astro.git
synced 2026-04-26 09:24:38 +00:00
Updated minor stuff
This commit is contained in:
@@ -4,7 +4,7 @@ import Socials from "./Socials.astro";
|
|||||||
---
|
---
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
© {today.getFullYear()} <a href="/about">Anton Pogrebnjak</a>. All rights reserved.
|
© {today.getFullYear()} <a href="/about">Anton</a>. All rights reserved.
|
||||||
<Socials />
|
<Socials />
|
||||||
</footer>
|
</footer>
|
||||||
<style>
|
<style>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ import { SITE_TITLE, SITE_DESCRIPTION } from "../consts";
|
|||||||
<body>
|
<body>
|
||||||
<Header />
|
<Header />
|
||||||
<Main>
|
<Main>
|
||||||
<h1>Anton Pogrebnjak</h1>
|
<h1>Anton</h1>
|
||||||
<div style="max-width: 40rem">
|
<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.
|
||||||
|
|||||||
Reference in New Issue
Block a user