mirror of
https://github.com/Aroy-Art/Aroy-Art-Site.git
synced 2024-12-26 06:34:22 +01:00
Add: new image to portfolio
This commit is contained in:
parent
7ed1fa0018
commit
b26ba5f26b
1 changed files with 53 additions and 48 deletions
|
@ -2,92 +2,97 @@
|
|||
portfolio:
|
||||
enable : true
|
||||
title : My Works
|
||||
image_loaded_plugin: "/plugins/image-loaded/imagesloaded.pkgd.min.js"
|
||||
image_loaded_plugin : "/plugins/image-loaded/imagesloaded.pkgd.min.js"
|
||||
portfolio_categories:
|
||||
|
||||
- name : 2D Art
|
||||
- name : 2D Art
|
||||
text_color : "#a521c1"
|
||||
bg_color : "#57cbcc"
|
||||
bg_color : "#57cbcc"
|
||||
portfolio_items:
|
||||
|
||||
- name : Cyborg Cat
|
||||
image : images/portfolio/Art/Skiss-01-V21.png
|
||||
tags : ["Krita", "2D", "Cyborg"]
|
||||
- name : Cyborg Cat
|
||||
image : images/portfolio/Art/Skiss-01-V21.png
|
||||
tags : ["Krita", "2D", "Cyborg"]
|
||||
content :
|
||||
link : ""
|
||||
link : ""
|
||||
|
||||
# portfolio item loop
|
||||
- name : Aroy icon version 2
|
||||
image : images/portfolio/Art/image-5.png
|
||||
tags : [""]
|
||||
- name : Aroy icon version 2
|
||||
image : images/portfolio/Art/image-5.png
|
||||
tags : [""]
|
||||
content :
|
||||
link : ""
|
||||
link : ""
|
||||
|
||||
# portfolio item loop
|
||||
- name : Aroy icon version 2
|
||||
image : images/portfolio/Art/image-3.png
|
||||
tags : [""]
|
||||
- name : Aroy icon version 2
|
||||
image : images/portfolio/Art/image-3.png
|
||||
tags : [""]
|
||||
content :
|
||||
link : ""
|
||||
link : ""
|
||||
|
||||
# portfolio item loop
|
||||
- name : Aroy Character version 1
|
||||
image : images/portfolio/Art/image-2.png
|
||||
tags : ["Furry", "Characters"]
|
||||
- name : Aroy Character version 1
|
||||
image : images/portfolio/Art/image-2.png
|
||||
tags : ["Furry", "Characters"]
|
||||
content :
|
||||
link : ""
|
||||
link : ""
|
||||
|
||||
# portfolio item loop
|
||||
- name : Furry Robot Girl
|
||||
image : images/portfolio/Art/image-1.png
|
||||
tags : ["Robot", "Characters", "Art", "Furry"]
|
||||
- name : Furry Robot Girl
|
||||
image : images/portfolio/Art/image-1.png
|
||||
tags : ["Robot", "Characters", "Art", "Furry"]
|
||||
content :
|
||||
link : ""
|
||||
link : ""
|
||||
|
||||
# portfolio item loop
|
||||
- name : Robot Cat
|
||||
image : images/portfolio/Art/image-0.png
|
||||
tags : ["Cat", "Robot"]
|
||||
- name : Robot Cat
|
||||
image : images/portfolio/Art/image-0.png
|
||||
tags : ["Cat", "Robot"]
|
||||
content :
|
||||
link : ""
|
||||
link : ""
|
||||
|
||||
- name : Black Eye
|
||||
image : images/portfolio/Art/eyes1e-outline.png
|
||||
tags : ["Krita"]
|
||||
content :
|
||||
link : ""
|
||||
|
||||
|
||||
- name : 3D Art
|
||||
- name : 3D Art
|
||||
text_color : ""
|
||||
bg_color : "#a521c1"
|
||||
bg_color : "#a521c1"
|
||||
portfolio_items:
|
||||
|
||||
# portfolio item loop
|
||||
- name : Campfire 1
|
||||
image : images/portfolio/Godot/Godot-001.png
|
||||
tags : ["Game", "Godot", "Development", "3D"]
|
||||
- name : Campfire 1
|
||||
image : images/portfolio/Godot/Godot-001.png
|
||||
tags : ["Game", "Godot", "Development", "3D"]
|
||||
content : Campfire scene made in Godot.
|
||||
link : "#"
|
||||
link : "#"
|
||||
|
||||
# portfolio item loop
|
||||
- name : Campfire 2
|
||||
image : images/portfolio/Godot/Godot-003.png
|
||||
tags : ["Game", "Godot", "Development", "3D"]
|
||||
- name : Campfire 2
|
||||
image : images/portfolio/Godot/Godot-003.png
|
||||
tags : ["Game", "Godot", "Development", "3D"]
|
||||
content : Campfire scene made in Godot.
|
||||
link : "#"
|
||||
link : "#"
|
||||
|
||||
- name : Other
|
||||
|
||||
- name : Other
|
||||
text_color : ""
|
||||
bg_color : "#8a2be2"
|
||||
bg_color : "#8a2be2"
|
||||
portfolio_items:
|
||||
|
||||
# portfolio item loop
|
||||
- name : Arcade Machine
|
||||
image : images/portfolio/Other/20200616_125851.jpg
|
||||
tags : ["development"]
|
||||
- name : Arcade Machine
|
||||
image : images/portfolio/Other/20200616_125851.jpg
|
||||
tags : ["development"]
|
||||
content : My DIY arcade machine.
|
||||
link : "#"
|
||||
link : "#"
|
||||
|
||||
# # portfolio item loop
|
||||
# - name :
|
||||
# image :
|
||||
# image_thumb :
|
||||
# tags : ["", ""]
|
||||
# - name :
|
||||
# image :
|
||||
# tags : ["", ""]
|
||||
# content :
|
||||
# link : ""
|
||||
# link : ""
|
Loading…
Reference in a new issue