fix: update template structure
This commit is contained in:
parent
04a3266a88
commit
bfe0ca0719
1 changed files with 87 additions and 86 deletions
|
@ -28,93 +28,94 @@ const attributions = [
|
||||||
<section>
|
<section>
|
||||||
<h1>{{ $route.meta.title }}</h1>
|
<h1>{{ $route.meta.title }}</h1>
|
||||||
<h2>Artwork</h2>
|
<h2>Artwork</h2>
|
||||||
<AttributionTable :attributions="attributions" />
|
|
||||||
|
|
||||||
<h2>Other</h2>
|
|
||||||
<table>
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th>Type</th>
|
|
||||||
<th>Source</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
|
||||||
<td>Icons</td>
|
|
||||||
<td>
|
|
||||||
<a
|
|
||||||
href="https://fontawesome.com/license/free"
|
|
||||||
target="_blank"
|
|
||||||
rel="noopener noreferrer"
|
|
||||||
>
|
|
||||||
Font Awesome
|
|
||||||
</a>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>Heading Font</td>
|
|
||||||
<td>
|
|
||||||
<a
|
|
||||||
href="https://github.com/MichalSahar/Secular"
|
|
||||||
target="_blank"
|
|
||||||
rel="noopener noreferrer"
|
|
||||||
>
|
|
||||||
Secular One
|
|
||||||
</a>
|
|
||||||
by
|
|
||||||
<a
|
|
||||||
href="https://github.com/MichalSahar"
|
|
||||||
target="_blank"
|
|
||||||
rel="noopener noreferrer"
|
|
||||||
>
|
|
||||||
Michal Sahar
|
|
||||||
</a>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>Copy Font</td>
|
|
||||||
<td>
|
|
||||||
<a
|
|
||||||
href="https://antonkoovit.com/typefaces/arvo"
|
|
||||||
target="_blank"
|
|
||||||
rel="noopener noreferrer"
|
|
||||||
>
|
|
||||||
Arvo
|
|
||||||
</a>
|
|
||||||
by
|
|
||||||
<a
|
|
||||||
href="https://antonkoovit.com/"
|
|
||||||
target="_blank"
|
|
||||||
rel="noopener noreferrer"
|
|
||||||
>
|
|
||||||
Anton Koovit
|
|
||||||
</a>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>Background</td>
|
|
||||||
<td>
|
|
||||||
Layered Waves from
|
|
||||||
<a
|
|
||||||
href="https://haikei.app/"
|
|
||||||
target="_blank"
|
|
||||||
rel="noopener noreferrer"
|
|
||||||
>
|
|
||||||
Haikei
|
|
||||||
</a>
|
|
||||||
by
|
|
||||||
<a
|
|
||||||
href="https://zcreativelabs.com/"
|
|
||||||
target="_blank"
|
|
||||||
rel="noopener noreferrer"
|
|
||||||
>
|
|
||||||
z creative labs
|
|
||||||
</a>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
</section>
|
</section>
|
||||||
|
<AttributionTable :attributions="attributions" />
|
||||||
|
<section>
|
||||||
|
<h2>Other</h2>
|
||||||
|
</section>
|
||||||
|
<table>
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th>Type</th>
|
||||||
|
<th>Source</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td>Icons</td>
|
||||||
|
<td>
|
||||||
|
<a
|
||||||
|
href="https://fontawesome.com/license/free"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
>
|
||||||
|
Font Awesome
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Heading Font</td>
|
||||||
|
<td>
|
||||||
|
<a
|
||||||
|
href="https://github.com/MichalSahar/Secular"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
>
|
||||||
|
Secular One
|
||||||
|
</a>
|
||||||
|
by
|
||||||
|
<a
|
||||||
|
href="https://github.com/MichalSahar"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
>
|
||||||
|
Michal Sahar
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Copy Font</td>
|
||||||
|
<td>
|
||||||
|
<a
|
||||||
|
href="https://antonkoovit.com/typefaces/arvo"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
>
|
||||||
|
Arvo
|
||||||
|
</a>
|
||||||
|
by
|
||||||
|
<a
|
||||||
|
href="https://antonkoovit.com/"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
>
|
||||||
|
Anton Koovit
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Background</td>
|
||||||
|
<td>
|
||||||
|
Layered Waves from
|
||||||
|
<a
|
||||||
|
href="https://haikei.app/"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
>
|
||||||
|
Haikei
|
||||||
|
</a>
|
||||||
|
by
|
||||||
|
<a
|
||||||
|
href="https://zcreativelabs.com/"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
>
|
||||||
|
z creative labs
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style lang="scss"></style>
|
<style lang="scss"></style>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue