mirror of
https://github.com/rvtr/ninjacheetah.github.io.git
synced 2025-06-18 19:15:31 -04:00
Added proper banners
This commit is contained in:
parent
c1ccf667a2
commit
3bd994a4f6
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
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
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 |
@ -2,8 +2,9 @@
|
||||
title: Home
|
||||
layout: default
|
||||
---
|
||||
|
||||
<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>
|
||||
<h1>welcome to my site!</h1>
|
||||
<p>I'm currently in the process of remaking this site, so bear with me.</p>
|
||||
|
@ -3,6 +3,9 @@ title: Projects
|
||||
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>
|
||||
<p>Maintained</p>
|
||||
<ul>
|
||||
|
Loading…
Reference in New Issue
Block a user