Skip to content

Commit f985da1

Browse files
committed
added constants to about and projects
changed footer styles
1 parent 5ee9a69 commit f985da1

File tree

3 files changed

+91
-31
lines changed

3 files changed

+91
-31
lines changed

Containers/About/constants.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88
* */
99
export default {
1010
title: "Aditya Mitra",
11-
subTitle: "Addicted to JS",
11+
subTitle: "Working on JavaScript",
1212
description:
1313
`I am Aditya. A developer. I love to develop apps that are useful.
14-
I am not an early developer. I did not start too young. I started with JS at age 18.`,
14+
I am not an early developer. I did not start too young. I started with JS at age 18.
15+
I like to build useful. apps with JavaScript.`,
1516
image: "/me.jpg",
1617
status: "hover here ",
1718
}

Containers/Projects/constants.js

Lines changed: 81 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@ import { GoMarkGithub } from 'react-icons/go';
22
import { BiLink } from 'react-icons/bi';
33
import { FaPenNib } from 'react-icons/fa';
44
import { GrNode } from 'react-icons/gr';
5-
import { SiReact, SiNextDotJs, SiPostgresql, SiMongodb } from 'react-icons/si';
5+
import { SiReact, SiNextDotJs, SiPostgresql, SiMongodb, SiRedux, SiReactrouter,SiMarkdown } from 'react-icons/si';
66
import { GrTechnology } from 'react-icons/gr';
7+
import {CgWebsite} from 'react-icons/cg';
8+
import {DiDjango} from 'react-icons/di';
9+
710

811
export const glossIcon = {
912
// links
@@ -13,10 +16,19 @@ export const glossIcon = {
1316

1417
// stacks
1518
"nodejs": GrNode,
19+
"expressjs": GrNode,
1620
"reactjs": SiReact,
21+
"redux": SiRedux,
1722
"nextjs": SiNextDotJs,
23+
"react router": SiReactrouter,
24+
25+
"django": DiDjango,
1826
"postgresql": SiPostgresql,
1927
"mongodb": SiMongodb,
28+
29+
"website": CgWebsite,
30+
"markdown": SiMarkdown,
31+
2032
"other": GrTechnology,
2133
}
2234

@@ -28,83 +40,100 @@ export const glossColour = {
2840

2941
// stacks
3042
"nodejs": "orange",
43+
"expressjs": "orange",
3144
"reactjs": "red",
45+
"redux": "cyan",
3246
"nextjs": "cyan",
47+
"react router": "purple",
48+
49+
"django": "purple",
3350
"postgresql": "blue",
3451
"mongodb": "teal",
52+
53+
"website": "yellow",
54+
"markdown": "pink",
3555
}
3656

3757
export default [
3858
{
3959
items: [
4060
{
41-
title: "TextHand",
42-
description: "It is a text to handwriting converter which generates images from text. I did my homework during the lockdown with the help of this app. It has not been caught till now. 😝"
61+
title: "Code Rush",
62+
description: "Code Rush is a competitive coding platform. It is open source coding platform supporting 6 coding languages.",
63+
imgSrc: "https://res.cloudinary.com/gamersinstinct7/image/upload/v1604304531/portfolio/Code%20Rush/cr-1_pd3aak.jpg"
64+
},
65+
{
66+
title: "Code and solve questions",
67+
description: "It is built on the latest standard of the web - the JAM Stack. It has an awesome ACE editor integrated into it. Live feedbacks on submissions are provided. Competitors can check their score on the leaderboard.",
68+
imgSrc: "https://res.cloudinary.com/gamersinstinct7/image/upload/v1604304530/portfolio/Code%20Rush/cr-2_ttkmqx.jpg"
4369
},
4470
{
45-
title: "aka text-to-handwriting",
46-
description: "Inspired from all the apps out there which me and my friends initially but none of us were satisfied. I built my own and added some `random` which made the generated image look more natural."
71+
title: "Beat your competitors",
72+
description: "There a lot of questions of all categories - easy, stacks, trickster, etc. An admin panel is also integrated in the backend of code rush. Live user count and comments for discussions are also enabled.",
73+
imgSrc: "https://res.cloudinary.com/gamersinstinct7/image/upload/v1604304531/portfolio/Code%20Rush/cr-3_mct9ev.jpg"
4774
},
4875
],
4976
links: [
5077
{
5178
provider: "github",
52-
link: "https://github.com/uinstinct/TextHand",
79+
link: "https://github.com/aditya-mitra/code-rush",
5380
},
5481
{
5582
provider: "app",
56-
link: "https://texthand-use-a.netlify.app/"
83+
link: "https://code-rush.vercel.app/"
5784
}
5885
],
59-
stacks: ["nodejs", "reactjs",],
86+
stacks: ["nextjs", "nodejs", "mongodb", "markdown",],
6087
},
6188
{
6289
items: [
6390
{
6491
title: "Character Card Builder",
65-
description: "Character Card Builder is an awesome app to build and display cards",
92+
description: "Character Card Builder is a web app that lets you make awesome looking cards on the site.",
6693
imgSrc: "https://res.cloudinary.com/gamersinstinct7/image/upload/v1604062891/portfolio/Character%20Card%20Builder/CCB_create_1_hzcd34.png",
6794
},
6895
{
6996
title: "Character Card Builder",
70-
description: "You can try and build your own cards in the links given below",
71-
imgSrc: "https://res.cloudinary.com/gamersinstinct7/image/upload/v1604062660/portfolio/Character%20Card%20Builder/CCB_chars_2_w32zn9.png",
72-
},
73-
{
74-
title: "Character Card Builder",
75-
description: "It has even has awesome SEARCH feature and a fabolous DARK mode built integrated into it.",
97+
description: "It has a ton of features such as an awesome SEARCH feature and a fabulous DARK mode built and integrated into it.",
7698
imgSrc: "https://res.cloudinary.com/gamersinstinct7/image/upload/v1604261385/portfolio/Character%20Card%20Builder/CCB_Search_3_wgxikr.jpg",
77-
}
99+
},
100+
{
101+
title: "Character Card Builder",
102+
description: "It also has a LIVE card creator that lets you see the card you as soon as you type. It was my first project that utilized postgresql and redux.",
103+
imgSrc: "https://res.cloudinary.com/gamersinstinct7/image/upload/v1604062660/portfolio/Character%20Card%20Builder/CCB_chars_2_w32zn9.png",
104+
},
105+
78106
],
79107
links: [
80108
{
81109
provider: "github",
82-
link: "https://github.com"
110+
link: "https://github.com/aditya-mitra/card_builder"
83111
},
84112
{
85113
provider: "app",
86-
link: "https://google.com"
114+
link: "https://github.com/aditya-mitra/card_builder"
87115
}
88116
],
89-
stacks: ["nodejs", "reactjs", "postgresql"],
117+
stacks: ["nodejs", "reactjs", "postgresql", "redux",],
90118
},
91119
{
92120
items: [
93121
{
94122
title: "Whatster",
95-
description: "WhatsTer is a Chat bot created using Twilio's Messaging API for Whatsapp. It is a based on a full stack",
123+
description: "WhatsTer is a Chat bot created using Twilio's Messaging API for Whatsapp. If you would like to store messages from your chats in whatsapp itself, this bot can come very handy.",
96124
imgSrc: "https://res.cloudinary.com/gamersinstinct7/image/upload/v1604068045/portfolio/Whatster/Whatster_chats_1_dy9iv5.png",
97125
},
98126
{
99127
title: "Whatster",
100-
description: "This is really what someone needs to save their content.",
101-
imgSrc: "https://res.cloudinary.com/gamersinstinct7/image/upload/v1604067858/portfolio/Whatster/Whatster_website_og7dmd.png",
128+
description: "It has a lot of features integrated into it. It has chat based mail service, image recognition, content saving feature all built to a single app, yet this bot is very simple to use.",
129+
imgSrc: "https://res.cloudinary.com/gamersinstinct7/image/upload/v1604067858/portfolio/Whatster/Whatster_login_lskciw.png",
102130
},
103131
{
104132
title: "Whatster",
105-
description: "It has chat based mail service, image recognition, content saving feature all built to a single app, yet simple to use.",
106-
imgSrc: "https://res.cloudinary.com/gamersinstinct7/image/upload/v1604067858/portfolio/Whatster/Whatster_login_lskciw.png",
133+
description: "Whatster will save your messages on its database and let you secure them with your account. It will send you an OTP for you to login into its webapp.",
134+
imgSrc: "https://res.cloudinary.com/gamersinstinct7/image/upload/v1604067858/portfolio/Whatster/Whatster_website_og7dmd.png",
107135
},
136+
108137
],
109138
links: [
110139
{
@@ -120,6 +149,32 @@ export default [
120149
link: "https://dev.to/adityamitra/whatster-the-chatbot-i-built-for-twilio-9ok",
121150
}
122151
],
123-
stacks: ["nodejs", "reactjs", "twilio", "mongodb"],
124-
}
152+
stacks: ["expressjs", "reactjs", "twilio", "mongodb", "react router"],
153+
},
154+
{
155+
items: [
156+
{
157+
title: "Socio Students",
158+
description: "A web application created for students to get social and know each other better.",
159+
imgSrc: "https://res.cloudinary.com/gamersinstinct7/image/upload/v1604307197/portfolio/Socio%20Students/ssw-1-min_hfolhp.png",
160+
},
161+
{
162+
title: "Socio Students",
163+
description: "Students can view others profile and edit or delete their profiles. It is a website built with django",
164+
imgSrc: "https://res.cloudinary.com/gamersinstinct7/image/upload/v1604306984/portfolio/Socio%20Students/ssw-2_iwys6k.png",
165+
},
166+
],
167+
links: [
168+
{
169+
provider: "github",
170+
link: "https://github.com/uinstinct/socioStudentWin",
171+
},
172+
{
173+
provider: "app",
174+
link: "https://djangoaditya.pythonanywhere.com/",
175+
},
176+
],
177+
stacks: ["django","website"],
178+
},
179+
125180
];

styles/footer.js

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const allStyles = css`
1212
color: black;
1313
overflow: hidden;
1414
}
15-
@media screen and (max-width: 350px) {
15+
@media screen and (max-width: 590px) {
1616
.footer {
1717
height: 22.5rem;
1818
grid-template-columns: 1fr;
@@ -80,7 +80,6 @@ const allStyles = css`
8080
@media screen and (max-width: 350px) {
8181
.built-with {
8282
margin: 1.5rem 0;
83-
font-size: 1.5em;
8483
}
8584
}
8685
.built-with .border{
@@ -91,6 +90,11 @@ const allStyles = css`
9190
border-left: 1px solid black;
9291
opacity: 0.5;
9392
}
93+
@media screen and (max-width: 590px){
94+
.built-with .border{
95+
display: none;
96+
}
97+
}
9498
.built-with span{
9599
font-weight: 200;
96100
display: inline;
@@ -99,7 +103,7 @@ const allStyles = css`
99103
display: block;
100104
margin: 1rem;
101105
}
102-
@media screen and (max-width: 450px){
106+
@media screen and (max-width: 590px){
103107
.built-with .built{
104108
margin: 0 1rem;
105109
}

0 commit comments

Comments
 (0)