Skip to content

Commit d5c1ec2

Browse files
authored
docs: restyled README header
1 parent aab4e83 commit d5c1ec2

File tree

1 file changed

+47
-48
lines changed

1 file changed

+47
-48
lines changed

README.md

Lines changed: 47 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,40 @@
1-
<p align="center">
2-
<img alt="Parse Platform" src="Assets/logo large.png" width="200">
3-
</a>
4-
</p>
5-
6-
<h2 align="center">Parse SDK for iOS | macOS | watchOS | tvOS</h2>
7-
8-
<p align="center">
9-
A library that gives you access to the powerful Parse Server backend from your iOS or macOS app.
10-
</p>
11-
12-
<p align="center">
13-
<a href="https://twitter.com/intent/follow?screen_name=parseplatform"><img alt="Follow on Twitter" src="https://img.shields.io/twitter/follow/parseplatform?style=social&label=Follow"></a>
14-
<a href="https://github.com/parse-community/Parse-SDK-iOS-OSX/issues/1356"><img alt="Maintenance help wanted" src="https://img.shields.io/badge/maintenance-help%20wanted-red.svg"></a>
15-
<img alt="Platforms" src="http://img.shields.io/cocoapods/p/Parse.svg?style=flat">
16-
<a href=" https://github.com/parse-community/Parse-SDK-iOS-OSX/blob/master/LICENSE"><img alt="License" src="https://img.shields.io/badge/license-BSD-lightgrey.svg"></a>
17-
<a href="https://cocoapods.org/pods/Parse"><img alt="Podspec" src="https://img.shields.io/cocoapods/v/Parse.svg"></a>
18-
<a href="#backers"><img alt="Backers on Open Collective" src="https://opencollective.com/parse-server/backers/badge.svg" /></a>
19-
<a href="#sponsors"><img alt="Sponsors on Open Collective" src="https://opencollective.com/parse-server/sponsors/badge.svg" /></a>
20-
</p>
21-
22-
<p align="center">
23-
<a href="https://github.com/carthage/carthage"><img alt="Carthage compatible" src="https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat"></a>
24-
<a href="https://github.com/parse-community/Parse-SDK-iOS-OSX/blob/master/Vendor"><img alt="Dependencies" src="https://img.shields.io/badge/dependencies-2-yellowgreen.svg"></a>
25-
<a href="https://github.com/parse-community/Parse-SDK-iOS-OSX/actions?query=workflow%3Aci+branch%3Amaster"><img alt="CI status" src="https://github.com/parse-community/Parse-SDK-iOS-OSX/workflows/ci/badge.svg?branch=master"></a>
26-
<a href="https://github.com/parse-community/Parse-SDK-iOS-OSX/actions?query=workflow%3Arelease"><img alt="Release status" src="https://github.com/parse-community/Parse-SDK-iOS-OSX/actions/workflows/release.yml/badge.svg"></a>
27-
<a href="https://circleci.com/build-insights/gh/parse-community/Parse-SDK-iOS-OSX/master"><img alt="Build status" src="https://circleci.com/gh/parse-community/Parse-SDK-iOS-OSX.svg?style=shield"></a>
28-
<a href="https://codecov.io/github/parse-community/Parse-SDK-iOS-OSX?branch=master"><img alt="Coverage status" src="https://img.shields.io/codecov/c/github/parse-community/Parse-SDK-iOS-OSX/master.svg"></a>
29-
<a href="https://community.parseplatform.org/"><img alt="Join the conversation" src="https://img.shields.io/discourse/https/community.parseplatform.org/topics.svg"></a>
30-
</p>
31-
<br>
32-
33-
For more information about the Parse Platform and its features, see the public [documentation][docs].
34-
35-
Check out some of the [apps using Parse](https://www.appsight.io/sdk/parse).
1+
![parse-repository-header-sdk-objc](https://user-images.githubusercontent.com/5673677/138286296-f4e855c3-2c8f-4c20-b637-51dd518ba0f6.png)
2+
3+
<h3 align="center">iOS · iPadOS · macOS · watchOS · tvOS</h3>
4+
5+
---
6+
7+
[![Build Status CI](https://github.com/parse-community/Parse-SDK-iOS-OSX/workflows/ci/badge.svg?branch=master)](https://github.com/parse-community/Parse-SDK-iOS-OSX/actions?query=workflow%3Aci+branch%3Amaster)
8+
[![Build Status Release](https://github.com/parse-community/Parse-SDK-iOS-OSX/actions/workflows/release.yml/badge.svg)](https://github.com/parse-community/Parse-SDK-iOS-OSX/actions?query=workflow%3Arelease)
9+
[![Build Status Carthage](https://circleci.com/gh/parse-community/Parse-SDK-iOS-OSX.svg?style=shield)](https://circleci.com/build-insights/gh/parse-community/Parse-SDK-iOS-OSX/master)
10+
[![Snyk Badge](https://snyk.io/test/github/parse-community/Parse-SDK-iOS-OSX/badge.svg)](https://snyk.io/test/github/parse-community/Parse-SDK-iOS-OSX)
11+
[![Coverage](https://img.shields.io/codecov/c/github/parse-community/Parse-SDK-iOS-OSX/master.svg)](https://codecov.io/github/parse-community/Parse-SDK-iOS-OSX?branch=master)
12+
13+
![Platforms](http://img.shields.io/cocoapods/p/Parse.svg?style=flat)
14+
[![Carthage](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/carthage/carthage)
15+
16+
[![Pod](https://img.shields.io/cocoapods/v/Parse.svg)](https://cocoapods.org/pods/Parse)
17+
18+
[![Backers on Open Collective](https://opencollective.com/parse-server/backers/badge.svg)][open-collective-link]
19+
[![Sponsors on Open Collective](https://opencollective.com/parse-server/sponsors/badge.svg)][open-collective-link]
20+
[![License][license-svg]][license-link]
21+
[![Forum](https://img.shields.io/discourse/https/community.parseplatform.org/topics.svg)](https://community.parseplatform.org/c/parse-server)
22+
[![Twitter](https://img.shields.io/twitter/follow/ParsePlatform.svg?label=Follow&style=social)](https://twitter.com/intent/follow?screen_name=ParsePlatform)
23+
24+
---
25+
26+
A library that gives you access to the powerful Parse Server backend from your iOS, iPadOS, macOS, watchOS and tvOS app. For more information about the Parse Platform and its features, see the public [documentation][docs]. Check out some of the [apps using Parse](https://www.appsight.io/sdk/parse).
27+
28+
---
29+
30+
- [Getting Started](#getting-started)
31+
- [Other Installation Options](#other-installation-options)
32+
- [CocoaPods](#cocoapods)
33+
- [Carthage](#carthage)
34+
- [Compiling for yourself](#compiling-for-yourself)
35+
- [Using Parse as a sub-project](#using-parse-as-a-sub-project)
36+
- [How Do I Contribute?](#how-do-i-contribute)
37+
- [Dependencies](#dependencies)
3638

3739
## Getting Started
3840

@@ -124,16 +126,13 @@ We use the following libraries as dependencies inside of Parse:
124126
- [Bolts][bolts-framework], for task management.
125127
- [OCMock][ocmock-framework], for unit testing.
126128

127-
[docs]: http://docs.parseplatform.org/ios/guide/
128-
[api]: http://parseplatform.org/Parse-SDK-iOS-OSX/api/
129-
130-
[parseui-link]: https://github.com/parse-community/ParseUI-iOS
131-
132-
[releases]: https://github.com/parse-community/Parse-SDK-iOS-OSX/releases
133-
[contributing]: https://github.com/parse-community/Parse-SDK-iOS-OSX/blob/master/CONTRIBUTING.md
134-
135-
[bolts-framework]: https://github.com/BoltsFramework/Bolts-ObjC
136-
[ocmock-framework]: http://ocmock.org
137-
138-
[open-collective-link]: https://opencollective.com/parse-server
139-
129+
[docs]: http://docs.parseplatform.org/ios/guide/
130+
[api]: http://parseplatform.org/Parse-SDK-iOS-OSX/api/
131+
[parseui-link]: https://github.com/parse-community/ParseUI-iOS
132+
[releases]: https://github.com/parse-community/Parse-SDK-iOS-OSX/releases
133+
[contributing]: https://github.com/parse-community/Parse-SDK-iOS-OSX/blob/master/CONTRIBUTING.md
134+
[bolts-framework]: https://github.com/BoltsFramework/Bolts-ObjC
135+
[ocmock-framework]: http://ocmock.org
136+
[license-svg]: https://img.shields.io/badge/license-BSD-lightgrey.svg
137+
[license-link]: LICENSE
138+
[open-collective-link]: https://opencollective.com/parse-server

0 commit comments

Comments
 (0)