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

Feature/chores #189

Open
wants to merge 11 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 added Images/bgdownload.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
89 changes: 54 additions & 35 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -1,41 +1,60 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<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>membaa</title>
<meta
name="description"
content="my website"
/>

<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<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">
<!-- Google / Search Engine Tags -->
<meta itemprop="name" content="Membaa | Portfolio" />
<meta
itemprop="description"
content="Self Developed personal website build with React.js"
/>
<meta
itemprop="image"
content="https:/github.com/MembaMcetywa"
/>

<!-- 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:/github.com/MembaMcetywa" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Membaa | Portfolio" />
<meta
property="og:description"
content="Self Developed personal website build with React.js"
/>
<meta
property="og:image"
content="https:/github.com/MembaMcetywa"
/>

<!-- 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="Membaa | Portfolio" />
<meta
name="twitter:description"
content="Self Developed personal website build with React.js"
/>
<meta
name="twitter:image"
content="https:/github.com/MembaMcetywa"
/>
</head>

<!-- 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>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>

</html>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>
6 changes: 2 additions & 4 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ import Home from "./components/Home/Home";
import About from "./components/About/About";
import Projects from "./components/Projects/Projects";
import Footer from "./components/Footer";
import Resume from "./components/Resume/ResumeNew";
import {
BrowserRouter as Router,
Route,
Routes,
Navigate
Navigate,
} from "react-router-dom";
import ScrollToTop from "./components/ScrollToTop";
import "./style.css";
Expand Down Expand Up @@ -38,8 +37,7 @@ function App() {
<Route path="/" element={<Home />} />
<Route path="/project" element={<Projects />} />
<Route path="/about" element={<About />} />
<Route path="/resume" element={<Resume />} />
<Route path="*" element={<Navigate to="/"/>} />
<Route path="*" element={<Navigate to="/" />} />
</Routes>
<Footer />
</div>
Expand Down
Binary file removed src/Assets/Soumyajit_Behera-BIT_MESRA.pdf
Binary file not shown.
Binary file removed src/Assets/logo.png
Binary file not shown.
Binary file added src/Assets/membathisi_resume.pdf
Binary file not shown.
5 changes: 1 addition & 4 deletions src/components/About/About.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React from "react";
import { Container, Row, Col } 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";
Expand All @@ -22,7 +21,7 @@ function About() {
}}
>
<h1 style={{ fontSize: "2.1em", paddingBottom: "20px" }}>
Know Who <strong className="purple">I'M</strong>
More about <span className="purple">me</span>
</h1>
<Aboutcard />
</Col>
Expand All @@ -44,8 +43,6 @@ function About() {
<strong className="purple">Tools</strong> I use
</h1>
<Toolstack />

<Github />
</Container>
</Container>
);
Expand Down
58 changes: 30 additions & 28 deletions src/components/About/AboutCard.js
Original file line number Diff line number Diff line change
@@ -1,38 +1,40 @@
import React from "react";
import Card from "react-bootstrap/Card";
import { ImPointRight } from "react-icons/im";

