-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfaqData.json
26 lines (26 loc) · 1.02 KB
/
faqData.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[
{
"question": "How do I delete an uploaded photo?",
"answer": "Click the 'X' icon on the top right of the photo box containing the photo you wish to remove."
},
{
"question": "How do I view comments that are submitted to a photo?",
"answer": "Click on the comments hyperlink at the bottom of a photo."
},
{
"question": "What if I resize my screen?",
"answer": "The photos in the main photo container will adjust their position correctly according to your browser window size."
},
{
"question": "How do I filter through photos?",
"answer": "You can enter any text into the search bar and it will automatically filter out the images displayed on the page."
},
{
"question": "How do I add an image?",
"answer": "Click the add image icon in the top right, you can then paste in a url and add a caption."
},
{
"question": "Will the website save all of the images that I create?",
"answer": "Yes, the website will save all of the images that users add to it collectively."
}
]