aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md65
1 files changed, 49 insertions, 16 deletions
diff --git a/README.md b/README.md
index 95717a50bd..8fd3f5f606 100644
--- a/README.md
+++ b/README.md
@@ -1,19 +1,52 @@
-[简体中文](README_ZH.md)
-
-<h1> <img src="https://raw.githubusercontent.com/go-gitea/gitea/master/public/img/gitea-192.png" alt="logo" width="30" height="30"> Gitea - Git with a cup of tea</h1>
-
-[![Build Status](https://drone.gitea.io/api/badges/go-gitea/gitea/status.svg?ref=refs/heads/master)](https://drone.gitea.io/go-gitea/gitea)
-[![Join the Discord chat at https://discord.gg/Gitea](https://img.shields.io/discord/322538954119184384.svg)](https://discord.gg/Gitea)
-[![](https://images.microbadger.com/badges/image/gitea/gitea.svg)](https://microbadger.com/images/gitea/gitea "Get your own image badge on microbadger.com")
-[![codecov](https://codecov.io/gh/go-gitea/gitea/branch/master/graph/badge.svg)](https://codecov.io/gh/go-gitea/gitea)
-[![Go Report Card](https://goreportcard.com/badge/code.gitea.io/gitea)](https://goreportcard.com/report/code.gitea.io/gitea)
-[![GoDoc](https://godoc.org/code.gitea.io/gitea?status.svg)](https://godoc.org/code.gitea.io/gitea)
-[![GitHub release](https://img.shields.io/github/release/go-gitea/gitea.svg)](https://github.com/go-gitea/gitea/releases/latest)
-[![Help Contribute to Open Source](https://www.codetriage.com/go-gitea/gitea/badges/users.svg)](https://www.codetriage.com/go-gitea/gitea)
-[![Become a backer/sponsor of gitea](https://opencollective.com/gitea/tiers/backers/badge.svg?label=backers&color=brightgreen)](https://opencollective.com/gitea)
-[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
-[![Crowdin](https://badges.crowdin.net/gitea/localized.svg)](https://crowdin.com/project/gitea)
-[![TODOs](https://badgen.net/https/api.tickgit.com/badgen/github.com/go-gitea/gitea)](https://www.tickgit.com/browse?repo=github.com/go-gitea/gitea)
+<p align="center">
+ <a href="https://gitea.io/">
+ <img alt="Gitea" src="https://raw.githubusercontent.com/go-gitea/gitea/master/public/img/gitea.svg" width="220"/>
+ </a>
+</p>
+<h1 align="center">Gitea - Git with a cup of tea</h1>
+
+<p align="center">
+ <a href="https://drone.gitea.io/go-gitea/gitea" title="Build Status">
+ <img src="https://drone.gitea.io/api/badges/go-gitea/gitea/status.svg?ref=refs/heads/master">
+ </a>
+ <a href="https://discord.gg/Gitea" title="Join the Discord chat at https://discord.gg/Gitea">
+ <img src="https://img.shields.io/discord/322538954119184384.svg">
+ </a>
+ <a href="https://microbadger.com/images/gitea/gitea" title="Get your own image badge on microbadger.com">
+ <img src="https://images.microbadger.com/badges/image/gitea/gitea.svg">
+ </a>
+ <a href="https://codecov.io/gh/go-gitea/gitea" title="Codecov">
+ <img src="https://codecov.io/gh/go-gitea/gitea/branch/master/graph/badge.svg">
+ </a>
+ <a href="https://godoc.org/code.gitea.io/gitea" title="Go Report Card">
+ <img src="https://goreportcard.com/badge/code.gitea.io/gitea">
+ </a>
+ <a href="https://godoc.org/code.gitea.io/gitea" title="GoDoc">
+ <img src="https://godoc.org/code.gitea.io/gitea?status.svg">
+ </a>
+ <a href="https://github.com/go-gitea/gitea/releases/latest" title="GitHub release">
+ <img src="https://img.shields.io/github/release/go-gitea/gitea.svg">
+ </a>
+ <a href="https://www.codetriage.com/go-gitea/gitea" title="Help Contribute to Open Source">
+ <img src="https://www.codetriage.com/go-gitea/gitea/badges/users.svg">
+ </a>
+ <a href="https://opencollective.com/gitea" title="Become a backer/sponsor of gitea">
+ <img src="https://opencollective.com/gitea/tiers/backers/badge.svg?label=backers&color=brightgreen">
+ </a>
+ <a href="https://opensource.org/licenses/MIT" title="License: MIT">
+ <img src="https://img.shields.io/badge/License-MIT-blue.svg">
+ </a>
+ <a href="https://crowdin.com/project/gitea" title="Crowdin">
+ <img src="https://badges.crowdin.net/gitea/localized.svg">
+ </a>
+ <a href="https://www.tickgit.com/browse?repo=github.com/go-gitea/gitea" title="TODOs">
+ <img src="https://badgen.net/https/api.tickgit.com/badgen/github.com/go-gitea/gitea">
+ </a>
+</p>
+
+<p align="center">
+ <a href="README_ZH.md">View the chinese version of this document</a>
+</p>
## Purpose