testing stuff

This commit is contained in:
ry 2020-02-20 20:38:22 +01:00
parent fd364b7dd7
commit 17236b2405
5 changed files with 38 additions and 10 deletions

View file

@ -1,15 +1,22 @@
<div id="main">
<section class="socials">
<section class="socials">
<div class="floating">
<img class="them" src="./assets/images/them.png" alt="Sor's Icon" srcset="">
</div>
<br>
{{#each social}}
<div id="{{name}}" ><a href="https://{{link}}">{{name}}</a></div>
<div id="{{name}}" ><a href="https://{{link}}">
{{#each character}}
<span>{{this}}</span>
{{/each}}
</a></div>
{{/each}}
</section>
</div>
</div>
<iframe width="97%" height="20" scrolling="no" frameborder="no" allow="autoplay" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/723173407&color=%23a595ed&inverse=true&auto_play=false&show_user=true"></iframe> <div class="sor">
<div class="credits">
<img class="logo" src="./assets/images/sor_white.png" alt="Sor's Logo">
@ -17,5 +24,5 @@
</div>
<div class="creator">
<p>made by <a href="https://wrwlf.co">wrwlf.co</a></p>
<p><a href="https://wrwlf.co">wrwlf.co</a></p>
</div>