Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Portfolio #180

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
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
Binary file removed Images/readme-img.png
Binary file not shown.
Binary file removed Images/readme-img1.png
Binary file not shown.
62 changes: 0 additions & 62 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,54 +1,3 @@
<h2 align="center">
Portfolio Website - v2.0<br/>
<a href="https://soumyajit.vercel.app/" target="_blank">soumyajit.tech</a>
</h2>
<div align="center">
<img alt="Demo" src="./Images/readme-img1.png" />
</div>

<br/>

<center>

[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com) &nbsp;
[![forthebadge](https://forthebadge.com/images/badges/made-with-javascript.svg)](https://forthebadge.com) &nbsp;
[![forthebadge](https://forthebadge.com/images/badges/open-source.svg)](https://forthebadge.com) &nbsp;
![GitHub Repo stars](https://img.shields.io/github/stars/soumyajit4419/Portfolio?color=red&logo=github&style=for-the-badge) &nbsp;
![GitHub forks](https://img.shields.io/github/forks/soumyajit4419/Portfolio?color=red&logo=github&style=for-the-badge)

</center>

<h3 align="center">
🔹
<a href="https://github.com/soumyajit4419/Portfolio/issues">Report Bug</a> &nbsp; &nbsp;
🔹
<a href="https://github.com/soumyajit4419/Portfolio/issues">Request Feature</a>
</h3>

## TL;DR

You can fork this repo to modify and make changes of your own. Please give me proper credit by linking back to [Soumyajit4419](https://github.com/soumyajit4419/Portfolio). Thanks!

## Built With

My personal portfolio <a href="https://soumyajit.vercel.app/" target="_blank">soumyajit.tech</a> which features some of my github projects as well as my resume and technical skills.<br/>

This project was built using these technologies.

- React.js
- Node.js
- Express.js
- CSS3
- VsCode
- Vercel

## Features

**📖 Multi-Page Layout**

**🎨 Styled with React-Bootstrap and Css with easy to customize colors**

**📱 Fully Responsive**

## Getting Started

Expand All @@ -63,14 +12,3 @@ Clone down this repository. You will need `node.js` and `git` installed globally
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.

## Usage Instructions

Open the project folder and Navigate to `/src/components/`. <br/>
You will find all the components used and you can edit your information accordingly.

### Show your support

Give a ⭐ if you like this website!

<a href="https://www.buymeacoffee.com/soumyajit4419" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-violet.png" alt="Buy Me A Coffee" height= "60px" width= "217px" ></a>
22 changes: 22 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"react-bootstrap": "^2.2.1",
"react-dom": "^17.0.2",
"react-github-calendar": "^3.2.2",
"react-hook-form": "^7.51.0",
"react-icons": "^4.8.0",
"react-parallax-tilt": "^1.7.42",
"react-pdf": "^5.7.1",
Expand Down
23 changes: 1 addition & 22 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,29 +8,8 @@
<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>Yoshihiro Yamada| 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="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: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 -->
<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
4 changes: 4 additions & 0 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,7 @@
transform: rotate(360deg);
}
}

.icon-text{
font-size: 15px;
}
3 changes: 3 additions & 0 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import About from "./components/About/About";
import Projects from "./components/Projects/Projects";
import Footer from "./components/Footer";
import Resume from "./components/Resume/ResumeNew";
import Contact from "./components/Contact/Contact";

import {
BrowserRouter as Router,
Route,
Expand Down Expand Up @@ -39,6 +41,7 @@ function App() {
<Route path="/project" element={<Projects />} />
<Route path="/about" element={<About />} />
<Route path="/resume" element={<Resume />} />
<Route path="/contact" element={<Contact />} />
<Route path="*" element={<Navigate to="/"/>} />
</Routes>
<Footer />
Expand Down
Binary file added src/Assets/Portfoliologo.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/Assets/Projects/CatTinder.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/Assets/Projects/kanji.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/Assets/Projects/tic-tac-toe.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 removed src/Assets/Soumyajit_Behera-BIT_MESRA.pdf
Binary file not shown.
Binary file added src/Assets/home-page.jpg
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/Assets/yoshihiro-yamada-resume.pdf
Binary file not shown.
26 changes: 1 addition & 25 deletions src/components/About/About.js
Original file line number Diff line number Diff line change
@@ -1,39 +1,15 @@
import React from "react";
import { Container, Row, Col } from "react-bootstrap";
import { Container } from "react-bootstrap";
import Particle from "../Particle";
import Github from "./Github";
import Techstack from "./Techstack";
import Aboutcard from "./AboutCard";
import laptopImg from "../../Assets/about.png";
import Toolstack from "./Toolstack";

function About() {
return (
<Container fluid className="about-section">
<Particle />
<Container>
<Row style={{ justifyContent: "center", padding: "10px" }}>
<Col
md={7}
style={{
justifyContent: "center",
paddingTop: "30px",
paddingBottom: "50px",
}}
>
<h1 style={{ fontSize: "2.1em", paddingBottom: "20px" }}>
Know Who <strong className="purple">I'M</strong>
</h1>
<Aboutcard />
</Col>
<Col
md={5}
style={{ paddingTop: "120px", paddingBottom: "50px" }}
className="about-img"
>
<img src={laptopImg} alt="about" className="img-fluid" />
</Col>
</Row>
<h1 className="project-heading">
Professional <strong className="purple">Skillset </strong>
</h1>
Expand Down
19 changes: 6 additions & 13 deletions src/components/About/AboutCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,33 +8,26 @@ 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">Yoshihiro Yamada </span>
from <span className="purple"> San Diego, California.</span>
<br />
I am currently employed as a software developer at Juspay.
I am Full-Stack Developer where I am efficient on my coding skills in both frontend and backend development using React and Ruby.
<br />
I have completed Integrated MSc (IMSc) in Maths and Computing at BIT
Mesra.
<br />
<br />
Apart from coding, some other activities that I love to do!
</p>
<ul>
<li className="about-activity">
<ImPointRight /> Playing Games
<ImPointRight /> Snowboarding
</li>
<li className="about-activity">
<ImPointRight /> Writing Tech Blogs
<ImPointRight /> Have a walk with my dog
</li>
<li className="about-activity">
<ImPointRight /> Travelling
<ImPointRight /> Hanging out with friends
</li>
</ul>

<p style={{ color: "rgb(155 126 172)" }}>
"Strive to build things that make a difference!"{" "}
</p>
<footer className="blockquote-footer">Soumyajit</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="yoshihiroyamada23"
blockSize={15}
blockMargin={5}
color="#c084f5"
Expand Down
50 changes: 10 additions & 40 deletions src/components/About/Techstack.js
Original file line number Diff line number Diff line change
@@ -1,68 +1,38 @@
import React from "react";
import { Col, Row } from "react-bootstrap";
import { CgCPlusPlus } from "react-icons/cg";
import {
DiJavascript1,
DiRuby,
DiReact,
DiNodejs,
DiMongodb,
DiPython,
DiGit,
DiJava,
} from "react-icons/di";
import {
SiRedis,
SiFirebase,
SiNextdotjs,
SiSolidity,
SiRubyonrails,
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 />
<DiRuby />
<p className="icon-text"> Ruby </p>
</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>
<Col xs={4} md={2} className="tech-icons">
<SiNextdotjs />
<p className="icon-text"> React.js </p>
</Col>
<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 />
<p className="icon-text"> Git</p>
</Col>
<Col xs={4} md={2} className="tech-icons">
<SiPostgresql />
<p className="icon-text"> PostgreSQL </p>
</Col>
<Col xs={4} md={2} className="tech-icons">
<DiPython />
</Col>
<Col xs={4} md={2} className="tech-icons">
<DiJava />
<SiRubyonrails />
<p className="icon-text"> Rails API </p>
</Col>
</Row>
);
Expand Down
9 changes: 4 additions & 5 deletions src/components/About/Toolstack.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,26 @@ import {
SiVisualstudiocode,
SiPostman,
SiSlack,
SiVercel,
SiMacos,
} from "react-icons/si";

function Toolstack() {
return (
<Row style={{ justifyContent: "center", paddingBottom: "50px" }}>
<Col xs={4} md={2} className="tech-icons">
<Col xs={4} md={2} className="tech-icons">
<SiMacos />
</Col>
<Col xs={4} md={2} className="tech-icons">
<SiVisualstudiocode />
<p className="icon-text"> VS Code </p>
</Col>
<Col xs={4} md={2} className="tech-icons">
<SiPostman />
<p className="icon-text">PostMan </p>
</Col>
<Col xs={4} md={2} className="tech-icons">
<SiSlack />
</Col>
<Col xs={4} md={2} className="tech-icons">
<SiVercel />
<p className="icon-text"> Slack </p>
</Col>
</Row>
);
Expand Down
Loading