diff --git a/README.md b/README.md index 20a5bbb06..e746f4f6c 100644 --- a/README.md +++ b/README.md @@ -142,11 +142,11 @@ The continued development and maintenance of GitHub1s is made possible by these ## Partners -We are Partnered with [OSSInsight](https://ossinsight.io/) to get the Trending Repositories & some more Interesting Analytics +We are partnered with [OSS Insight](https://ossinsight.io/?utm_source=github1s&utm_medium=github&utm_campaign=ghtrending) to get the Trending Repositories & some more Interesting Analytics. [OSS Insight](https://ossinsight.io/?utm_source=github1s&utm_medium=github&utm_campaign=ghtrending) provides deep insights into GitHub repos, developers, and curated repo lists from billions of GitHub events. It’s built with [TiDB Cloud](https://www.pingcap.com/tidb-cloud/?utm_source=github1s&utm_medium=github&utm_campaign=ghtrending). -
- + +
diff --git a/extensions/github1s/src/adapters/ossinsight/templates.ts b/extensions/github1s/src/adapters/ossinsight/templates.ts index 905e246d6..0d04181f3 100644 --- a/extensions/github1s/src/adapters/ossinsight/templates.ts +++ b/extensions/github1s/src/adapters/ossinsight/templates.ts @@ -18,7 +18,7 @@ import { const buildRepoLink = (repo: string) => `https://github1s.com/${repo}`; -const dataSourceMarkdown = ` (Data source: [OSS Insight](https://ossinsight.io/))`; +const dataSourceMarkdown = ` (Data source: [👁️ OSS Insight](https://ossinsight.io/?utm_source=github1s&utm_medium=github&utm_campaign=ghtrending))`; const createRepoItemMarkdown = (repo: RepoItem, period: RankingPeriod) => { const contributorAvatars = (repo.contributor_logins?.split(',') || []).map((username) => { @@ -102,7 +102,7 @@ export const createLanguageListPageMarkdown = () => { return ` # Trending Repos by Languages -See what the GitHub community is most excited by languages.${dataSourceMarkdown} +See what the GitHub community is most excited by languages.${dataSourceMarkdown} Other Rankings:   ${createRankingsLinksMarkdown('Languages')} diff --git a/resources/images/ossinsight-brand-dark.png b/resources/images/ossinsight-brand-dark.png new file mode 100644 index 000000000..820291a21 Binary files /dev/null and b/resources/images/ossinsight-brand-dark.png differ diff --git a/resources/images/ossinsight.png b/resources/images/ossinsight.png deleted file mode 100644 index 6bb2f6629..000000000 Binary files a/resources/images/ossinsight.png and /dev/null differ