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/experience.json')
-rw-r--r--exampleSite/data/experience.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/exampleSite/data/experience.json b/exampleSite/data/experience.json
new file mode 100644
index 0000000..dfb38d2
--- /dev/null
+++ b/exampleSite/data/experience.json
@@ -0,0 +1,15 @@
+{
+ "title" : "Experience",
+ "experience" : [
+ {
+ "timeperiod" : "May 2017 - Nov 2017",
+ "company" : "Uber",
+ "description" : "Nunc sapien nisi, maximus eleifend hendrerit sit amet, rutrum vel diam. Duis quam nibh, tincidunt eget nunc nec, suscipit pretium dolor. "
+ },
+ {
+ "timeperiod" : "Nov 2017 - Present",
+ "company" : "Google",
+ "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