This commit is contained in:
Joey Kimsey
2025-01-20 22:42:30 -05:00
parent 1d8d48e7c1
commit ca50450682
55 changed files with 1385 additions and 337 deletions

View File

@ -1,4 +1,10 @@
<div class="btn-group btn-group-justified" role="group" aria-label="Resume View Type">
<a href="?view=tiimeline" class="btn btn-default" role="button">Timeliine</a>
<a href="?" class="btn btn-default" role="button">Standard</a>
<div class="mb-3 row" role="group" aria-label="Resume View Type">
<div class="btn-group btn-group-justified mb-3 col-6 offset-3" role="group" aria-label="Resume View Type">
<a href="?view=tiimeline" class="btn btn-primary" role="button">Timeline</a>
<a href="?" class="btn btn-primary" role="button">Standard</a>
</div>
<div class="form-check form-switch mb-3 col-3 d-flex align-items-center">
<input class="form-check-input" type="checkbox" role="switch" name="hidebs" id="hidebs" value="true">
<label class="form-check-label ps-2" for="hidebs">Hide the BS</label>
</div>
</div>