Skip to content

Commit c235291

Browse files
committed
aashuu
1 parent f8a3fe1 commit c235291

5 files changed

Lines changed: 28 additions & 8 deletions

File tree

README.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
1-
# GitHub Stats Card
2-
3-
A customizable GitHub stats card generator that creates beautiful SVG cards showing your GitHub statistics, most used languages, contribution history, and top repositories.
4-
5-
![GitHub Stats](https://i.ibb.co/cFLcTrp/Screenshot-2024-12-03-131605.png)
1+
<div align="center">
2+
3+
![GitHub repo size](https://img.shields.io/github/repo-size/codeaashu/Resume-Builder)
4+
![GitHub stars](https://img.shields.io/github/stars/codeaashu/Resume-Builder?style=social)
5+
![GitHub forks](https://img.shields.io/github/forks/codeaashu/Resume-Builder?style=social)
6+
[![Twitter Follow](https://img.shields.io/twitter/follow/warrior_aashuu?style=social)](https://twitter.com/intent/follow?screen_name=warrior_aashuu)
7+
8+
<hr>
9+
<h1 align="center">📋 Introducing to Resume Builder 📋</h1>
10+
<img src="./Branding/logo.png" width="100px" />
11+
<br><a href="https://resume-builder-pro.vercel.app/"><strong></strong></a>
12+
<h4 align="center">✦ GitHub Stats Card Generator ✦</h4>
13+
14+
` A customizable GitHub stats card generator that creates beautiful SVG cards showing your GitHub statistics, most used languages, contribution history, and top repositories. `
15+
<hr>
616

717
## Features
818

@@ -104,6 +114,5 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
104114

105115
## Acknowledgments
106116

107-
- Inspired by various GitHub stats generators
108117
- Uses GitHub's API
109118
- Built with Next.js and TypeScript

app/favicon.ico

-25.3 KB
Binary file not shown.

app/layout.tsx

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,16 @@ export const metadata: Metadata = {
2121
title: "GitHub Stats Card Generator",
2222
description: "A simple and customizable Github Stats Card generator.",
2323
icons: {
24-
icon: "/app/LOGO.png"
25-
}};
24+
icon: "/LOGO.png"
25+
},
26+
openGraph: {
27+
title: "GitHub Stats Card Generator",
28+
description: "A simple and customizable Github Stats Card generator.",
29+
url: "https://github-stats-card-generator.vercel.app/",
30+
siteName: "GitHub Stats Card Generator",
31+
images: "/LOGO.png",
32+
},
33+
};
2634

2735
export default function RootLayout({
2836
children,
@@ -31,6 +39,9 @@ export default function RootLayout({
3139
}>) {
3240
return (
3341
<html lang="en" suppressHydrationWarning>
42+
<head>
43+
<link rel="icon" href="/LOGO.png" type="image/png" />
44+
</head>
3445
<body className={`${monaSans.variable} ${geistMono.variable} antialiased`}>
3546
<ThemeProvider
3647
attribute="class"

public/ICON.png

1.85 MB
Loading

public/LOGO.png

1.96 MB
Loading

0 commit comments

Comments
 (0)