:init: Launch as template

This commit is contained in:
Korbs 2025-01-25 00:33:01 -05:00
parent c68bb7404f
commit 7d4de88df4
Signed by: Korbs
SSH key fingerprint: SHA256:Q0b0KraMldpAO9oKa+w+gcsXsOTykQ4UkAKn0ByGn5U
69 changed files with 164 additions and 315 deletions

8
_layouts/portfolio.html Normal file → Executable file
View file

@ -4,13 +4,13 @@
<script src="/assets/js/tab-switcher.js"></script>
<banner>
<img src="/assets/images/Christmas with Friends.png">
<img src="/assets/images/pexels-francesco-ungaro-13786205.jpg">
</banner>
<div class="content">
<h1 id="for-banner">{{page.title}}</h1>
<section id="extra-menu">
<button onclick="toTab('2021', this, 'var(--blue-light)'); document.getElementById('extra-placeholder').style.display = 'none';" class="tab">2021</button>
<button onclick="toTab('2022', this, 'var(--blue-light)'); document.getElementById('extra-placeholder').style.display = 'none';" class="tab">2022</button>
<button onclick="toTab('2021', this, 'var(--theme-light)'); document.getElementById('extra-placeholder').style.display = 'none';" class="tab">2021</button>
<button onclick="toTab('2022', this, 'var(--theme-light)'); document.getElementById('extra-placeholder').style.display = 'none';" class="tab">2022</button>
</section>
<section id="extra-placeholder">
<p>Select a year to see content...</p>
@ -19,5 +19,5 @@
{% include master/footer.html %}
</div>
<style>
#Portfolio {background: var(--blue-light);}
#Portfolio {background: var(--theme-light);}
</style>