First commit.
This commit is contained in:
commit
2e5155380b
12 changed files with 471 additions and 0 deletions
23
projects/aboukkit/project.json
Normal file
23
projects/aboukkit/project.json
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"project": {
|
||||
"title": "Aboukkit",
|
||||
"subtitle": "A Brief Subtitle for the Project",
|
||||
"description": "This is a placeholder description for the project. You can add details about the project's objectives, features, and goals here.",
|
||||
"logo": "",
|
||||
"images": [
|
||||
{
|
||||
"src": "images/image1.jpg",
|
||||
"alt": "Image 1 description"
|
||||
},
|
||||
{
|
||||
"src": "images/image2.jpg",
|
||||
"alt": "Image 2 description"
|
||||
},
|
||||
{
|
||||
"src": "images/image3.jpg",
|
||||
"alt": "Image 3 description"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue