changes to design/css (header, animations, text styling)

This commit is contained in:
Nasir Anthony Montalvo
2025-12-29 17:15:01 -06:00
parent ecd24b4e66
commit 1d3b0ffd3b
17 changed files with 469 additions and 304 deletions

View File

@@ -13,7 +13,7 @@
{%- endcomment -%}
<div class="card mb-3">
<div class="card-body">
<{{ include.heading_level | default: 'h2' | strip }} class="card-title h5">Description</{{ include.heading_level | default: 'h2' | strip }}>
<{{ include.heading_level | default: 'h3' | strip }} class="card-title h5"></{{ include.heading_level | default: 'h3' | strip }}>
<p class="card-text">{{ site.description }}</p>
{%- assign about = site.data.config-nav | where: "stub","/about.html" | size -%}{% if about > 0 %}
<a class="btn btn-{{ include.btn-color | default: 'primary' }}" href="{{ '/about.html' | relative_url }}" >Learn More &raquo;</a>{% endif %}