-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add logo, add gallery menu style, fotorama images height fix
- Loading branch information
Showing
21 changed files
with
194 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,39 @@ | ||
[ | ||
{ | ||
"description": "Egypt, officially the Arab Republic of Egypt, is a transcontinental country spanning the northeast corner of Africa and southwest corner of Asia, via a land bridge formed by the Sinai Peninsula", | ||
"id": 1, | ||
"id": 1001, | ||
"in_menu": 1, | ||
"name": "Egypt", | ||
"slug": "egypt", | ||
"visible": 1, | ||
"tree_id": 1 | ||
"tree_id": 3 | ||
}, | ||
{ | ||
"description": "The Egyptian pyramids are ancient pyramid-shaped masonry structures located in Egypt. As of November 2008, there are sources citing both 118 and 138 as the number of identified Egyptian pyramids. Most were built as tombs for the country's pharaohs and their consorts during the Old and Middle Kingdom periods.", | ||
"id": 2, | ||
"id": 1002, | ||
"in_menu": 1, | ||
"name": "Pyramid", | ||
"parent_id": 1, | ||
"parent_id": 1001, | ||
"slug": "pyramid", | ||
"visible": 1, | ||
"tree_id": 1 | ||
"tree_id": 3 | ||
}, | ||
{ | ||
"description": "Ziggurats were massive structures built in the ancient Mesopotamian valley and western Iranian plateau, having the form of a terraced step pyramid of successively receding stories or levels.", | ||
"id": 3, | ||
"id": 1003, | ||
"in_menu": 1, | ||
"name": "Ziggurats", | ||
"parent_id": 2, | ||
"parent_id": 1002, | ||
"slug": "ziggurats", | ||
"visible": 1, | ||
"tree_id": 1 | ||
"tree_id": 3 | ||
}, | ||
{ | ||
"id": 4, | ||
"id": 1004, | ||
"in_menu": 1, | ||
"name": "Unsorted", | ||
"slug": "unsorted", | ||
"visible": 1, | ||
"tree_id": 2 | ||
"tree_id": 4 | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,46 @@ | ||
[ | ||
{ | ||
"path": "http://i.imgur.com/FmVpuqM.jpg", | ||
"gallery_id": 1 | ||
"gallery_id": 1001 | ||
}, | ||
{ | ||
"path": "http://i.imgur.com/ZM0EjlB.jpg", | ||
"gallery_id": 2 | ||
"gallery_id": 1002 | ||
}, | ||
{ | ||
"path": "http://i.imgur.com/ns2TyAE.jpg", | ||
"gallery_id": 2 | ||
"gallery_id": 1002 | ||
}, | ||
{ | ||
"path": "http://i.imgur.com/GtZq6ps.jpg", | ||
"gallery_id": 2 | ||
"gallery_id": 1002 | ||
}, | ||
{ | ||
"path": "http://i.imgur.com/85U2RS9.jpg", | ||
"gallery_id": 2 | ||
"gallery_id": 1002 | ||
}, | ||
{ | ||
"path": "http://i.imgur.com/ZVTBpjV.jpg", | ||
"gallery_id": 3 | ||
"gallery_id": 1003 | ||
}, | ||
{ | ||
"path": "http://i.imgur.com/1RHsVNy.jpg", | ||
"gallery_id": 3 | ||
"gallery_id": 1003 | ||
}, | ||
{ | ||
"path": "http://i.imgur.com/fmck85z.jpg", | ||
"gallery_id": 3 | ||
"gallery_id": 1003 | ||
}, | ||
{ | ||
"path": "http://i.imgur.com/xNmuUcf.jpg", | ||
"gallery_id": 4 | ||
"gallery_id": 1004 | ||
}, | ||
{ | ||
"path": "http://i.imgur.com/MNUosfw.jpg", | ||
"gallery_id": 4 | ||
"gallery_id": 1004 | ||
}, | ||
{ | ||
"path": "http://i.imgur.com/8EfAn3t.jpg", | ||
"gallery_id": 4 | ||
"gallery_id": 1004 | ||
} | ||
] |
Oops, something went wrong.