rework portfolio
This commit is contained in:
parent
0adfc08c1a
commit
c86bc19515
9 changed files with 427 additions and 16 deletions
|
@ -4,17 +4,30 @@
|
|||
<h1 class="title center">{{name}}<span class="text"></span></h1>
|
||||
</section>
|
||||
|
||||
{{#each portfolio.code}}
|
||||
{{!-- <div class="container">
|
||||
{{#each portfolio.code}}
|
||||
<section id="{{this.name}}">
|
||||
<h1><a class="{{this.name}} center" id="{{this.id}}" target="_blank" href="{{this.source}}">{{this.name}}</a>
|
||||
<div class="buttons">
|
||||
{{#each this.tags}}
|
||||
<button class="{{this}}"><i><strong>{{this}}</strong></i></button>
|
||||
{{/each}}
|
||||
</div>
|
||||
</section>
|
||||
{{/each}}
|
||||
<section id="Twitter">
|
||||
</div>
|
||||
--}}
|
||||
|
||||
<section class="main">
|
||||
{{#each portfolio.code}}
|
||||
<div class="wrap wrap--{{id}}" >
|
||||
<div class="container container--{{id}}">
|
||||
<p>
|
||||
{{name}}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
{{/each}}
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
<section id="Twitter">
|
||||
<h1>
|
||||
<a class="art" href="https://twitter.com/floofydev" target="_blank">@floofydev</a>
|
||||
</h1>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<meta http-equiv="X-UA-Compatible">
|
||||
<title>{{host}} | ry</title>
|
||||
<script src="../assets/js/main.js" async></script>
|
||||
<link rel="stylesheet" type="text/css" href="../assets/css/x.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../assets/css/y.css" />
|
||||
<meta name="msapplication-TileColor" content="#fcba03">
|
||||
|
||||
<meta name="theme-color" content="#fcba03">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue