Skip to content

Commit

Permalink
refactor: Update project section in index.html
Browse files Browse the repository at this point in the history
Simplify the code by removing the commented-out hero section and updating the project details. Change the project name from "Tint & Orange" to "BidCommerce" and provide a more accurate description of the project. Also, update the GitHub and live links to the correct URLs.
  • Loading branch information
Anuj3366 committed Jul 8, 2024
1 parent 2ad1ba6 commit 7b5bb69
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ <h2 class="projectHeading">BidCommerce</h2>
</p>
<div class="btnGroup">
<button class="btn btnProject">Read More</button>
<a href="https://github.com/Anuj3366/BidCommerce">
<a href="https://github.com/Anuj3366/BidCommerce" target="_blank">
<i title="Github Link" target="_blank" class="fa-brands fa-github icon"></i>
</a>
<a href="https://bidcommerce.netlify.app/">
<a href="https://bidcommerce.netlify.app/" target="_blank">
<i title="Live Link" target="_blank" class="fa-solid fa-link icon"></i>
</a>
</div>
Expand Down Expand Up @@ -195,22 +195,20 @@ <h2 class="projectHeading">Granit</h2>
<h2 class="skillHeading"><span>M</span>e and <br />MyTech Stack</h2>
<div class="skillSubHeading">
<p>
Hi Everyone My name is Anuj Garg I am a Full Stack Web
Developer I have been working for last 3 Years and Currently I am
working with a Budding Startup in USA and a full Time Freelancer.
Currently I am working on NextJs and Making Beautiful UI-UX are my
fey features
Hi Everyone My name is Anuj Garg I am currently a fourth-year student at Chitkara University,
located in Delhi, which is also my home address, pursuing a Bachelor of Technology degree in
Computer Science. I am actively looking for an internship in software development. With a
strong drive to learn and a passion for innovation, I am dedicated to producing results.
</p>
<p>
Lorem ipsum dolor, sit amet consectetur adipisicing elit. Non
doloremque aspernatur, maiores voluptatum minus laudantium?
Perspiciatis accusamus minima porro dolores necessitatibus, magni
dolorem et qui veniam nulla sequi molestiae maxime.
My skills include proficiency in various programming languages and technologies,
such as Java, Python, C++, SQL, and Full Stack development. Beyond my technical skills,
I excel in communication and thrive in team environments.
</p>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quis
quidem quos ullam veritatis voluptates tenetur qui ipsa nulla
culpa itaque?
Additionally, I have completed over 700 problems on GeeksforGeeks and nearly 300 on LeetCode,
demonstrating my proficiency in data structures and algorithms. I am also knowledgeable in MERN
stack technologies, Linux, Spring Boot, and operating systems.
</p>
</div>
</div>
Expand Down Expand Up @@ -290,8 +288,10 @@ <h3>Questions, Thoughts, Or Just Want To Say Hello?</h3>
</div>
</div>
<div class="iconContainer">
<a href="https://www.linkedin.com/in/anujgarg3366/" title="anujgarg3366"><i class="fa-brands fa-linkedin icon"></i></a>
<a href="https://github.com/Anuj3366" title = "Anuj3366"><i class="fa-brands fa-github icon"></i></a>
<a href="https://www.linkedin.com/in/anujgarg3366/" target="_blank" title="Linkedin"><i class="fa-brands fa-linkedin icon"></i></a>
<a href="https://github.com/Anuj3366" target="_blank" title = "GitHub"><i class="fa-brands fa-github icon"></i></a>
<a href="https://www.geeksforgeeks.org/user/anuj3366/" target="_blank" title = "GFG"><i class="fa-brands fa-gfg icon"></i></a>
<a href="https://leetcode.com/u/anuj3366/" target="_blank" title = "LeetCode"><i class="fa-brands fa-leetcode icon"></i></a>
</div>
</div>
</footer>
Expand Down

0 comments on commit 7b5bb69

Please sign in to comment.