Added proper banners

This commit is contained in:
NinjaCheetah 2022-04-23 20:13:56 -04:00
parent c1ccf667a2
commit 3bd994a4f6
No known key found for this signature in database
GPG Key ID: 6EC6DD38B449B426
6 changed files with 111 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

58
files/banner/homepage.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.8 MiB

48
files/banner/projects.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 1.7 MiB

View File

@ -2,8 +2,9 @@
title: Home title: Home
layout: default layout: default
--- ---
<div class="banner"> <div class="banner">
<img class="banner-image" src="/files/banner/homebanner2.png" alt="an awesome banner. too bad it isn't loading for you :("> <img class="banner-image" src="/files/banner/homepage.svg" alt="an awesome banner. too bad it isn't loading for you :(">
</div> </div>
<h1>welcome to my site!</h1> <h1>welcome to my site!</h1>
<p>I'm currently in the process of remaking this site, so bear with me.</p> <p>I'm currently in the process of remaking this site, so bear with me.</p>

View File

@ -3,6 +3,9 @@ title: Projects
layout: default layout: default
--- ---
<div class="banner">
<img class="banner-image" src="/files/banner/projects.svg" alt="an awesome banner. too bad it isn't loading for you :(">
</div>
<h1>things i've made.</h1> <h1>things i've made.</h1>
<p>Maintained</p> <p>Maintained</p>
<ul> <ul>