Skip to content

Commit

Permalink
added github link to the intro
Browse files Browse the repository at this point in the history
  • Loading branch information
charanravi-online committed Nov 7, 2024
1 parent 0b26422 commit 1b4c409
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,20 @@ const audienceContent = {
},
engineers: {
title: "Engineers",
description: "Driven by technology, innovation, and open source. Explore my technical deep dives and coding projects.",
description: (
<>
Driven by technology, innovation, and open source. Explore my technical deep dives and projects over at my{" "}
<a
href="https://github.com/charanravi-online"
target="_blank"
rel="noopener noreferrer"
className="transition-colors hover:text-sky-500"
style={{ display: "inline-flex", alignItems: "center" }}
>
GitHub &#x2197;
</a>
</>
),
skills: [<a href="/RCharan-Resume.pdf" download className="hover:text-[#fefeff] transition-colors">Download Resume</a>]
},
'product-managers': {
Expand Down

0 comments on commit 1b4c409

Please sign in to comment.