a few little redesigns for some stuff

This commit is contained in:
monty 2019-12-09 20:48:19 +01:00
parent 9a4cb7bd26
commit ae69b0aa79
12 changed files with 185 additions and 69 deletions

View file

@ -1,10 +1,11 @@
<body>
<h1 class="title" > <a href="/">{{name}}</a></h1>
<h1 class="subtitle toggle">dark/light</h1>
<div class="center">
<div class="imageOne XX"></div>
<div class="imageTwo XX"></div>
</div>
<div id="box"></div>
<h1 class="title"> <a href="/">{{name}}</a></h1>
<h1 class="subtitle toggle">dark/light</h1>
<div class="center">
{{#each art}}
<img src="http://{{this.image}}" width="{{this.aspect.w}}" height="{{this.aspect.h}}" alt="Image">
{{/each}}
</div>
<div id="box"></div>
</div>
</body>

View file

@ -1,6 +1,6 @@
<body>
<div class="center">
<h1 class="title"><i>{{name}}</i> </h1>
<h1 class="title">{{name}}</h1>
<h1 class="subtitle toggle">dark/light</h1>
<divide></divide>
{{#each item}}

View file

@ -2,10 +2,15 @@
<h1 class="title" > <a href="/">{{name}}</a></h1>
<h1 class="subtitle toggle">dark/light</h1>
<div class="center">
{{#each portfolio}}
<p class="subtitle coding">Coding</p>
{{!-- <br> --}}
{{#each portfolio.code}}
<a class="{{this.name}}" target="_blank" href="{{this.source}}">{{this.name}}</a>
{{/each}}
{{!-- <br> --}}
<p class="subtitle coding">Art</p>
{{!-- <br> --}}
<a class="art" href="https://twitter.com/floofydev" target="_blank">@floofydev</a>
<div id="box"></div>
</div>
</body>