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

first changes #188

Open
wants to merge 1 commit 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,26 @@
<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>Maxi Sorichetti | 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="name" content="Maxi Sorichetti | 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:title" content="Maxi Sorichetti | 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:title" content="Maxi Sorichetti | 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">
Expand All @@ -38,4 +38,4 @@
<div id="root"></div>
</body>

</html>
</html>
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function App() {
<Route path="/resume" element={<Resume />} />
<Route path="*" element={<Navigate to="/"/>} />
</Routes>
<Footer />
{/* <Footer /> */}
</div>
</Router>
);
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"> Juan Maximiliano Sorichetti</strong>
</h1>

<div style={{ padding: 50, textAlign: "left" }}>
Expand Down
46 changes: 8 additions & 38 deletions src/components/Home/Home2.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,40 +16,20 @@ function Home2() {
<Row>
<Col md={8} className="home-about-description">
<h1 style={{ fontSize: "2.6em" }}>
LET ME <span className="purple"> INTRODUCE </span> MYSELF
<span className="purple">Passionate Developer building Web </span>
</h1>
<p className="home-about-body">
I fell in love with programming and I have at least learnt
something, I think… 🤷‍♂️
I began my journey in software development, like many, captivated by its potential to create and solve problems. From there, my passion only grew, leading me to hone my skills in languages. Today, I leverage this foundation to craft innovative web applications and explore the exciting realm mobile technology.
<br />
<br />I am fluent in classics like
<br />
Whether it's building user-friendly interfaces with React and React Native or leveraging the power of Node.js for robust backends, I'm constantly seeking new challenges and opportunities to learn and grow.
<i>
<b className="purple"> C++, Javascript and Go. </b>
</i>
<br />
<br />
My field of Interest's are building new &nbsp;
<i>
<b className="purple">Web Technologies and Products </b> and
also in areas related to{" "}
<b className="purple">
Blockchain.
</b>
<b className="purple">Driven by a collaborative spirit and a desire to create real-world impact, I'm always eager to connect with fellow developers and explore exciting projects. Let's chat and see if we can build something amazing together!</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 +47,7 @@ function Home2() {
<ul className="home-about-social-links">
<li className="social-icons">
<a
href="https://github.com/soumyajit4419"
href="https://github.com/maxiSorichetti"
target="_blank"
rel="noreferrer"
className="icon-colour home-social-icons"
Expand All @@ -77,17 +57,7 @@ function Home2() {
</li>
<li className="social-icons">
<a
href="https://twitter.com/Soumyajit4419"
target="_blank"
rel="noreferrer"
className="icon-colour home-social-icons"
>
<AiOutlineTwitter />
</a>
</li>
<li className="social-icons">
<a
href="https://www.linkedin.com/in/soumyajit4419/"
href="https://www.linkedin.com/in/maximilianosorichetti/"
target="_blank"
rel="noreferrer"
className="icon-colour home-social-icons"
Expand All @@ -97,7 +67,7 @@ function Home2() {
</li>
<li className="social-icons">
<a
href="https://www.instagram.com/soumyajit4419"
href="https://www.instagram.com/maxisorichetti/"
target="_blank"
rel="noreferrer"
className="icon-colour home-social-icons"
Expand Down
1 change: 0 additions & 1 deletion src/components/Home/Type.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ function Type() {
"Software Developer",
"Freelancer",
"MERN Stack Developer",
"Open Source Contributor",
],
autoStart: true,
loop: true,
Expand Down
29 changes: 0 additions & 29 deletions src/components/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,8 @@ import React, { useState } from "react";
import Navbar from "react-bootstrap/Navbar";
import Nav from "react-bootstrap/Nav";
import Container from "react-bootstrap/Container";
import logo from "../Assets/logo.png";
import Button from "react-bootstrap/Button";
import { Link } from "react-router-dom";
import { CgGitFork } from "react-icons/cg";
import { ImBlog } from "react-icons/im";
import {
AiFillStar,
AiOutlineHome,
AiOutlineFundProjectionScreen,
AiOutlineUser,
Expand Down Expand Up @@ -38,9 +33,6 @@ function NavBar() {
className={navColour ? "sticky" : "navbar"}
>
<Container>
<Navbar.Brand href="/" className="d-flex">
<img src={logo} className="img-fluid logo" alt="brand" />
</Navbar.Brand>
<Navbar.Toggle
aria-controls="responsive-navbar-nav"
onClick={() => {
Expand Down Expand Up @@ -91,27 +83,6 @@ function NavBar() {
<CgFileDocument style={{ marginBottom: "2px" }} /> Resume
</Nav.Link>
</Nav.Item>

<Nav.Item>
<Nav.Link
href="https://soumyajitblogs.vercel.app/"
target="_blank"
rel="noreferrer"
>
<ImBlog style={{ marginBottom: "2px" }} /> Blogs
</Nav.Link>
</Nav.Item>

<Nav.Item className="fork-btn">
<Button
href="https://github.com/soumyajit4419/Portfolio"
target="_blank"
className="fork-btn-inner"
>
<CgGitFork style={{ fontSize: "1.2em" }} />{" "}
<AiFillStar style={{ fontSize: "1.1em" }} />
</Button>
</Nav.Item>
</Nav>
</Navbar.Collapse>
</Container>
Expand Down