:init: Launch as template
This commit is contained in:
parent
c68bb7404f
commit
7d4de88df4
69 changed files with 164 additions and 315 deletions
8
_layouts/portfolio.html
Normal file → Executable file
8
_layouts/portfolio.html
Normal file → Executable 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>
|
Reference in a new issue