finished navbar and continued home
This commit is contained in:
@@ -7,10 +7,20 @@ import "../styles/home.scss";
|
||||
title="Home"
|
||||
description="This is my personal website with my projects, docs and other useful stuff."
|
||||
>
|
||||
<div class="home-title-box">
|
||||
<h1 class="home-title" style="font-size: 6.5vw;">vaporvee</h1>
|
||||
<h2 class="home-title" style="font-size: 2vw; margin-top: -25px;">
|
||||
Making video games
|
||||
</h2>
|
||||
</div>
|
||||
<main>
|
||||
<div class="home-title-box">
|
||||
<h1 class="home-title" style="font-size: 6vw;">vaporvee</h1>
|
||||
<h2
|
||||
class="home-title"
|
||||
style="font-size: 2vw; margin-top: -10px; margin-bottom: 12vh;"
|
||||
>
|
||||
Making video games
|
||||
</h2>
|
||||
<img
|
||||
src="/using_engines.svg"
|
||||
alt="engines I'm using"
|
||||
width="275px"
|
||||
/>
|
||||
</div>
|
||||
</main>
|
||||
</Layout>
|
||||
|
Reference in New Issue
Block a user