aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rw-r--r--README_ZH.md4
-rw-r--r--public/css/gogs.css1
-rw-r--r--public/img/avatar_default.pngbin4048 -> 514087 bytes
-rw-r--r--public/img/gogs-large-resize.pngbin57921 -> 82606 bytes
-rw-r--r--public/img/gogs.svg (renamed from public/img/icon.svg)0
-rw-r--r--public/less/_home.less1
7 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index 33e64649..5a3f744e 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-Gogs - Go Git Service [![Build Status](https://travis-ci.org/gogits/gogs.svg?branch=master)](https://travis-ci.org/gogits/gogs) [![Build status](https://ci.appveyor.com/api/projects/status/b9uu5ejl933e2wlt/branch/master?svg=true)](https://ci.appveyor.com/project/Unknwon/gogs/branch/master) [![Crowdin](https://d322cqt584bo4o.cloudfront.net/gogs/localized.svg)](https://crowdin.com/project/gogs) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/gogits/gogs?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
+Gogs [![Build Status](https://travis-ci.org/gogits/gogs.svg?branch=master)](https://travis-ci.org/gogits/gogs) [![Build status](https://ci.appveyor.com/api/projects/status/b9uu5ejl933e2wlt/branch/master?svg=true)](https://ci.appveyor.com/project/Unknwon/gogs/branch/master) [![Crowdin](https://d322cqt584bo4o.cloudfront.net/gogs/localized.svg)](https://crowdin.com/project/gogs) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/gogits/gogs?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
=====================
![](https://github.com/gogits/gogs/blob/master/public/img/gogs-large-resize.png?raw=true)
@@ -123,7 +123,7 @@ There are 5 ways to install Gogs:
- Router and middleware mechanism of [Macaron](https://github.com/go-macaron/macaron).
- System Monitor Status is inspired by [GoBlog](https://github.com/fuxiaohei/goblog).
-- Thanks [Rocker](http://weibo.com/rocker1989) for designing Logo.
+- Thanks [Egon Elbre](https://twitter.com/egonelbre) for designing logo.
- Thanks [Crowdin](https://crowdin.com/project/gogs) for providing open source translation plan.
- Thanks [DigitalOcean](https://www.digitalocean.com) for hosting home and demo sites.
- Thanks [KeyCDN](https://www.keycdn.com/) and [QiNiu](http://www.qiniu.com/) for providing CDN service.
diff --git a/README_ZH.md b/README_ZH.md
index 262bcbfa..429b0189 100644
--- a/README_ZH.md
+++ b/README_ZH.md
@@ -1,4 +1,4 @@
-Gogs - Go Git Service [![Build Status](https://travis-ci.org/gogits/gogs.svg?branch=master)](https://travis-ci.org/gogits/gogs)
+Gogs [![Build Status](https://travis-ci.org/gogits/gogs.svg?branch=master)](https://travis-ci.org/gogits/gogs) [![Build status](https://ci.appveyor.com/api/projects/status/b9uu5ejl933e2wlt/branch/master?svg=true)](https://ci.appveyor.com/project/Unknwon/gogs/branch/master)
=====================
Gogs (Go Git Service) 是一款极易搭建的自助 Git 服务。
@@ -92,7 +92,7 @@ Gogs 的目标是打造一个最简单、最快速和最轻松的方式搭建自
- 基于 [Macaron](https://github.com/go-macaron/macaron) 的路由与中间件机制。
- 基于 [GoBlog](https://github.com/fuxiaohei/goblog) 修改的系统监视状态。
-- 感谢 [Rocker](http://weibo.com/rocker1989) 设计的 Logo。
+- 感谢 [Egon Elbre](https://twitter.com/egonelbre) 设计的 Logo。
- 感谢 [Crowdin](https://crowdin.com/project/gogs) 提供免费的开源项目本地化支持。
- 感谢 [DigitalOcean](https://www.digitalocean.com) 提供主站和体验站点的服务器赞助。
- 感谢 [KeyCDN](https://www.keycdn.com/) 和 [七牛云存储](http://www.qiniu.com/) 提供 CDN 服务赞助。
diff --git a/public/css/gogs.css b/public/css/gogs.css
index b8a2bdce..48683872 100644
--- a/public/css/gogs.css
+++ b/public/css/gogs.css
@@ -845,6 +845,7 @@ footer .ui.language .menu {
}
.home .logo {
max-width: 220px;
+ margin-bottom: 20px;
}
.home .hero h1,
.home .hero h2 {
diff --git a/public/img/avatar_default.png b/public/img/avatar_default.png
index fed568a1..dec5b310 100644
--- a/public/img/avatar_default.png
+++ b/public/img/avatar_default.png
Binary files differ
diff --git a/public/img/gogs-large-resize.png b/public/img/gogs-large-resize.png
index 0aa75d07..fdc7372d 100644
--- a/public/img/gogs-large-resize.png
+++ b/public/img/gogs-large-resize.png
Binary files differ
diff --git a/public/img/icon.svg b/public/img/gogs.svg
index ddd59685..ddd59685 100644
--- a/public/img/icon.svg
+++ b/public/img/gogs.svg
diff --git a/public/less/_home.less b/public/less/_home.less
index 01165249..55a5d956 100644
--- a/public/less/_home.less
+++ b/public/less/_home.less
@@ -2,6 +2,7 @@
padding-bottom: @footer-margin * 2;
.logo {
max-width: 220px;
+ margin-bottom: 20px;
}
.hero {
h1, h2 {