mirror of
https://github.com/rvtr/ninjacheetah.github.io.git
synced 2025-06-18 11:05:37 -04:00
23 lines
1.2 KiB
HTML
23 lines
1.2 KiB
HTML
---
|
|
title: Home
|
|
layout: default
|
|
---
|
|
|
|
<img class="img-fluid" src="/assets/banner/homepage.svg" alt="an awesome banner. too bad it isn't loading for you :(">
|
|
<div class="container text-center pt-3">
|
|
<h1>Welcome to my site!</h1>
|
|
<hr>
|
|
<div class="alert alert-success" role="alert">
|
|
<span class="badge bg-success">New</span> Thanks to the Bootstrap v5.3 Alpha, this site, and <a href="https://ncxprogramming.com">ncxprogramming.com</a>, now have built-in dark themes!
|
|
</div>
|
|
<div class="alert alert-success" role="alert">
|
|
<span class="badge bg-success">New</span> Check out my <a href="/graphics/">graphic design portfolio</a> to see what graphics I've worked on
|
|
</div>
|
|
<div class="alert alert-primary" role="alert">
|
|
<span class="badge bg-primary">Update</span> I recently updated <a href="/projects/maintained/fakeapt">fake-apt</a> to the point where it has all of APT's basic features available.
|
|
</div>
|
|
<div class="alert alert-primary" role="alert">
|
|
<span class="badge bg-primary">Update</span> I've been working on new updates to <a href="/projects/maintained/ahcounter">Ah Counter</a> like improved slash command and help menus.
|
|
</div>
|
|
<hr>
|
|
</div> |