Skip to content

Commit 33fb2f6

Browse files
TimOliverfacebook-github-bot
authored andcommitted
Add new logo to EN and ZH README files
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
1 parent 26cc956 commit 33fb2f6

File tree

2 files changed

+12
-42
lines changed

2 files changed

+12
-42
lines changed

README.md

Lines changed: 6 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,13 @@
11
<p align="center">
2-
<img src="https://raw.githubusercontent.com/Instagram/IGListKit/main/Resources/logo-animation.gif" width=400 />
2+
<img src="https://raw.githubusercontent.com/Instagram/IGListKit/main/Resources/logo.png" width=450 />
33
</p>
44

55
<p align="center">
6-
<a href="https://github.com/Instagram/IGListKit/actions/workflows/CI.yml">
7-
<img src="https://img.shields.io/github/actions/workflow/status/Instagram/IGListKit/CI.yml"
8-
alt="Build Status">
9-
</a>
10-
<a href="https://coveralls.io/github/Instagram/IGListKit?branch=main">
11-
<img src="https://coveralls.io/repos/github/Instagram/IGListKit/badge.svg?branch=main"
12-
alt="Coverage Status" />
13-
</a>
14-
<a href="https://cocoapods.org/pods/IGListKit">
15-
<img src="https://img.shields.io/cocoapods/v/IGListKit.svg?style=flat"
16-
alt="Pods Version">
17-
</a>
18-
<a href="https://instagram.github.io/IGListKit/">
19-
<img src="https://img.shields.io/cocoapods/p/IGListKit.svg?style=flat"
20-
alt="Platforms">
21-
</a>
22-
<a href="https://github.com/Carthage/Carthage">
23-
<img src="https://img.shields.io/badge/Carthage-compatible-brightgreen.svg?style=flat"
24-
alt="Carthage Compatible">
25-
</a>
6+
<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>
7+
<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>
8+
<a href="https://cocoapods.org/pods/IGListKit"><img src="https://img.shields.io/cocoapods/v/IGListKit.svg?style=flat" alt="Pods Version"></a>
9+
<a href="https://instagram.github.io/IGListKit/"><img src="https://img.shields.io/cocoapods/p/IGListKit.svg?style=flat" alt="Platforms"></a>
10+
<a href="https://github.com/Carthage/Carthage"><img src="https://img.shields.io/badge/Carthage-compatible-brightgreen.svg?style=flat" alt="Carthage Compatible"></a>
2611
</p>
2712

2813
----------------

README.zh.md

Lines changed: 6 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,13 @@
11
<p align="center">
2-
<img src="https://raw.githubusercontent.com/Instagram/IGListKit/main/Resources/logo-animation.gif" width=400 />
2+
<img src="https://raw.githubusercontent.com/Instagram/IGListKit/main/Resources/logo.png" width=450 />
33
</p>
44

55
<p align="center">
6-
<a href="https://github.com/Instagram/IGListKit/actions/workflows/CI.yml">
7-
<img src="https://img.shields.io/github/actions/workflow/status/Instagram/IGListKit/CI.yml"
8-
alt="Build Status">
9-
</a>
10-
<a href="https://coveralls.io/github/Instagram/IGListKit?branch=main">
11-
<img src="https://coveralls.io/repos/github/Instagram/IGListKit/badge.svg?branch=main"
12-
alt="Coverage Status" />
13-
</a>
14-
<a href="https://cocoapods.org/pods/IGListKit">
15-
<img src="https://img.shields.io/cocoapods/v/IGListKit.svg?style=flat"
16-
alt="Pods Version">
17-
</a>
18-
<a href="https://instagram.github.io/IGListKit/">
19-
<img src="https://img.shields.io/cocoapods/p/IGListKit.svg?style=flat"
20-
alt="Platforms">
21-
</a>
22-
<a href="https://github.com/Carthage/Carthage">
23-
<img src="https://img.shields.io/badge/Carthage-compatible-brightgreen.svg?style=flat"
24-
alt="Carthage Compatible">
25-
</a>
6+
<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>
7+
<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>
8+
<a href="https://cocoapods.org/pods/IGListKit"><img src="https://img.shields.io/cocoapods/v/IGListKit.svg?style=flat" alt="Pods Version"></a>
9+
<a href="https://instagram.github.io/IGListKit/"><img src="https://img.shields.io/cocoapods/p/IGListKit.svg?style=flat" alt="Platforms"></a>
10+
<a href="https://github.com/Carthage/Carthage"><img src="https://img.shields.io/badge/Carthage-compatible-brightgreen.svg?style=flat" alt="Carthage Compatible"></a>
2611
</p>
2712

2813
----------------

0 commit comments

Comments
 (0)