Skip to content

Commit

Permalink
Add Projects and make Auto wirter infinte time
Browse files Browse the repository at this point in the history
  • Loading branch information
Divyanshu766 committed Nov 25, 2023
1 parent 408cc46 commit 3239c4f
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 12 deletions.
8 changes: 8 additions & 0 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,9 @@ nav > h1 {
width: 100%;
}
.project-card {
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 10px 20px;
border: 1px solid rgba(128, 128, 128, 0.414);
}
Expand All @@ -240,6 +243,11 @@ nav > h1 {
box-shadow: 6px 4px 8px 2px rgba(0, 0, 0, 0.2);
}

.project-description {
padding: 0;
margin: 0;
}

.links-buttons {
display: flex;
justify-content: space-around;
Expand Down
14 changes: 8 additions & 6 deletions src/Components/About.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@ const About = () => {
<h1>About</h1>
<div>
<h3 id="user-detail-intro">
I'm Divyanshu Rawat, a B.A. student turned coding enthusiast,
trained at <span>Masai School</span>. My passion for learning
drives me to explore the ever-evolving world of technology. Join
me as I blend music and coding, creating a unique fusion of art.
Welcome to my creative World! Good in JavaScript , React
,CSS,HTML
Hey, I'm Divyanshu Rawat, and I'm learning to create cool stuff
on the internet at <span>Masai School</span>. I'm really into
tech and know my way around <span>MongoDB</span>,{" "}
<span>Express.js</span>, <span>React</span>, and{" "}
<span>Node.js</span>. I like keeping up with the latest tech
trends because I want to use the coolest tools. Let's team up
and make awesome things happen with code – making the internet
more awesome !!! 💻✨
</h3>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const Home = () => {
"Express",
"Mongodb",
]}
loop={10}
loop={0}
cursor
cursorStyle="_"
typeSpeed={100}
Expand Down
12 changes: 7 additions & 5 deletions src/Components/Projects.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const Projects = () => {
image: "https://i.ibb.co/pv229h0/Glossier.jpg",
link: `https://6509a45460bc91008781faa8--incredible-baklava-73dc03.netlify.app/index.html`,
description:
"Glossier, a premier beauty products website, offers a curated selection of luxury beauty items that enhance your natural beauty. Explore our collection for a transformative experience in skincare and makeup.",
"Glossier, a premier beauty products website, offers a curated selection of luxury beauty items that enhance your natural beauty, leaving you looking and feeling your best. Explore our collection for a transformative experience in skincare and makeup.",
tech: [" HTML ", " CSS ", " JavaScript "],
github: `https://github.com/Sushil1603/Project-Choice-Rice`,
netlify: `https://6509a45460bc91008781faa8--incredible-baklava-73dc03.netlify.app/index.html`,
Expand All @@ -24,18 +24,20 @@ const Projects = () => {
},
{
name: "OminiFood",
image: "https://i.ibb.co/pv229h0/Glossier.jpg",
image: "https://i.ibb.co/sC8NG2v/WoodFans.png",
link: `https://6509a45460bc91008781faa8--incredible-baklava-73dc03.netlify.app/index.html`,
description: "Ecommerce Website, where you can buy diff things",
description:
"Step into Wood Fans, your foremost destination for premium and sustainable furniture solutions. Elevate your living spaces with our exquisite designs, creating havens of comfort and style that reflect your unique taste. ",
tech: [" HTML ", " CSS ", " JavaScript "],
github: `https://github.com/Sushil1603/Project-Choice-Rice`,
netlify: `https://6509a45460bc91008781faa8--incredible-baklava-73dc03.netlify.app/index.html`,
},
{
name: "Calculator",
name: "Dummy Project",
image: "https://i.ibb.co/pv229h0/Glossier.jpg",
link: `https://6509a45460bc91008781faa8--incredible-baklava-73dc03.netlify.app/index.html`,
description: "Ecommerce Website, where you can buy diff things",
description:
"Step into Wood Fans, your foremost destination for premium and sustainable furniture solutions. Elevate your living spaces with our exquisite designs, creating havens of comfort and style that reflect your unique taste. ",
tech: [" HTML ", " CSS ", " JavaScript "],
github: `https://github.com/Sushil1603/Project-Choice-Rice`,
netlify: `https://6509a45460bc91008781faa8--incredible-baklava-73dc03.netlify.app/index.html`,
Expand Down

0 comments on commit 3239c4f

Please sign in to comment.