Skip to content

Commit

Permalink
aditya-mitra/other-minor-updates
Browse files Browse the repository at this point in the history
Other Minor Updates
  • Loading branch information
aditya-mitra authored Apr 6, 2021
2 parents caa0b9d + e45b7b6 commit 94ae334
Show file tree
Hide file tree
Showing 5 changed files with 25,747 additions and 25,739 deletions.
5 changes: 2 additions & 3 deletions containers/About/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@
* */
export default {
title: 'Aditya Mitra',
subTitle: 'Working with JavaScript',
description: `I am Aditya. A developer.
I like to build useful apps with JavaScript.`,
subTitle: 'Contributing to Rocket.Chat',
description: `Hello, I am Aditya. I love to build and contribute to projects which make our lives easier`,
image: '/images/me.jpg',
status: 'hover here ',
};
2 changes: 1 addition & 1 deletion containers/Projects/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export default [
links: [
{
provider: 'amplify',
link: 'https://prod.dgy94qrrhr9xz.amplifyapp.com/play',
link: 'https://prod.dgy94qrrhr9xz.amplifyapp.com/',
},
{
provider: 'blog',
Expand Down
41 changes: 21 additions & 20 deletions containers/Skills/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ import {
SiPostgresql,
SiPython,
SiReact,
SiTypescript,
SiTypescript,
SiMeteor
} from 'react-icons/si';

export const glossIcon = {
Expand All @@ -40,8 +41,8 @@ export const glossIcon = {
expressjs: SiJavascript,
django: DiDjango,
cms: BiBookContent,
meteorjs: SiMeteor,
hapijs: GiRobotHelmet,
koajs: IoLogoJavascript,

// databases
mongodb: SiMongodb,
Expand Down Expand Up @@ -91,8 +92,8 @@ export const glossColour = {
expressjs: 'teal.200',
django: 'gray.500',
cms: 'yellow.200',
hapijs: 'orange.500',
koajs: 'teal.400',
meteorjs: 'red.400',
hapijs: 'orange.500',

//databases
mongodb: 'green.400',
Expand Down Expand Up @@ -131,20 +132,20 @@ export default [
topics: [
{
name: 'GitHub Actions',
progress: 90,
progress: 88,
icon: 'actions',
},
{
name: 'CircleCI',
progress: 85,
progress: 80,
},
{
name: 'Docker',
progress: 90,
progress: 86,
},
{
name: 'AWS',
progress: 87,
progress: 80,
},
{
name: 'Git',
Expand Down Expand Up @@ -172,15 +173,15 @@ export default [
name: 'Content Management Systems',
progress: 75,
icon: 'cms',
},
},
{
name: 'MeteorJS',
progress: 85
},
{
name: 'HapiJS',
progress: 75,
},
{
name: 'KoaJS',
progress: 50,
},
],
},
{
Expand Down Expand Up @@ -216,16 +217,16 @@ export default [
{
name: 'PostgreSQL',
progress: 92,
},
},
{
name: 'SQLite3',
progress: 50,
},
{
name: "IndexedDB (Browser's Database)",
progress: 87,
icon: 'indexeddb',
},
{
name: 'SQLite3',
progress: 50,
},
],
},
{
Expand All @@ -246,12 +247,12 @@ export default [
},
{
name: 'Python UnitTesting Framework',
progress: 78,
progress: 49,
icon: 'pythontesting',
},
{
name: 'Shell',
progress: 85,
progress: 80,
},
],
},
Expand Down
Loading

1 comment on commit 94ae334

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.