Added projects section
This commit is contained in:
20
config/json/projects.json
Normal file
20
config/json/projects.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"cols": 3,
|
||||
"projects" : [
|
||||
{
|
||||
"title": "Этот сайт",
|
||||
"description": "Текст",
|
||||
"image": "images/thissite.png"
|
||||
},
|
||||
{
|
||||
"title": "ChatManager",
|
||||
"description": "Плагин для работы с чатом в Minecraft.",
|
||||
"image": "images/chatmanager.png"
|
||||
},
|
||||
{
|
||||
"title": "Скоро, совсем скоро, текст",
|
||||
"description": "Скоро",
|
||||
"image": "images/soon.jpg"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user