format
This commit is contained in:
parent
f9830d3b74
commit
570505e0fc
3 changed files with 59 additions and 45 deletions
|
@ -1,31 +1,51 @@
|
|||
<div id="main">
|
||||
<section class="socials">
|
||||
<div class="floating">
|
||||
<img class="them" src="./assets/images/them.png" alt="Sor's Icon" srcset="">
|
||||
</div>
|
||||
<br>
|
||||
<div class="links">
|
||||
{{#each social}}
|
||||
<div id="{{name}}" ><a href="https://{{link}}">
|
||||
|
||||
{{#each character}}
|
||||
<span>{{this}}</span>
|
||||
{{/each}}
|
||||
|
||||
</a></div>
|
||||
{{/each}}
|
||||
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<div id="main">
|
||||
|
||||
<section class="socials">
|
||||
|
||||
<div class="floating">
|
||||
<img class="them" src="./assets/images/them.png" alt="Sor's Icon" srcset="" />
|
||||
</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">
|
||||
</div>
|
||||
|
||||
<br />
|
||||
|
||||
<div class="links">
|
||||
|
||||
{{#each social}}
|
||||
<div id="{{name}}">
|
||||
<a href="https://{{link}}">
|
||||
{{#each character}}
|
||||
<span>
|
||||
{{this}}
|
||||
</span>
|
||||
{{/each}}
|
||||
</a>
|
||||
</div>
|
||||
{{/each}}
|
||||
|
||||
</div>
|
||||
<div class="creator">
|
||||
<p><a href="https://wrwlf.co">wrwlf.co</a></p>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
</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" />
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="creator">
|
||||
|
||||
<p>
|
||||
<a href="https://wrwlf.co">wrwlf.co</a>
|
||||
|
||||
</p>
|
||||
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue