Skip to content

Home page basic update #251

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

Open
wants to merge 3 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
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"> MOHAMMAD ABUBAKR</strong>
</h1>

<div style={{ padding: 50, textAlign: "left" }}>
Expand Down
48 changes: 14 additions & 34 deletions src/components/Home/Home2.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,37 +19,27 @@ function Home2() {
LET ME <span className="purple"> INTRODUCE </span> MYSELF
</h1>
<p className="home-about-body">
I fell in love with programming and I have at least learnt
something, I think… 🤷‍♂️
<br />
<br />I am fluent in classics like
I’m a software engineer who loves developing clean, scalable, and impactful solutions.
<br/>
<br />Building high-performance applications with
<i>
<b className="purple"> C++, Javascript and Go. </b>
<b className="purple"> React, TypeScript, and Node.js. </b>
</i>
<br />
<br />
My field of Interest's are building new &nbsp;
Crafting intuitive user interfaces using
<i>
<b className="purple">Web Technologies and Products </b> and
also in areas related to{" "}
<b className="purple">
Blockchain.
</b>
<b className="purple"> Next.js, Redux, TailwindCSS, MaterialUI and GraphQL </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
Optimizing full-stack solutions with
<i>
<b className="purple"> React.js and Next.js</b>
<b className="purple"> PostgreSQL, Microservices, Docker and Kubernetes. </b>
</i>
<br />
<br />
Passionate about building and scaling startups through innovative and robust software solutions.
</p>
</Col>
<Col md={4} className="myAvtar">
Expand All @@ -67,7 +57,7 @@ function Home2() {
<ul className="home-about-social-links">
<li className="social-icons">
<a
href="https://github.com/soumyajit4419"
href="https://github.com/mabubakr1113"
target="_blank"
rel="noreferrer"
className="icon-colour home-social-icons"
Expand All @@ -77,17 +67,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/abubakr1113/"
target="_blank"
rel="noreferrer"
className="icon-colour home-social-icons"
Expand All @@ -97,7 +77,7 @@ function Home2() {
</li>
<li className="social-icons">
<a
href="https://www.instagram.com/soumyajit4419"
href="https://www.instagram.com/m.abubakr1113"
target="_blank"
rel="noreferrer"
className="icon-colour home-social-icons"
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,9 +6,9 @@ function Type() {
<Typewriter
options={{
strings: [
"Software Developer",
"Freelancer",
"Software Engineer",
"MERN Stack Developer",
"Blockchain Developer",
"Open Source Contributor",
],
autoStart: true,
Expand Down