34 lines
No EOL
1,023 B
Handlebars
34 lines
No EOL
1,023 B
Handlebars
<body>
|
|
<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">
|
|
<h1 class="title">{{name}}</h1>
|
|
{{#each item}}
|
|
<a class="{{this.name}}" href="{{this.source}}">{{this.name}}</a>
|
|
{{/each}}
|
|
|
|
<div class="socials">
|
|
{{#each social}}
|
|
|
|
<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>
|
|
|
|
{{/each}}
|
|
|
|
</div>
|
|
</div>
|
|
</section>
|
|
{{!-- <div id="box"></div> --}}
|
|
|
|
<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>
|
|
</body> |