Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/uicardiodev/hugo-uilite.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/data/services.json')
-rw-r--r--exampleSite/data/services.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/exampleSite/data/services.json b/exampleSite/data/services.json
new file mode 100644
index 0000000..7dd201a
--- /dev/null
+++ b/exampleSite/data/services.json
@@ -0,0 +1,15 @@
+{
+ "title" : "Services",
+ "services" : [
+ {
+ "icon" : "pencil-ruler",
+ "title" : "Logo Design",
+ "description" : "Nunc sapien nisi, maximus eleifend hendrerit sit amet, rutrum vel diam. Duis quam nibh, tincidunt eget nunc nec, suscipit pretium dolor. "
+ },
+ {
+ "icon" : "pen-nib",
+ "title" : "Graphics Design",
+ "description" : "Nunc sapien nisi, maximus eleifend hendrerit sit amet, rutrum vel diam. Duis quam nibh, tincidunt eget nunc nec, suscipit pretium dolor. "
+ }
+ ]
+} \ No newline at end of file