mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 16:22:59 +10:00
adding templates section to documentation
This commit is contained in:
@ -12,6 +12,7 @@ module.exports = {
|
|||||||
sidebar: [
|
sidebar: [
|
||||||
'/',
|
'/',
|
||||||
'/features/',
|
'/features/',
|
||||||
|
'/templates/',
|
||||||
'/technology/',
|
'/technology/',
|
||||||
'/contributing/',
|
'/contributing/',
|
||||||
'/building-from-source/',
|
'/building-from-source/',
|
||||||
|
|||||||
BIN
docs/.vuepress/public/favicon.ico
Normal file
BIN
docs/.vuepress/public/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.8 KiB |
25
docs/templates/README.md
vendored
Normal file
25
docs/templates/README.md
vendored
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
---
|
||||||
|
title: Templates
|
||||||
|
---
|
||||||
|
|
||||||
|
# Templates
|
||||||
|
|
||||||
|
<div style="display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem;
|
||||||
|
">
|
||||||
|
<div>
|
||||||
|
<h2 id="onyx"><a href="#onyx" class="header-anchor">#</a> Onyx</h2>
|
||||||
|
<img src="./images/Onyx.png" />
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<h2 id="pikachu"><a href="#pikachu" class="header-anchor">#</a> Pikachu</h2>
|
||||||
|
<img src="./images/Pikachu.png" />
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<h2 id="gengar"><a href="#gengar" class="header-anchor">#</a> Gengar</h2>
|
||||||
|
<img src="./images/Gengar.png" />
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<h2 id="castform"><a href="#castform" class="header-anchor">#</a> Castform</h2>
|
||||||
|
<img src="./images/Castform.png" />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
BIN
docs/templates/images/Castform.png
vendored
Normal file
BIN
docs/templates/images/Castform.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 374 KiB |
BIN
docs/templates/images/Gengar.png
vendored
Normal file
BIN
docs/templates/images/Gengar.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 391 KiB |
BIN
docs/templates/images/Onyx.png
vendored
Normal file
BIN
docs/templates/images/Onyx.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 302 KiB |
BIN
docs/templates/images/Pikachu.png
vendored
Normal file
BIN
docs/templates/images/Pikachu.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 390 KiB |
Reference in New Issue
Block a user