diff --git a/data/profiles.json b/data/profiles.json deleted file mode 100644 index 4fad30b..0000000 --- a/data/profiles.json +++ /dev/null @@ -1,55 +0,0 @@ - -[ - { - "name": "Ajat Prabha", - "currentDesignation": "4th Yearite", - "devlupDesignation": "Head", - "info": "All the info here.", - "src": "../data/images/Profiledata.png", - "links" : [ - {"icon": "mdi-email", "href": "#","iconColor":"red" }, - {"icon": "mdi-github", "href": "#","iconColor":"black" }, - {"icon": "mdi-gitlab", "href": "#","iconColor":"orange" }, - {"icon": "mdi-linkedin", "href": "#","iconColor":"blue" } - ] - }, - { - "name": "Anshul Ahuja", - "currentDesignation": "Intern at Microsoft", - "devlupDesignation": "Head/Mentor", - "info": "All the info here.All the info here.All the info here.All the info here.", - "src": "../data/images/Profiledata.png", - "links" : [ - {"icon": "mdi-email", "href": "#","iconColor":"red" }, - {"icon": "mdi-github", "href": "#","iconColor":"black" }, - {"icon": "mdi-gitlab", "href": "#","iconColor":"orange" }, - {"icon": "mdi-linkedin", "href": "#","iconColor":"blue" } - ] - }, - { - "name": "Jash Patel", - "currentDesignation": "2nd Yearite", - "devlupDesignation": "Senior", - "info": "All the info here.", - "src": "../data/images/Jash.jpg", - "links" : [ - {"icon": "mdi-email", "href": "#","iconColor":"red" }, - {"icon": "mdi-github", "href": "#","iconColor":"black" }, - {"icon": "mdi-gitlab", "href": "#","iconColor":"orange" }, - {"icon": "mdi-linkedin", "href": "#","iconColor":"blue" } - ] - }, - { - "name": "Sandesh Singh", - "currentDesignation": "1st Yearite", - "devlupDesignation": "Member", - "info": "All the info here.", - "src": "../data/images/Profiledata.png", - "links" : [ - {"icon": "mdi-email", "href": "#","iconColor":"red" }, - {"icon": "mdi-github", "href": "#","iconColor":"black" }, - {"icon": "mdi-gitlab", "href": "#","iconColor":"orange" }, - {"icon": "mdi-linkedin", "href": "#","iconColor":"blue" } - ] - } -] diff --git a/data/projects.json b/data/projects.json deleted file mode 100644 index 09e14ac..0000000 --- a/data/projects.json +++ /dev/null @@ -1,59 +0,0 @@ -[{ - "name": "TA Portal", - "description": "Handling all TA related tasks", - "info": "This is a web portal for automating the placement procedure. The above mentioned technology stack was used.", - "githubLink": "#", - "webLink": "#", - "tags": [{ "name": "vue" }, { "name": "html" }, { "name": "javascript" }], - "images": [ - { "src": "../data/images/cdclogodata.jpg" }, - { "src": "../data/images/Profiledata.png" } - ] - }, - { - "name": "Student Gymkhana", - "description": "Interface for IITJ's very own student gymkhana.", - "info": "This is a web portal for automating the placement procedure. The above mentioned technology stack was used.", - "githubLink": "#", - "tags": [ - { "name": "python" }, - { "name": "html" }, - { "name": "javascript" } - ], - "images": [ - { "src": "../data/images/cdclogodata.jpg" }, - { "src": "../data/images/Profiledata.png" } - ] - }, - { - "name": "Portfolio", - "description": "Portfolio for IITJ's open source enthusiasts group.", - "info": "This is a web portal for automating the placement procedure. The above mentioned technology stack was used.", - "githubLink": "#", - "webLink": "#", - "tags": [ - { "name": "vuetify" }, - { "name": "django" }, - { "name": "javascript" } - ], - "images": [ - { "src": "../data/images/cdclogodata.jpg" }, - { "src": "../data/images/Profiledata.png" } - ] - }, - { - "name": "CDC Portal", - "description": "A portal for handling student placements", - "info": "This is a web portal for automating the placement procedure. The above mentioned technology stack was used.", - "webLink": "#", - "tags": [ - { "name": "python" }, - { "name": "html" }, - { "name": "javascript" } - ], - "images": [ - { "src": "../data/images/cdclogodata.jpg" }, - { "src": "../data/images/Profiledata.png" } - ] - } -] \ No newline at end of file diff --git a/data/timelines.json b/data/timelines.json deleted file mode 100644 index 7c145a0..0000000 --- a/data/timelines.json +++ /dev/null @@ -1,41 +0,0 @@ -[{ - "colorClass": "light-blue", - "date": "April 2020", - "title": "Portfolio Created", - "info": "The portfolio for DevlUps Labs the open source community at IIT Jodhpur was created.Various tools and languages such as Django,Vue.js and frontend work was used.", - "firstButtonText": "GitHub", - "firstButtonLink": "#", - "secondButtonText": "Learn More", - "secondButtonLink": "#" - }, - { - "colorClass": "teal", - "date": "April 2020", - "title": "SDA Website Created", - "info": "Sentiments two occasional affronting solicitude travelling and one contrasted. Fortune day out married parties. Happiness remainder joy but earnestly for off. Took sold add play may none him few", - "firstButtonText": "Learn More", - "firstButtonLink": "#", - "secondButtonText": "Learn More", - "secondButtonLink": "#" - }, - { - "colorClass": "lime", - "date": "June 2019", - "title": "TA Portal Created", - "info": "Sentiments two occasional affronting solicitude travelling and one contrasted. Fortune day out married parties. Happiness remainder joy but earnestly for off. Took sold add play may none him few", - "firstButtonText": "Learn More", - "firstButtonLink": "#", - "secondButtonText": "Learn More", - "secondButtonLink": "#" - }, - { - "colorClass": "orange", - "date": "May 2018", - "title": "DevlUps Labs was found", - "info": "Sentiments two occasional affronting solicitude travelling and one contrasted. Fortune day out married parties. Happiness remainder joy but earnestly for off. Took sold add play may none him few", - "firstButtonText": "Learn More", - "firstButtonLink": "#", - "secondButtonText": "Learn More", - "secondButtonLink": "#" - } -] \ No newline at end of file diff --git a/src/components/HelloWorld.vue b/src/components/HelloWorld.vue deleted file mode 100644 index e8c0593..0000000 --- a/src/components/HelloWorld.vue +++ /dev/null @@ -1,122 +0,0 @@ - - - - - -