Minor changes to wording on projects page

This commit is contained in:
NinjaCheetah 2023-01-30 16:06:30 +00:00
parent a0edd2e936
commit 943e57b05e
2 changed files with 4 additions and 1 deletions

View File

@ -10,6 +10,9 @@ layout: default
<div class="alert alert-warning" role="alert"> <div class="alert alert-warning" role="alert">
<span class="badge bg-warning text-dark">Notice</span> I'm currently in the process of remaking this site from scatch, so bear with me. <span class="badge bg-warning text-dark">Notice</span> I'm currently in the process of remaking this site from scatch, so bear with me.
</div> </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"> <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. <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>

View File

@ -20,7 +20,7 @@ layout: default
<div class="tab-content pb-3" id="nav-tabContent"> <div class="tab-content pb-3" id="nav-tabContent">
<div class="tab-pane fade show active" id="nav-home" role="tabpanel" aria-labelledby="nav-home-tab"> <div class="tab-pane fade show active" id="nav-home" role="tabpanel" aria-labelledby="nav-home-tab">
<h3 class="text-center pt-3 pb-1">Maintained</h3> <h3 class="text-center pt-3 pb-1">Maintained</h3>
<p class="text-center text-muted pb-1">Projects that are still being worked on and updated. Buttons with "NCX Programming" are part of the NCX Programming organization and will redirect you there.</p> <p class="text-center text-muted pb-1">Projects that are still being worked on and updated. Cards with "NCX Programming" will send you to their page on ncxprogramming.com.</p>
<div class="container"> <div class="container">
<div class="row"> <div class="row">
{% for item in site.data.projects-maintained %} {% for item in site.data.projects-maintained %}