Skip to content

Commit

Permalink
Add new logo to EN and ZH README files
Browse files Browse the repository at this point in the history
Summary: Adds the new logo to the English and Chinese README files. I also updated the formatting of the badges to remove the blue underlines that was appearing between each one.

Reviewed By: fabiomassimo

Differential Revision: D57263177

fbshipit-source-id: 955b491454e0a9bd1d46f6e5e82143607d147616
  • Loading branch information
TimOliver authored and facebook-github-bot committed May 13, 2024
1 parent 26cc956 commit 33fb2f6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 42 deletions.
27 changes: 6 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,13 @@
<p align="center">
<img src="https://raw.githubusercontent.com/Instagram/IGListKit/main/Resources/logo-animation.gif" width=400 />
<img src="https://raw.githubusercontent.com/Instagram/IGListKit/main/Resources/logo.png" width=450 />
</p>

<p align="center">
<a href="https://github.com/Instagram/IGListKit/actions/workflows/CI.yml">
<img src="https://img.shields.io/github/actions/workflow/status/Instagram/IGListKit/CI.yml"
alt="Build Status">
</a>
<a href="https://coveralls.io/github/Instagram/IGListKit?branch=main">
<img src="https://coveralls.io/repos/github/Instagram/IGListKit/badge.svg?branch=main"
alt="Coverage Status" />
</a>
<a href="https://cocoapods.org/pods/IGListKit">
<img src="https://img.shields.io/cocoapods/v/IGListKit.svg?style=flat"
alt="Pods Version">
</a>
<a href="https://instagram.github.io/IGListKit/">
<img src="https://img.shields.io/cocoapods/p/IGListKit.svg?style=flat"
alt="Platforms">
</a>
<a href="https://github.com/Carthage/Carthage">
<img src="https://img.shields.io/badge/Carthage-compatible-brightgreen.svg?style=flat"
alt="Carthage Compatible">
</a>
<a href="https://github.com/Instagram/IGListKit/actions/workflows/CI.yml"><img src="https://img.shields.io/github/actions/workflow/status/Instagram/IGListKit/CI.yml" alt="Build Status"></a>
<a href="https://coveralls.io/github/Instagram/IGListKit?branch=main"><img src="https://coveralls.io/repos/github/Instagram/IGListKit/badge.svg?branch=main" alt="Coverage Status" /></a>
<a href="https://cocoapods.org/pods/IGListKit"><img src="https://img.shields.io/cocoapods/v/IGListKit.svg?style=flat" alt="Pods Version"></a>
<a href="https://instagram.github.io/IGListKit/"><img src="https://img.shields.io/cocoapods/p/IGListKit.svg?style=flat" alt="Platforms"></a>
<a href="https://github.com/Carthage/Carthage"><img src="https://img.shields.io/badge/Carthage-compatible-brightgreen.svg?style=flat" alt="Carthage Compatible"></a>
</p>

----------------
Expand Down
27 changes: 6 additions & 21 deletions README.zh.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,13 @@
<p align="center">
<img src="https://raw.githubusercontent.com/Instagram/IGListKit/main/Resources/logo-animation.gif" width=400 />
<img src="https://raw.githubusercontent.com/Instagram/IGListKit/main/Resources/logo.png" width=450 />
</p>

<p align="center">
<a href="https://github.com/Instagram/IGListKit/actions/workflows/CI.yml">
<img src="https://img.shields.io/github/actions/workflow/status/Instagram/IGListKit/CI.yml"
alt="Build Status">
</a>
<a href="https://coveralls.io/github/Instagram/IGListKit?branch=main">
<img src="https://coveralls.io/repos/github/Instagram/IGListKit/badge.svg?branch=main"
alt="Coverage Status" />
</a>
<a href="https://cocoapods.org/pods/IGListKit">
<img src="https://img.shields.io/cocoapods/v/IGListKit.svg?style=flat"
alt="Pods Version">
</a>
<a href="https://instagram.github.io/IGListKit/">
<img src="https://img.shields.io/cocoapods/p/IGListKit.svg?style=flat"
alt="Platforms">
</a>
<a href="https://github.com/Carthage/Carthage">
<img src="https://img.shields.io/badge/Carthage-compatible-brightgreen.svg?style=flat"
alt="Carthage Compatible">
</a>
<a href="https://github.com/Instagram/IGListKit/actions/workflows/CI.yml"><img src="https://img.shields.io/github/actions/workflow/status/Instagram/IGListKit/CI.yml" alt="Build Status"></a>
<a href="https://coveralls.io/github/Instagram/IGListKit?branch=main"><img src="https://coveralls.io/repos/github/Instagram/IGListKit/badge.svg?branch=main" alt="Coverage Status" /></a>
<a href="https://cocoapods.org/pods/IGListKit"><img src="https://img.shields.io/cocoapods/v/IGListKit.svg?style=flat" alt="Pods Version"></a>
<a href="https://instagram.github.io/IGListKit/"><img src="https://img.shields.io/cocoapods/p/IGListKit.svg?style=flat" alt="Platforms"></a>
<a href="https://github.com/Carthage/Carthage"><img src="https://img.shields.io/badge/Carthage-compatible-brightgreen.svg?style=flat" alt="Carthage Compatible"></a>
</p>

----------------
Expand Down

0 comments on commit 33fb2f6

Please sign in to comment.