website/views/portfolio.hbs

16 lines
536 B
Handlebars
Raw Normal View History

2019-11-28 19:03:30 +00:00
<body>
<h1 class="title" > <a href="/">{{name}}</a></h1>
<h1 class="subtitle toggle">dark/light</h1>
<div class="center">
2019-12-09 19:48:19 +00:00
<p class="subtitle coding">Coding</p>
{{!-- <br> --}}
{{#each portfolio.code}}
2019-11-28 19:03:30 +00:00
<a class="{{this.name}}" target="_blank" href="{{this.source}}">{{this.name}}</a>
{{/each}}
2019-12-09 19:48:19 +00:00
{{!-- <br> --}}
<p class="subtitle coding">Art</p>
{{!-- <br> --}}
<a class="art" href="https://twitter.com/floofydev" target="_blank">@floofydev</a>
2019-11-28 19:03:30 +00:00
<div id="box"></div>
</div>
</body>