Skip to content

Commit

Permalink
update v1
Browse files Browse the repository at this point in the history
  • Loading branch information
Coolkishann committed Apr 16, 2024
1 parent 35fb860 commit 9435f6b
Show file tree
Hide file tree
Showing 13 changed files with 66 additions and 24 deletions.
3 changes: 1 addition & 2 deletions src/Components/About.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ const About = () => {
<img
src={PPng} loading="lazy"
alt="Kishan Vishwakarma"
className="rounded-full w-40 h-40 md:w-60 md:h-60 object-cover object-center shadow-lg"
/>
class="rounded-t-full rounded-b-full w-48 h-72 md:w-64 md:h-96 object-cover object-center shadow-lg"/>
</div>

<div className="container flex text-white text-center justify-center items-center w-full md:w-1/2 h-full flex-col">
Expand Down
6 changes: 4 additions & 2 deletions src/Components/Experience/Education.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import {
Typography,
Avatar,
} from "@material-tailwind/react";
// import university from "./assets/university.png";


const Education = () => {
return (
Expand All @@ -19,12 +21,12 @@ const Education = () => {
<TimelineIcon className="p-0">
<Avatar
size="lg"
src="https://upload.wikimedia.org/wikipedia/en/7/7a/University_of_Mumbai_coat_of_arms.svg"
src="https://banner2.cleanpng.com/20180509/lqq/kisspng-university-of-mumbai-alkesh-dinesh-mody-institute-5af2a63dc98cd9.9610869015258517098256.jpg"
alt="user 1"
/>
</TimelineIcon>
<Typography variant="h5" className="text-blue-900">
Marwadi Education Foundation's Group of Institutions
Mumbai University
</Typography>
</TimelineHeader>
<TimelineBody className="pb-14">
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Experience/WorkExp.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const WorkExp = () => {
</a>
</TimelineIcon>
<div className="flex flex-col text-blue-900">
<Typography variant="h5" color="" className="font-bold">
<Typography variant="h5" className="font-bold">
C2P Ventures
</Typography>
<Typography className="font-bold text-gray-900 my-2" color="white">
Expand Down
6 changes: 3 additions & 3 deletions src/Components/Projects/MernProjects.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ const MernProjects = () => {
</div>

<div className="my-2 flex flex-col gap-3">
<h3 className="text-xl text-center text-blue-900 font-medium">
<h3 className="text-2xl font-bold text-center text-blue-900">
{title}
</h3>
<p className="text-sm text-gray-900">
<span className="font-medium">Tech Stack:</span>
<p className="text-xl text-center text-gray-900">
<span className="font-medium ">Tech-Stack:</span>
{techstack}
</p>
</div>
Expand Down
62 changes: 51 additions & 11 deletions src/Components/Projects/ProjectData.js
Original file line number Diff line number Diff line change
@@ -1,27 +1,67 @@
import jobPortal from "./ProjectImg/jobportal.webp";
import AiSum from "./ProjectImg/foot.png";
import blogApp from "./ProjectImg/chatapp.png";
import practical from "./ProjectImg/practical.png";
import text from "./ProjectImg/text.png";
import c2p from "./ProjectImg/c2p.png";
import Code2pdf from "./ProjectImg/Code2pdf.png";
import hotel from "./ProjectImg/hotel.png";
import ChatApp from "./ProjectImg/chatapp.png";

export const MernProjectData = [
{
img: ChatApp,
title: "MERN-Chat-App",
techstack: " React ,Node ,Express ,MongoDB ,Tailwind CSS",
live: "https://chatapp-by-kishan.netlify.app/",
github: "https://github.com/Coolkishann/ChatApp-by-Kishan",
},
{
img: practical,
title: "College Practical's Saver",
techstack: " React, Mongo ,Express ,Node",
live: "https://prac-viva.vercel.app/",
github: "https://github.com/Coolkishann/Practical-Saver-Frontend",
},
{
img: Code2pdf,
title: "Code2PDF",
techstack: " Html ,CSS ,JS",
live: "https://code2pdf.netlify.app/",
github: "https://github.com/Coolkishann/Code-2-PDF",
},
{
img: hotel,
title: "Hotel Website",
techstack: " Html ,CSS ,JS",
live: "https://amazing-cranachan-eea771.netlify.app/",
github: "https://github.com/Coolkishann",
},
{
img: text,
title: "Text-Manipulator ",
techstack: " Html ,CSS ,JS ,React",
live: "https://devkishan44.netlify.app/",
github: "https://github.com/Coolkishann/Text-Manipulator-React",
},
{
img: c2p,
title: "Agency Website",
techstack: " Html ,CSS ,JS",
live: "https://code2pdf.netlify.app/",
github: "https://github.com/Coolkishann/Code-2-PDF",
},
{
img: jobPortal,
title: "Job Portal",
techstack: "React, Redux, Node, Express, MongoDB",
techstack: " Html ,CSS ,JS ",
live: "https://findyourjob.vercel.app",
github: "https://github.com/Coolkishann",
},
{
img: AiSum,
title: "Shoe Ecommerce Website",
techstack: "React,Html,Css,Js",
title: "Shoe-Ecommerce-Website",
techstack: " React ,Html ,CSS ,JS",
live: "https://devkishan33.netlify.app/",
github: "https://github.com/Coolkishann",
},
{
img: blogApp,
title: "MERN Chat App",
techstack: "React, Node, Express, MongoDB, Tailwind CSS",
live: "https://chatapp-by-kishan.netlify.app/",
github: "https://github.com/Coolkishann/ChatApp-by-Kishan",
},
];
Binary file added src/Components/Projects/ProjectImg/Code2pdf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/Components/Projects/ProjectImg/c2p.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/Components/Projects/ProjectImg/hotel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/Components/Projects/ProjectImg/practical.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/Components/Projects/ProjectImg/text.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 6 additions & 5 deletions src/Components/Skills/SkillsData.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ export const FrontendSkills = [
name: "React",
icon: "https://cdn.jsdelivr.net/gh/devicons/devicon/icons/react/react-original.svg",
},
{
name: "Redux",
icon: "https://cdn.jsdelivr.net/gh/devicons/devicon/icons/redux/redux-original.svg",
},
// {
// name: "Redux",
// icon: "https://cdn.jsdelivr.net/gh/devicons/devicon/icons/redux/redux-original.svg",
// },
{
name: "JavaScript",
icon: "https://cdn.jsdelivr.net/gh/devicons/devicon/icons/javascript/javascript-original.svg",
Expand All @@ -21,7 +21,8 @@ export const FrontendSkills = [
},
{
name: "Tailwind CSS",
icon: "https://cdn.jsdelivr.net/gh/devicons/devicon/icons/tailwindcss/tailwindcss-plain.svg",
icon: "https://upload.wikimedia.org/wikipedia/commons/thumb/d/d5/Tailwind_CSS_Logo.svg/768px-Tailwind_CSS_Logo.svg.png?20230715030042",
// icon: "https://cdn.jsdelivr.net/gh/devicons/devicon/icons/tailwindcss/tailwindcss-plain.svg",
},
{
name: "Bootstrap",
Expand Down
Binary file added src/Components/Skills/pngwing.com.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/university.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9435f6b

Please sign in to comment.