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,25 @@
<!DOCTYPE html><html><body><h1>Projects page</h1><div class="class1">
<div id="author1" class="class2">Project Smartphone App</div>
<div class="classAuthor">Developed by: User1</div>
<div class="class3">This is the first project</div>
<a href="https://github.com" target="_blank">View project page</a>
</div>
<div class="class1">
<div id="author2" class="class2">Project Botnet</div>
<div class="classAuthor">Developed by: User2</div>
<div class="class3">This project is a botnet</div>
<a href="https://github.com" target="_blank">View project page</a>
</div>
<div class="class1">
<div id="author3" class="class2">Project Webpage</div>
<div class="classAuthor">Developed by: User1</div>
<div class="class3">This project is a webpage</div>
<a href="https://github.com" target="_blank">View project page</a>
</div>
<div class="class1">
<div id="author4" class="class2">Project Script</div>
<div class="classAuthor">Developed by: User1</div>
<div class="class3">This project is a script to save time</div>
<a href="https://github.com" target="_blank">View project page</a>
</div>
</body></html>