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 @@ -<template> - <div class="hello"> - <h1>{{ msg }}</h1> - <p> - For a guide and recipes on how to configure / customize this project,<br /> - check out the - <a href="https://cli.vuejs.org" target="_blank" rel="noopener" - >vue-cli documentation</a - >. - </p> - <h3>Installed CLI Plugins</h3> - <ul> - <li> - <a - href="https://github.com/vuejs/vue-cli/tree/dev/packages/%40vue/cli-plugin-babel" - target="_blank" - rel="noopener" - >babel</a - > - </li> - <li> - <a - href="https://github.com/vuejs/vue-cli/tree/dev/packages/%40vue/cli-plugin-router" - target="_blank" - rel="noopener" - >router</a - > - </li> - <li> - <a - href="https://github.com/vuejs/vue-cli/tree/dev/packages/%40vue/cli-plugin-eslint" - target="_blank" - rel="noopener" - >eslint</a - > - </li> - </ul> - <h3>Essential Links</h3> - <ul> - <li> - <a href="https://vuejs.org" target="_blank" rel="noopener">Core Docs</a> - </li> - <li> - <a href="https://forum.vuejs.org" target="_blank" rel="noopener" - >Forum</a - > - </li> - <li> - <a href="https://chat.vuejs.org" target="_blank" rel="noopener" - >Community Chat</a - > - </li> - <li> - <a href="https://twitter.com/vuejs" target="_blank" rel="noopener" - >Twitter</a - > - </li> - <li> - <a href="https://news.vuejs.org" target="_blank" rel="noopener">News</a> - </li> - </ul> - <h3>Ecosystem</h3> - <ul> - <li> - <a href="https://router.vuejs.org" target="_blank" rel="noopener" - >vue-router</a - > - </li> - <li> - <a href="https://vuex.vuejs.org" target="_blank" rel="noopener">vuex</a> - </li> - <li> - <a - href="https://github.com/vuejs/vue-devtools#vue-devtools" - target="_blank" - rel="noopener" - >vue-devtools</a - > - </li> - <li> - <a href="https://vue-loader.vuejs.org" target="_blank" rel="noopener" - >vue-loader</a - > - </li> - <li> - <a - href="https://github.com/vuejs/awesome-vue" - target="_blank" - rel="noopener" - >awesome-vue</a - > - </li> - </ul> - </div> -</template> - -<script> -export default { - name: "HelloWorld", - props: { - msg: String - } -}; -</script> - -<!-- Add "scoped" attribute to limit CSS to this component only --> -<style scoped lang="scss"> -h3 { - margin: 40px 0 0; -} -ul { - list-style-type: none; - padding: 0; -} -li { - display: inline-block; - margin: 0 10px; -} -a { - color: #42b983; -} -</style>