16 lines
No EOL
536 B
Handlebars
16 lines
No EOL
536 B
Handlebars
<body>
|
|
<h1 class="title" > <a href="/">{{name}}</a></h1>
|
|
<h1 class="subtitle toggle">dark/light</h1>
|
|
<div class="center">
|
|
<p class="subtitle coding">Coding</p>
|
|
{{!-- <br> --}}
|
|
{{#each portfolio.code}}
|
|
<a class="{{this.name}}" target="_blank" href="{{this.source}}">{{this.name}}</a>
|
|
{{/each}}
|
|
{{!-- <br> --}}
|
|
<p class="subtitle coding">Art</p>
|
|
{{!-- <br> --}}
|
|
<a class="art" href="https://twitter.com/floofydev" target="_blank">@floofydev</a>
|
|
<div id="box"></div>
|
|
</div>
|
|
</body> |