portfolio/views/index.hbs

31 lines
738 B
Handlebars

<body>
<section id="home">
<h1 class="title center">{{name}}<span class="text"></span></h1>
</section>
<div class="container">
{{#each portfolio.code}}
<section id="{{this.id}}">
<h1><a class="{{this.id}} center" id="{{this.section}}" target="_blank" href="{{this.source}}">{{this.name}}</a>
</section>
{{/each}}
</div>
</section>
<section id="contact">
<div>
<p class="contactme">hire me for a project?</p>
<a class="email" href="mailto:howl@werewolf.computer">howl@werewolf.computer</a>
</div>
</section>
{{!-- <section id="Twitter">
<h1>
<a class="art" href="https://twitter.com/floofydev" target="_blank">@floofydev</a>
</h1>
</section> --}}
</body>