mirror of
https://github.com/gogs/gogs.git
synced 2026-05-28 21:30:36 +00:00
chore: fix up README image positions
[skip ci]
This commit is contained in:
@@ -1,17 +1,20 @@
|
||||
<p align="center">
|
||||
<img src="docs/images/logo-light.svg#gh-light-mode-only" alt="Gogs">
|
||||
<img src="docs/images/logo-dark.svg#gh-dark-mode-only" alt="Gogs">
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://github.com/gogs/gogs/actions?query=branch%3Amain"><img
|
||||
src="https://img.shields.io/github/checks-status/gogs/gogs/main?logo=github&style=for-the-badge" alt="GitHub Workflow Status"></a>
|
||||
<a href="https://sourcegraph.com/github.com/gogs/gogs"><img
|
||||
<p>
|
||||
<div align="center">
|
||||
<img src="docs/images/logo-light.svg#gh-light-mode-only" alt="Gogs">
|
||||
<img src="docs/images/logo-dark.svg#gh-dark-mode-only" alt="Gogs">
|
||||
</div>
|
||||
<div align="center">
|
||||
<a href="https://github.com/gogs/gogs/actions?query=branch%3Amain"><img
|
||||
src="https://img.shields.io/github/checks-status/gogs/gogs/main?logo=github&style=for-the-badge" alt="GitHub Workflow Status"></a>
|
||||
<a href="https://sourcegraph.com/github.com/gogs/gogs"><img
|
||||
src="https://img.shields.io/badge/view%20on-Sourcegraph-brightgreen.svg?style=for-the-badge&logo=sourcegraph" alt="Sourcegraph"></a>
|
||||
</div>
|
||||
<div align="center">
|
||||
👉 Deploy on DigitalOcean and <a href="https://m.do.co/c/5aeb02268b55">get $200 in free credits</a>!
|
||||
</div>
|
||||
</p>
|
||||
|
||||
👉 Deploy on DigitalOcean and [get $200 in free credits](https://m.do.co/c/5aeb02268b55)!
|
||||
|
||||
## 🔮 Vision
|
||||
|
||||
The Gogs (`/gɑgz/`) project aims to build a simple, stable and extensible self-hosted Git service that can be set up in the most painless way. With Go, this can be done with an independent binary distribution across all platforms that Go supports, including Linux, macOS, Windows and ARM-based systems.
|
||||
|
||||
Reference in New Issue
Block a user