Skip to content

Commit

Permalink
resume update, sabre logo
Browse files Browse the repository at this point in the history
  • Loading branch information
happiefruit committed Apr 16, 2022
1 parent 8782841 commit 20ad77a
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 13 deletions.
2 changes: 1 addition & 1 deletion 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 @@ -16,7 +16,7 @@
"react-parallax-tilt": "^1.6.5",
"react-pdf": "^5.7.1",
"react-router-dom": "^6.2.2",
"react-scripts": "5.0.0",
"react-scripts": "^5.0.0",
"react-tsparticles": "^1.42.2",
"typewriter-effect": "^2.18.2",
"web-vitals": "^2.1.4"
Expand Down
15 changes: 8 additions & 7 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,29 +8,30 @@
<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>
<meta name="description" content="Self Developed personal website build with React.js">
<title>Michael Lee | Portfolio</title>
<meta name="description" content="Personal Portfolio website built with React.js">

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

<!-- Facebook Meta Tags -->
-->
<!-- Facebook Meta Tags
<meta property="og:url" content="https://soumyajit.vercel.app">
<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:image"
content="https://raw.githubusercontent.com/soumyajit4419/Portfolio/master/Images/readme-img.png?token=AK7VCIF5RYEUZZAURELPTAC76U6AK">

<!-- Twitter Meta Tags -->
-->
<!-- 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:image"
content="https://raw.githubusercontent.com/soumyajit4419/Portfolio/master/Images/readme-img.png?token=AK7VCIF5RYEUZZAURELPTAC76U6AK">
-->
</head>

<body>
Expand Down
Binary file removed src/Assets/Soumyajit_Behera-BIT_MESRA.pdf
Binary file not shown.
Binary file modified src/Assets/resume_michael.pdf
Binary file not shown.
Binary file added src/Assets/sabre-logo.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: 7 additions & 4 deletions src/components/About/AboutCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,23 @@ function AboutCard() {
<br />
Apart from coding, these are some other activities that I love doing!
</p>
<ul>
<ol>
<li className="about-activity">
<ImPointRight /> Completing Steam game achievements
<ImPointRight /> Completing Steam Games achievements
</li>
<li className="about-activity">
<ImPointRight /> Basketball
</li>
<li className="about-activity">
<ImPointRight /> Rock-climbing
</li>
</ul>
<li className="about-activity">
<ImPointRight /> Animal Voluntary Work
</li>
</ol>

<p style={{ color: "rgb(155 126 172)" }}>
"Somehow my brain becomes more hardworking so that I could afford to be lazy."{" "}
"My brain's working hard so that I could afford to be lazy."{" "}
</p>
<footer className="blockquote-footer">Michael</footer>
</blockquote>
Expand Down
10 changes: 10 additions & 0 deletions src/components/About/Applications.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import React from "react";
import oracleLogo from "../../Assets/Oracle.png";
import salesforceLogo from "../../Assets/Salesforce.png";
import { Col, Row } from "react-bootstrap";
import sabrelogo from "../../Assets/sabre-logo.png";
import {
SiSap,
SiMicrosoftword,
Expand Down Expand Up @@ -52,6 +53,15 @@ function Toolstack() {
style={{ maxHeight: "100px" }}
/>
</Col>

<Col xs={4} md={2} className="tech-icons">
<img
src={sabrelogo}
alt="sabre logo"
style={{ maxHeight: "100px" }}
/>
</Col>

</Row>
);
}
Expand Down

0 comments on commit 20ad77a

Please sign in to comment.