Skip to content

Commit

Permalink
Adding links
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhinav-Chdhary committed Feb 4, 2024
1 parent 8d3d9df commit fe3fb73
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 18 deletions.
45 changes: 27 additions & 18 deletions src/components/Projects.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,17 @@ export default function Projects() {
</h2>
<div className="mb-8 flex flex-col-reverse md:flex-row proImg">
<div>
<h2 className="text-2xl font-bold myHeading">
Housing price predictor
<span className="arrow">
<TiLocationArrowOutline />
</span>
</h2>
<a
href="https://github.com/Abhinav-Chdhary/housing-price-predictor"
target="_blank"
>
<h2 className="text-2xl font-bold myHeading">
Housing price predictor
<span className="arrow">
<TiLocationArrowOutline />
</span>
</h2>
</a>
<h3 className="font-semibold text-gray-400 text-sm md:text-lg">
Sept, 2023 - Oct, 2023
</h3>
Expand All @@ -50,12 +55,14 @@ export default function Projects() {

<div className="mb-8 flex flex-col-reverse md:flex-row proImg">
<div>
<h2 className="text-2xl font-bold myHeading">
Hack-o-holic-2.0
<span className="arrow">
<TiLocationArrowOutline />
</span>
</h2>
<a href="https://abhinav-chdhary.github.io/" target="_blank">
<h2 className="text-2xl font-bold myHeading">
Hack-o-holic-2.0
<span className="arrow">
<TiLocationArrowOutline />
</span>
</h2>
</a>
<h3 className="text-sm md:text-lg font-semibold text-gray-400">
24 Nov, 2023
</h3>
Expand All @@ -73,12 +80,14 @@ export default function Projects() {
</div>
<div className="mb-8 flex flex-col-reverse md:flex-row proImg">
<div>
<h2 className="text-2xl font-bold myHeading shining-text">
Immuno Game
<span className="arrow">
<TiLocationArrowOutline />
</span>
</h2>
<a href="https://abhinav-choudhary.itch.io/immuno" target="_blank">
<h2 className="text-2xl font-bold myHeading shining-text">
Immuno Game
<span className="arrow">
<TiLocationArrowOutline />
</span>
</h2>
</a>
<h3 className="text-sm md:text-lg font-semibold text-gray-400">
January, 2023 - February, 2023
</h3>
Expand Down
3 changes: 3 additions & 0 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@
transform: scale(1.2);
color: rgb(255, 208, 0);
}
a:hover {
text-decoration: underline;
}

0 comments on commit fe3fb73

Please sign in to comment.