diff --git a/data.example.js b/data.example.js new file mode 100644 index 0000000..912d8ff --- /dev/null +++ b/data.example.js @@ -0,0 +1,36 @@ +const experiences = [ + { + "title": "", + "description": "", + "role": "", + "location": "", + "link": "", + "content": [], + "dates": { + "start": 2021, + "end": 2021 + } + } +] + +const projects = [ + { + "title": "", + "description": "", + "content": [], + "links": [ + { + "title": "", + "link": "", + "icon": "" + } + ] + } +] + +const skills = [ + { + "title": "", + "description": "" + } +]