15 lines
224 B
Markdown
15 lines
224 B
Markdown
|
+++
|
||
|
title = "Home"
|
||
|
description = "Homepage for Arsen's Site"
|
||
|
slug = "home"
|
||
|
+++
|
||
|
|
||
|
{{<button href="/about">}}
|
||
|
About Me
|
||
|
{{</button>}}
|
||
|
|
||
|
<span style="margin-left: 5px;">
|
||
|
{{<button href="/projects">}}
|
||
|
Projects
|
||
|
{{</button>}}
|
||
|
</span>
|