Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34,527 changes: 13,792 additions & 20,735 deletions package-lock.json

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/preset-react": "^7.26.3",
"@react-pdf/renderer": "^2.2.0",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.4",
"@testing-library/user-event": "^13.5.0",
"axios": "^0.26.1",
"bootstrap": "^5.1.3",
"react": "^17.0.2",
"react": "^18.3.1",
"react-bootstrap": "^2.2.1",
"react-dom": "^17.0.2",
"react-dom": "^18.3.1",
"react-github-calendar": "^3.2.2",
"react-icons": "^4.8.0",
"react-parallax-tilt": "^1.7.42",
Expand Down
16 changes: 8 additions & 8 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,27 @@
<meta name="theme-color" content="#000000" />
<meta name="description" content="Web site created using create-react-app" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>S0umyajit | Portfolio</title>
<title>Mateusz Oleksy | Portfolio</title>
<meta name="description" content="Self Developed personal website build with React.js">

<!-- Google / Search Engine Tags -->
<meta itemprop="name" content="S0umyajit | Portfolio">
<meta itemprop="description" content="Self Developed personal website build with React.js">
<meta itemprop="name" content="Mateusz Oleksy | Portfolio">
<meta itemprop="description" content="Personal portfolio website of Mateusz Oleksy">
<meta itemprop="image"
content="https://raw.githubusercontent.com/soumyajit4419/Portfolio/master/Images/readme-img.png?token=AK7VCIF5RYEUZZAURELPTAC76U6AK">

<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://soumyajit.vercel.app">
<meta property="og:url" content="https://github.com/oleksycodes">
<meta property="og:type" content="website">
<meta property="og:title" content="S0umyajit | Portfolio">
<meta property="og:description" content="Self Developed personal website build with React.js">
<meta property="og:title" content="Mateusz Oleksy | Portfolio">
<meta property="og:description" content="Personal portfolio website of Mateusz Oleksy, showcasing projects and skills in React, Python, and MySQL.">
<meta property="og:image"
content="https://raw.githubusercontent.com/soumyajit4419/Portfolio/master/Images/readme-img.png?token=AK7VCIF5RYEUZZAURELPTAC76U6AK">

