implemented generation of pages for each data in json

This commit is contained in:
arnaucode
2017-05-31 20:32:00 +02:00
parent d6c359c1f4
commit 186d170ffd
23 changed files with 364 additions and 12 deletions

View File

@@ -0,0 +1,33 @@
[{
"title": "Smartphone App",
"idAuthor": "author1",
"author": "User1",
"description": "This is the first project",
"link": "https://github.com",
"pageName": "smartphoneApp"
},
{
"title": "Botnet",
"idAuthor": "author2",
"author": "User2",
"description": "This project is a botnet",
"link": "https://github.com",
"pageName": "botnet"
},
{
"title": "Webpage",
"idAuthor": "author3",
"author": "User1",
"description": "This project is a webpage",
"link": "https://github.com",
"pageName": "webpage"
},
{
"title": "Script",
"idAuthor": "author4",
"author": "User1",
"description": "This project is a script to save time",
"link": "https://github.com",
"pageName": "script"
}
]