mirror of
https://github.com/rvtr/ninjacheetah.github.io.git
synced 2025-06-18 11:05:37 -04:00
Minor changes to wording on projects page
This commit is contained in:
parent
a0edd2e936
commit
943e57b05e
@ -10,6 +10,9 @@ layout: default
|
||||
<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.
|
||||
</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>
|
||||
|
@ -20,7 +20,7 @@ layout: default
|
||||
<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">
|
||||
<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="row">
|
||||
{% for item in site.data.projects-maintained %}
|
||||
|
Loading…
Reference in New Issue
Block a user