<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="S0umyajit | Portfolio">
<meta name="twitter:description" content="Self Developed personal website build with React.js">
<meta name="twitter:title" content="Mateusz Oleksy | Portfolio">
<meta name="twitter:description" content="Personal website of Mateusz Oleksy, showcasing projects and skills in React, Python, and MySQL.">
<meta name="twitter:image"
content="https://raw.githubusercontent.com/soumyajit4419/Portfolio/master/Images/readme-img.png?token=AK7VCIF5RYEUZZAURELPTAC76U6AK">
</head>
Expand Down
File renamed without changes
Binary file modified src/Assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 7 additions & 8 deletions src/components/About/AboutCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@ function AboutCard() {
<Card.Body>
<blockquote className="blockquote mb-0">
<p style={{ textAlign: "justify" }}>
Hi Everyone, I am <span className="purple">Soumyajit Behera </span>
from <span className="purple"> Bhubaneswar, India.</span>
Hi Everyone, I am <span className="purple">Mateusz Oleksy </span>
from <span className="purple"> Krakow, Poland.</span>
<br />
I am currently employed as a software developer at Juspay.
I specialize in building modern web applications and backend systems, focusing on performance and scalability.
<br />
I have completed Integrated MSc (IMSc) in Maths and Computing at BIT
Mesra.
I am currently working on e-commerce projects and real estate platforms, optimizing SEO and developing efficient backend solutions.
<br />
<br />
Apart from coding, some other activities that I love to do!
Expand All @@ -24,17 +23,17 @@ function AboutCard() {
<ImPointRight /> Playing Games
</li>
<li className="about-activity">
<ImPointRight /> Writing Tech Blogs
<ImPointRight /> Limited Sneakers
</li>
<li className="about-activity">
<ImPointRight /> Travelling
</li>
</ul>

<p style={{ color: "rgb(155 126 172)" }}>
"Strive to build things that make a difference!"{" "}
"Build things that not only work but also make a meaningful impact."{" "}
</p>
<footer className="blockquote-footer">Soumyajit</footer>
<footer className="blockquote-footer">Mateusz Oleksy 🚀</footer>
</blockquote>
</Card.Body>
</Card>
Expand Down
2 changes: 1 addition & 1 deletion src/components/About/Github.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function Github() {
Days I <strong className="purple">Code</strong>
</h1>
<GitHubCalendar
username="soumyajit4419"
username="oleksycode"
blockSize={15}
blockMargin={5}
color="#c084f5"
Expand Down
29 changes: 1 addition & 28 deletions src/components/About/Techstack.js
Original file line number Diff line number Diff line change
@@ -1,45 +1,27 @@
import React from "react";
import { Col, Row } from "react-bootstrap";
import { CgCPlusPlus } from "react-icons/cg";
import {
DiJavascript1,
DiReact,
DiNodejs,
DiMongodb,
DiPython,
DiGit,
DiJava,
} from "react-icons/di";
import {
SiRedis,
SiFirebase,

SiNextdotjs,
SiSolidity,
SiPostgresql,
} from "react-icons/si";
import { TbBrandGolang } from "react-icons/tb";

function Techstack() {
return (
<Row style={{ justifyContent: "center", paddingBottom: "50px" }}>
<Col xs={4} md={2} className="tech-icons">
<CgCPlusPlus />
</Col>
<Col xs={4} md={2} className="tech-icons">
<DiJavascript1 />
</Col>
<Col xs={4} md={2} className="tech-icons">
<TbBrandGolang />
</Col>
<Col xs={4} md={2} className="tech-icons">
<DiNodejs />
</Col>
<Col xs={4} md={2} className="tech-icons">
<DiReact />
</Col>
<Col xs={4} md={2} className="tech-icons">
<SiSolidity />
</Col>
<Col xs={4} md={2} className="tech-icons">
<DiMongodb />
</Col>
Expand All @@ -49,21 +31,12 @@ function Techstack() {
<Col xs={4} md={2} className="tech-icons">
<DiGit />
</Col>
<Col xs={4} md={2} className="tech-icons">
<SiFirebase />
</Col>
<Col xs={4} md={2} className="tech-icons">
<SiRedis />
</Col>
<Col xs={4} md={2} className="tech-icons">
<SiPostgresql />
</Col>
<Col xs={4} md={2} className="tech-icons">
<DiPython />
</Col>
<Col xs={4} md={2} className="tech-icons">
<DiJava />
</Col>
</Row>
);
}
Expand Down
9 changes: 1 addition & 8 deletions src/components/About/Toolstack.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ import React from "react";
import { Col, Row } from "react-bootstrap";
import {
SiVisualstudiocode,
SiPostman,
SiSlack,

SiVercel,
SiMacos,
} from "react-icons/si";
Expand All @@ -17,12 +16,6 @@ function Toolstack() {
<Col xs={4} md={2} className="tech-icons">
<SiVisualstudiocode />
</Col>
<Col xs={4} md={2} className="tech-icons">
<SiPostman />
</Col>
<Col xs={4} md={2} className="tech-icons">
<SiSlack />
</Col>
<Col xs={4} md={2} className="tech-icons">
<SiVercel />
</Col>
Expand Down
10 changes: 5 additions & 5 deletions src/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function Footer() {
<Container fluid className="footer">
<Row>
<Col md="4" className="footer-copywright">
<h3>Designed and Developed by Soumyajit Behera</h3>
<h3>Designed and Developed by Mateusz Oleksy</h3>
</Col>
<Col md="4" className="footer-copywright">
<h3>Copyright © {year} SB</h3>
Expand All @@ -23,7 +23,7 @@ function Footer() {
<ul className="footer-icons">
<li className="social-icons">
<a
href="https://github.com/soumyajit4419"
href="https://github.com/oleksycodes"
style={{ color: "white" }}
target="_blank"
rel="noopener noreferrer"
Expand All @@ -33,7 +33,7 @@ function Footer() {
</li>
<li className="social-icons">
<a
href="https://twitter.com/Soumyajit4419"
href="https://twitter.com/mateuszoleksy"
style={{ color: "white" }}
target="_blank"
rel="noopener noreferrer"
Expand All @@ -43,7 +43,7 @@ function Footer() {
</li>
<li className="social-icons">
<a
href="https://www.linkedin.com/in/soumyajit4419/"
href="https://www.linkedin.com/in/mateuszoleksy/"
style={{ color: "white" }}
target="_blank"
rel="noopener noreferrer"
Expand All @@ -53,7 +53,7 @@ function Footer() {
</li>
<li className="social-icons">
<a
href="https://www.instagram.com/soumyajit4419"
href="https://www.instagram.com/nanekx"
style={{ color: "white" }}
target="_blank"
rel="noopener noreferrer"
Expand Down
2 changes: 1 addition & 1 deletion src/components/Home/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function Home() {

<h1 className="heading-name">
I'M
<strong className="main-name"> SOUMYAJIT BEHERA</strong>
<strong className="main-name"> MATEUSZ OLEKSY</strong>
</h1>

<div style={{ padding: 50, textAlign: "left" }}>
Expand Down
31 changes: 10 additions & 21 deletions src/components/Home/Home2.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,32 +24,21 @@ function Home2() {
<br />
<br />I am fluent in classics like
<i>
<b className="purple"> C++, Javascript and Go. </b>
<b className="purple"> Python, Django, Flask, React, Next.js, and MySQL </b>
</i>
with a strong focus on backend development and modern web technologies.
<br />
<br />
My field of Interest's are building new &nbsp;
My field of interest lies in &nbsp;
<i>
<b className="purple">Web Technologies and Products </b> and
also in areas related to{" "}
<b className="purple">building innovative web applications, optimizing e-commerce platforms, and developing scalable backend systems </b> and
I also have experience in{" "}
<b className="purple">
Blockchain.
SEO optimization and real estate platforms.
</b>
</i>
<br />
<br />
Whenever possible, I also apply my passion for developing products
with <b className="purple">Node.js</b> and
<i>
<b className="purple">
{" "}
Modern Javascript Library and Frameworks
</b>
</i>
&nbsp; like
<i>
<b className="purple"> React.js and Next.js</b>
</i>
</p>
</Col>
<Col md={4} className="myAvtar">
Expand All @@ -67,7 +56,7 @@ function Home2() {
<ul className="home-about-social-links">
<li className="social-icons">
<a
href="https://github.com/soumyajit4419"
href="https://github.com/oleksycodes"
target="_blank"
rel="noreferrer"
className="icon-colour home-social-icons"
Expand All @@ -77,7 +66,7 @@ function Home2() {
</li>
<li className="social-icons">
<a
href="https://twitter.com/Soumyajit4419"
href="https://twitter.com/oleksymateusz"
target="_blank"
rel="noreferrer"
className="icon-colour home-social-icons"
Expand All @@ -87,7 +76,7 @@ function Home2() {
</li>
<li className="social-icons">
<a
href="https://www.linkedin.com/in/soumyajit4419/"
href="https://www.linkedin.com/in/mateuszoleksy/"
target="_blank"
rel="noreferrer"
className="icon-colour home-social-icons"
Expand All @@ -97,7 +86,7 @@ function Home2() {
</li>
<li className="social-icons">
<a
href="https://www.instagram.com/soumyajit4419"
href="https://www.instagram.com/nanekx"
target="_blank"
rel="noreferrer"
className="icon-colour home-social-icons"
Expand Down
4 changes: 2 additions & 2 deletions src/components/Home/Type.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ function Type() {
strings: [
"Software Developer",
"Freelancer",
"MERN Stack Developer",
"Open Source Contributor",
"Full-Stack Developer",
"E-commerce & SEO Expert",
],
autoStart: true,
loop: true,
Expand Down
4 changes: 2 additions & 2 deletions src/components/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function NavBar() {

<Nav.Item>
<Nav.Link
href="https://soumyajitblogs.vercel.app/"
href="/"
target="_blank"
rel="noreferrer"
>
Expand All @@ -104,7 +104,7 @@ function NavBar() {

<Nav.Item className="fork-btn">
<Button
href="https://github.com/soumyajit4419/Portfolio"
href="https://github.com/oleksycodes"
target="_blank"
className="fork-btn-inner"
>
Expand Down
21 changes: 13 additions & 8 deletions src/components/Projects/ProjectCards.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,25 @@ function ProjectCards(props) {
<Card.Text style={{ textAlign: "justify" }}>
{props.description}
</Card.Text>
<Button variant="primary" href={props.ghLink} target="_blank">
<BsGithub /> &nbsp;
{props.isBlog ? "Blog" : "GitHub"}
</Button>

{/* Warunek: Wyświetl GitHub tylko jeśli ghLink istnieje */}
{props.ghLink && (
<Button variant="primary" href={props.ghLink} target="_blank">
<BsGithub /> &nbsp;
{props.isBlog ? "Blog" : "GitHub"}
</Button>
)}

{"\n"}
{"\n"}

{/* If the component contains Demo link and if it's not a Blog then, it will render the below component */}

{!props.isBlog && props.demoLink && (
{/* Warunek: Wyświetl Demo tylko jeśli demoLink istnieje */}
{props.demoLink && (
<Button
variant="primary"
href={props.demoLink}
target="_blank"
style={{ marginLeft: "10px" }}
style={{ marginLeft: props.ghLink ? "10px" : "0" }}
>
<CgWebsite /> &nbsp;
{"Demo"}
Expand All @@ -37,4 +41,5 @@ function ProjectCards(props) {
</Card>
);
}

export default ProjectCards;
Loading