function AboutCard() {
return (
<Card className="quote-card-view">
<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>
<br />I am a junior pursuing IMSC in Maths and Computing in BIT
Mesra.
<br />
<br />
Apart from coding, some other activities that I love to do!
</p>
<ul>
<li className="about-activity">
<ImPointRight /> Playing Games
</li>
<li className="about-activity">
<ImPointRight /> Writting Tech Blogs
</li>
<li className="about-activity">
<ImPointRight /> Travelling
</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>
<section aria-label="About Me">
<h2 style={{ display: "none" }}>About Me</h2>
<article className="blockquote mb-0">
<p style={{ textAlign: "justify" }}>
Hello! I am a <span className="purple">passionate</span> and
driven software developer with a strong background in full-stack
development, focused on crafting responsive and user-friendly web
and mobile <span className="purple">applications</span>.
<br />
<br />
My expertise spans a variety of technologies including{" "}
<span className="purple">TypeScript</span>, React, NestJs,
MongoDB, and Docker, enabling me to build robust solutions from
the ground up. I thrive in dynamic environments, quickly adapting
to new <span className="purple">challenges</span> and continuously
expanding my skill <span className="purple">set</span>.
<br />
<br />
Throughout my career, I have{" "}
<span className="purple">effectively</span> led and contributed to
projects that enhance operational efficiencies and improve user
experiences. My <span className="purple">approach</span> is deeply
rooted in a commitment to quality and innovation, leveraging
modern technologies to solve real-world problems. As a lifelong
learner, I am always eager to explore new{" "}
<span className="purple">technologies</span> and methodologies
that unlock value for <span className="purple">people</span>.
</p>
</article>
</section>
</Card.Body>
</Card>
);
Expand Down
22 changes: 0 additions & 22 deletions src/components/About/Github.js

This file was deleted.

20 changes: 6 additions & 14 deletions src/components/About/Techstack.js
Original file line number Diff line number Diff line change
@@ -1,25 +1,23 @@
import React from "react";
import { Col, Row } from "react-bootstrap";
import { CgCPlusPlus } from "react-icons/cg";
import {
DiJavascript1,
DiReact,
DiNodejs,
DiMongodb,
DiPython,
DiGit,
} from "react-icons/di";
import {
SiPytorch,
SiFirebase,
SiNextdotjs,
SiSass,
SiTypescript,
SiNestjs,
} from "react-icons/si";

function Techstack() {
return (
<Row style={{ justifyContent: "center", paddingBottom: "50px" }}>
<Col xs={4} md={2} className="tech-icons">
<CgCPlusPlus />
<SiTypescript />
</Col>
<Col xs={4} md={2} className="tech-icons">
<DiJavascript1 />
Expand All @@ -34,19 +32,13 @@ function Techstack() {
<DiMongodb />
</Col>
<Col xs={4} md={2} className="tech-icons">
<SiNextdotjs />
<SiSass />
</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">
<DiPython />
</Col>
<Col xs={4} md={2} className="tech-icons">
<SiPytorch />
<SiNestjs />
</Col>
</Row>
);
Expand Down
14 changes: 9 additions & 5 deletions src/components/About/Toolstack.js
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
import React from "react";
import { Col, Row } from "react-bootstrap";
import {
SiLinux,
SiDocker,
SiVisualstudiocode,
SiPostman,
SiHeroku,
SiVercel,
SiPostgresql,
SiNetlify
} from "react-icons/si";

function Toolstack() {
return (
<Row style={{ justifyContent: "center", paddingBottom: "50px" }}>
<Col xs={4} md={2} className="tech-icons">
<SiLinux />
<Col xs={4} md={2} className="tech-icons">
<SiDocker />
</Col>
<Col xs={4} md={2} className="tech-icons">
<SiVisualstudiocode />
Expand All @@ -24,7 +25,10 @@ function Toolstack() {
<SiVercel />
</Col>
<Col xs={4} md={2} className="tech-icons">
<SiHeroku />
<SiPostgresql />
</Col>
<Col xs={4} md={2} className="tech-icons">
<SiNetlify />
</Col>
</Row>
);
Expand Down
33 changes: 8 additions & 25 deletions src/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,64 +3,47 @@ import { Container, Row, Col } from "react-bootstrap";
import {
AiFillGithub,
AiOutlineTwitter,
AiFillInstagram,
} from "react-icons/ai";
import { FaLinkedinIn } from "react-icons/fa";

function Footer() {
let date = new Date();
let year = date.getFullYear();
return (
<Container fluid className="footer">
<Row>
<Col md="4" className="footer-copywright">
<h3>Designed and Developed by Soumyajit Behera</h3>
</Col>
<Col md="4" className="footer-copywright">
<h3>Copyright © {year} SB</h3>
</Col>
<Col md="4" className="footer-copywright"></Col>
<Col md="4" className="footer-copywright"></Col>
<Col md="4" className="footer-body">
<ul className="footer-icons">
<li className="social-icons">
<a
href="https://github.com/soumyajit4419"
href="https://github.com/MembaMcetywa"
style={{ color: "white" }}
target="_blank"
target="_blank"
rel="noopener noreferrer"
>
<AiFillGithub />
</a>
</li>
<li className="social-icons">
<a
href="https://twitter.com/Soumyajit4419"
href="https://twitter.com/membatheone"
style={{ color: "white" }}
target="_blank"
target="_blank"
rel="noopener noreferrer"
>
<AiOutlineTwitter />
</a>
</li>
<li className="social-icons">
<a
href="https://www.linkedin.com/in/soumyajit4419/"
href="https://www.linkedin.com/in/membathisi-mcetywa/"
style={{ color: "white" }}
target="_blank"
target="_blank"
rel="noopener noreferrer"
>
<FaLinkedinIn />
</a>
</li>
<li className="social-icons">
<a
href="https://www.instagram.com/soumyajit4419"
style={{ color: "white" }}
target="_blank"
rel="noopener noreferrer"
>
<AiFillInstagram />
</a>
</li>
</ul>
</Col>
</Row>
Expand Down
Loading