Skip to content

Commit

Permalink
content update and resume update
Browse files Browse the repository at this point in the history
  • Loading branch information
soumyajit4419 committed May 24, 2023
1 parent 909f6e4 commit 5e749e5
Show file tree
Hide file tree
Showing 9 changed files with 41 additions and 25 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react-bootstrap": "^2.2.1",
"react-dom": "^17.0.2",
"react-github-calendar": "^3.2.2",
"react-icons": "^4.3.1",
"react-icons": "^4.8.0",
"react-parallax-tilt": "^1.7.42",
"react-pdf": "^5.7.1",
"react-router-dom": "^6.2.2",
Expand Down
Binary file modified src/Assets/Soumyajit_Behera-BIT_MESRA.pdf
Binary file not shown.
7 changes: 5 additions & 2 deletions src/components/About/AboutCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ function AboutCard() {
<p style={{ textAlign: "justify" }}>
Hi Everyone, I am <span className="purple">Soumyajit Behera </span>
from <span className="purple"> Bhubaneswar, India.</span>
<br />I am a junior pursuing IMSC in Maths and Computing in BIT
Mesra.
<br /> I am a final year student pursuing an Integrated MSc (IMSc)
in Maths and Computing at BIT Mesra.
<br />
Additionally, I am currently employed as a software developer at
Juspay.
<br />
<br />
Apart from coding, some other activities that I love to do!
Expand Down
20 changes: 18 additions & 2 deletions src/components/About/Techstack.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,16 @@ import {
DiMongodb,
DiPython,
DiGit,
DiJava,
} from "react-icons/di";
import {
SiPytorch,
SiRedis,
SiFirebase,
SiNextdotjs,
SiSolidity,
SiPostgresql,
} from "react-icons/si";
import { TbBrandGolang } from "react-icons/tb";

function Techstack() {
return (
Expand All @@ -24,12 +28,18 @@ function Techstack() {
<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 @@ -42,11 +52,17 @@ function Techstack() {
<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">
<SiPytorch />
<DiJava />
</Col>
</Row>
);
Expand Down
10 changes: 5 additions & 5 deletions src/components/About/Toolstack.js
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
import React from "react";
import { Col, Row } from "react-bootstrap";
import {
SiLinux,
SiVisualstudiocode,
SiPostman,
SiHeroku,
SiSlack,
SiVercel,
SiMacos,
} from "react-icons/si";

function Toolstack() {
return (
<Row style={{ justifyContent: "center", paddingBottom: "50px" }}>
<Col xs={4} md={2} className="tech-icons">
<SiLinux />
<SiMacos />
</Col>
<Col xs={4} md={2} className="tech-icons">
<SiVisualstudiocode />
Expand All @@ -21,10 +21,10 @@ function Toolstack() {
<SiPostman />
</Col>
<Col xs={4} md={2} className="tech-icons">
<SiVercel />
<SiSlack />
</Col>
<Col xs={4} md={2} className="tech-icons">
<SiHeroku />
<SiVercel />
</Col>
</Row>
);
Expand Down
4 changes: 2 additions & 2 deletions src/components/Home/Home2.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function Home2() {
<br />
<br />I am fluent in classics like
<i>
<b className="purple"> C++, Javascript and Python. </b>
<b className="purple"> C++, Javascript and Go. </b>
</i>
<br />
<br />
Expand All @@ -33,7 +33,7 @@ function Home2() {
<b className="purple">Web Technologies and Products </b> and
also in areas related to{" "}
<b className="purple">
Deep Learning and Natural Launguage Processing.
Blockchain.
</b>
</i>
<br />
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 @@ -6,8 +6,8 @@ function Type() {
<Typewriter
options={{
strings: [
"Developer",
"Deep Learning Engineer",
"Software Developer",
"Freelancer",
"MERN Stack Developer",
"Open Source Contributor",
],
Expand Down
5 changes: 1 addition & 4 deletions src/components/Resume/ResumeNew.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ import { Document, Page, pdfjs } from "react-pdf";
import "react-pdf/dist/esm/Page/AnnotationLayer.css";
pdfjs.GlobalWorkerOptions.workerSrc = `//cdnjs.cloudflare.com/ajax/libs/pdf.js/${pdfjs.version}/pdf.worker.min.js`;

const resumeLink =
"https://raw.githubusercontent.com/soumyajit4419/portfolio/master/src/Assets/Soumyajit_Behera-BIT_MESRA.pdf";

function ResumeNew() {
const [width, setWidth] = useState(1200);

Expand All @@ -35,7 +32,7 @@ function ResumeNew() {
</Row>

<Row className="resume">
<Document file={resumeLink} className="d-flex justify-content-center">
<Document file={pdf} className="d-flex justify-content-center">
<Page pageNumber={1} scale={width > 786 ? 1.7 : 0.6} />
</Document>
</Row>
Expand Down

1 comment on commit 5e749e5

@vercel
Copy link

@vercel vercel bot commented on 5e749e5 May 24, 2023

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.