diff --git a/README.md b/README.md new file mode 100644 index 0000000..9d1e686 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# DO NOT READ ME diff --git a/api/data.json b/api/data.json new file mode 100644 index 0000000..92ed131 --- /dev/null +++ b/api/data.json @@ -0,0 +1,20 @@ +[ + { + "title": "First test", + "projects": [ + { + "title": "first test 1", + "url": "https://github.com/" + } + ] + }, + { + "title": "First test", + "projects": [ + { + "title": "first test 1", + "url": "https://github.com/" + } + ] + } +] diff --git a/index.html b/index.html new file mode 100644 index 0000000..ca8259f --- /dev/null +++ b/index.html @@ -0,0 +1,12 @@ + + + + + + My Works + + + +

I'm lazy, that's why I do this...

+ +