JavaScript appears to be disabled on your web browser, some functions may not work such as opening menus.
SudoVanilla Ark
Ark
{% include master/head.html %}
{% include master/header.html %}
<script src="/assets/js/tab-switcher.js"></script>
<banner>
<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(--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>
{{ content }}
{% include master/footer.html %}
</div>
<style>
#Portfolio {background: var(--theme-light);}
</style>