diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..639900d --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..cc60775 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/pfwebsite.iml b/.idea/pfwebsite.iml new file mode 100644 index 0000000..d6ebd48 --- /dev/null +++ b/.idea/pfwebsite.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/src/lib/Data/projects.json b/src/lib/Data/projects.json index c7a4625..3e81d10 100644 --- a/src/lib/Data/projects.json +++ b/src/lib/Data/projects.json @@ -1,4 +1,10 @@ [ + { + "title": "Data Visualization", + "description": "Visualizing the India's development journey through 10 correlation points which are shown in public tableau.", + "link": "https://public.tableau.com/views/Data-DrivenVisualizationofIndiasDevlopmentJourney/1a-pie?:language=en-GB&:display_count=n&:origin=viz_share_link", + "image": "/images/projects/dataviz.png" + }, { "title": "Semantic Segmentation", "description": "Semantic segmentation is about automatically extracting information from images.", diff --git a/static/images/projects/dataviz.png b/static/images/projects/dataviz.png new file mode 100644 index 0000000..6611771 Binary files /dev/null and b/static/images/projects/dataviz.png differ