Skip to content

Commit cb39c83

Browse files
authored
README top section overhaul (parse-community#1436)
* copy top section from parse server * add parse logo * Delete logo large.png * add logo * add new logo, working on badges * finish badges * change title * Update README.md * Update README.md
1 parent 4a82099 commit cb39c83

File tree

2 files changed

+33
-45
lines changed

2 files changed

+33
-45
lines changed

Assets/logo large.png

27.6 KB
Loading

README.md

+33-45
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,36 @@
1-
# Parse SDK for iOS/OS X/watchOS/tvOS
2-
3-
[![Maintenance help wanted](https://img.shields.io/badge/maintenance-help%20wanted-red.svg)](https://github.com/parse-community/Parse-SDK-iOS-OSX/issues/1356)
4-
![Platforms][platforms-svg]
5-
[![License][license-svg]][license-link]
6-
[![Podspec][podspec-svg]][podspec-link]
7-
[![Carthage compatible][carthage-svg]](carthage-link)
8-
[![Dependencies][dependencies-svg]][dependencies-link]
9-
[![References][references-svg]][references-link]
10-
[![Build Status][build-status-svg]][build-status-link]
11-
[![Build Status][circleci-status-svg]][circleci-status-link]
12-
[![Coverage Status][coverage-status-svg]][coverage-status-link]
13-
[![Join The Conversation](https://img.shields.io/discourse/https/community.parseplatform.org/topics.svg)](https://community.parseplatform.org/c/parse-server)
14-
[![Backers on Open Collective](https://opencollective.com/parse-server/backers/badge.svg)][open-collective-link]
15-
[![Sponsors on Open Collective](https://opencollective.com/parse-server/sponsors/badge.svg)][open-collective-link]
16-
[![Twitter Follow](https://img.shields.io/twitter/follow/ParsePlatform.svg?label=Follow%20us%20on%20Twitter&style=social)](https://twitter.com/intent/follow?screen_name=ParsePlatform)
17-
18-
A library that gives you access to the powerful Parse cloud platform from your iOS or OS X app.
19-
For more information about Parse and its features, see the public [documentation][docs].
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://www.versioneye.com/objective-c/parse/references"><img alt="References" src="https://www.versioneye.com/objective-c/parse/reference_badge.svg"></a>
26+
<a href="https://travis-ci.org/parse-community/Parse-SDK-iOS-OSX/branches"><img alt="Build status" src="https://img.shields.io/travis/parse-community/Parse-SDK-iOS-OSX/master.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].
2034

2135
Check out some of the [apps using Parse](https://www.appsight.io/sdk/parse).
2236

@@ -150,32 +164,6 @@ As of April 5, 2017, Parse, LLC has transferred this code to the parse-community
150164

151165
[bolts-framework]: https://github.com/BoltsFramework/Bolts-ObjC
152166
[ocmock-framework]: http://ocmock.org
153-
154-
[build-status-svg]: https://img.shields.io/travis/parse-community/Parse-SDK-iOS-OSX/master.svg
155-
[build-status-link]: https://travis-ci.org/parse-community/Parse-SDK-iOS-OSX/branches
156-
157-
[circleci-status-svg]: https://circleci.com/gh/parse-community/Parse-SDK-iOS-OSX.svg?style=shield
158-
[circleci-status-link]: https://circleci.com/build-insights/gh/parse-community/Parse-SDK-iOS-OSX/master
159-
160-
[coverage-status-svg]: https://img.shields.io/codecov/c/github/parse-community/Parse-SDK-iOS-OSX/master.svg
161-
[coverage-status-link]: https://codecov.io/github/parse-community/Parse-SDK-iOS-OSX?branch=master
162-
163-
[license-svg]: https://img.shields.io/badge/license-BSD-lightgrey.svg
164-
[license-link]: https://github.com/parse-community/Parse-SDK-iOS-OSX/blob/master/LICENSE
165-
166-
[podspec-svg]: https://img.shields.io/cocoapods/v/Parse.svg
167-
[podspec-link]: https://cocoapods.org/pods/Parse
168-
169-
[carthage-svg]: https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat
170-
[carthage-link]: https://github.com/carthage/carthage
171-
172-
[platforms-svg]: http://img.shields.io/cocoapods/p/Parse.svg?style=flat
173-
174-
[dependencies-svg]: https://img.shields.io/badge/dependencies-2-yellowgreen.svg
175-
[dependencies-link]: https://github.com/parse-community/Parse-SDK-iOS-OSX/blob/master/Vendor
176-
177-
[references-svg]: https://www.versioneye.com/objective-c/parse/reference_badge.svg
178-
[references-link]: https://www.versioneye.com/objective-c/parse/references
179167

180168
[open-collective-link]: https://opencollective.com/parse-server
181169

0 commit comments

Comments
 (0)