Skip to content

Commit

Permalink
username updated globally
Browse files Browse the repository at this point in the history
  • Loading branch information
darsan-in committed Aug 6, 2024
1 parent 6037761 commit 3f3fb44
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion action/fetch-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ async function getTotalContributions(userName: string): Promise<number> {
}

async function main(): Promise<void> {
const userName: string = "iamspdarsan";
const userName: string = "darsan-in";

let ungroupedMeta: GithubRepoMeta[] = [];
try {
Expand Down
14 changes: 7 additions & 7 deletions app/src/components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default () => {
<li className="w-10 h-10 border rounded-full flex items-center justify-center">
<a
href={"https://github.com/" + communication.github}
target="_"
target="_blank"
aria-label="Visit my github page"
title="Visit my github page">
<FaGithub className="svg-icon w-6 h-6 text-black" />
Expand All @@ -43,7 +43,7 @@ export default () => {
<li className="w-10 h-10 border rounded-full flex items-center justify-center">
<a
href={"https://linkedin.com/in/" + communication.linkedin}
target="_"
target="_blank"
aria-label="Visit my linkedin page"
title="Visit my linkedin page">
<FaLinkedin className="svg-icon w-6 h-6 text-blue-600" />
Expand All @@ -52,8 +52,8 @@ export default () => {

<li className="w-10 h-10 border rounded-full flex items-center justify-center">
<a
href={"https://npmjs.com/~" + communication.github}
target="_"
href={"https://npmjs.com/~" + communication.npmjs}
target="_blank"
aria-label="Visit my npmjs page"
title="Visit my npmjs page">
<RiNpmjsFill className="svg-icon w-7 h-7 text-red-600" />
Expand All @@ -65,7 +65,7 @@ export default () => {
href={
"https://huggingface.co/" + communication.huggingface
}
target="_"
target="_blank"
aria-label="Visit my huggingface page"
title="Visit my huggingface page">
<Huggingface className="svg-icon w-7 h-7 text-blue-600" />
Expand All @@ -75,7 +75,7 @@ export default () => {
<li className="w-10 h-10 border rounded-full flex items-center justify-center">
<a
href="https://wa.me/+916381866191"
target="_"
target="_blank"
aria-label="Chat me on Whatsapp"
title="Chat me on Whatsapp">
<IoLogoWhatsapp className="svg-icon w-7 h-7 text-green-600" />
Expand All @@ -84,7 +84,7 @@ export default () => {
<li className="w-10 h-10 border rounded-full flex items-center justify-center">
<a
href={"https://www.youtube.com/@" + communication.youtube}
target="_"
target="_blank"
aria-label="Visit my youtube channel"
title="Visit my youtube channel">
<FaYoutube className="svg-icon w-7 h-7 text-red-600" />
Expand Down
2 changes: 1 addition & 1 deletion app/src/components/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export default function HomePage() {
<img
src="pp-t.webp"
className=" md:rounded-tl-[108px] w-85"
alt="Profile picture of PRIYADARSAN S / iamspdarsan"
alt="Profile picture of PRIYADARSAN S / darsan-in"
/>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/src/components/not-limited.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default () => (
Tiredness of my body never limits my tireless, curious mind{" "}
<a
className="text-gray-400"
href="https://www.linkedin.com/in/iamspdarsan">
href="https://www.linkedin.com/in/darsan-in">
- Darsan
</a>
</q>
Expand Down
2 changes: 1 addition & 1 deletion app/src/components/ui-utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const ShortMessage = ({
</li>
<li className="flex justify-center before:content-['•'] before:mr-1 before:text-red-500">
<p>
<span className="font-bold">{totalProjects}</span>+ projects
<span className="font-bold">{totalProjects}</span>+ Projects
completed
</p>
</li>
Expand Down
10 changes: 5 additions & 5 deletions meta.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const metainfo = {
title:
"The Multifaceted Talent of Priyadarsan S: Founder, Coder, Problem-Solver | @iamspdarsan",
"The Multifaceted Talent of Priyadarsan S: Founder, Coder, Problem-Solver | @darsan-in",
description:
"Discover why Priyadarsan, a founder, engineer, and digital innovator, could be your company's next valuable asset. Explore their journey, skills, and impact.",
};
Expand Down Expand Up @@ -44,12 +44,12 @@ export const navigation = [
];

export const communication = {
github: "iamspdarsan",
linkedin: "iamspdarsan",
github: "darsan-in",
linkedin: "darsan-in",
mail: "[email protected]",
phone: "+91-6381866191",
npmjs: "iamspdarsan",
youtube: "iamspdarsan",
npmjs: "darsan.in",
youtube: "darsan-in",
huggingface: "darsan",
};

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"bin": {
"kinact": "./dist/bin/cli.js"
},
"repository": "https://github.com/iamspdarsan/kinact",
"repository": "https://github.com/darsan-in/kinact",
"bugs": {
"url": "https://github.com/iamspdarsan/kinact/issues"
"url": "https://github.com/darsan-in/kinact/issues"
},
"author": "DARSAN <[email protected]>",
"maintainers": [
Expand Down

0 comments on commit 3f3fb44

Please sign in to comment.