yugen.work/views/index.hbs

34 lines
1023 B
Handlebars
Raw Permalink Normal View History

2019-11-15 16:51:24 +00:00
<body>
2019-12-17 17:11:26 +00:00
<section id="credits">
<p>made by <a href="https://floofy.dev" target="_blank" rel="yugen">floofy.dev</a></p>
</section>
<section id="home">
<div class="center">
2019-12-09 19:48:19 +00:00
<h1 class="title">{{name}}</h1>
2019-11-30 13:14:32 +00:00
{{#each item}}
2019-11-28 19:03:30 +00:00
<a class="{{this.name}}" href="{{this.source}}">{{this.name}}</a>
{{/each}}
2019-12-10 11:37:21 +00:00
2019-11-30 13:14:32 +00:00
<div class="socials">
{{#each social}}
2019-12-10 21:02:28 +00:00
<a href="https://{{link}}" class="{{name}}">
<svg width="40" height="40" role="img" viewBox="0 0 24 24">
<title>{{name}} Icon</title>
<path d="{{icon.path}}"></path>
</svg></a>
2019-12-10 21:02:28 +00:00
2019-11-30 13:14:32 +00:00
{{/each}}
2019-12-10 21:02:28 +00:00
2019-12-17 17:11:26 +00:00
</div>
2019-11-15 16:51:24 +00:00
</div>
2019-12-17 17:11:26 +00:00
</section>
{{!-- <div id="box"></div> --}}
2019-12-17 17:11:26 +00:00
<div class="center">
<section id="twitter">
<a class="twitter-timeline" data-width="700" data-height="600" data-dnt="true" data-theme="dark"
href="https://twitter.com/CorgiYugy?ref_src=twsrc%5Etfw">Yugen's Tweets</a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</section></div>
2019-11-15 16:51:24 +00:00
</body>